Browse Source

Added all plugins as submodules to branch v2 of VCVRack community repository

pull/320/head
U-ACTIVED\danielez 7 years ago
parent
commit
073df5ef74
100 changed files with 29324 additions and 0 deletions
  1. +2
    -0
      repos/AS/.gitattributes
  2. BIN
      repos/AS/AS.JPG
  3. +288
    -0
      repos/AS/LICENSE.txt
  4. +27
    -0
      repos/AS/Makefile
  5. +169
    -0
      repos/AS/README.md
  6. +1
    -0
      repos/AS/_config.yml
  7. +80
    -0
      repos/AS/freeverb/allpass.hpp
  8. +92
    -0
      repos/AS/freeverb/comb.hpp
  9. +15
    -0
      repos/AS/freeverb/denormals.h
  10. +67
    -0
      repos/AS/freeverb/readme.txt
  11. +233
    -0
      repos/AS/freeverb/revmodel.cpp
  12. +99
    -0
      repos/AS/freeverb/revmodel.hpp
  13. +62
    -0
      repos/AS/freeverb/tuning.h
  14. +626
    -0
      repos/AS/res/8chMixer.svg
  15. +452
    -0
      repos/AS/res/ADSR.svg
  16. +582
    -0
      repos/AS/res/BPMClock.svg
  17. +145
    -0
      repos/AS/res/BlankPanel4.svg
  18. +146
    -0
      repos/AS/res/BlankPanel6.svg
  19. +149
    -0
      repos/AS/res/BlankPanel8.svg
  20. +678
    -0
      repos/AS/res/DelayPlus.svg
  21. +505
    -0
      repos/AS/res/Flow.svg
  22. +544
    -0
      repos/AS/res/KillGate.svg
  23. +556
    -0
      repos/AS/res/LaunchGate.svg
  24. +404
    -0
      repos/AS/res/Merge2_5.svg
  25. +395
    -0
      repos/AS/res/Multiple2_5 copy.svg
  26. +399
    -0
      repos/AS/res/Multiple2_5.svg
  27. +98
    -0
      repos/AS/res/OFL.txt
  28. +561
    -0
      repos/AS/res/Phaser.svg
  29. +700
    -0
      repos/AS/res/QuadVCA.svg
  30. +503
    -0
      repos/AS/res/Reverb.svg
  31. +3342
    -0
      repos/AS/res/SEQ16.svg
  32. +358
    -0
      repos/AS/res/SawOSC.svg
  33. BIN
      repos/AS/res/Segment7Standard.ttf
  34. +528
    -0
      repos/AS/res/SignalDelay.svg
  35. +322
    -0
      repos/AS/res/SineOSC.svg
  36. +703
    -0
      repos/AS/res/Steps.svg
  37. +547
    -0
      repos/AS/res/SuperDrive.svg
  38. +555
    -0
      repos/AS/res/Tremolo.svg
  39. +328
    -0
      repos/AS/res/Triggers.svg
  40. +422
    -0
      repos/AS/res/TriggersMKI.svg
  41. +405
    -0
      repos/AS/res/TriggersMKII.svg
  42. +418
    -0
      repos/AS/res/VCA.svg
  43. +624
    -0
      repos/AS/res/WaveShaper.svg
  44. +139
    -0
      repos/AS/res/as-FaderPot.svg
  45. +268
    -0
      repos/AS/res/as-FxKnobBlack.svg
  46. +268
    -0
      repos/AS/res/as-FxKnobWhite.svg
  47. +305
    -0
      repos/AS/res/as-PJ301M.svg
  48. +139
    -0
      repos/AS/res/as-SlidePot.svg
  49. +92
    -0
      repos/AS/res/as-SlidePotHandle.svg
  50. +86
    -0
      repos/AS/res/as-hexscrew.svg
  51. +225
    -0
      repos/AS/res/as-knob.svg
  52. +228
    -0
      repos/AS/res/as-knobBlack.svg
  53. +361
    -0
      repos/AS/res/as-knobMG.svg
  54. +365
    -0
      repos/AS/res/as-knobMGbig.svg
  55. +104
    -0
      repos/AS/res/as_CKSSH_0.svg
  56. +103
    -0
      repos/AS/res/as_CKSSH_1.svg
  57. +309
    -0
      repos/AS/res/as_CKSSThree_0.svg
  58. +309
    -0
      repos/AS/res/as_CKSSThree_1.svg
  59. +309
    -0
      repos/AS/res/as_CKSSThree_2.svg
  60. +100
    -0
      repos/AS/res/as_CKSS_0.svg
  61. +99
    -0
      repos/AS/res/as_CKSS_1.svg
  62. +786
    -0
      repos/AS/res/as_LFO.svg
  63. +76
    -0
      repos/AS/res/as_bigLEDBezel.svg
  64. +370
    -0
      repos/AS/res/monoVUmeter.svg
  65. BIN
      repos/AS/res/saxmono.ttf
  66. +428
    -0
      repos/AS/res/stereoVUmeter.svg
  67. +154
    -0
      repos/AS/src/ADSR.cpp
  68. +43
    -0
      repos/AS/src/AS.cpp
  69. +207
    -0
      repos/AS/src/AS.hpp
  70. +380
    -0
      repos/AS/src/BPMClock.cpp
  71. +48
    -0
      repos/AS/src/BlankPanel4.cpp
  72. +47
    -0
      repos/AS/src/BlankPanel6.cpp
  73. +47
    -0
      repos/AS/src/BlankPanel8.cpp
  74. +272
    -0
      repos/AS/src/DelayPlus.cpp
  75. +152
    -0
      repos/AS/src/Flow.cpp
  76. +280
    -0
      repos/AS/src/KillGate.cpp
  77. +279
    -0
      repos/AS/src/LaunchGate.cpp
  78. +98
    -0
      repos/AS/src/Merge2_5.cpp
  79. +434
    -0
      repos/AS/src/Mixer8ch.cpp
  80. +96
    -0
      repos/AS/src/MonoVUmeter.cpp
  81. +134
    -0
      repos/AS/src/Multiple2_5.cpp
  82. +238
    -0
      repos/AS/src/Phaser.cpp
  83. +176
    -0
      repos/AS/src/QuadVCA.cpp
  84. +176
    -0
      repos/AS/src/Reverb.cpp
  85. +473
    -0
      repos/AS/src/SEQ16.cpp
  86. +110
    -0
      repos/AS/src/SawOSC.cpp
  87. +248
    -0
      repos/AS/src/SignalDelay.cpp
  88. +91
    -0
      repos/AS/src/SineOSC.cpp
  89. +323
    -0
      repos/AS/src/Steps.cpp
  90. +173
    -0
      repos/AS/src/SuperDrive.cpp
  91. +228
    -0
      repos/AS/src/Tremolo.cpp
  92. +254
    -0
      repos/AS/src/TriLFO.cpp
  93. +196
    -0
      repos/AS/src/TriggersMKI.cpp
  94. +248
    -0
      repos/AS/src/TriggersMKII.cpp
  95. +101
    -0
      repos/AS/src/VCA.cpp
  96. +130
    -0
      repos/AS/src/WaveShaper.cpp
  97. +124
    -0
      repos/AS/src/stereoVUmeter.cpp
  98. +674
    -0
      repos/AepelzensModules/LICENSE
  99. +13
    -0
      repos/AepelzensModules/Makefile
  100. +78
    -0
      repos/AepelzensModules/README.md

+ 2
- 0
repos/AS/.gitattributes View File

@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

BIN
repos/AS/AS.JPG View File

Before After
Width: 1620  |  Height: 760  |  Size: 354KB

+ 288
- 0
repos/AS/LICENSE.txt View File

@@ -0,0 +1,288 @@
### AS###

AS Logo/Monogram Copyright (c) 2017 Alfredo Santamaria , All rights reserved.

Panel graphics in res/ are © 2017

Derivative works may not use the AS logo or panel graphics including custom component graphics (knobs, switches, screws, caps,etc.).

### AS Modules License ###
MIT License

Copyright (c) 2017 Alfredo Santamaria, Copyright (c) 2017 AS Custom Works

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


### FUNDAMENTAL ###

Copyright (c) 2016 Andrew Belt (Source code licensed under BSD-3-Clause by Andrew Belt)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### HetrickCV ###

Creative Commons Legal Code

CC0 1.0 Universal

CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.

Statement of Purpose

The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").

Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.

For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.

1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:

i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.

2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.

3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.

4. Limitations and Disclaimers.

a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.


### Mental ###

Copyright (c) 2017 Strum strum@softhome.net , 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.

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.

### Autodafe ###

Copyright (c) 2016 Antonio Grazioli (AUtodafe) is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### martin-lueders/ML_modules ###

BSD 3-Clause License

Copyright (c) 2017, Martin Lueders
All rights reserved.

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

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* 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.

* 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.

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.

### Freeverb - Free, studio-quality reverb SOURCE CODE in the public domain ###
-----------------------------------------------------------------------

Written by Jezar at Dreampoint - http://www.dreampoint.co.uk


Introduction
------------

Hello.

I'll try to keep this "readme" reasonably small. There are few things in the world that I hate more than long "readme" files. Except "coding conventions" - but more on that later...

In this zip file you will find two folders of C++ source code:

"Components" - Contains files that should clean-compile ON ANY TYPE OF COMPUTER OR SYSTEM WHATSOEVER. It should not be necessary to make ANY changes to these files to get them to compile, except to make up for inadequacies of certain compilers. These files create three classes - a comb filter, an allpass filter, and a reverb model made up of a number of instances of the filters, with some features to control the filters at a macro level. You will need to link these classes into another program that interfaces with them. The files in the components drawer are completely independant, and can be built without dependancies on anything else. Because of the simple interface, it should be possible to interface these files to any system - VST, DirectX, anything - without changing them AT ALL.

"FreeverbVST" - Contains a Steinberg VST implementation of this version of Freeverb, using the components in (surprise) the components folder. It was built on a PC but may compile properly for the Macintosh with no problems. I don't know - I don't have a Macintosh. If you've figured out how to compile the examples in the Steinberg VST Development Kit, then you should easilly figure out how to bring the files into a project and get it working in a few minutes. It should be very simple.

Note that this version of Freeverb doesn't contain predelay, or any EQ. I thought that might make it difficult to understand the "reverb" part of the code. Once you figure out how Freeverb works, you should find it trivial to add such features with little CPU overhead.

Also, the code in this version of Freeverb has been optimised. This has changed the sound *slightly*, but not significantly compared to how much processing power it saves.

Finally, note that there is also a built copy of this version of Freeverb called "Freeverb3.dll" - this is a VST plugin for the PC. If you want a version for the Mac or anything else, then you'll need to build it yourself from the code.


Technical Explanation
---------------------

Freeverb is a simple implementation of the standard Schroeder/Moorer reverb model. I guess the only reason why it sounds better than other reverbs, is simply because I spent a long while doing listening tests in order to create the values found in "tuning.h". It uses 8 comb filters on both the left and right channels), and you might possibly be able to get away with less if CPU power is a serious constraint for you. It then feeds the result of the reverb through 4 allpass filters on both the left and right channels. These "smooth" the sound. Adding more than four allpasses doesn't seem to add anything significant to the sound, and if you use less, the sound gets a bit "grainy". The filters on the right channel are slightly detuned compared to the left channel in order to create a stereo effect.

Hopefully, you should find the code in the components drawer a model of brevity and clarity. Notice that I don't use any "coding conventions". Personally, I think that coding conventions suck. They are meant to make the code "clearer", but they inevitably do the complete opposite, making the code completely unfathomable. Anyone whose done Windows programming with its - frankly stupid - "Hungarian notation" will know exactly what I mean. Coding conventions typically promote issues that are irrelevant up to the status of appearing supremely important. It may have helped back people in the days when compilers where somewhat feeble in their type-safety, but not in the new millenium with advanced C++ compilers.

Imagine if we rewrote the English language to conform to coding conventions. After all, The arguments should be just as valid for the English language as they are for a computer language. For example, we could put a lower-case "n" in front of every noun, a lower-case "p" in front of a persons name, a lower-case "v" in front of every verb, and a lower-case "a" in front of every adjective. Can you imagine what the English language would look like? All in the name of "clarity". It's just as stupid to do this for computer code as it would be to do it for the English language. I hope that the code for Freeverb in the components drawer demonstrates this, and helps start a movement back towards sanity in coding practices.


Background
----------

Why is the Freeverb code now public domain? Simple. I only intended to create Freeverb to provide me and my friends with studio-quality reverb for free. I never intended to make any money out of it. However, I simply do not have the time to develop it any further. I'm working on a "concept album" at the moment, and I'll never finish it if I spend any more time programming.

In any case, I make more far money as a contract programmer - making Mobile Internet products - than I ever could writing plugins, so it simply doesn't make financial sense for me to spend any more time on it.

Rather than give Freeverb to any particular individual or organisation to profit from it, I've decided to give it away to the internet community at large, so that quality, FREE (or at the very least, low-cost) reverbs can be developed for all platforms.

Feel free to use the source code for Freeverb in any of your own products, whether they are also available for free, or even if they are commercial - I really don't mind. You may do with the code whatever you wish. If you use it in a product (whether commercial or not), it would be very nice of you, if you were to send me a copy of your product - although I appreciate that this isn't always possible in all circumstances.

HOWEVER, please don't bug me with questions about how to use this code. I gave away Freeverb because I don't have time to maintain it. That means I *certainly* don't have time to answer questions about the source code, so please don't email questions to me. I *will* ignore them. If you can't figure the code for Freeverb out - then find somebody who can. I hope that either way, you enjoy experimenting with it.


Disclaimer
----------

This software and source code is given away for free, without any warranties of any kind. It has been given away to the internet community as a free gift, so please treat it in the same spirit.


I hope this code is useful and interesting to you all!
I hope you have lots of fun experimenting with it and make good products!

Very best regards,
Jezar.
Technology Consultant
Dreampoint Design and Engineering
http://www.dreampoint.co.uk


//ends

+ 27
- 0
repos/AS/Makefile View File

@@ -0,0 +1,27 @@
# Must follow the format in the Naming section of https://vcvrack.com/manual/PluginDevelopmentTutorial.html
SLUG = AS

# Must follow the format in the Versioning section of https://vcvrack.com/manual/PluginDevelopmentTutorial.html
VERSION = 0.6dev

# FLAGS will be passed to both the C and C++ compiler
FLAGS +=
CFLAGS +=
CXXFLAGS +=

# Careful about linking to shared libraries, since you can't assume much about the user's environment and library search path.
# Static libraries are fine.
LDFLAGS +=

# Add .cpp and .c files to the build
SOURCES += $(wildcard src/*.cpp freeverb/*.cpp)

# Add files to the ZIP package when running `make dist`
# The compiled plugin is automatically added.
DISTRIBUTABLES += $(wildcard LICENSE*) res

# If RACK_DIR is not defined when calling the Makefile, default to two levels above
RACK_DIR ?= ../..

# Include the VCV Rack plugin Makefile framework
include $(RACK_DIR)/plugin.mk

+ 169
- 0
repos/AS/README.md View File

@@ -0,0 +1,169 @@

# AS modules for VCV Rack

AS is a collection of modules for [VCV Rack](https://vcvrack.com/) by Alfredo Santamaria, Need a custom work?, you can find me at [Hakken.com.mx](http://www.hakken.com.mx/).

AS Logo/Monogram Copyright (c) 2017 Alfredo Santamaria , All rights reserved.
Panel graphics in res/ are © 2017
Derivative works may not use the AS logo or panel graphics including custom component graphics (knobs, switches, screws, caps,etc.).

### Releases

AS is compatible with VCV Rack 0.5.X. releases for Mac, Win and Linux are found on the [Release Page](https://github.com/AScustomWorks/as/releases)

If you enjoy those modules you can support the development by making a donation, it will be appreciated!. Here's the link: [DONATE](https://www.paypal.me/frederius/)


![AS](https://github.com/AScustomWorks/AS/blob/master/AS.JPG)

# AS modules

### ADSR
Fundamental ADSR module. Mods: graphics, sliders instead of knobs to provide faster visual input.

### VCA
Fundamental VCA module. Mods: graphics, sliders instead of knobs to provide faster visual input, one input + lin/exp switch instead of two separate inputs.

V 0.5.3: Code fix, now the VCA module works ok when there's no envelope input present.

### QuadVCA/Mixer
AS VCA module x 4, plus mixer functionality (user request).

V 0.5.5: First relase of this module.

### BPM Clock
Strum's Mental VCV Master Clock. Mods: graphics, reset trigger input and output.

V 0.5.2: all the trigger signals are 10v now, it seems that some other modules don't work fine with the correct voltages.

V 0.5.4: Fixed a reset signal issue.

V 0.5.5: 16th clock output now sends unipolar signal, just as the other outputs.

### 8 Channel Mixer
Fundamental/Autodafe mixer module. Mods: graphics, sliders for channel volume, stereo or mono output(L channel outputs L+R signal if R channel is not active). Now with main mix mute button. Beware,the default setting for each channel volume is at 70% in stead of 0%.

V 0.5.2: added MIX L & R input to chain mixers without giving up 2 mixer channels.

### Multi 2x5
2x5 Signal multiplier.

V 0.5.7 Module size reduced to 5HP

### Merge 2x5
2x5 CV Signal merger.

V 0.5.7: First relase of this module.

### Mono VU Meter
V 0.5.4, New module added, Mono VU Meter made to match the 8CH Mixer.

### Stereo VU Meter
V 0.5.3, New module added, Stereo VU Meter made to match the 8CH Mixer.

### 16-step Sequencer
Fundamental/Autodafe SEQ module. Mods: graphics, digital display to show the number of steps selected.

V 0.5.2: added digital display to show current sequence step so you can run/stop the sequence and tune in the current step.

V 0.5.3: added edit mode: manual trigger with current step selector buttons and blinking led light to highlight the current step. Send a row output to a NYSTHI Hot Tuna and enjoy precise step tuning!

V 0.5.4: Exposed the trigger mode settings into the panel (contextual menu is still there but it won't change the mode)

### TinySawish
RODENTMODULES MuO. Mods: graphics, smaller panel size.

V 0.5.4 Added dc blocker code, modified a bit the internal parameters.

V 0.5.5 Extendend the freq range 1 octave below.

V 0.5.7 Module size reduced to 4HP

### TinySine
VCV tutorial module. Mods: graphics, proper sine wave.

V 0.5.7 Module size reduced to 4HP

### TriLFO
Fundamental LFO module. Mods:graphics, controls stripped to the basics but you get 3 LFOS on the same space.

### Triggers
A couple of manual trigger buttons, one ON/OFF, one temporary, both with 4 trigger outputs, trigger volts knob going from 1 to 10 v output.

(NOTICE: Triggers MKI will supersede Triggers, so Triggers will be removed from the plugin by v0.6 but you have time now to replace it on your current patches and keep everything working fine).

### Triggers MKI
A manual CV signal trigger module with latch and temporary triggers, volts knob lets you adjust from 0 to 10 v output.

V 0.5.7: First relase of this module.

### Triggers MKII
A manual CV signal temporary trigger module with labeling integrated, so you remember where the signal is going.

The labels list includes:
"------", "MUTE"," SOLO"," RESET"," DRUMS"," KICK"," SNARE"," HIHAT"," CLAP"," PERC","BASS 1","BASS 2"," GTR 1",
" GTR 2","LEAD 1","LEAD 2"," PAD 1"," PAD 2","CHORDS"," FX 1"," FX 2"," SEQ 1"," SEQ 2"," MIX 1"," MIX 2",
" AUX 1"," AUX 2"," ON"," OFF"," START"," STOP"," PAUSE"," UP"," DOWN"," LEFT"," RIGHT",

V 0.5.7: First relase of this module.

### Steps
Strum's Mental VCV Counters module. Mods: graphics, 3 counters, up to 64 steps each, added reset lights to the buttons.

V 0.5.4: First relase of this module.

V 0.5.5: code tweaks.

### Launch Gate
Delay the start of a flow of signals by a set number of clock ticks (TAOS request).

V 0.5.5: First relase of this module.

### Kill Gate
Cut the flow of signals after a set number of clock ticks (TAOS request).

V 0.5.6: First relase of this module.

### Signal Delay
Delay the incomming CV signal by set milliseconds, with signal thru and delayed output. You can chain several Signal Delay modules together for unlimited length of delays. (TAOS request).

V 0.5.5: First relase of this module.

### Delay Plus
Fundamental Delay module. Mods: graphics, digital display to show delay time in MS , wet signal send & return, bypass switch.

V 0.5.4: Updated look.

V 0.5.5 CHanged the time knob reading from exponential to linear, now you can set any value precisely at the whole 1 to 10k ms range.

### Phaser
Autodafe's Phaser Fx module. Mods: graphics, bypass switch.

V 0.5.4: Added CV inputs for each parameter, updated look.

### SuperDrive
Overdrive/clipping Fx module with DRIVE, TONE and GAIN parameters, to get those acid bass lines we all love!.

V 0.5.4: First relase of this module.

### Reverb
Reverb Fx module based on ML_modules reverb and Freeverb code, with DECAY, DAMP and BLEND parameters, a little bit tamed Reverb with mixed output signal.

0.5.4: First relase of this module.

### Tremolo
Tremolo Fx module with SHAPE, SPEED and BLEND parameters, and a phase switch (set your effect, duplicate the module and invert the phase for stereo tremolo setup)your Tremolo to go!.

0.5.6: First relase of this module.

### WaveShaper
HetrickCV Wave Shaper module. Mods: graphics, bypass switch.

V 0.5.2: added back the voltage range switch.

V 0.5.4: Updated look.

### Blank Panel
Blank panels in 4,6 & 8 HP.

### Have fun!

+ 1
- 0
repos/AS/_config.yml View File

@@ -0,0 +1 @@
theme: jekyll-theme-midnight

+ 80
- 0
repos/AS/freeverb/allpass.hpp View File

@@ -0,0 +1,80 @@
// Allpass filter declaration
//
// Written by Jezar at Dreampoint, June 2000
// http://www.dreampoint.co.uk
// This code is public domain

// adapted for use in VCV Rack by Martin Lueders

#ifndef _allpass_
#define _allpass_
#include "denormals.h"

class allpass
{
public:
allpass()
{
bufidx = 0;
buffer = 0;
};

~allpass()
{
if (buffer) delete buffer;
};

void makebuffer(float *buf, int size)
{
if (buffer) delete buffer;
buffer = new float[size];
bufsize = size;
bufidx = 0;
}

void deletebuffer()
{
if(buffer) delete buffer;
bufsize = 0;
};

void setbuffer(float *buf, int size)
{
buffer = buf;
bufsize = size;
};

inline float process(float inp, float feedback);
void mute()
{
for (int i=0; i<bufsize; i++) buffer[i] = 0.0;
};

// private:
float *buffer;
int bufsize;
int bufidx;
};


// Big to inline - but crucial for speed

inline float allpass::process(float input, float feedback)
{
float output;
float bufout;
bufout = buffer[bufidx];
// undenormalise(bufout);
output = -input + bufout;
buffer[bufidx] = input + (bufout*feedback);

if(++bufidx>=bufsize) bufidx = 0;

return output;
}

#endif//_allpass

//ends

+ 92
- 0
repos/AS/freeverb/comb.hpp View File

@@ -0,0 +1,92 @@
// Comb filter class declaration
//
// Written by Jezar at Dreampoint, June 2000
// http://www.dreampoint.co.uk
// This code is public domain

// adapted for use in VCV Rack by Martin Lueders

#ifndef _comb_
#define _comb_

#include "denormals.h"

class comb
{
public:
comb()
{
buffer = 0;
filterstore = 0;
bufidx = 0;
};

~comb()
{
if (buffer) delete buffer;
};

void makebuffer(float *buf, int size)
{
if (buffer) {delete buffer;}
buffer = new float[size];
bufsize = size;
bufidx = 0;
}

void deletebuffer()
{
if(buffer) delete buffer;
bufsize = 0;
};

void setbuffer(float *buf, int size)
{
buffer = buf;
bufsize = size;
};

inline float process(float inp, float damp1, float damp2, float feedback);
void mute()
{
for( int i=0; i<bufsize; i++) buffer[i]=0.0;
};

private:
float filterstore;
float *buffer;
int bufsize;
int bufidx;
};


// Big to inline - but crucial for speed

inline float comb::process(float input, float damp1, float damp2, float feedback)
{
float output;

output = buffer[bufidx]; // y[n-K]
// undenormalise(output);

filterstore *= damp1;
filterstore += (output*damp2);

// filterstore = damp1*filterstore + damp2*output;
// filterstore = damp1*filterstore + (1.0-damp1) * output;
// filterstore = output + damp1*(filterstore - output);



// undenormalise(filterstore);

buffer[bufidx] = input + (filterstore*feedback);

if(++bufidx>=bufsize) bufidx = 0;

return output;
}

#endif //_comb_

//ends

+ 15
- 0
repos/AS/freeverb/denormals.h View File

@@ -0,0 +1,15 @@
// Macro for killing denormalled numbers
//
// Written by Jezar at Dreampoint, June 2000
// http://www.dreampoint.co.uk
// Based on IS_DENORMAL macro by Jon Watte
// This code is public domain

#ifndef _denormals_
#define _denormals_

#define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f

#endif//_denormals_

//ends

+ 67
- 0
repos/AS/freeverb/readme.txt View File

@@ -0,0 +1,67 @@
Freeverb - Free, studio-quality reverb SOURCE CODE in the public domain
-----------------------------------------------------------------------

Written by Jezar at Dreampoint - http://www.dreampoint.co.uk


Introduction
------------

Hello.

I'll try to keep this "readme" reasonably small. There are few things in the world that I hate more than long "readme" files. Except "coding conventions" - but more on that later...

In this zip file you will find two folders of C++ source code:

"Components" - Contains files that should clean-compile ON ANY TYPE OF COMPUTER OR SYSTEM WHATSOEVER. It should not be necessary to make ANY changes to these files to get them to compile, except to make up for inadequacies of certain compilers. These files create three classes - a comb filter, an allpass filter, and a reverb model made up of a number of instances of the filters, with some features to control the filters at a macro level. You will need to link these classes into another program that interfaces with them. The files in the components drawer are completely independant, and can be built without dependancies on anything else. Because of the simple interface, it should be possible to interface these files to any system - VST, DirectX, anything - without changing them AT ALL.

"FreeverbVST" - Contains a Steinberg VST implementation of this version of Freeverb, using the components in (surprise) the components folder. It was built on a PC but may compile properly for the Macintosh with no problems. I don't know - I don't have a Macintosh. If you've figured out how to compile the examples in the Steinberg VST Development Kit, then you should easilly figure out how to bring the files into a project and get it working in a few minutes. It should be very simple.

Note that this version of Freeverb doesn't contain predelay, or any EQ. I thought that might make it difficult to understand the "reverb" part of the code. Once you figure out how Freeverb works, you should find it trivial to add such features with little CPU overhead.

Also, the code in this version of Freeverb has been optimised. This has changed the sound *slightly*, but not significantly compared to how much processing power it saves.

Finally, note that there is also a built copy of this version of Freeverb called "Freeverb3.dll" - this is a VST plugin for the PC. If you want a version for the Mac or anything else, then you'll need to build it yourself from the code.


Technical Explanation
---------------------

Freeverb is a simple implementation of the standard Schroeder/Moorer reverb model. I guess the only reason why it sounds better than other reverbs, is simply because I spent a long while doing listening tests in order to create the values found in "tuning.h". It uses 8 comb filters on both the left and right channels), and you might possibly be able to get away with less if CPU power is a serious constraint for you. It then feeds the result of the reverb through 4 allpass filters on both the left and right channels. These "smooth" the sound. Adding more than four allpasses doesn't seem to add anything significant to the sound, and if you use less, the sound gets a bit "grainy". The filters on the right channel are slightly detuned compared to the left channel in order to create a stereo effect.

Hopefully, you should find the code in the components drawer a model of brevity and clarity. Notice that I don't use any "coding conventions". Personally, I think that coding conventions suck. They are meant to make the code "clearer", but they inevitably do the complete opposite, making the code completely unfathomable. Anyone whose done Windows programming with its - frankly stupid - "Hungarian notation" will know exactly what I mean. Coding conventions typically promote issues that are irrelevant up to the status of appearing supremely important. It may have helped back people in the days when compilers where somewhat feeble in their type-safety, but not in the new millenium with advanced C++ compilers.

Imagine if we rewrote the English language to conform to coding conventions. After all, The arguments should be just as valid for the English language as they are for a computer language. For example, we could put a lower-case "n" in front of every noun, a lower-case "p" in front of a persons name, a lower-case "v" in front of every verb, and a lower-case "a" in front of every adjective. Can you imagine what the English language would look like? All in the name of "clarity". It's just as stupid to do this for computer code as it would be to do it for the English language. I hope that the code for Freeverb in the components drawer demonstrates this, and helps start a movement back towards sanity in coding practices.


Background
----------

Why is the Freeverb code now public domain? Simple. I only intended to create Freeverb to provide me and my friends with studio-quality reverb for free. I never intended to make any money out of it. However, I simply do not have the time to develop it any further. I'm working on a "concept album" at the moment, and I'll never finish it if I spend any more time programming.

In any case, I make more far money as a contract programmer - making Mobile Internet products - than I ever could writing plugins, so it simply doesn't make financial sense for me to spend any more time on it.

Rather than give Freeverb to any particular individual or organisation to profit from it, I've decided to give it away to the internet community at large, so that quality, FREE (or at the very least, low-cost) reverbs can be developed for all platforms.

Feel free to use the source code for Freeverb in any of your own products, whether they are also available for free, or even if they are commercial - I really don't mind. You may do with the code whatever you wish. If you use it in a product (whether commercial or not), it would be very nice of you, if you were to send me a copy of your product - although I appreciate that this isn't always possible in all circumstances.

HOWEVER, please don't bug me with questions about how to use this code. I gave away Freeverb because I don't have time to maintain it. That means I *certainly* don't have time to answer questions about the source code, so please don't email questions to me. I *will* ignore them. If you can't figure the code for Freeverb out - then find somebody who can. I hope that either way, you enjoy experimenting with it.


Disclaimer
----------

This software and source code is given away for free, without any warranties of any kind. It has been given away to the internet community as a free gift, so please treat it in the same spirit.


I hope this code is useful and interesting to you all!
I hope you have lots of fun experimenting with it and make good products!

Very best regards,
Jezar.
Technology Consultant
Dreampoint Design and Engineering
http://www.dreampoint.co.uk


//ends

+ 233
- 0
repos/AS/freeverb/revmodel.cpp View File

@@ -0,0 +1,233 @@
// Reverb model implementation
//
// Written by Jezar at Dreampoint, June 2000
// http://www.dreampoint.co.uk
// This code is public domain

// adapted for use in VCV Rack by Martin Lueders

#include "revmodel.hpp"

revmodel::revmodel()
{
};


void revmodel::init(const float sampleRate)
{

conversion = sampleRate/44100.0;

int ccombtuningL1 = round(conversion * combtuningL1);
int ccombtuningR1 = round(conversion * combtuningR1);
int ccombtuningL2 = round(conversion * combtuningL2);
int ccombtuningR2 = round(conversion * combtuningR2);
int ccombtuningL3 = round(conversion * combtuningL3);
int ccombtuningR3 = round(conversion * combtuningR3);
int ccombtuningL4 = round(conversion * combtuningL4);
int ccombtuningR4 = round(conversion * combtuningR4);
int ccombtuningL5 = round(conversion * combtuningL5);
int ccombtuningR5 = round(conversion * combtuningR5);
int ccombtuningL6 = round(conversion * combtuningL6);
int ccombtuningR6 = round(conversion * combtuningR6);
int ccombtuningL7 = round(conversion * combtuningL7);
int ccombtuningR7 = round(conversion * combtuningR7);
int ccombtuningL8 = round(conversion * combtuningL8);
int ccombtuningR8 = round(conversion * combtuningR8);

int callpasstuningL1 = round(conversion * allpasstuningL1);
int callpasstuningR1 = round(conversion * allpasstuningR1);
int callpasstuningL2 = round(conversion * allpasstuningL2);
int callpasstuningR2 = round(conversion * allpasstuningR2);
int callpasstuningL3 = round(conversion * allpasstuningL3);
int callpasstuningR3 = round(conversion * allpasstuningR3);
int callpasstuningL4 = round(conversion * allpasstuningL4);
int callpasstuningR4 = round(conversion * allpasstuningR4);

// Tie the components to their buffers
combL[0].makebuffer(bufcombL1,ccombtuningL1);
combR[0].makebuffer(bufcombR1,ccombtuningR1);
combL[1].makebuffer(bufcombL2,ccombtuningL2);
combR[1].makebuffer(bufcombR2,ccombtuningR2);
combL[2].makebuffer(bufcombL3,ccombtuningL3);
combR[2].makebuffer(bufcombR3,ccombtuningR3);
combL[3].makebuffer(bufcombL4,ccombtuningL4);
combR[3].makebuffer(bufcombR4,ccombtuningR4);
combL[4].makebuffer(bufcombL5,ccombtuningL5);
combR[4].makebuffer(bufcombR5,ccombtuningR5);
combL[5].makebuffer(bufcombL6,ccombtuningL6);
combR[5].makebuffer(bufcombR6,ccombtuningR6);
combL[6].makebuffer(bufcombL7,ccombtuningL7);
combR[6].makebuffer(bufcombR7,ccombtuningR7);
combL[7].makebuffer(bufcombL8,ccombtuningL8);
combR[7].makebuffer(bufcombR8,ccombtuningR8);

allpassL[0].makebuffer(bufallpassL1,callpasstuningL1);
allpassR[0].makebuffer(bufallpassR1,callpasstuningR1);
allpassL[1].makebuffer(bufallpassL2,callpasstuningL2);
allpassR[1].makebuffer(bufallpassR2,callpasstuningR2);
allpassL[2].makebuffer(bufallpassL3,callpasstuningL3);
allpassR[2].makebuffer(bufallpassR3,callpasstuningR3);
allpassL[3].makebuffer(bufallpassL4,callpasstuningL4);
allpassR[3].makebuffer(bufallpassR4,callpasstuningR4);

feedback_allpass = 0.5;

setwet(initialwet);
setroomsize(initialroom);
setdry(initialdry);
setdamp(initialdamp);
setwidth(initialwidth);
setmode(initialmode);


// Buffer will be full of rubbish - so we MUST mute them
mute();
}


void revmodel::mute()
{
if (getmode() >= freezemode)
return;

for (int i=0;i<numcombs;i++)
{
combL[i].mute();
combR[i].mute();
}
for (int i=0;i<numallpasses;i++)
{
allpassL[i].mute();
allpassR[i].mute();
}
}

void revmodel::process(const float in, float &outputL, float &outputR)
{
float outL,outR,input;

{
outL = outR = 0;
input = in*gain*conversion;

// Accumulate comb filters in parallel
for(int i=0; i<numcombs; i++)
{
outL += combL[i].process(input, damp1, damp2, roomsize1);
outR += combR[i].process(input, damp1, damp2, roomsize1);
}

// Feed through allpasses in series
for(int i=0; i<numallpasses; i++)
{
outL = allpassL[i].process(outL, feedback_allpass);
outR = allpassR[i].process(outR, feedback_allpass);
}

// Calculate output REPLACING anything already there
outputL = outL; //*wet1 + outR*wet2;
outputR = outR; //*wet1 + outL*wet2;

}
}


void revmodel::update()
{
// Recalculate internal values after parameter change


if (mode >= freezemode)
{
roomsize1 = 1;
damp1 = 0;
gain = muted;
}
else
{
roomsize1 = roomsize;
damp1 = damp;
gain = fixedgain;
}

damp2 = 1.0 - damp1;
}

// The following get/set functions are not inlined, because
// speed is never an issue when calling them, and also
// because as you develop the reverb model, you may
// wish to take dynamic action when they are called.

void revmodel::setroomsize(float value)
{
roomsize = ((value*scaleroom) + offsetroom); // * conversion;
update();
}

float revmodel::getroomsize()
{
// return (roomsize/conversion-offsetroom)/scaleroom;
return (roomsize-offsetroom)/scaleroom;
}

void revmodel::setdamp(float value)
{
damp = value*scaledamp/conversion;
damp = value*scaledamp * sqrt(conversion) ;
update();
}

float revmodel::getdamp()
{
// return conversion * damp/scaledamp;
return damp/scaledamp;
}

void revmodel::setwet(float value)
{
wet = value*scalewet;
update();
}

float revmodel::getwet()
{
return wet/scalewet;
}

void revmodel::setdry(float value)
{
dry = value*scaledry;
}

float revmodel::getdry()
{
return dry/scaledry;
}

void revmodel::setwidth(float value)
{
width = value;
update();
}

float revmodel::getwidth()
{
return width;
}

void revmodel::setmode(float value)
{
mode = value;
update();
}

float revmodel::getmode()
{
if (mode >= freezemode)
return 1;
else
return 0;
}

//ends

+ 99
- 0
repos/AS/freeverb/revmodel.hpp View File

@@ -0,0 +1,99 @@
// Reverb model declaration
//
// Written by Jezar at Dreampoint, June 2000
// http://www.dreampoint.co.uk
// This code is public domain

// adapted for use in VCV Rack by Martin Lueders

#ifndef _revmodel_
#define _revmodel_

#include <math.h>

#include "comb.hpp"
#include "allpass.hpp"
#include "tuning.h"

class revmodel
{
public:
revmodel();

void init(const float sampleRate);

void mute();

void process(const float input, float &outputL, float &outputR);

void setroomsize(float value);
float getroomsize();
void setdamp(float value);
float getdamp();
void setwet(float value);
float getwet();
void setdry(float value);
float getdry();
void setwidth(float value);
float getwidth();
void setmode(float value);
float getmode();
private:
void update();
private:
float gain;
float roomsize,roomsize1;
float damp,damp1, damp2;
float feedback_allpass;
float wet,wet1,wet2;
float dry;
float width;
float mode;

float conversion;
float math_e = 2.71828;

// The following are all declared inline
// to remove the need for dynamic allocation
// with its subsequent error-checking messiness

// Comb filters
comb combL[numcombs];
comb combR[numcombs];

// Allpass filters
allpass allpassL[numallpasses];
allpass allpassR[numallpasses];

// Buffers for the combs
float *bufcombL1;
float *bufcombR1;
float *bufcombL2;
float *bufcombR2;
float *bufcombL3;
float *bufcombR3;
float *bufcombL4;
float *bufcombR4;
float *bufcombL5;
float *bufcombR5;
float *bufcombL6;
float *bufcombR6;
float *bufcombL7;
float *bufcombR7;
float *bufcombL8;
float *bufcombR8;

// Buffers for the allpasses
float *bufallpassL1;
float *bufallpassR1;
float *bufallpassL2;
float *bufallpassR2;
float *bufallpassL3;
float *bufallpassR3;
float *bufallpassL4;
float *bufallpassR4;
};

#endif//_revmodel_

//ends

+ 62
- 0
repos/AS/freeverb/tuning.h View File

@@ -0,0 +1,62 @@
// Reverb model tuning values
//
// Written by Jezar at Dreampoint, June 2000
// http://www.dreampoint.co.uk
// This code is public domain

#ifndef _tuning_
#define _tuning_

const int numcombs = 8;
const int numallpasses = 4;
const float muted = 0;
//const float fixedgain = 0.015f;
const float fixedgain = 0.025f;
const float scalewet = 3;
const float scaledry = 2;
const float scaledamp = 0.4f;
//const float scaleroom = 0.28f;
const float scaleroom = 0.30f;
const float offsetroom = 0.7f;
const float initialroom = 0.5f;
const float initialdamp = 0.5f;
const float initialwet = 1/scalewet;
const float initialdry = 0;
const float initialwidth = 1;
const float initialmode = 0;
const float freezemode = 0.5f;
const int stereospread = 23;

// These values assume 44.1KHz sample rate
// they will probably be OK for 48KHz sample rate
// but would need scaling for 96KHz (or other) sample rates.
// The values were obtained by listening tests.
const int combtuningL1 = 1116;
const int combtuningR1 = 1116+stereospread;
const int combtuningL2 = 1188;
const int combtuningR2 = 1188+stereospread;
const int combtuningL3 = 1277;
const int combtuningR3 = 1277+stereospread;
const int combtuningL4 = 1356;
const int combtuningR4 = 1356+stereospread;
const int combtuningL5 = 1422;
const int combtuningR5 = 1422+stereospread;
const int combtuningL6 = 1491;
const int combtuningR6 = 1491+stereospread;
const int combtuningL7 = 1557;
const int combtuningR7 = 1557+stereospread;
const int combtuningL8 = 1617;
const int combtuningR8 = 1617+stereospread;
const int allpasstuningL1 = 556;
const int allpasstuningR1 = 556+stereospread;
const int allpasstuningL2 = 441;
const int allpasstuningR2 = 441+stereospread;
const int allpasstuningL3 = 341;
const int allpasstuningR3 = 341+stereospread;
const int allpasstuningL4 = 225;
const int allpasstuningR4 = 225+stereospread;

#endif//_tuning_

//ends


+ 626
- 0
repos/AS/res/8chMixer.svg
File diff suppressed because it is too large
View File


+ 452
- 0
repos/AS/res/ADSR.svg View File

@@ -0,0 +1,452 @@
<?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="120"
height="380"
viewBox="0 0 31.75 100.54166"
version="1.1"
id="svg8033"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="ADSR.svg">
<defs
id="defs8027" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.9710526"
inkscape:cx="19.61026"
inkscape:cy="163.07352"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1243"
inkscape:window-height="1384"
inkscape:window-x="158"
inkscape:window-y="3"
inkscape:window-maximized="0"
units="px"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata8030">
<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:groupmode="layer"
id="layer2"
inkscape:label="background"
transform="translate(0,-8.0744425e-6)">
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="31.75"
height="100.54166"
x="3.6811375e-06"
y="8.0744421e-06" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-109.95818,-706.23)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.29747489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="31.75"
height="5.2916665"
x="3.6811375e-06"
y="95.250008" />
<rect
y="8.0744421e-06"
x="3.6811375e-06"
height="5.2916665"
width="31.75"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.29747489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.26458333,0,0,0.26458333,3.6811375e-6,8.0744425e-6)"
id="g1810">
<path
style="fill:#202020;fill-opacity:1"
d="m 18.51,2.7999981 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 A 5,5 0 0 1 26.88,12.239998 H 18.51 A 5,5 0 0 1 13.25,7.5199981 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect861"
inkscape:connector-curvature="0" />
<path
style="fill:#202020;fill-opacity:1"
d="m 18.51,368.28 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.72 H 18.51 A 5,5 0 0 1 13.24,373 v 0 a 5,5 0 0 1 5.27,-4.72 z"
class="cls-3"
id="rect863"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,3.6811375e-6,8.0744425e-6)"
id="g1814">
<path
style="fill:#202020;fill-opacity:1"
d="m 93.31,2.7999981 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.7199999 H 93.31 A 5,5 0 0 1 88.05,7.5199981 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect1497"
inkscape:connector-curvature="0" />
<path
style="fill:#202020;fill-opacity:1"
d="m 93.31,368.28 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.72 H 93.31 A 5,5 0 0 1 88.05,373 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect1499"
inkscape:connector-curvature="0" />
</g>
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1686"
cx="15.875004"
cy="95.218742"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_2-2"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,5.3063379,31.483553)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_1-2-6"
data-name="Layer 1-2">
<path
id="path8-4-6"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-84.642804,-25.235125)">
<g
id="g1684"
style="fill:#fff7d4;fill-opacity:1"
transform="translate(0,-2.2168714)">
<path
inkscape:connector-curvature="0"
id="path9367"
d="m 88.394439,108.58996 c 0.185455,0 0.336405,-0.0647 0.444225,-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.112133,-0.11214 H 88.45482 c -0.05175,0 -0.0992,0.0431 -0.0992,0.0992 0,0.0518 0.04744,0.0949 0.0992,0.0949 h 0.250145 v 0.2329 c -0.07763,0.0604 -0.185452,0.0949 -0.306213,0.0949 -0.25446,0 -0.426974,-0.18977 -0.426974,-0.44854 0,-0.24152 0.176826,-0.44423 0.409723,-0.44423 0.133699,0 0.224269,0.0388 0.3019,0.0992 0.02156,0.0129 0.04313,0.0259 0.06901,0.0259 0.06038,0 0.112136,-0.0517 0.112136,-0.11213 0,-0.0431 -0.02588,-0.0733 -0.04744,-0.0906 -0.112136,-0.0819 -0.241522,-0.12508 -0.426974,-0.12508 -0.379534,0 -0.64693,0.29759 -0.64693,0.64693 v 0.004 c 0,0.3666 0.254458,0.64693 0.651243,0.64693 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9363"
d="m 89.154246,108.47352 c 0,0.0604 0.04744,0.1035 0.10351,0.1035 0.04744,0 0.08626,-0.0259 0.103508,-0.069 l 0.103507,-0.24152 H 90.0772 l 0.10351,0.2329 c 0.01725,0.0474 0.05175,0.0776 0.10782,0.0776 0.05607,0 0.103511,-0.0474 0.103511,-0.10351 0,-0.0173 -0.0043,-0.0345 -0.01294,-0.0474 l -0.465791,-1.04371 c -0.02588,-0.0518 -0.06901,-0.0863 -0.1337,-0.0863 h -0.0086 c -0.06469,0 -0.107823,0.0345 -0.133699,0.0863 l -0.465791,1.04371 c -0.0086,0.0173 -0.01725,0.0345 -0.01725,0.0474 z m 0.396785,-0.40541 0.219956,-0.50461 0.219956,0.50461 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9359"
d="m 90.833858,108.4692 c 0,0.0604 0.05175,0.10782 0.112133,0.10782 0.06038,0 0.112136,-0.0474 0.112136,-0.10782 v -0.95314 h 0.306213 c 0.05607,0 0.0992,-0.0474 0.0992,-0.0992 0,-0.0561 -0.04313,-0.10351 -0.0992,-0.10351 h -0.836698 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.306216 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9355"
d="m 91.840407,108.5684 h 0.741815 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09919,-0.0992 H 91.95254 v -0.33641 h 0.53911 c 0.05175,0 0.0992,-0.0431 0.0992,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.0992,-0.1035 h -0.53911 v -0.32347 h 0.621054 c 0.05175,0 0.09489,-0.0431 0.09489,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09489,-0.0992 h -0.733187 c -0.06038,0 -0.112136,0.0474 -0.112136,0.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.112136,0.11213 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
</g>
<g
id="g1692"
style="fill:#fff7d4;fill-opacity:1"
transform="translate(0,-2.2168714)">
<path
inkscape:connector-curvature="0"
id="path9335"
d="m 97.094056,108.4692 c 0,0.0604 0.05175,0.10782 0.112136,0.10782 0.06038,0 0.112133,-0.0474 0.112133,-0.10782 v -0.34071 h 0.276024 l 0.306215,0.39247 c 0.02588,0.0345 0.05607,0.0561 0.107821,0.0561 0.05175,0 0.10351,-0.0388 0.10351,-0.10351 0,-0.0345 -0.01294,-0.0561 -0.0345,-0.0819 l -0.24152,-0.3019 c 0.168201,-0.0561 0.284649,-0.17683 0.284649,-0.37522 v -0.004 c 0,-0.11214 -0.0345,-0.20271 -0.10351,-0.27171 -0.07763,-0.0776 -0.202703,-0.12508 -0.362281,-0.12508 h -0.448537 c -0.06038,0 -0.112136,0.0474 -0.112136,0.11214 z m 0.224269,-0.53479 v -0.42267 h 0.319153 c 0.163889,0 0.258773,0.0733 0.258773,0.21134 0,0.12938 -0.0992,0.21133 -0.258773,0.21133 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9331"
d="m 98.5667,108.5684 h 0.741815 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0992 0,-0.0517 -0.04744,-0.0992 -0.09919,-0.0992 h -0.629682 v -0.33641 h 0.53911 c 0.05175,0 0.0992,-0.0431 0.0992,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.0992,-0.1035 h -0.53911 v -0.32347 h 0.621054 c 0.05175,0 0.09488,-0.0431 0.09488,-0.0992 0,-0.0561 -0.04313,-0.0992 -0.09488,-0.0992 H 98.5667 c -0.06038,0 -0.112135,0.0474 -0.112135,0.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.112135,0.11213 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9327"
d="m 100.03716,108.4692 c 0,0.0604 0.0517,0.10782 0.11213,0.10782 0.0604,0 0.11213,-0.0474 0.11213,-0.10782 v -0.95314 h 0.30622 c 0.0561,0 0.0992,-0.0474 0.0992,-0.0992 0,-0.0561 -0.0431,-0.10351 -0.0992,-0.10351 h -0.836699 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.306219 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9323"
d="m 100.9314,108.4692 c 0,0.0604 0.0517,0.10782 0.11214,0.10782 0.0604,0 0.11213,-0.0474 0.11213,-0.10782 v -0.34071 h 0.27602 l 0.30622,0.39247 c 0.0259,0.0345 0.0561,0.0561 0.10782,0.0561 0.0517,0 0.10351,-0.0388 0.10351,-0.10351 0,-0.0345 -0.0129,-0.0561 -0.0345,-0.0819 l -0.24152,-0.3019 c 0.1682,-0.0561 0.28465,-0.17683 0.28465,-0.37522 v -0.004 c 0,-0.11214 -0.0345,-0.20271 -0.10351,-0.27171 -0.0776,-0.0776 -0.2027,-0.12508 -0.36228,-0.12508 h -0.44854 c -0.0604,0 -0.11213,0.0474 -0.11213,0.11214 z m 0.22427,-0.53479 v -0.42267 h 0.31915 c 0.16389,0 0.25878,0.0733 0.25878,0.21134 0,0.12938 -0.0992,0.21133 -0.25878,0.21133 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9319"
d="m 102.29892,108.4692 c 0,0.0604 0.0517,0.10782 0.11213,0.10782 0.0604,0 0.11214,-0.0474 0.11214,-0.10782 v -1.05665 c 0,-0.0604 -0.0518,-0.10782 -0.11214,-0.10782 -0.0604,0 -0.11213,0.0474 -0.11213,0.10782 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path9315"
d="m 103.50159,108.58996 c 0.18545,0 0.3364,-0.0647 0.44422,-0.13801 0.0517,-0.0302 0.0776,-0.0776 0.0776,-0.13801 v -0.3364 c 0,-0.0604 -0.0474,-0.11214 -0.11213,-0.11214 h -0.34934 c -0.0518,0 -0.0992,0.0431 -0.0992,0.0992 0,0.0518 0.0474,0.0949 0.0992,0.0949 h 0.25014 v 0.2329 c -0.0776,0.0604 -0.18545,0.0949 -0.30621,0.0949 -0.25446,0 -0.42698,-0.18977 -0.42698,-0.44854 0,-0.24152 0.17683,-0.44423 0.40973,-0.44423 0.1337,0 0.22427,0.0388 0.3019,0.0992 0.0216,0.0129 0.0431,0.0259 0.069,0.0259 0.0604,0 0.11213,-0.0517 0.11213,-0.11213 0,-0.0431 -0.0259,-0.0733 -0.0474,-0.0906 -0.11213,-0.0819 -0.24152,-0.12508 -0.42697,-0.12508 -0.37953,0 -0.64693,0.29759 -0.64693,0.64693 v 0.004 c 0,0.3666 0.25446,0.64693 0.65124,0.64693 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
</g>
<g
id="g1626"
transform="translate(0,-8.1434476)">
<g
transform="translate(-15.483406,12.082115)"
id="g1710">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 103.55021,37.705675 c 0,0.07332 0.0517,0.129387 0.12507,0.129387 0.0561,0 0.10351,-0.0345 0.12507,-0.08626 l 0.12939,-0.301901 h 0.75044 l 0.12507,0.293275 c 0.0259,0.05607 0.069,0.09488 0.1337,0.09488 0.0733,0 0.12939,-0.06038 0.12939,-0.133699 0,-0.01725 -0.004,-0.0345 -0.0173,-0.05607 l -0.57361,-1.280923 c -0.0302,-0.06901 -0.082,-0.112134 -0.15958,-0.112134 h -0.0129 c -0.0776,0 -0.1337,0.04313 -0.16389,0.112134 l -0.57361,1.280923 c -0.0129,0.02156 -0.0172,0.04313 -0.0172,0.06038 z m 0.48304,-0.49598 0.27171,-0.625366 0.27171,0.625366 z m 0,0"
id="path8947"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.59003,37.69705 c 0,0.07763 0.0604,0.138012 0.13801,0.138012 0.0733,0 0.13801,-0.06038 0.13801,-0.138012 v -1.168788 h 0.37522 c 0.069,0 0.12507,-0.05607 0.12507,-0.125074 0,-0.06901 -0.0561,-0.125073 -0.12507,-0.125073 h -1.02646 c -0.069,0 -0.12508,0.05607 -0.12508,0.125073 0,0.06901 0.0561,0.125074 0.12508,0.125074 h 0.37522 z m 0,0"
id="path8943"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 107.11235,37.69705 c 0,0.07763 0.0604,0.138012 0.13801,0.138012 0.0733,0 0.13802,-0.06038 0.13802,-0.138012 v -1.168788 h 0.37522 c 0.069,0 0.12507,-0.05607 0.12507,-0.125074 0,-0.06901 -0.0561,-0.125073 -0.12507,-0.125073 h -1.02647 c -0.069,0 -0.12507,0.05607 -0.12507,0.125073 0,0.06901 0.0561,0.125074 0.12507,0.125074 h 0.37522 z m 0,0"
id="path8939"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-8.553806,-5.7047685)"
id="g1715">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 103.46161,55.466665 c 0,0.07763 0.0604,0.138012 0.13801,0.138012 h 0.43991 c 0.48304,0 0.81945,-0.336404 0.81945,-0.772004 v -0.0043 c 0,-0.4356 -0.33641,-0.767692 -0.81945,-0.767692 h -0.43991 c -0.0776,0 -0.13801,0.05607 -0.13801,0.1337 z m 0.27171,-0.107823 v -1.05234 h 0.30621 c 0.32347,0 0.5348,0.224271 0.5348,0.526171 v 0.0043 c 0,0.3019 -0.21133,0.521856 -0.5348,0.521856 z m 0,0"
id="path8935"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.37433,55.604677 h 0.91002 c 0.0647,0 0.12076,-0.05175 0.12076,-0.120761 0,-0.06901 -0.0561,-0.120758 -0.12076,-0.120758 h -0.77632 v -0.418349 h 0.66418 c 0.069,0 0.12077,-0.05175 0.12077,-0.116448 0,-0.06901 -0.0518,-0.125074 -0.12077,-0.125074 h -0.66418 v -0.401098 h 0.76338 c 0.069,0 0.12076,-0.05175 0.12076,-0.120758 0,-0.06901 -0.0517,-0.120762 -0.12076,-0.120762 h -0.89708 c -0.0776,0 -0.13801,0.05607 -0.13801,0.1337 v 1.272296 c 0,0.07763 0.0604,0.138012 0.13801,0.138012 z m 0,0"
id="path8931"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 107.44279,55.630554 c 0.25015,0 0.41835,-0.07763 0.56499,-0.207018 0.0216,-0.02156 0.0431,-0.05607 0.0431,-0.09919 0,-0.06469 -0.0604,-0.125074 -0.12939,-0.125074 -0.0345,0 -0.0604,0.01294 -0.0819,0.03019 -0.11213,0.09488 -0.22427,0.15095 -0.38384,0.15095 -0.29759,0 -0.51324,-0.245834 -0.51324,-0.547735 v -0.0043 c 0,-0.301901 0.21565,-0.547735 0.51324,-0.547735 0.14663,0 0.25877,0.05607 0.36659,0.142324 0.0173,0.01294 0.0431,0.02588 0.0819,0.02588 0.0733,0 0.1337,-0.06038 0.1337,-0.133696 0,-0.04744 -0.0216,-0.08626 -0.0517,-0.107823 -0.1337,-0.103508 -0.29327,-0.176829 -0.53048,-0.176829 -0.4701,0 -0.79788,0.362283 -0.79788,0.802195 v 0.0043 c 0,0.444225 0.3364,0.793568 0.78494,0.793568 z m 0,0"
id="path8927"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-1.704666,-23.310614)"
id="g1720">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 104.14855,73.229933 c 0.32346,0 0.55205,-0.172514 0.55205,-0.461476 v -0.0043 c 0,-0.254461 -0.1682,-0.370909 -0.49598,-0.452853 -0.29759,-0.06901 -0.37091,-0.125074 -0.37091,-0.24152 v -0.0043 c 0,-0.10351 0.0949,-0.185454 0.25446,-0.185454 0.12076,0 0.23289,0.04313 0.35366,0.116448 0.0216,0.01294 0.0431,0.02156 0.0733,0.02156 0.069,0 0.12507,-0.05607 0.12507,-0.125074 0,-0.05175 -0.0259,-0.09057 -0.0604,-0.10782 -0.13801,-0.09489 -0.29328,-0.146638 -0.48735,-0.146638 -0.30622,0 -0.53049,0.185452 -0.53049,0.448538 v 0.0043 c 0,0.284649 0.18546,0.383847 0.51755,0.461478 0.28465,0.06901 0.34934,0.129384 0.34934,0.237207 v 0.0043 c 0,0.116448 -0.10782,0.194079 -0.27602,0.194079 -0.16821,0 -0.30622,-0.05607 -0.43129,-0.159575 -0.0173,-0.01294 -0.0431,-0.02156 -0.082,-0.02156 -0.069,0 -0.12507,0.05607 -0.12507,0.125074 0,0.04313 0.0216,0.08194 0.0517,0.103511 0.17251,0.129383 0.37091,0.194077 0.58224,0.194077 z m 0,0"
id="path8923"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.70536,73.234246 c 0.40541,0 0.66418,-0.232894 0.66418,-0.694373 v -0.75475 c 0,-0.07332 -0.0604,-0.133699 -0.13369,-0.133699 -0.0776,0 -0.13802,0.06038 -0.13802,0.133699 v 0.767691 c 0,0.284649 -0.14664,0.426974 -0.38816,0.426974 -0.24151,0 -0.39247,-0.15095 -0.39247,-0.439915 v -0.75475 c 0,-0.07332 -0.0561,-0.133699 -0.1337,-0.133699 -0.0776,0 -0.13801,0.06038 -0.13801,0.133699 v 0.767691 c 0,0.448538 0.25877,0.681432 0.65987,0.681432 z m 0,0"
id="path8919"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 107.34137,73.229933 c 0.32347,0 0.55205,-0.172514 0.55205,-0.461476 v -0.0043 c 0,-0.254461 -0.1682,-0.370909 -0.49598,-0.452853 -0.29759,-0.06901 -0.37091,-0.125074 -0.37091,-0.24152 v -0.0043 c 0,-0.10351 0.0949,-0.185454 0.25446,-0.185454 0.12076,0 0.2329,0.04313 0.35366,0.116448 0.0216,0.01294 0.0431,0.02156 0.0733,0.02156 0.069,0 0.12507,-0.05607 0.12507,-0.125074 0,-0.05175 -0.0259,-0.09057 -0.0604,-0.10782 -0.13801,-0.09489 -0.29327,-0.146638 -0.48735,-0.146638 -0.30622,0 -0.53049,0.185452 -0.53049,0.448538 v 0.0043 c 0,0.284649 0.18546,0.383847 0.51755,0.461478 0.28465,0.06901 0.34934,0.129384 0.34934,0.237207 v 0.0043 c 0,0.116448 -0.10782,0.194079 -0.27602,0.194079 -0.1682,0 -0.30622,-0.05607 -0.43129,-0.159575 -0.0173,-0.01294 -0.0431,-0.02156 -0.082,-0.02156 -0.069,0 -0.12507,0.05607 -0.12507,0.125074 0,0.04313 0.0216,0.08194 0.0517,0.103511 0.17252,0.129383 0.37091,0.194077 0.58224,0.194077 z m 0,0"
id="path8915"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(5.131964,-40.914302)"
id="g1725">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 103.63384,90.686993 c 0,0.07763 0.0604,0.138012 0.13801,0.138012 0.0733,0 0.1337,-0.06038 0.1337,-0.138012 v -0.414036 h 0.34071 l 0.37522,0.478729 c 0.0345,0.04313 0.0733,0.07332 0.1337,0.07332 0.069,0 0.12939,-0.05175 0.12939,-0.129386 0,-0.03881 -0.0172,-0.06901 -0.0431,-0.103508 l -0.29328,-0.370906 c 0.20702,-0.06469 0.34935,-0.215646 0.34935,-0.461478 v -0.0043 c 0,-0.133699 -0.0474,-0.250148 -0.12939,-0.336405 -0.0992,-0.09488 -0.25015,-0.15095 -0.44423,-0.15095 h -0.55204 c -0.0776,0 -0.13802,0.05607 -0.13802,0.1337 z m 0.27171,-0.655555 v -0.517546 h 0.39678 c 0.19839,0 0.31915,0.09057 0.31915,0.25446 v 0.0043 c 0,0.159575 -0.12507,0.258773 -0.31915,0.258773 z m 0,0"
id="path8911"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 105.42954,90.812067 h 0.91002 c 0.0647,0 0.12076,-0.05175 0.12076,-0.120761 0,-0.06901 -0.0561,-0.120759 -0.12076,-0.120759 h -0.77632 v -0.418348 h 0.66418 c 0.069,0 0.12076,-0.05175 0.12076,-0.116449 0,-0.06901 -0.0517,-0.125073 -0.12076,-0.125073 h -0.66418 v -0.401098 h 0.76338 c 0.069,0 0.12076,-0.05175 0.12076,-0.120759 0,-0.06901 -0.0517,-0.120761 -0.12076,-0.120761 h -0.89708 c -0.0776,0 -0.13801,0.05607 -0.13801,0.1337 v 1.272296 c 0,0.07763 0.0604,0.138012 0.13801,0.138012 z m 0,0"
id="path8907"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 106.81739,90.674055 c 0,0.07763 0.0604,0.138012 0.13801,0.138012 h 0.83239 c 0.069,0 0.12507,-0.05607 0.12507,-0.125074 0,-0.06901 -0.0561,-0.120761 -0.12507,-0.120761 H 107.0891 V 89.38882 c 0,-0.07332 -0.0604,-0.133699 -0.1337,-0.133699 -0.0776,0 -0.13801,0.06038 -0.13801,0.133699 z m 0,0"
id="path8903"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g1503"
transform="matrix(0.90584922,0,0,0.9908646,9.4528518,3.8571261)" />
<g
transform="matrix(0.26458333,0,0,0.26458333,90.588027,21.771455)"
id="g52"
style="fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 36.62,70.19 a 0.73,0.73 0 0 1 -0.27,0.57 0.91,0.91 0 0 1 -0.62,0.23 0.81,0.81 0 0 1 -0.43,-0.13 0.79,0.79 0 0 1 -0.31,-0.38 l -0.64,-1.42 h -4.06 l -0.64,1.42 A 0.81,0.81 0 0 1 29.34,70.86 0.8,0.8 0 0 1 28.9,70.99 0.94,0.94 0 0 1 28.28,70.76 0.72,0.72 0 0 1 28,70.19 1,1 0 0 1 28.1,69.81 L 31.34,63 a 0.94,0.94 0 0 1 0.4,-0.44 1.14,1.14 0 0 1 1.14,0 1.06,1.06 0 0 1 0.41,0.43 l 3.24,6.8 a 1,1 0 0 1 0.09,0.4 z m -5.7,-2.53 h 2.8 l -1.39,-3.12 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path44" />
<path
inkscape:connector-curvature="0"
d="m 37.88,70.72 a 0.88,0.88 0 0 1 -0.23,-0.65 v -6.71 a 0.79,0.79 0 0 1 0.88,-0.88 h 2.41 a 5.21,5.21 0 0 1 2.38,0.5 3.52,3.52 0 0 1 1.52,1.45 4.59,4.59 0 0 1 0.53,2.27 4.67,4.67 0 0 1 -0.52,2.3 3.48,3.48 0 0 1 -1.52,1.46 5.24,5.24 0 0 1 -2.39,0.5 h -2.41 a 0.88,0.88 0 0 1 -0.65,-0.24 z m 2.93,-1.28 a 2.4,2.4 0 0 0 2.7,-2.72 2.39,2.39 0 0 0 -2.7,-2.72 h -1.28 v 5.44 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path46" />
<path
inkscape:connector-curvature="0"
d="m 48.1,70.83 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.81,0.81 0 0 1 -0.08,-0.38 0.82,0.82 0 0 1 0.19,-0.53 0.54,0.54 0 0 1 0.43,-0.23 0.81,0.81 0 0 1 0.26,0 1.63,1.63 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 A 2.29,2.29 0 0 0 51,69.34 0.84,0.84 0 0 0 51.42,68.58 0.68,0.68 0 0 0 51.03,67.98 5,5 0 0 0 49.64,67.55 7.66,7.66 0 0 1 47.89,67 2.31,2.31 0 0 1 46.89,66.2 2.11,2.11 0 0 1 46.61,65 2.27,2.27 0 0 1 47,63.67 2.9,2.9 0 0 1 48.21,62.72 4.27,4.27 0 0 1 50,62.38 a 4.46,4.46 0 0 1 2.81,0.85 0.94,0.94 0 0 1 0.26,0.29 0.78,0.78 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.81,0.81 0 0 1 -0.25,0 1.69,1.69 0 0 1 -0.32,-0.16 5.07,5.07 0 0 0 -0.91,-0.47 3,3 0 0 0 -1,-0.16 2,2 0 0 0 -1.15,0.28 0.89,0.89 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.86,1.86 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.7,6.7 0 0 1 -1.79,-0.24 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path48" />
<path
inkscape:connector-curvature="0"
d="M 61.74,70.27 A 0.67,0.67 0 0 1 61.47,70.82 1,1 0 0 1 60.4,70.93 0.89,0.89 0 0 1 60,70.6 L 58.42,68.25 A 1.42,1.42 0 0 0 58,67.8 1.1,1.1 0 0 0 57.42,67.66 h -1 v 2.42 a 0.94,0.94 0 0 1 -0.25,0.68 0.89,0.89 0 0 1 -0.67,0.25 0.87,0.87 0 0 1 -0.94,-0.94 v -6.71 a 0.8,0.8 0 0 1 0.88,-0.88 h 3 a 3.37,3.37 0 0 1 2.25,0.65 2.35,2.35 0 0 1 0.83,1.87 2.45,2.45 0 0 1 -0.52,1.65 2.59,2.59 0 0 1 -1.52,0.85 1.58,1.58 0 0 1 0.64,0.28 2.45,2.45 0 0 1 0.55,0.61 l 0.91,1.37 a 0.92,0.92 0 0 1 0.16,0.51 z M 59.4,66 a 1.27,1.27 0 0 0 0,-1.77 1.93,1.93 0 0 0 -1.16,-0.28 h -1.79 v 2.33 h 1.79 A 1.9,1.9 0 0 0 59.4,66 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path50" />
</g>
<g
id="g1026"
transform="translate(88.358096,22.5893)">
<path
inkscape:connector-curvature="0"
id="path25377"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 21.263285,83.746531 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
id="path12074"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.762883,83.746531 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
id="path12070"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 23.9409,83.595581 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 h -0.806509 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 H 23.9409 Z m 0,0"
id="path12066"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(0,5.4055845)"
id="g1664">
<g
id="g1642"
style="fill:#fff7d4;fill-opacity:1"
transform="translate(-0.017989,-5.2916667)">
<path
inkscape:connector-curvature="0"
id="path1638"
d="m 89.599095,93.256455 c 0.202705,0 0.336402,-0.06469 0.45285,-0.168201 0.02156,-0.01725 0.03882,-0.04744 0.03882,-0.07763 0,-0.05607 -0.05175,-0.10351 -0.107823,-0.10351 -0.02588,0 -0.04744,0.0086 -0.06469,0.02588 -0.09057,0.07763 -0.181139,0.120759 -0.314838,0.120759 -0.237209,0 -0.414036,-0.202703 -0.414036,-0.448538 0,-0.245835 0.176827,-0.444225 0.414036,-0.444225 0.120759,0 0.215643,0.04313 0.3019,0.112133 0.01294,0.01294 0.0345,0.02156 0.06469,0.02156 0.06038,0 0.112136,-0.04744 0.112136,-0.107823 0,-0.03882 -0.02156,-0.06901 -0.04313,-0.08626 -0.112136,-0.08626 -0.237207,-0.142325 -0.431287,-0.142325 -0.379534,0 -0.64693,0.293275 -0.64693,0.646931 v 0.0043 c 0,0.362281 0.271709,0.64693 0.638305,0.64693 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1640"
d="m 90.889301,93.252142 h 0.01294 c 0.06038,0 0.103508,-0.0345 0.125071,-0.09057 L 91.47154,92.12217 c 0.0043,-0.01294 0.0086,-0.03019 0.0086,-0.04744 0,-0.05607 -0.04744,-0.103508 -0.107823,-0.103508 -0.05175,0 -0.09057,0.0345 -0.107821,0.06901 l -0.3666,0.914322 -0.362281,-0.905703 c -0.01725,-0.04744 -0.05607,-0.07763 -0.112133,-0.07763 -0.06469,0 -0.112135,0.04744 -0.112135,0.10782 0,0.01725 0.0043,0.0345 0.01294,0.05175 l 0.439914,1.030777 c 0.02156,0.05607 0.06469,0.09057 0.125072,0.09057 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
</g>
<g
id="g1648"
transform="translate(6.882011,-5.2916667)"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 89.599095,93.256455 c 0.202705,0 0.336402,-0.06469 0.45285,-0.168201 0.02156,-0.01725 0.03882,-0.04744 0.03882,-0.07763 0,-0.05607 -0.05175,-0.10351 -0.107823,-0.10351 -0.02588,0 -0.04744,0.0086 -0.06469,0.02588 -0.09057,0.07763 -0.181139,0.120759 -0.314838,0.120759 -0.237209,0 -0.414036,-0.202703 -0.414036,-0.448538 0,-0.245835 0.176827,-0.444225 0.414036,-0.444225 0.120759,0 0.215643,0.04313 0.3019,0.112133 0.01294,0.01294 0.0345,0.02156 0.06469,0.02156 0.06038,0 0.112136,-0.04744 0.112136,-0.107823 0,-0.03882 -0.02156,-0.06901 -0.04313,-0.08626 -0.112136,-0.08626 -0.237207,-0.142325 -0.431287,-0.142325 -0.379534,0 -0.64693,0.293275 -0.64693,0.646931 v 0.0043 c 0,0.362281 0.271709,0.64693 0.638305,0.64693 z m 0,0"
id="path1644"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 90.889301,93.252142 h 0.01294 c 0.06038,0 0.103508,-0.0345 0.125071,-0.09057 L 91.47154,92.12217 c 0.0043,-0.01294 0.0086,-0.03019 0.0086,-0.04744 0,-0.05607 -0.04744,-0.103508 -0.107823,-0.103508 -0.05175,0 -0.09057,0.0345 -0.107821,0.06901 l -0.3666,0.914322 -0.362281,-0.905703 c -0.01725,-0.04744 -0.05607,-0.07763 -0.112133,-0.07763 -0.06469,0 -0.112135,0.04744 -0.112135,0.10782 0,0.01725 0.0043,0.0345 0.01294,0.05175 l 0.439914,1.030777 c 0.02156,0.05607 0.06469,0.09057 0.125072,0.09057 z m 0,0"
id="path1646"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(13.782011,-5.2916667)"
id="g1654"
style="fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
id="path1650"
d="m 89.599095,93.256455 c 0.202705,0 0.336402,-0.06469 0.45285,-0.168201 0.02156,-0.01725 0.03882,-0.04744 0.03882,-0.07763 0,-0.05607 -0.05175,-0.10351 -0.107823,-0.10351 -0.02588,0 -0.04744,0.0086 -0.06469,0.02588 -0.09057,0.07763 -0.181139,0.120759 -0.314838,0.120759 -0.237209,0 -0.414036,-0.202703 -0.414036,-0.448538 0,-0.245835 0.176827,-0.444225 0.414036,-0.444225 0.120759,0 0.215643,0.04313 0.3019,0.112133 0.01294,0.01294 0.0345,0.02156 0.06469,0.02156 0.06038,0 0.112136,-0.04744 0.112136,-0.107823 0,-0.03882 -0.02156,-0.06901 -0.04313,-0.08626 -0.112136,-0.08626 -0.237207,-0.142325 -0.431287,-0.142325 -0.379534,0 -0.64693,0.293275 -0.64693,0.646931 v 0.0043 c 0,0.362281 0.271709,0.64693 0.638305,0.64693 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1652"
d="m 90.889301,93.252142 h 0.01294 c 0.06038,0 0.103508,-0.0345 0.125071,-0.09057 L 91.47154,92.12217 c 0.0043,-0.01294 0.0086,-0.03019 0.0086,-0.04744 0,-0.05607 -0.04744,-0.103508 -0.107823,-0.103508 -0.05175,0 -0.09057,0.0345 -0.107821,0.06901 l -0.3666,0.914322 -0.362281,-0.905703 c -0.01725,-0.04744 -0.05607,-0.07763 -0.112133,-0.07763 -0.06469,0 -0.112135,0.04744 -0.112135,0.10782 0,0.01725 0.0043,0.0345 0.01294,0.05175 l 0.439914,1.030777 c 0.02156,0.05607 0.06469,0.09057 0.125072,0.09057 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
</g>
<g
id="g1662"
transform="translate(20.682011,-5.2916667)"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 89.599095,93.256455 c 0.202705,0 0.336402,-0.06469 0.45285,-0.168201 0.02156,-0.01725 0.03882,-0.04744 0.03882,-0.07763 0,-0.05607 -0.05175,-0.10351 -0.107823,-0.10351 -0.02588,0 -0.04744,0.0086 -0.06469,0.02588 -0.09057,0.07763 -0.181139,0.120759 -0.314838,0.120759 -0.237209,0 -0.414036,-0.202703 -0.414036,-0.448538 0,-0.245835 0.176827,-0.444225 0.414036,-0.444225 0.120759,0 0.215643,0.04313 0.3019,0.112133 0.01294,0.01294 0.0345,0.02156 0.06469,0.02156 0.06038,0 0.112136,-0.04744 0.112136,-0.107823 0,-0.03882 -0.02156,-0.06901 -0.04313,-0.08626 -0.112136,-0.08626 -0.237207,-0.142325 -0.431287,-0.142325 -0.379534,0 -0.64693,0.293275 -0.64693,0.646931 v 0.0043 c 0,0.362281 0.271709,0.64693 0.638305,0.64693 z m 0,0"
id="path1656"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 90.889301,93.252142 h 0.01294 c 0.06038,0 0.103508,-0.0345 0.125071,-0.09057 L 91.47154,92.12217 c 0.0043,-0.01294 0.0086,-0.03019 0.0086,-0.04744 0,-0.05607 -0.04744,-0.103508 -0.107823,-0.103508 -0.05175,0 -0.09057,0.0345 -0.107821,0.06901 l -0.3666,0.914322 -0.362281,-0.905703 c -0.01725,-0.04744 -0.05607,-0.07763 -0.112133,-0.07763 -0.06469,0 -0.112135,0.04744 -0.112135,0.10782 0,0.01725 0.0043,0.0345 0.01294,0.05175 l 0.439914,1.030777 c 0.02156,0.05607 0.06469,0.09057 0.125072,0.09057 z m 0,0"
id="path1658"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g1675"
transform="matrix(1.0035812,0,0,0.49511921,-0.36055249,48.180225)">
<path
inkscape:connector-curvature="0"
id="path1666"
d="m 90.342396,86.336996 v -5.06241"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.22603756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.22603756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 97.234972,86.336996 v -5.06241"
id="path1669"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1671"
d="m 104.12755,86.336996 v -5.06241"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.22603756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.22603756;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 111.02014,86.336996 v -5.06241"
id="path1673"
inkscape:connector-curvature="0" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="guides"
transform="translate(0,-8.0744425e-6)" />
</svg>

+ 582
- 0
repos/AS/res/BPMClock.svg View File

@@ -0,0 +1,582 @@
<?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="90"
height="380"
viewBox="0 0 23.812499 100.54167"
version="1.1"
id="svg5269"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="BPMClock.svg">
<defs
id="defs5263" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4.0332085"
inkscape:cx="24.966043"
inkscape:cy="91.175564"
inkscape:document-units="mm"
inkscape:current-layer="g1652"
showgrid="true"
units="px"
inkscape:window-width="1894"
inkscape:window-height="1338"
inkscape:window-x="-123"
inkscape:window-y="19"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
id="grid5814"
empspacing="15"
dotted="false" />
</sodipodi:namedview>
<metadata
id="metadata5266">
<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:groupmode="layer"
id="layer2"
inkscape:label="bg 2"
style="display:inline">
<g
id="g166"
transform="matrix(0.26755618,0,0,0.26458333,-31.705405,0)"
style="fill:#44423e;fill-opacity:1">
<polygon
points="207.5,29.98 118.5,29.98 118.5,287.57 207.5,287.57 207.5,272.35 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="118.5,380 207.5,380 207.5,291.45 118.5,291.45 118.5,297.78 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="118.5,287.57 118.5,291.45 207.5,291.45 207.5,287.57 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="207.5,0 118.5,0 118.5,26.09 207.5,26.1 207.5,16.51 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="118.5,29.98 207.5,29.98 207.5,29.81 207.5,26.1 118.5,26.09 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<g
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-706.23001)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="23.8125"
height="5.2916665"
x="3.7916682e-06"
y="95.249992" />
<rect
y="7.9375004e-06"
x="3.7916682e-06"
height="5.2916665"
width="23.8125"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.26458333,0,0,0.26458333,3.1779159e-6,-3.667036e-6)"
id="g1614">
<circle
r="15.118111"
cy="359.88181"
cx="44.999989"
id="path1686"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.66602928,0,0,0.66602928,5.0554261,118.9929)"
data-name="Layer 2"
id="Layer_2-2"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6" />
</g>
</g>
</g>
<g
id="g1660"
transform="translate(-0.01851772)">
<rect
ry="1.3924577"
y="0.74168032"
x="3.5040054"
height="2.5"
width="5"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="5"
height="2.5"
x="3.5040054"
y="97.441681"
ry="1.3924577" />
<path
inkscape:connector-curvature="0"
id="path1191"
d="m 16.737997,0.74152337 c -0.771421,0 -1.392163,0.55756003 -1.392163,1.25006003 0,0.6925 0.620742,1.2500501 1.392163,1.2500501 h 2.21537 c 0.771422,0 1.392161,-0.5575501 1.392161,-1.2500501 0,-0.6925 -0.620739,-1.25006003 -1.392161,-1.25006003 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect865"
d="m 16.737997,97.441605 c -0.771421,0 -1.392163,0.557548 -1.392163,1.25005 0,0.692499 0.620742,1.25005 1.392163,1.25005 h 2.21537 c 0.771422,0 1.392161,-0.557551 1.392161,-1.25005 0,-0.692502 -0.620739,-1.25005 -1.392161,-1.25005 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-196.45832)"
style="display:none">
<g
transform="translate(26.458334,196.45832)"
style="display:inline"
id="g1596">
<rect
ry="0.78382814"
y="27.08441"
x="2.1166666"
height="62.706249"
width="7.5142331"
id="rect1741"
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.65668011;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.65668011;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect1783"
width="7.5142331"
height="62.706249"
x="14.084242"
y="27.08441"
ry="0.78382814" />
<g
transform="matrix(0.26458333,0,0,0.26458333,12.170834,-6.2500007e-8)"
id="g2412">
<path
id="path2402"
style="fill:#fff8d5"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
inkscape:connector-curvature="0" />
<path
id="path2404"
style="fill:#fff8d5"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path2406"
style="fill:#fff8d5"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
inkscape:connector-curvature="0" />
<path
id="path2408"
style="fill:#fff8d5"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
inkscape:connector-curvature="0" />
<path
id="path2410"
style="fill:#fff8d5"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g2424"
transform="scale(0.26458333)">
<path
inkscape:connector-curvature="0"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
style="fill:#fff8d5"
id="path2414" />
<path
inkscape:connector-curvature="0"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
style="fill:#fff8d5"
id="path2416" />
<path
inkscape:connector-curvature="0"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
style="fill:#fff8d5"
id="path2418" />
<path
inkscape:connector-curvature="0"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
style="fill:#fff8d5"
id="path2420" />
<path
inkscape:connector-curvature="0"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
style="fill:#fff8d5"
id="path2422" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="TXTS"
style="display:inline">
<g
transform="matrix(0.21656532,0,0,0.21656532,-61.807036,35.788165)"
id="g1338">
<path
inkscape:connector-curvature="0"
d="m 43.51,-38.3 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.1,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 H 39.8 v 1.86 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.86 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.5,1.33 1.62,1.62 0 0 1 -0.35,1.07 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.06,0.29 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.4 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.9,-0.25 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1332" />
<path
inkscape:connector-curvature="0"
d="m 45.92,-38.47 a 2.46,2.46 0 0 1 -0.62,-1.82 v -3 a 0.53,0.53 0 0 1 0.14,-0.39 0.51,0.51 0 0 1 0.38,-0.15 0.51,0.51 0 0 1 0.38,0.15 0.53,0.53 0 0 1 0.14,0.39 v 3.05 a 1.63,1.63 0 0 0 0.36,1.14 1.36,1.36 0 0 0 1,0.39 1.33,1.33 0 0 0 1,-0.39 1.63,1.63 0 0 0 0.36,-1.14 v -3.05 a 0.53,0.53 0 0 1 0.14,-0.39 0.51,0.51 0 0 1 0.38,-0.15 0.51,0.51 0 0 1 0.38,0.15 0.53,0.53 0 0 1 0.14,0.39 v 3 a 2.47,2.47 0 0 1 -0.62,1.81 2.45,2.45 0 0 1 -1.82,0.63 2.47,2.47 0 0 1 -1.74,-0.62 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1334" />
<path
inkscape:connector-curvature="0"
d="m 57,-43.67 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 A 0.54,0.54 0 0 1 57,-38 a 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.57,0.57 0 0 1 -0.13,0.39 0.46,0.46 0 0 1 -0.37,0.15 0.46,0.46 0 0 1 -0.37,-0.15 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.47,0.47 0 0 1 0.36,-0.15 0.48,0.48 0 0 1 0.37,0.14 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1336" />
</g>
<g
transform="matrix(0.26179895,0,0,0.26179895,-73.41011,28.536056)"
id="g1392">
<path
inkscape:connector-curvature="0"
d="M 25.35,-69.65 A 2.09,2.09 0 0 1 24.6,-70 a 0.48,0.48 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.28,2.28 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.63,-0.13 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.34,4.34 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.28,1.28 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.55,0.44 0.54,0.54 0 0 1 0.15,0.17 0.44,0.44 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.83,2.83 0 0 0 -0.51,-0.27 1.71,1.71 0 0 0 -0.6,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.55,4.55 0 0 0 0.61,0.17 3.38,3.38 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.56,1.56 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -0.95,-0.11 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1374" />
<path
inkscape:connector-curvature="0"
d="m 29.87,-69.69 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.52,0.52 0 0 1 0.39,-0.14 0.52,0.52 0 0 1 0.39,0.14 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.14 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1376" />
<path
inkscape:connector-curvature="0"
d="m 36.43,-72.13 a 0.38,0.38 0 0 1 0.11,0.29 v 1.33 a 1.57,1.57 0 0 1 0,0.42 0.47,0.47 0 0 1 -0.15,0.24 0.91,0.91 0 0 1 -0.33,0.15 3.88,3.88 0 0 1 -0.61,0.13 4.74,4.74 0 0 1 -0.65,0 2.78,2.78 0 0 1 -1.32,-0.3 2,2 0 0 1 -0.86,-0.85 2.73,2.73 0 0 1 -0.3,-1.32 2.73,2.73 0 0 1 0.3,-1.3 2,2 0 0 1 0.85,-0.85 2.65,2.65 0 0 1 1.29,-0.3 2.44,2.44 0 0 1 1.56,0.49 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.29,0.29 0 0 1 -0.23,0.13 0.45,0.45 0 0 1 -0.16,0 L 35.8,-73.3 a 2.37,2.37 0 0 0 -0.52,-0.25 1.74,1.74 0 0 0 -0.52,-0.08 q -1.39,0 -1.39,1.61 a 1.83,1.83 0 0 0 0.36,1.24 1.38,1.38 0 0 0 1.09,0.41 3.05,3.05 0 0 0 0.78,-0.1 V -71.5 H 35 a 0.45,0.45 0 0 1 -0.31,-0.1 0.34,0.34 0 0 1 -0.11,-0.27 0.34,0.34 0 0 1 0.11,-0.27 0.45,0.45 0 0 1 0.31,-0.1 h 1.16 a 0.42,0.42 0 0 1 0.27,0.11 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1378" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-84.720181,-25.304018)"
id="g1436">
<path
inkscape:connector-curvature="0"
d="m 21.14,21.46 a 2.12,2.12 0 0 1 0.4,1.31 2,2 0 0 1 -0.79,1.69 3.4,3.4 0 0 1 -2.17,0.62 H 15.45 A 0.79,0.79 0 0 1 14.57,24.2 v -6.69 a 0.79,0.79 0 0 1 0.88,-0.88 h 3 a 3.38,3.38 0 0 1 2.09,0.59 1.91,1.91 0 0 1 0.77,1.61 A 2,2 0 0 1 21,20 a 2,2 0 0 1 -1,0.73 2.12,2.12 0 0 1 1.14,0.73 z M 16.4,20.08 h 1.76 a 1.83,1.83 0 0 0 1.06,-0.25 0.86,0.86 0 0 0 0.34,-0.75 0.89,0.89 0 0 0 -0.34,-0.77 1.84,1.84 0 0 0 -1.06,-0.25 H 16.4 Z m 3.06,3.34 A 1,1 0 0 0 19.8,22.6 1,1 0 0 0 19.46,21.77 1.76,1.76 0 0 0 18.38,21.51 h -2 v 2.16 h 2 a 1.82,1.82 0 0 0 1.08,-0.26 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1420" />
<path
inkscape:connector-curvature="0"
d="m 23.33,24.91 a 0.92,0.92 0 0 1 -0.25,-0.68 v -6.72 a 0.79,0.79 0 0 1 0.88,-0.88 h 3 a 3.09,3.09 0 0 1 2.15,0.7 2.49,2.49 0 0 1 0.77,1.94 2.49,2.49 0 0 1 -0.77,1.94 3.09,3.09 0 0 1 -2.15,0.7 H 25 v 2.32 a 1,1 0 0 1 -1.62,0.68 z m 3.4,-4.42 q 1.4,0 1.4,-1.21 0,-1.21 -1.4,-1.22 H 25 v 2.44 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1422" />
<path
inkscape:connector-curvature="0"
d="m 39.49,16.83 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.3,1.3 0 0 1 -0.37,-0.46 L 33,20.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 V 17.5 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 L 35.56,21.8 38,17.18 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.63,0.26 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1424" />
<path
inkscape:connector-curvature="0"
d="m 47,24.67 a 3.55,3.55 0 0 1 -1.44,-1.51 5,5 0 0 1 -0.5,-2.3 5,5 0 0 1 0.5,-2.3 3.56,3.56 0 0 1 1.44,-1.51 4.73,4.73 0 0 1 4.9,0.34 0.9,0.9 0 0 1 0.25,0.29 0.8,0.8 0 0 1 0.07,0.36 0.84,0.84 0 0 1 -0.17,0.53 0.52,0.52 0 0 1 -0.43,0.22 0.93,0.93 0 0 1 -0.29,0 A 1.16,1.16 0 0 1 51,18.6 4.05,4.05 0 0 0 50.11,18.15 2.72,2.72 0 0 0 49.23,18.01 2.11,2.11 0 0 0 47.5,18.72 3.32,3.32 0 0 0 46.92,20.85 q 0,2.86 2.32,2.86 a 2.53,2.53 0 0 0 0.84,-0.14 5.29,5.29 0 0 0 0.92,-0.45 1.74,1.74 0 0 1 0.3,-0.15 0.84,0.84 0 0 1 0.28,0 0.52,0.52 0 0 1 0.43,0.22 0.84,0.84 0 0 1 0.17,0.53 0.79,0.79 0 0 1 -0.08,0.37 0.89,0.89 0 0 1 -0.25,0.28 4.73,4.73 0 0 1 -4.9,0.34 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1426" />
<path
inkscape:connector-curvature="0"
d="M 53.76,24.95 A 0.78,0.78 0 0 1 53.5,24.31 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1428" />
<path
inkscape:connector-curvature="0"
d="M 58.13,24.81 A 2.65,2.65 0 0 1 57,23.74 a 3.64,3.64 0 0 1 0,-3.25 2.61,2.61 0 0 1 1.09,-1.06 3.82,3.82 0 0 1 3.29,0 2.62,2.62 0 0 1 1.09,1.06 3.64,3.64 0 0 1 0,3.25 2.65,2.65 0 0 1 -1.09,1.07 3.76,3.76 0 0 1 -3.29,0 z m 3,-2.69 a 2,2 0 0 0 -0.34,-1.27 1.19,1.19 0 0 0 -1,-0.42 q -1.32,0 -1.32,1.69 0,1.69 1.32,1.69 1.31,0 1.31,-1.69 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1430" />
<path
inkscape:connector-curvature="0"
d="M 65.37,24.82 A 2.55,2.55 0 0 1 64.32,23.76 3.36,3.36 0 0 1 64,22.15 a 3.29,3.29 0 0 1 0.39,-1.63 2.71,2.71 0 0 1 1.1,-1.09 3.37,3.37 0 0 1 1.63,-0.38 3.68,3.68 0 0 1 1,0.13 3.23,3.23 0 0 1 0.87,0.37 0.74,0.74 0 0 1 0.37,0.67 0.84,0.84 0 0 1 -0.14,0.51 0.45,0.45 0 0 1 -0.38,0.2 0.8,0.8 0 0 1 -0.29,-0.05 l -0.37,-0.16 a 3.75,3.75 0 0 0 -0.45,-0.2 1.31,1.31 0 0 0 -0.45,-0.07 1.26,1.26 0 0 0 -1,0.43 1.9,1.9 0 0 0 -0.35,1.24 1.92,1.92 0 0 0 0.35,1.25 1.25,1.25 0 0 0 1,0.43 1.37,1.37 0 0 0 0.44,-0.07 3.58,3.58 0 0 0 0.47,-0.21 l 0.36,-0.16 a 0.75,0.75 0 0 1 0.29,-0.05 0.45,0.45 0 0 1 0.38,0.2 0.85,0.85 0 0 1 0.15,0.52 0.71,0.71 0 0 1 -0.37,0.66 3.18,3.18 0 0 1 -0.89,0.37 4.16,4.16 0 0 1 -1.06,0.13 3.29,3.29 0 0 1 -1.68,-0.37 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1432" />
<path
inkscape:connector-curvature="0"
d="m 76.24,24.29 a 0.86,0.86 0 0 1 -0.25,0.6 0.76,0.76 0 0 1 -0.57,0.26 0.82,0.82 0 0 1 -0.58,-0.25 l -2.63,-2.44 v 1.84 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -6.88 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.3 l 2.4,-2.36 a 0.81,0.81 0 0 1 1.18,0 0.79,0.79 0 0 1 0.25,0.58 0.83,0.83 0 0 1 -0.28,0.59 L 74.18,22 76,23.69 a 0.81,0.81 0 0 1 0.24,0.6 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1434" />
</g>
<g
id="g938"
transform="matrix(0.14877078,0,0,0.14877078,-30.958201,-4.1432459)">
<path
id="path922"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 21.14,21.46 a 2.12,2.12 0 0 1 0.4,1.31 2,2 0 0 1 -0.79,1.69 3.4,3.4 0 0 1 -2.17,0.62 H 15.45 A 0.79,0.79 0 0 1 14.57,24.2 v -6.69 a 0.79,0.79 0 0 1 0.88,-0.88 h 3 a 3.38,3.38 0 0 1 2.09,0.59 1.91,1.91 0 0 1 0.77,1.61 A 2,2 0 0 1 21,20 a 2,2 0 0 1 -1,0.73 2.12,2.12 0 0 1 1.14,0.73 z M 16.4,20.08 h 1.76 a 1.83,1.83 0 0 0 1.06,-0.25 0.86,0.86 0 0 0 0.34,-0.75 0.89,0.89 0 0 0 -0.34,-0.77 1.84,1.84 0 0 0 -1.06,-0.25 H 16.4 Z m 3.06,3.34 A 1,1 0 0 0 19.8,22.6 1,1 0 0 0 19.46,21.77 1.76,1.76 0 0 0 18.38,21.51 h -2 v 2.16 h 2 a 1.82,1.82 0 0 0 1.08,-0.26 z"
inkscape:connector-curvature="0" />
<path
id="path924"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 23.33,24.91 a 0.92,0.92 0 0 1 -0.25,-0.68 v -6.72 a 0.79,0.79 0 0 1 0.88,-0.88 h 3 a 3.09,3.09 0 0 1 2.15,0.7 2.49,2.49 0 0 1 0.77,1.94 2.49,2.49 0 0 1 -0.77,1.94 3.09,3.09 0 0 1 -2.15,0.7 H 25 v 2.32 a 1,1 0 0 1 -1.62,0.68 z m 3.4,-4.42 q 1.4,0 1.4,-1.21 0,-1.21 -1.4,-1.22 H 25 v 2.44 z"
inkscape:connector-curvature="0" />
<path
id="path926"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 39.49,16.83 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.3,1.3 0 0 1 -0.37,-0.46 L 33,20.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 V 17.5 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 L 35.56,21.8 38,17.18 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.63,0.26 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.21488787,0,0,0.21488787,-73.208172,38.588132)"
id="g910">
<path
inkscape:connector-curvature="0"
d="m 364.41084,62.79 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.12,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 v 1.86 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.86 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.1,0.29 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.44 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.94,-0.25 z"
style="fill:#fff8d5"
id="path904" />
<path
inkscape:connector-curvature="0"
d="m 47,-50.33 a 2.65,2.65 0 0 1 -0.92,-0.46 0.46,0.46 0 0 1 -0.19,-0.4 0.47,0.47 0 0 1 0.1,-0.3 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.46,2.46 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.7,1.7 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 A 6,6 0 0 1 47,-53 a 1.68,1.68 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.54,1.54 0 0 1 0.29,-0.92 1.91,1.91 0 0 1 0.81,-0.63 2.87,2.87 0 0 1 1.17,-0.23 2.9,2.9 0 0 1 1.93,0.63 0.63,0.63 0 0 1 0.15,0.18 0.47,0.47 0 0 1 0,0.22 0.47,0.47 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.81,2.81 0 0 0 -0.66,-0.37 2.25,2.25 0 0 0 -0.79,-0.12 1.54,1.54 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.64 0.58,0.58 0 0 0 0.29,0.52 3.4,3.4 0 0 0 1,0.34 6.64,6.64 0 0 1 1.2,0.37 1.79,1.79 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.24,0.79 1.5,1.5 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.8,0.61 3,3 0 0 1 -1.19,0.22 4.2,4.2 0 0 1 -1.23,-0.23 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path906" />
<path
inkscape:connector-curvature="0"
d="m 374.26929,63.07 a 0.52,0.52 0 0 1 -0.14,-0.39 V 58.2 h -1.47 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.44 h 4 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -1.47 v 4.48 a 0.52,0.52 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.53,0.53 0 0 1 -0.38,-0.15 z"
style="fill:#fff8d5"
id="path908" />
</g>
<g
id="g1652"
transform="translate(-0.67474913,1.4999995)">
<g
id="g1360"
transform="matrix(0.2645817,0,0,0.26458333,-90.544905,74.757272)">
<path
id="path1352"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 42,-89.92 a 1.2,1.2 0 0 1 0.22,0.74 1.17,1.17 0 0 1 -0.49,1 2.24,2.24 0 0 1 -1.35,0.36 2.24,2.24 0 0 1 -1.35,-0.36 1.17,1.17 0 0 1 -0.49,-1 1.21,1.21 0 0 1 0.22,-0.75 1.16,1.16 0 0 1 0.65,-0.41 1.16,1.16 0 0 1 -0.55,-0.42 1.14,1.14 0 0 1 -0.2,-0.67 1.13,1.13 0 0 1 0.46,-0.95 2,2 0 0 1 1.26,-0.35 2,2 0 0 1 1.26,0.35 1.13,1.13 0 0 1 0.46,1 1.18,1.18 0 0 1 -0.2,0.68 1,1 0 0 1 -0.54,0.41 1.18,1.18 0 0 1 0.64,0.37 z m -0.76,0.66 q 0,-0.63 -0.86,-0.63 -0.86,0 -0.86,0.63 0,0.63 0.86,0.63 0.86,0 0.89,-0.64 z m -1.58,-2.05 q 0,0.61 0.73,0.61 0.73,0 0.73,-0.61 0,-0.6 -0.73,-0.6 -0.73,0 -0.7,0.59 z"
inkscape:connector-curvature="0" />
<path
id="path1354"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 45.68,-88.49 a 0.33,0.33 0 0 1 0.1,0.26 0.33,0.33 0 0 1 -0.16,0.3 0.73,0.73 0 0 1 -0.45,0.08 H 45 a 1.13,1.13 0 0 1 -1.19,-1.24 v -1.35 h -0.27 a 0.51,0.51 0 0 1 -0.34,-0.1 0.35,0.35 0 0 1 -0.12,-0.28 0.36,0.36 0 0 1 0.12,-0.29 0.51,0.51 0 0 1 0.34,-0.1 h 0.27 v -0.53 a 0.46,0.46 0 0 1 0.14,-0.35 0.53,0.53 0 0 1 0.38,-0.13 0.52,0.52 0 0 1 0.37,0.13 0.46,0.46 0 0 1 0.14,0.35 v 0.53 h 0.48 q 0.46,0 0.46,0.39 a 0.35,0.35 0 0 1 -0.12,0.28 0.52,0.52 0 0 1 -0.35,0.1 H 44.83 V -89 a 0.45,0.45 0 0 0 0.1,0.31 0.4,0.4 0 0 0 0.28,0.12 h 0.19 a 0.47,0.47 0 0 1 0.28,0.08 z"
inkscape:connector-curvature="0" />
<path
id="path1356"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 50.12,-89.89 v 1.57 A 0.46,0.46 0 0 1 50,-88 0.54,0.54 0 0 1 49.62,-87.87 0.52,0.52 0 0 1 49.25,-88 0.46,0.46 0 0 1 49.11,-88.35 v -1.58 a 0.67,0.67 0 0 0 -0.13,-0.45 0.49,0.49 0 0 0 -0.39,-0.15 0.68,0.68 0 0 0 -0.51,0.2 0.76,0.76 0 0 0 -0.19,0.54 v 1.43 a 0.46,0.46 0 0 1 -0.14,0.35 0.52,0.52 0 0 1 -0.37,0.13 A 0.53,0.53 0 0 1 47,-88 0.46,0.46 0 0 1 46.86,-88.35 v -3.92 a 0.43,0.43 0 0 1 0.15,-0.34 0.56,0.56 0 0 1 0.38,-0.13 0.52,0.52 0 0 1 0.36,0.12 0.42,0.42 0 0 1 0.14,0.33 v 1.48 a 1.13,1.13 0 0 1 0.46,-0.39 1.45,1.45 0 0 1 0.65,-0.1 q 1.12,0 1.12,1.41 z"
inkscape:connector-curvature="0" />
<path
id="path1358"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 52.11,-87.9 a 1.63,1.63 0 0 1 -0.54,-0.22 0.42,0.42 0 0 1 -0.16,-0.16 0.48,0.48 0 0 1 -0.05,-0.23 0.39,0.39 0 0 1 0.09,-0.26 0.27,0.27 0 0 1 0.22,-0.11 0.55,0.55 0 0 1 0.18,0 l 0.18,0.07 a 2.46,2.46 0 0 0 0.37,0.14 1.72,1.72 0 0 0 0.46,0.05 0.75,0.75 0 0 0 0.37,-0.08 0.23,0.23 0 0 0 0.13,-0.2 0.21,0.21 0 0 0 -0.06,-0.1 0.54,0.54 0 0 0 -0.21,-0.11 l -0.5,-0.12 a 1.87,1.87 0 0 1 -0.87,-0.35 0.81,0.81 0 0 1 -0.27,-0.65 0.88,0.88 0 0 1 0.19,-0.55 1.24,1.24 0 0 1 0.51,-0.38 1.85,1.85 0 0 1 0.73,-0.14 2.19,2.19 0 0 1 0.57,0.07 1.82,1.82 0 0 1 0.55,0.23 0.42,0.42 0 0 1 0.21,0.38 0.42,0.42 0 0 1 -0.09,0.27 0.27,0.27 0 0 1 -0.22,0.11 0.8,0.8 0 0 1 -0.37,-0.12 2,2 0 0 0 -0.31,-0.13 1.1,1.1 0 0 0 -0.33,0 0.62,0.62 0 0 0 -0.33,0.08 0.24,0.24 0 0 0 -0.12,0.21 0.24,0.24 0 0 0 0.14,0.22 2.22,2.22 0 0 0 0.55,0.15 3,3 0 0 1 0.71,0.21 0.86,0.86 0 0 1 0.37,0.32 0.92,0.92 0 0 1 0.12,0.48 0.9,0.9 0 0 1 -0.4,0.77 1.79,1.79 0 0 1 -1.06,0.29 3.35,3.35 0 0 1 -0.76,-0.14 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.99999386,0,0,1,0.39976442,0.81899914)"
id="g902">
<g
transform="matrix(0.26458333,0,0,0.26458333,-79.110415,71.398044)"
id="g1372">
<path
inkscape:connector-curvature="0"
d="m 39.93,-78.65 q 0,0.43 -0.5,0.43 h -2.32 q -0.5,0 -0.5,-0.43 0,-0.43 0.5,-0.42 h 0.63 v -2.78 l -0.6,0.36 a 0.39,0.39 0 0 1 -0.2,0.06 0.36,0.36 0 0 1 -0.29,-0.14 0.49,0.49 0 0 1 -0.12,-0.32 0.39,0.39 0 0 1 0.21,-0.36 l 1.07,-0.65 a 0.92,0.92 0 0 1 0.48,-0.14 0.5,0.5 0 0 1 0.37,0.14 0.5,0.5 0 0 1 0.14,0.38 v 3.45 h 0.63 q 0.5,0 0.5,0.42 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1362" />
<path
inkscape:connector-curvature="0"
d="m 43.89,-81.14 a 1.37,1.37 0 0 1 0.52,0.55 1.68,1.68 0 0 1 0.19,0.8 1.67,1.67 0 0 1 -0.21,0.84 1.5,1.5 0 0 1 -0.58,0.58 1.71,1.71 0 0 1 -0.84,0.21 1.76,1.76 0 0 1 -1.44,-0.62 2.71,2.71 0 0 1 -0.53,-1.77 3.49,3.49 0 0 1 0.24,-1.34 1.93,1.93 0 0 1 0.68,-0.88 1.79,1.79 0 0 1 1,-0.31 2.51,2.51 0 0 1 0.78,0.13 2,2 0 0 1 0.67,0.36 0.51,0.51 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.21 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.15 l -0.17,-0.08 a 4.12,4.12 0 0 0 -0.49,-0.25 1.1,1.1 0 0 0 -0.44,-0.09 0.76,0.76 0 0 0 -0.67,0.39 2.22,2.22 0 0 0 -0.28,1.09 1.12,1.12 0 0 1 0.44,-0.41 1.33,1.33 0 0 1 0.64,-0.15 1.43,1.43 0 0 1 0.84,0.15 z m -0.48,1.94 a 0.79,0.79 0 0 0 0.19,-0.56 0.78,0.78 0 0 0 -0.19,-0.55 0.66,0.66 0 0 0 -0.51,-0.21 0.68,0.68 0 0 0 -0.52,0.21 0.77,0.77 0 0 0 -0.2,0.55 0.79,0.79 0 0 0 0.2,0.55 0.67,0.67 0 0 0 0.52,0.21 0.66,0.66 0 0 0 0.51,-0.19 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1364" />
<path
inkscape:connector-curvature="0"
d="m 48.06,-78.83 a 0.33,0.33 0 0 1 0.09,0.26 0.33,0.33 0 0 1 -0.16,0.3 0.73,0.73 0 0 1 -0.45,0.08 h -0.19 a 1.13,1.13 0 0 1 -1.19,-1.24 v -1.35 H 45.9 a 0.51,0.51 0 0 1 -0.34,-0.1 0.35,0.35 0 0 1 -0.12,-0.28 0.36,0.36 0 0 1 0.12,-0.29 0.51,0.51 0 0 1 0.34,-0.1 h 0.27 v -0.53 a 0.46,0.46 0 0 1 0.14,-0.35 0.53,0.53 0 0 1 0.38,-0.13 0.52,0.52 0 0 1 0.37,0.13 0.46,0.46 0 0 1 0.14,0.35 v 0.53 h 0.48 q 0.46,0 0.46,0.39 a 0.35,0.35 0 0 1 -0.12,0.28 0.52,0.52 0 0 1 -0.35,0.1 H 47.2 v 1.42 a 0.45,0.45 0 0 0 0.09,0.31 0.4,0.4 0 0 0 0.28,0.12 h 0.19 a 0.47,0.47 0 0 1 0.3,0.1 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1366" />
<path
inkscape:connector-curvature="0"
d="m 52.5,-80.23 v 1.57 a 0.46,0.46 0 0 1 -0.14,0.35 0.53,0.53 0 0 1 -0.38,0.13 0.52,0.52 0 0 1 -0.37,-0.13 0.46,0.46 0 0 1 -0.14,-0.35 v -1.58 a 0.67,0.67 0 0 0 -0.12,-0.45 0.49,0.49 0 0 0 -0.39,-0.15 0.67,0.67 0 0 0 -0.51,0.2 0.75,0.75 0 0 0 -0.19,0.54 v 1.43 a 0.46,0.46 0 0 1 -0.14,0.35 0.52,0.52 0 0 1 -0.37,0.13 0.53,0.53 0 0 1 -0.38,-0.13 0.46,0.46 0 0 1 -0.14,-0.35 v -3.92 a 0.43,0.43 0 0 1 0.15,-0.34 0.56,0.56 0 0 1 0.38,-0.13 0.52,0.52 0 0 1 0.36,0.12 0.42,0.42 0 0 1 0.14,0.33 v 1.48 a 1.13,1.13 0 0 1 0.46,-0.39 1.45,1.45 0 0 1 0.63,-0.13 q 1.15,0.01 1.15,1.42 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1368" />
<path
inkscape:connector-curvature="0"
d="m 54.49,-78.24 a 1.63,1.63 0 0 1 -0.54,-0.22 0.41,0.41 0 0 1 -0.16,-0.16 0.48,0.48 0 0 1 -0.05,-0.23 0.39,0.39 0 0 1 0.09,-0.26 0.27,0.27 0 0 1 0.22,-0.11 0.55,0.55 0 0 1 0.18,0 l 0.18,0.07 a 2.42,2.42 0 0 0 0.37,0.14 1.71,1.71 0 0 0 0.46,0.05 0.76,0.76 0 0 0 0.37,-0.08 0.23,0.23 0 0 0 0.13,-0.2 0.21,0.21 0 0 0 -0.06,-0.15 0.52,0.52 0 0 0 -0.21,-0.11 l -0.5,-0.12 a 1.87,1.87 0 0 1 -0.87,-0.35 0.81,0.81 0 0 1 -0.26,-0.65 0.88,0.88 0 0 1 0.19,-0.55 1.24,1.24 0 0 1 0.51,-0.38 1.85,1.85 0 0 1 0.73,-0.14 2.21,2.21 0 0 1 0.57,0.07 1.81,1.81 0 0 1 0.5,0.21 0.42,0.42 0 0 1 0.21,0.38 0.41,0.41 0 0 1 -0.09,0.27 0.27,0.27 0 0 1 -0.22,0.11 0.8,0.8 0 0 1 -0.37,-0.12 2,2 0 0 0 -0.31,-0.13 1.1,1.1 0 0 0 -0.33,0 0.61,0.61 0 0 0 -0.33,0.08 0.24,0.24 0 0 0 -0.12,0.21 0.23,0.23 0 0 0 0.14,0.22 2.2,2.2 0 0 0 0.55,0.15 3,3 0 0 1 0.71,0.21 0.87,0.87 0 0 1 0.37,0.32 0.92,0.92 0 0 1 0.12,0.48 0.9,0.9 0 0 1 -0.4,0.77 1.79,1.79 0 0 1 -1.06,0.29 3.35,3.35 0 0 1 -0.72,-0.07 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path1370" />
</g>
</g>
<g
id="g1402"
transform="matrix(0.26458684,0,0,0.26458333,-78.730417,67.333708)">
<path
id="path1394"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 40.92,-100.28 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.77,1.9 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 H 38.23 V -99 h 1.12 A 1,1 0 0 0 40,-99.17 Z"
inkscape:connector-curvature="0" />
<path
id="path1396"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 42.69,-98.35 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 H 43.6 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 H 43.6 V -99 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.17 z"
inkscape:connector-curvature="0" />
<path
id="path1398"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 51.73,-98.65 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.44,0.44 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 A 0.54,0.54 0 0 1 49,-103 a 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.61,0.61 0 0 1 0.23,0.25 l 1.84,3.86 a 0.55,0.55 0 0 1 0.01,0.23 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
inkscape:connector-curvature="0" />
<path
id="path1400"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 53.64,-98.33 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.52,0.52 0 0 1 -0.39,0.14 0.53,0.53 0 0 1 -0.38,-0.14 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g1410"
transform="matrix(0.26458684,0,0,0.26458333,-90.573222,70.066786)">
<path
id="path1404"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 42.67,-110.62 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.58,0.43 1.2,1.2 0 0 1 0.67,0.38 z M 40,-111.41 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 H 40 v 1.22 h 1.1 a 1,1 0 0 0 0.61,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path1406"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 48.83,-109 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.44,0.44 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.53,0.53 0 0 1 0.23,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.61,0.61 0 0 1 0.23,0.25 l 1.84,3.86 a 0.55,0.55 0 0 1 0.04,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
inkscape:connector-curvature="0" />
<path
id="path1408"
style="fill:#fff8d5"
transform="translate(319.8,113.4)"
d="m 54.13,-108.94 a 0.38,0.38 0 0 1 -0.15,0.31 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.51,0.51 0 0 1 -0.2,-0.19 l -0.9,-1.33 a 0.81,0.81 0 0 0 -0.25,-0.26 0.62,0.62 0 0 0 -0.33,-0.08 h -0.55 v 1.37 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 0.52,0.52 0 0 1 -0.39,-0.14 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.91,1.91 0 0 1 1.27,0.37 1.33,1.33 0 0 1 0.43,1.07 1.38,1.38 0 0 1 -0.31,0.92 1.47,1.47 0 0 1 -0.86,0.48 0.9,0.9 0 0 1 0.36,0.16 1.37,1.37 0 0 1 0.31,0.34 l 0.52,0.77 a 0.52,0.52 0 0 1 0.11,0.32 z m -1.33,-2.44 a 0.6,0.6 0 0 0 0.2,-0.5 0.6,0.6 0 0 0 -0.2,-0.5 1.09,1.09 0 0 0 -0.66,-0.16 h -1 v 1.32 h 1 a 1.08,1.08 0 0 0 0.66,-0.17 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.21488786,0,0,0.21488787,-66.581499,52.069132)"
id="g920">
<path
inkscape:connector-curvature="0"
d="m 364.41084,62.79 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.12,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 v 1.86 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.86 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.1,0.29 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.44 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.94,-0.25 z"
style="fill:#fff8d5"
id="path910" />
<path
inkscape:connector-curvature="0"
d="m 47,-50.33 a 2.65,2.65 0 0 1 -0.92,-0.46 0.46,0.46 0 0 1 -0.19,-0.4 0.47,0.47 0 0 1 0.1,-0.3 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.46,2.46 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.7,1.7 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 A 6,6 0 0 1 47,-53 a 1.68,1.68 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.54,1.54 0 0 1 0.29,-0.92 1.91,1.91 0 0 1 0.81,-0.63 2.87,2.87 0 0 1 1.17,-0.23 2.9,2.9 0 0 1 1.93,0.63 0.63,0.63 0 0 1 0.15,0.18 0.47,0.47 0 0 1 0,0.22 0.47,0.47 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.81,2.81 0 0 0 -0.66,-0.37 2.25,2.25 0 0 0 -0.79,-0.12 1.54,1.54 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.64 0.58,0.58 0 0 0 0.29,0.52 3.4,3.4 0 0 0 1,0.34 6.64,6.64 0 0 1 1.2,0.37 1.79,1.79 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.24,0.79 1.5,1.5 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.8,0.61 3,3 0 0 1 -1.19,0.22 4.2,4.2 0 0 1 -1.23,-0.23 z"
transform="translate(319.8,113.4)"
style="fill:#fff8d5"
id="path914" />
<path
inkscape:connector-curvature="0"
d="m 374.26929,63.07 a 0.52,0.52 0 0 1 -0.14,-0.39 V 58.2 h -1.47 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.44 h 4 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -1.47 v 4.48 a 0.52,0.52 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.53,0.53 0 0 1 -0.38,-0.15 z"
style="fill:#fff8d5"
id="path918" />
</g>
<g
id="g1585"
transform="translate(-7.4783216,-20.518031)">
<path
inkscape:connector-curvature="0"
id="path12074"
d="m 24.369943,81.100698 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path12070"
d="m 25.869541,81.100698 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 v -0.582239 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 v -0.586549 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path12066"
d="m 27.047558,80.949748 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 H 26.78016 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 h 0.267398 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
</g>
<g
transform="translate(-0.52054202,-23.163864)"
id="g1019">
<path
inkscape:connector-curvature="0"
id="path12062"
d="m 6.0202792,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.112135,-0.0474 0.112135,-0.10782 v -1.056659 c 0,-0.0604 -0.05175,-0.10782 -0.112135,-0.10782 -0.06038,0 -0.112135,0.0474 -0.112135,0.10782 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path12058"
d="m 6.6335022,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.10782,-0.0474 0.10782,-0.10782 v -0.797891 l 0.646931,0.8367 c 0.03019,0.0388 0.06038,0.069 0.112135,0.069 h 0.0086 c 0.06038,0 0.107823,-0.0518 0.107823,-0.11213 V 82.5691 c 0,-0.0604 -0.04744,-0.10782 -0.107823,-0.10782 -0.06038,0 -0.1078209,0.0474 -0.1078209,0.10782 v 0.77201 L 6.8836232,82.525979 c -0.03019,-0.0388 -0.06038,-0.0647 -0.112135,-0.0647 h -0.02586 c -0.06038,0 -0.112135,0.0518 -0.112135,0.112141 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
</g>
</g>
</g>
</svg>

+ 145
- 0
repos/AS/res/BlankPanel4.svg View File

@@ -0,0 +1,145 @@
<?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="svg8"
viewBox="0 0 60 380"
version="1.1"
sodipodi:docname="BlankPanel4.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
width="60"
height="380">
<metadata
id="metadata39">
<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>BlankPanel8</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1372"
inkscape:window-height="1231"
id="namedview37"
showgrid="false"
inkscape:zoom="1.9612909"
inkscape:cx="-112.75089"
inkscape:cy="120.36804"
inkscape:window-x="89"
inkscape:window-y="125"
inkscape:window-maximized="0"
inkscape:current-layer="svg8" />
<defs
id="defs4">
<style
id="style2">.cls-1{fill:#ab2d2d;}.cls-2{fill:#952d2d;}.cls-3{fill:#251e1e;}.cls-4{fill:#fff7d4;}.cls-5{fill:#202020;}</style>
</defs>
<title
id="title6">BlankPanel8</title>
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.68849927;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="60"
height="380"
x="0"
y="0" />
<g
transform="matrix(7.9299111,0,0,7.9299111,-445.58996,-2669.2158)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.79501045;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="60"
height="20"
x="0"
y="360" />
<rect
y="0"
x="0"
height="20"
width="60"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.79501045;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1686"
cx="30"
cy="359.88184"
r="15.118111" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_2-2"
data-name="Layer 2"
transform="matrix(0.66602928,0,0,0.66602928,-9.9445641,118.99293)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_1-2-6"
data-name="Layer 1-2">
<path
id="path8-4-6"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<g
transform="scale(3.7795276)"
id="g1486">
<path
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335"
d="M 1.5406693,0.7410401 V 3.2385622 H 2.7333615 C 3.4623855,3.2776139 4.0851679,2.7185244 4.1250078,1.9895428 4.085169,1.2605618 3.4623855,0.70198842 2.7333615,0.7410401 Z"
id="rect861-6"
inkscape:connector-curvature="0" />
<path
id="path912"
d="m 1.540669,97.440866 v 2.497523 h 1.192693 c 0.729024,0.03905 1.351806,-0.520038 1.391646,-1.24902 -0.03984,-0.728981 -0.662622,-1.287554 -1.391646,-1.248503 z"
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335"
inkscape:connector-curvature="0" />
</g>
<g
transform="scale(3.7795276)"
id="g1490">
<path
inkscape:connector-curvature="0"
id="path918"
d="M 14.331839,0.74104081 V 3.2385629 H 13.139146 C 12.410122,3.2776147 11.78734,2.7185251 11.7475,1.9895435 11.78734,1.2605625 12.410122,0.70198913 13.139146,0.74104081 Z"
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335" />
<path
inkscape:connector-curvature="0"
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335"
d="m 14.331839,97.440867 v 2.497523 h -1.192693 c -0.729024,0.03905 -1.351806,-0.520038 -1.391646,-1.24902 0.03984,-0.728981 0.662622,-1.287554 1.391646,-1.248503 z"
id="path920" />
</g>
</svg>

+ 146
- 0
repos/AS/res/BlankPanel6.svg View File

@@ -0,0 +1,146 @@
<?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="svg8"
width="89.99999"
height="380.00004"
viewBox="0 0 89.99999 380.00004"
version="1.1"
sodipodi:docname="BlankPanel6.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata29">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs27" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1528"
inkscape:window-height="1099"
id="namedview25"
showgrid="false"
inkscape:zoom="1.83529"
inkscape:cx="-88.086056"
inkscape:cy="169.06781"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg8" />
<title
id="title2">MyModule</title>
<path
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.83711767;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="M 0,1.4017578e-5 H 90 V 380.00003 H 0 Z"
id="rect817"
inkscape:connector-curvature="0" />
<g
transform="matrix(7.9299111,0,0,7.9299111,-430.58996,-2669.2158)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="90"
height="20"
x="-3.8146973e-06"
y="360.00003" />
<rect
y="3.0517578e-05"
x="-3.8146973e-06"
height="20"
width="90"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="g850">
<rect
ry="5.2628322"
y="2.8032005"
x="13.243464"
height="9.4488192"
width="18.897638"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="18.897638"
height="9.4488192"
x="13.243464"
y="368.28357"
ry="5.2628322" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1497"
width="18.897638"
height="9.4488192"
x="59.243465"
y="2.8032005"
ry="5.2628322" />
<rect
ry="5.2628322"
y="368.28357"
x="59.243465"
height="9.4488192"
width="18.897638"
id="rect1499"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1686"
cx="44.999996"
cy="359.88187"
r="15.118111" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_2-2"
data-name="Layer 2"
transform="matrix(0.66602928,0,0,0.66602928,5.0554325,118.99296)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_1-2-6"
data-name="Layer 1-2">
<path
id="path8-4-6"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
</svg>

+ 149
- 0
repos/AS/res/BlankPanel8.svg View File

@@ -0,0 +1,149 @@
<?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="svg8"
viewBox="0 0 120 380"
version="1.1"
sodipodi:docname="BlankPanel8.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata39">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1845"
inkscape:window-height="1348"
id="namedview37"
showgrid="false"
inkscape:zoom="2.3333333"
inkscape:cx="85.714287"
inkscape:cy="128.92858"
inkscape:window-x="706"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg8" />
<defs
id="defs4">
<style
id="style2">.cls-1{fill:#ab2d2d;}.cls-2{fill:#952d2d;}.cls-3{fill:#251e1e;}.cls-4{fill:#fff7d4;}.cls-5{fill:#202020;}</style>
</defs>
<title
id="title6">BlankPanel8</title>
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="120"
height="380"
x="0"
y="0" />
<g
transform="matrix(7.9299111,0,0,7.9299111,-415.58996,-2669.2158)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:1.12431455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="120"
height="20"
x="0"
y="360" />
<rect
y="0"
x="0"
height="20"
width="120"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:1.12431455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="g1810">
<path
style="fill:#202020;fill-opacity:1"
d="m 18.51,2.7999981 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 A 5,5 0 0 1 26.88,12.239998 H 18.51 A 5,5 0 0 1 13.25,7.5199981 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect861"
inkscape:connector-curvature="0" />
<path
style="fill:#202020;fill-opacity:1"
d="m 18.51,368.28 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.72 H 18.51 A 5,5 0 0 1 13.24,373 v 0 a 5,5 0 0 1 5.27,-4.72 z"
class="cls-3"
id="rect863"
inkscape:connector-curvature="0" />
</g>
<g
id="g1814">
<path
style="fill:#202020;fill-opacity:1"
d="m 93.31,2.7999981 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.7199999 H 93.31 A 5,5 0 0 1 88.05,7.5199981 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect1497"
inkscape:connector-curvature="0" />
<path
style="fill:#202020;fill-opacity:1"
d="m 93.31,368.28 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.72 H 93.31 A 5,5 0 0 1 88.05,373 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect1499"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline"
transform="translate(15.000011,-4.7631836e-6)"
id="g1614">
<circle
r="15.118111"
cy="359.88181"
cx="44.999989"
id="path1686"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.66602928,0,0,0.66602928,5.0554261,118.9929)"
data-name="Layer 2"
id="Layer_2-2"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6" />
</g>
</g>
</g>
</svg>

+ 678
- 0
repos/AS/res/DelayPlus.svg View File

@@ -0,0 +1,678 @@
<?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="120"
height="380"
viewBox="0 0 31.75 100.54168"
version="1.1"
id="svg4541"
sodipodi:docname="DelayPlus.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535">
<linearGradient
gradientTransform="matrix(0.35277776,0,0,0.26458333,-446.33795,-8.0744425e-6)"
id="linear-gradient-4"
x1="1310.21"
y1="3"
x2="1310.21"
y2="379.73001"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#231f20"
stop-opacity="0"
id="stop885-4" />
<stop
offset="1"
stop-color="#006838"
stop-opacity="0.3"
id="stop887-5"
style="stop-color:#000000;stop-opacity:0.11926606" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.9077754"
inkscape:cx="81.502265"
inkscape:cy="186.26029"
inkscape:document-units="px"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1716"
inkscape:window-height="1300"
inkscape:window-x="176"
inkscape:window-y="126"
inkscape:window-maximized="0"
units="px"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata4538">
<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(-6.6477068,-91.775293)"
style="display:inline" />
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="background"
transform="translate(0,8.0744425e-6)"
style="display:inline">
<g
id="g166"
transform="matrix(0.35674157,0,0,0.26458333,-42.273876,-8.0744425e-6)"
style="fill:#232e36;fill-opacity:1">
<polygon
points="118.5,29.98 118.5,287.57 207.5,287.57 207.5,272.35 207.5,29.98 "
style="fill:#232e36;fill-opacity:1"
id="polygon156" />
<polygon
points="207.5,380 207.5,291.45 118.5,291.45 118.5,297.78 118.5,380 "
style="fill:#232e36;fill-opacity:1"
id="polygon158" />
<polygon
points="118.5,287.57 118.5,291.45 207.5,291.45 207.5,287.57 "
style="fill:#232e36;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="118.5,0 118.5,26.09 207.5,26.1 207.5,16.51 207.5,0 "
style="fill:#232e36;fill-opacity:1"
id="polygon162" />
<polygon
points="207.5,29.98 207.5,29.81 207.5,26.1 118.5,26.09 118.5,29.98 "
style="fill:#232e36;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<g
transform="matrix(2.0981223,0,0,2.0981223,-109.95818,-706.23002)"
data-name="Layer 2"
id="g1661"
style="fill:#1a252d;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#1a252d;fill-opacity:1">
<path
style="fill:#1a252d;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="rect817-8"
data-name="rect817"
d="M 0,-8.0744425e-6 H 31.75 V 100.54166 H 0 Z"
style="display:inline;fill:url(#linear-gradient-4);stroke-width:0.30551448" />
<rect
y="-5.4286093e-06"
x="3.7916682e-06"
height="5.2916665"
width="31.75"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#1a252d;fill-opacity:1;stroke:none;stroke-width:0.29747489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#141414;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5040026"
y="0.74166495"
ry="1.3924577" />
<rect
style="opacity:1;vector-effect:none;fill:#1a252d;fill-opacity:1;stroke:none;stroke-width:0.29747489;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1982"
width="31.75"
height="5.2916665"
x="3.7916682e-06"
y="95.249992" />
<rect
ry="1.3924577"
y="97.441681"
x="3.5040026"
height="2.5"
width="5"
id="rect863"
style="opacity:1;vector-effect:none;fill:#141414;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;vector-effect:none;fill:#1a252d;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1686"
cx="15.875"
cy="95.218719"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_2-2"
data-name="Layer 2"
transform="matrix(0.17622024,0,0,0.17622024,5.3063347,31.48353)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_1-2-6"
data-name="Layer 1-2">
<path
id="path8-4-6"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<g
id="g1986"
transform="translate(7.9374998,1.5171608e-4)"
style="fill:#141414;fill-opacity:1">
<path
inkscape:connector-curvature="0"
id="path1191"
d="m 16.731165,0.74151323 c -0.771422,0 -1.392163,0.55755997 -1.392163,1.25005997 0,0.6924999 0.620741,1.25005 1.392163,1.25005 h 2.21537 c 0.771421,0 1.39216,-0.5575501 1.39216,-1.25005 0,-0.6925 -0.620739,-1.25005997 -1.39216,-1.25005997 z"
style="opacity:1;vector-effect:none;fill:#141414;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect865"
d="m 16.731165,97.441594 c -0.771422,0 -1.392163,0.557551 -1.392163,1.25005 0,0.6925 0.620741,1.250051 1.392163,1.250051 h 2.21537 c 0.771421,0 1.39216,-0.557551 1.39216,-1.250051 0,-0.692499 -0.620739,-1.25005 -1.39216,-1.25005 z"
style="opacity:1;vector-effect:none;fill:#141414;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="texts"
transform="translate(0,8.0744425e-6)">
<g
id="g1026"
transform="translate(3.106658,-2.6458334)">
<path
inkscape:connector-curvature="0"
id="path25377"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 21.263285,83.746531 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
id="path12074"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.762883,83.746531 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
id="path12070"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 23.9409,83.595581 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 h -0.806509 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 H 23.9409 Z m 0,0"
id="path12066"
inkscape:connector-curvature="0" />
</g>
<g
id="g1015"
transform="translate(-7.809463,9.2963497)"
style="fill:#fff7d4;fill-opacity:1">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 20.322251,14.050209 c 0,0.0776 0.06038,0.13801 0.138011,0.13801 0.07332,0 0.138012,-0.0604 0.138012,-0.13801 v -1.16879 h 0.375219 c 0.06901,0 0.125075,-0.0561 0.125075,-0.12507 0,-0.069 -0.05607,-0.12508 -0.125075,-0.12508 h -1.026464 c -0.06901,0 -0.125072,0.0561 -0.125072,0.12508 0,0.069 0.05607,0.12507 0.125072,0.12507 h 0.375222 z m 0,0"
id="path12034"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 21.417367,14.050209 c 0,0.0776 0.05607,0.13801 0.1337,0.13801 0.07763,0 0.138012,-0.0604 0.138012,-0.13801 v -1.29818 c 0,-0.0733 -0.06038,-0.1337 -0.138012,-0.1337 -0.07763,0 -0.1337,0.0604 -0.1337,0.1337 z m 0,0"
id="path12030"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.153991,14.054519 c 0,0.0733 0.05607,0.1337 0.133698,0.1337 0.07332,0 0.1337,-0.0604 0.1337,-0.1337 v -0.92727 l 0.375219,0.56499 c 0.03019,0.0431 0.06469,0.069 0.112135,0.069 0.05175,0 0.08626,-0.0259 0.116448,-0.069 l 0.375219,-0.5693 v 0.92727 c 0,0.0733 0.06469,0.13801 0.138012,0.13801 0.07763,0 0.1337,-0.0604 0.1337,-0.13801 v -1.29386 c 0,-0.0733 -0.05607,-0.1337 -0.1337,-0.1337 h -0.03019 c -0.05607,0 -0.09488,0.0216 -0.125075,0.069 l -0.470101,0.73319 -0.46579,-0.73319 c -0.02586,-0.0388 -0.06901,-0.069 -0.129386,-0.069 h -0.02586 c -0.07763,0 -0.138012,0.0604 -0.138012,0.1337 z m 0,0"
id="path12026"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 24.274528,14.175279 h 0.910017 c 0.06469,0 0.12076,-0.0517 0.12076,-0.12076 0,-0.069 -0.05607,-0.12076 -0.12076,-0.12076 h -0.776317 v -0.41835 h 0.664182 c 0.06901,0 0.120761,-0.0517 0.120761,-0.11645 0,-0.069 -0.05175,-0.12507 -0.120761,-0.12507 h -0.664182 v -0.4011 h 0.763377 c 0.06901,0 0.12076,-0.0517 0.12076,-0.12076 0,-0.069 -0.05175,-0.12076 -0.12076,-0.12076 h -0.897077 c -0.07763,0 -0.138012,0.0561 -0.138012,0.1337 v 1.2723 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 z m 0,0"
id="path12022"
inkscape:connector-curvature="0" />
</g>
<g
id="g892"
transform="translate(-7.825556,1.871573)"
style="fill:#fff7d4;fill-opacity:1">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 19.280493,47.99692 c 0.250146,0 0.41835,-0.0776 0.564987,-0.20701 0.02156,-0.02159 0.04313,-0.0561 0.04313,-0.0992 0,-0.0647 -0.06038,-0.125071 -0.129386,-0.125071 -0.0345,0 -0.06038,0.01291 -0.08195,0.0302 -0.112135,0.0949 -0.224269,0.150951 -0.383844,0.150951 -0.29759,0 -0.513233,-0.245833 -0.513233,-0.547741 v -0.004 c 0,-0.3019 0.215643,-0.54774 0.513233,-0.54774 0.146637,0 0.258772,0.0561 0.366592,0.142329 0.01725,0.01291 0.04313,0.0258 0.08195,0.0258 0.07332,0 0.133698,-0.0604 0.133698,-0.133699 0,-0.0474 -0.02156,-0.0863 -0.05175,-0.10782 -0.133697,-0.1035 -0.293275,-0.176829 -0.530481,-0.176829 -0.470105,0 -0.797883,0.362288 -0.797883,0.802198 v 0.004 c 0,0.44422 0.336404,0.79356 0.784943,0.79356 z m 0,0"
id="path12002"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 20.944284,47.99692 c 0.474416,0 0.81082,-0.362281 0.81082,-0.79788 v -0.004 c 0,-0.43561 -0.332093,-0.79788 -0.806509,-0.79788 -0.474415,0 -0.810819,0.366591 -0.810819,0.80219 v 0.004 c 0,0.435599 0.332092,0.793559 0.806508,0.793559 z m 0.0043,-0.25014 c -0.306213,0 -0.52617,-0.25015 -0.52617,-0.54774 v -0.004 c 0,-0.3019 0.215643,-0.54774 0.521858,-0.54774 0.306213,0 0.526171,0.25015 0.526171,0.55205 v 0.004 c 0,0.297579 -0.215644,0.543419 -0.521859,0.543419 z m 0,0"
id="path11998"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.13674,47.833039 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 h 0.832383 c 0.06901,0 0.125074,-0.0561 0.125074,-0.125069 0,-0.069 -0.05607,-0.120761 -0.125074,-0.120761 h -0.698686 v -1.17742 c 0,-0.0733 -0.06038,-0.133699 -0.133697,-0.133699 -0.07763,0 -0.138012,0.0604 -0.138012,0.133699 z m 0,0"
id="path11994"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 24.207763,47.99692 c 0.474416,0 0.81082,-0.362281 0.81082,-0.79788 v -0.004 c 0,-0.43561 -0.332093,-0.79788 -0.806509,-0.79788 -0.474415,0 -0.810819,0.366591 -0.810819,0.80219 v 0.004 c 0,0.435599 0.332092,0.793559 0.806508,0.793559 z m 0.0043,-0.25014 c -0.306213,0 -0.52617,-0.25015 -0.52617,-0.54774 v -0.004 c 0,-0.3019 0.215643,-0.54774 0.521858,-0.54774 0.306213,0 0.526171,0.25015 0.526171,0.55205 v 0.004 c 0,0.297579 -0.215644,0.543419 -0.521859,0.543419 z m 0,0"
id="path11990"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 25.400222,47.84598 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 0.07332,0 0.1337,-0.0604 0.1337,-0.13801 v -0.414041 h 0.340715 l 0.375222,0.478729 c 0.0345,0.0431 0.07332,0.0733 0.133697,0.0733 0.06901,0 0.129386,-0.0518 0.129386,-0.129389 0,-0.0388 -0.01725,-0.069 -0.04313,-0.10351 l -0.293276,-0.370898 c 0.207018,-0.0647 0.349344,-0.215652 0.349344,-0.461481 v -0.004 c 0,-0.133689 -0.04744,-0.25014 -0.129386,-0.3364 -0.0992,-0.0949 -0.250146,-0.15095 -0.444227,-0.15095 h -0.552047 c -0.07763,0 -0.138012,0.0561 -0.138012,0.133699 z m 0.271712,-0.655561 v -0.517548 h 0.396784 c 0.198392,0 0.319153,0.0906 0.319153,0.254468 v 0.004 c 0,0.159581 -0.125075,0.258771 -0.319153,0.258771 z m 0,0"
id="path11986"
inkscape:connector-curvature="0" />
</g>
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 6.0630518,25.486969 H 12.936949"
id="path25971"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path915"
d="M 17.175553,25.486969 H 24.04945"
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g901"
transform="translate(8.2125914,10.88385)">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 6.2658942,15.206809 c 0.202706,0 0.336404,-0.0647 0.452853,-0.1682 0.02156,-0.0173 0.03881,-0.0474 0.03881,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.10782,-0.10351 -0.02586,0 -0.04744,0.009 -0.06469,0.0259 -0.09057,0.0776 -0.1811401,0.12076 -0.314838,0.12076 -0.2372091,0 -0.4140361,-0.2027 -0.4140361,-0.44853 0,-0.24584 0.176827,-0.44423 0.4140361,-0.44423 0.1207599,0 0.215644,0.0431 0.3019009,0.11214 0.01295,0.0129 0.0345,0.0216 0.06469,0.0216 0.06038,0 0.112134,-0.0474 0.112134,-0.10782 0,-0.0388 -0.02156,-0.069 -0.04313,-0.0862 -0.1121349,-0.0863 -0.2372069,-0.142331 -0.4312879,-0.142331 -0.379532,0 -0.64693,0.29327 -0.64693,0.64693 v 0.004 c 0,0.36228 0.271712,0.64693 0.638305,0.64693 z m 0,0"
id="path11982"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 7.5561012,15.202499 h 0.01295 c 0.06038,0 0.103509,-0.0345 0.1250719,-0.0906 l 0.444227,-1.0394 c 0.0043,-0.013 0.0086,-0.0302 0.0086,-0.0474 0,-0.0561 -0.04744,-0.1035 -0.107823,-0.1035 -0.05175,0 -0.09057,0.0345 -0.10782,0.069 l -0.3665959,0.91433 -0.362281,-0.9057 c -0.01725,-0.0474 -0.05607,-0.0776 -0.112135,-0.0776 -0.06469,0 -0.112134,0.0474 -0.112134,0.10782 0,0.0173 0.0043,0.0345 0.01295,0.0517 l 0.439913,1.03078 c 0.02156,0.0561 0.06469,0.0906 0.1250721,0.0906 z m 0,0"
id="path11978"
inkscape:connector-curvature="0" />
</g>
<g
id="g897"
transform="matrix(1.0000275,0,0,1.0000275,-7.8675631,3.6695088)"
style="fill:#fff7d4;fill-opacity:1">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 20.645988,65.458449 c 0,0.0733 0.05607,0.133702 0.1337,0.133702 0.07332,0 0.133698,-0.0604 0.133698,-0.133702 v -0.92727 l 0.375221,0.564992 c 0.03019,0.0431 0.06469,0.069 0.112135,0.069 0.05175,0 0.08626,-0.0258 0.116446,-0.069 l 0.375221,-0.569302 v 0.92727 c 0,0.0733 0.06469,0.138012 0.138012,0.138012 0.07763,0 0.133698,-0.0604 0.133698,-0.138012 v -1.293861 c 0,-0.0733 -0.05607,-0.133699 -0.133698,-0.133699 h -0.03019 c -0.05607,0 -0.09488,0.02151 -0.125072,0.069 l -0.470105,0.733189 -0.46579,-0.733189 c -0.02586,-0.0388 -0.06901,-0.069 -0.129386,-0.069 h -0.02586 c -0.07763,0 -0.138012,0.0604 -0.138012,0.133699 z m 0,0"
id="path11974"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.638029,65.454139 c 0,0.0776 0.05607,0.138012 0.133698,0.138012 0.07763,0 0.138012,-0.0604 0.138012,-0.138012 V 64.15596 c 0,-0.0733 -0.06038,-0.133701 -0.138012,-0.133701 -0.07763,0 -0.133698,0.0604 -0.133698,0.133701 z m 0,0"
id="path11970"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 23.259704,65.462759 c 0,0.0776 0.06038,0.129392 0.12076,0.129392 0.06038,0 0.09488,-0.0302 0.133698,-0.0776 l 0.409724,-0.530482 0.414036,0.539099 c 0.0345,0.0431 0.06469,0.069 0.125072,0.069 0.07763,0 0.1337,-0.0604 0.1337,-0.133699 0,-0.0388 -0.02156,-0.0733 -0.04313,-0.10351 l -0.452853,-0.564981 0.431287,-0.53911 c 0.02586,-0.0345 0.04313,-0.0647 0.04313,-0.10351 0,-0.0776 -0.06469,-0.125079 -0.125072,-0.125079 -0.06038,0 -0.09488,0.0259 -0.133701,0.0733 L 23.932511,64.6045 23.540038,64.086959 c -0.03019,-0.0431 -0.06469,-0.0647 -0.12076,-0.0647 -0.07763,0 -0.138012,0.0561 -0.138012,0.133701 0,0.0345 0.02156,0.0733 0.04313,0.0992 l 0.431287,0.539109 -0.457164,0.569299 c -0.02586,0.0345 -0.03881,0.0647 -0.03881,0.0992 z m 0,0"
id="path11966"
inkscape:connector-curvature="0" />
</g>
<g
id="g885"
transform="translate(-7.8741975,6.1248869)"
style="fill:#fff7d4;fill-opacity:1">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 19.536162,30.242279 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 0.07332,0 0.133701,-0.0604 0.133701,-0.13801 v -0.5046 h 0.668493 c 0.06901,0 0.120761,-0.0561 0.120761,-0.12508 0,-0.0647 -0.05175,-0.12076 -0.120761,-0.12076 h -0.668493 v -0.42266 h 0.767691 c 0.06901,0 0.12076,-0.0561 0.12076,-0.12507 0,-0.069 -0.05175,-0.12076 -0.12076,-0.12076 h -0.901392 c -0.07763,0 -0.138012,0.0561 -0.138012,0.1337 z m 0,0"
id="path12018"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 21.013439,30.229349 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 h 0.439913 c 0.483041,0 0.819445,-0.33641 0.819445,-0.77201 v -0.004 c 0,-0.43561 -0.336404,-0.7677 -0.819445,-0.7677 h -0.439913 c -0.07763,0 -0.138012,0.0561 -0.138012,0.1337 z m 0.271712,-0.10783 v -1.05234 h 0.306213 c 0.323467,0 0.534796,0.22427 0.534796,0.52617 v 0.004 c 0,0.3019 -0.211329,0.52185 -0.534796,0.52185 z m 0,0"
id="path12014"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.788153,30.229349 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 h 0.577925 c 0.34503,0 0.573613,-0.14664 0.573613,-0.42266 v -0.004 c 0,-0.21133 -0.129386,-0.31484 -0.310526,-0.37522 0.116446,-0.0604 0.224269,-0.15958 0.224269,-0.34503 v -0.004 c 0,-0.10351 -0.03882,-0.18977 -0.103509,-0.25878 -0.09057,-0.0863 -0.228584,-0.13369 -0.40541,-0.13369 h -0.556362 c -0.07763,0 -0.138012,0.0561 -0.138012,0.13369 z m 0.267398,-0.75476 v -0.41403 h 0.392473 c 0.172515,0 0.27171,0.0776 0.27171,0.19839 v 0.004 c 0,0.14233 -0.120761,0.21133 -0.293276,0.21133 z m 0,0.65125 v -0.42267 h 0.431288 c 0.215643,0 0.319152,0.0776 0.319152,0.20702 v 0.004 c 0,0.13801 -0.116446,0.21133 -0.301901,0.21133 z m 0,0"
id="path12010"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 24.448271,30.242279 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 0.07332,0 0.1337,-0.0604 0.1337,-0.13801 v -0.31915 l 0.250147,-0.24152 0.500293,0.63399 c 0.02586,0.0345 0.06038,0.0647 0.112134,0.0647 0.07763,0 0.138012,-0.0604 0.138012,-0.13369 0,-0.0431 -0.01725,-0.069 -0.03882,-0.0992 l -0.521856,-0.64693 0.483042,-0.46148 c 0.03019,-0.0302 0.04744,-0.0604 0.04744,-0.10351 0,-0.0647 -0.04744,-0.12507 -0.125072,-0.12507 -0.04744,0 -0.08195,0.0172 -0.112135,0.0517 l -0.733188,0.73751 v -0.65556 c 0,-0.0733 -0.06038,-0.1337 -0.1337,-0.1337 -0.07763,0 -0.138012,0.0604 -0.138012,0.1337 z m 0,0"
id="path12006"
inkscape:connector-curvature="0" />
</g>
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 6.0630518,38.855809 H 12.936949"
id="path25991"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path917"
d="M 17.175553,38.855809 H 24.04945"
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g905"
transform="translate(8.2120114,6.6263713)">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 6.2664712,32.81285 c 0.202703,0 0.336404,-0.0647 0.45285,-0.168201 0.02156,-0.0173 0.03882,-0.0474 0.03882,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.107823,-0.10351 -0.02586,0 -0.04744,0.009 -0.06469,0.0259 -0.09057,0.0776 -0.181141,0.120761 -0.3148411,0.120761 -0.237207,0 -0.414036,-0.2027 -0.414036,-0.44854 0,-0.24583 0.176829,-0.44422 0.414036,-0.44422 0.1207601,0 0.2156441,0.0431 0.3019011,0.112128 0.01295,0.01299 0.0345,0.02159 0.0647,0.02159 0.06038,0 0.112134,-0.0474 0.112134,-0.10782 0,-0.0388 -0.02156,-0.069 -0.04313,-0.0863 -0.112134,-0.0863 -0.237209,-0.14232 -0.431287,-0.14232 -0.379532,0 -0.64693,0.293271 -0.64693,0.646931 v 0.004 c 0,0.362281 0.271709,0.64693 0.638305,0.64693 z m 0,0"
id="path11962"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 7.5566722,32.80854 h 0.01295 c 0.06038,0 0.1035079,-0.0345 0.125071,-0.0906 l 0.4442279,-1.0394 c 0.0043,-0.01289 0.0086,-0.0302 0.0086,-0.0474 0,-0.0561 -0.04744,-0.10351 -0.107824,-0.10351 -0.05175,0 -0.09057,0.0345 -0.1078201,0.069 L 7.565281,32.510961 7.203,31.605261 c -0.01725,-0.0474 -0.05607,-0.0776 -0.112134,-0.0776 -0.06469,0 -0.112135,0.0474 -0.112135,0.107822 0,0.0172 0.0043,0.0345 0.01295,0.0517 l 0.439913,1.03078 c 0.02156,0.0561 0.06469,0.0906 0.125072,0.0906 z m 0,0"
id="path11958"
inkscape:connector-curvature="0" />
</g>
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 6.0630518,52.22488 H 12.936949"
id="path25999"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path919"
d="M 17.175553,52.22488 H 24.04945"
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g909"
transform="translate(8.2120114,2.3702086)">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 6.2664712,50.41745 c 0.202703,0 0.336404,-0.0647 0.45285,-0.168201 0.02156,-0.0173 0.03882,-0.0474 0.03882,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.107823,-0.10351 -0.02586,0 -0.04744,0.009 -0.06469,0.0258 -0.09057,0.0776 -0.181141,0.120761 -0.3148411,0.120761 -0.237207,0 -0.414036,-0.202711 -0.414036,-0.44854 0,-0.245841 0.176829,-0.44423 0.414036,-0.44423 0.1207601,0 0.2156441,0.0431 0.3019011,0.112141 0.01295,0.01288 0.0345,0.02151 0.0647,0.02151 0.06038,0 0.112134,-0.0474 0.112134,-0.10782 0,-0.0388 -0.02156,-0.069 -0.04313,-0.0863 -0.112134,-0.0862 -0.237209,-0.142322 -0.4312871,-0.142322 -0.3795319,0 -0.64693,0.293269 -0.64693,0.64693 v 0.004 c 0,0.362281 0.271709,0.64693 0.6383051,0.64693 z m 0,0"
id="path11954"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 7.5566722,50.41314 h 0.01295 c 0.06038,0 0.1035079,-0.0345 0.125071,-0.0906 l 0.444228,-1.039401 c 0.0043,-0.01289 0.0086,-0.0302 0.0086,-0.0474 0,-0.0561 -0.04744,-0.1035 -0.107824,-0.1035 -0.05175,0 -0.09057,0.0345 -0.1078201,0.069 L 7.5652812,50.115571 7.2030002,49.20987 c -0.01725,-0.0474 -0.05607,-0.0776 -0.112134,-0.0776 -0.06469,0 -0.112135,0.0474 -0.112135,0.107817 0,0.0172 0.0043,0.0345 0.01295,0.0517 l 0.439913,1.030779 c 0.02156,0.0561 0.06469,0.0906 0.125072,0.0906 z m 0,0"
id="path11950"
inkscape:connector-curvature="0" />
</g>
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.12433612;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 6.0630532,71.656302 H 12.937139"
id="path26007"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path921"
d="m 17.17586,71.656302 h 6.874086"
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.12433612;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g913"
transform="matrix(1.0000275,0,0,1.0000275,8.212072,4.173458)">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 6.2664712,68.02233 c 0.202703,0 0.336404,-0.0647 0.45285,-0.168201 0.02156,-0.0173 0.03882,-0.0474 0.03882,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.107823,-0.10351 -0.02586,0 -0.04744,0.009 -0.06469,0.0258 -0.09057,0.0776 -0.181141,0.120761 -0.3148411,0.120761 -0.237207,0 -0.414036,-0.20271 -0.414036,-0.44854 0,-0.24583 0.176829,-0.44423 0.414036,-0.44423 0.1207601,0 0.2156441,0.0431 0.3019011,0.112141 0.01295,0.01288 0.0345,0.02159 0.0647,0.02159 0.06038,0 0.112134,-0.0475 0.112134,-0.107828 0,-0.0388 -0.02156,-0.069 -0.04313,-0.0863 -0.112134,-0.0863 -0.237209,-0.142322 -0.4312871,-0.142322 -0.3795319,0 -0.64693,0.29328 -0.64693,0.64693 v 0.004 c 0,0.36228 0.271709,0.64693 0.6383051,0.64693 z m 0,0"
id="path11946"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 7.5566722,68.01802 h 0.01295 c 0.06038,0 0.1035079,-0.0345 0.125071,-0.0906 l 0.4442279,-1.0394 c 0.0043,-0.01299 0.0086,-0.0302 0.0086,-0.0474 0,-0.0561 -0.04744,-0.103511 -0.107824,-0.103511 -0.05175,0 -0.09057,0.0345 -0.1078201,0.069 L 7.5652812,67.72043 7.2030002,66.814729 c -0.01725,-0.0474 -0.05607,-0.0776 -0.112134,-0.0776 -0.06469,0 -0.112135,0.0474 -0.112135,0.10782 0,0.0173 0.0043,0.0345 0.01295,0.0518 l 0.439913,1.030769 c 0.02156,0.0561 0.06469,0.0906 0.125072,0.0906 z m 0,0"
id="path11942"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.18053948,0,0,0.18053948,-57.383105,-14.676377)"
id="g1576"
style="fill:#fff7d4;fill-opacity:1">
<path
id="path526-8"
style="fill:#fff7d4;fill-opacity:1"
d="m 457.41822,164.77455 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.3,1.3 0 0 1 -0.37,-0.46 l -1.71,-3.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 v -6.82 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.44,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.63,0.26 z"
inkscape:connector-curvature="0" />
<path
id="path326-8"
style="fill:#fff7d4;fill-opacity:1"
d="m 461.57455,172.86515 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.82,0.82 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.9,2.9 0 0 1 1.28,-0.9 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.82,0.82 0 0 1 -0.25,0 1.69,1.69 0 0 1 -0.32,-0.16 5.08,5.08 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.05,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.7,6.7 0 0 1 -1.75,-0.25 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.25689694,0,0,0.25689694,-77.887258,79.582222)"
id="g426"
style="fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 34.11,-120.55 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.72 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.63,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.61,-0.14 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path414-6" />
<path
inkscape:connector-curvature="0"
d="m 39,-123.33 a 0.48,0.48 0 0 1 0.34,0.15 0.45,0.45 0 0 1 0.15,0.34 0.48,0.48 0 0 1 -0.13,0.32 l -1.49,1.77 v 1.75 a 0.51,0.51 0 0 1 -0.15,0.39 0.53,0.53 0 0 1 -0.37,0.14 0.55,0.55 0 0 1 -0.39,-0.14 0.51,0.51 0 0 1 -0.15,-0.39 v -1.77 l -1.48,-1.77 a 0.45,0.45 0 0 1 -0.13,-0.32 0.46,0.46 0 0 1 0.15,-0.34 0.46,0.46 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.3,1.58 1.3,-1.58 a 0.45,0.45 0 0 1 0.36,-0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path416-1" />
<path
inkscape:connector-curvature="0"
d="m 40.83,-118.6 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.75,1.75 0 0 1 1.22,0.39 1.41,1.41 0 0 1 0.44,1.1 1.41,1.41 0 0 1 -0.44,1.1 1.75,1.75 0 0 1 -1.22,0.39 h -1.15 v 1.32 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.13 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1 v 1.38 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path418" />
<path
inkscape:connector-curvature="0"
d="m 49.92,-118.92 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.44,0.44 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.61,0.61 0 0 1 0.2,0.24 l 1.84,3.86 a 0.55,0.55 0 0 1 0.08,0.22 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path420" />
<path
inkscape:connector-curvature="0"
d="m 51.85,-118.56 a 2.09,2.09 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.29,2.29 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.33,4.33 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.7,1.7 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -1.06,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path422" />
<path
inkscape:connector-curvature="0"
d="m 57,-118.56 a 2.09,2.09 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.29,2.29 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.33,4.33 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.7,1.7 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -1.06,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path424" />
</g>
<g
id="g910">
<g
id="g2847"
transform="translate(-16.881907,-2.6458334)">
<path
inkscape:connector-curvature="0"
id="path2839"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
</g>
<g
transform="translate(-1.0583334,-2.6458333)"
id="g1019">
<path
inkscape:connector-curvature="0"
id="path12062"
d="m 6.0202792,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.112135,-0.0474 0.112135,-0.10782 v -1.056659 c 0,-0.0604 -0.05175,-0.10782 -0.112135,-0.10782 -0.06038,0 -0.112135,0.0474 -0.112135,0.10782 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path12058"
d="m 6.6335022,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.10782,-0.0474 0.10782,-0.10782 v -0.797891 l 0.646931,0.8367 c 0.03019,0.0388 0.06038,0.069 0.112135,0.069 h 0.0086 c 0.06038,0 0.107823,-0.0518 0.107823,-0.11213 V 82.5691 c 0,-0.0604 -0.04744,-0.10782 -0.107823,-0.10782 -0.06038,0 -0.1078209,0.0474 -0.1078209,0.10782 v 0.77201 L 6.8836232,82.525979 c -0.03019,-0.0388 -0.06038,-0.0647 -0.112135,-0.0647 h -0.02586 c -0.06038,0 -0.112135,0.0518 -0.112135,0.112141 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
</g>
</g>
<g
id="g3900"
transform="translate(0,0.49999959)">
<g
transform="translate(-16.403583,-24.379948)"
id="g2847-0">
<path
sodipodi:nodetypes="sssssssss"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292"
d="m 46.649696,83.255237 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 H 18.690257 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 5.95858 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 27.176654 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z"
id="path2839-3"
inkscape:connector-curvature="0" />
</g>
<g
id="g486"
transform="matrix(0.25013868,0,0,0.25013868,-90.736939,-52.16854)">
<path
id="path480"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 56.94,327.15 a 2.66,2.66 0 0 1 -0.93,-0.46 0.5,0.5 0 0 1 -0.09,-0.7 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.47,2.47 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.7,1.7 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 6,6 0 0 1 -1.19,-0.36 1.68,1.68 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.54,1.54 0 0 1 0.29,-0.92 1.91,1.91 0 0 1 0.81,-0.63 2.86,2.86 0 0 1 1.17,-0.23 2.9,2.9 0 0 1 1.93,0.63 0.63,0.63 0 0 1 0.15,0.18 0.48,0.48 0 0 1 0,0.22 0.47,0.47 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.82,2.82 0 0 0 -0.66,-0.37 2.24,2.24 0 0 0 -0.78,-0.12 1.54,1.54 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.29,0.56 0.58,0.58 0 0 0 0.29,0.52 3.4,3.4 0 0 0 1,0.34 6.65,6.65 0 0 1 1.2,0.37 1.79,1.79 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.24,0.79 1.51,1.51 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.81,0.61 3,3 0 0 1 -1.19,0.22 4.2,4.2 0 0 1 -1.21,-0.13 z"
inkscape:connector-curvature="0" />
<path
id="path482"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 60.47,328.49 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.57,0.57 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.47,0.47 0 0 1 0.36,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
<path
id="path484"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 55.78,341.11 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 1.64 a 3.07,3.07 0 0 1 2.23,0.77 3.34,3.34 0 0 1 0,4.32 3.07,3.07 0 0 1 -2.23,0.77 h -1.64 a 0.52,0.52 0 0 1 -0.38,-0.15 z m 2,-0.74 a 2.055,2.055 0 0 0 0,-4.11 h -1 v 4.11 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g494"
transform="matrix(0.25124196,0,0,0.25124196,-71.500757,-52.676842)">
<path
id="path488"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 78.25,326.86 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.1,-1.68 A 1.08,1.08 0 0 0 75.84,325 1,1 0 0 0 75.35,324.89 h -0.81 v 1.86 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.85 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.37,0.2 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.13,0.29 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.4 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.9,-0.25 z"
inkscape:connector-curvature="0" />
<path
id="path490"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 75.25,334.14 a 0.52,0.52 0 0 1 -0.15,-0.39 v -4.48 h -1.51 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.44 h 4.09 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -1.51 v 4.48 a 0.5,0.5 0 0 1 -0.53,0.53 0.53,0.53 0 0 1 -0.39,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path492"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 78,335.49 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.57,0.57 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.47,0.47 0 0 1 0.36,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g2983"
transform="matrix(0.26458333,0,0,0.26458333,-79.119759,-58.576732)">
<path
id="path2977"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 37.05,328.3 a 0.52,0.52 0 0 1 0.62,0 0.42,0.42 0 0 1 0.14,0.33 0.72,0.72 0 0 1 0,0.22 l -1.41,3.87 a 0.49,0.49 0 0 1 -0.21,0.25 0.64,0.64 0 0 1 -0.34,0.09 0.62,0.62 0 0 1 -0.33,-0.09 0.49,0.49 0 0 1 -0.21,-0.25 l -1,-2.86 -1,2.86 A 0.49,0.49 0 0 1 33,333 a 0.64,0.64 0 0 1 -0.66,0 0.49,0.49 0 0 1 -0.21,-0.25 l -1.41,-3.87 a 0.65,0.65 0 0 1 0,-0.22 0.42,0.42 0 0 1 0.15,-0.34 0.56,0.56 0 0 1 0.65,0 0.49,0.49 0 0 1 0.19,0.25 l 1,3 1.09,-3 a 0.51,0.51 0 0 1 0.19,-0.25 0.5,0.5 0 0 1 0.57,0 0.51,0.51 0 0 1 0.19,0.26 l 1,3 1.08,-3.07 a 0.5,0.5 0 0 1 0.22,-0.21 z"
inkscape:connector-curvature="0" />
<path
id="path2979"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 39.31,332.92 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 c 0,0.28 -0.17,0.42 -0.5,0.42 h -1.87 v 1.12 H 42 q 0.5,0 0.5,0.42 c 0,0.27 -0.17,0.41 -0.5,0.41 h -1.78 v 1.2 h 1.87 q 0.5,0 0.5,0.42 c 0,0.27 -0.17,0.41 -0.5,0.41 h -2.41 a 0.49,0.49 0 0 1 -0.37,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path2981"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 45.21,332.94 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 H 44 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-80.041164,-55.348215)"
id="g160"
style="fill:#ffffff;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 14.64,127.61 a 0.88,0.88 0 0 1 -0.23,-0.65 v -6.71 a 0.79,0.79 0 0 1 0.88,-0.88 h 2.41 a 5.21,5.21 0 0 1 2.38,0.5 3.52,3.52 0 0 1 1.52,1.45 4.59,4.59 0 0 1 0.53,2.27 4.67,4.67 0 0 1 -0.52,2.27 3.48,3.48 0 0 1 -1.52,1.46 5.24,5.24 0 0 1 -2.39,0.5 h -2.42 a 0.88,0.88 0 0 1 -0.64,-0.21 z m 2.93,-1.28 a 2.72,2.72 0 0 0 0,-5.44 h -1.29 v 5.44 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path142" />
<path
inkscape:connector-curvature="0"
d="m 28.78,126.28 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.29,4.29 0 0 1 -0.95,0.35 4.05,4.05 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.33 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.14,2.14 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.4,0.24 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.32 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path144" />
<path
inkscape:connector-curvature="0"
d="m 30.55,127.69 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path146" />
<path
inkscape:connector-curvature="0"
d="m 38.31,122.43 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.82,0.82 0 0 1 -0.23,0.62 0.87,0.87 0 0 1 -0.64,0.22 0.83,0.83 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 V 127 a 1.41,1.41 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.9,1.9 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.39,9.39 0 0 1 2,-0.17 h 0.31 v -0.22 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.71,4.71 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.89,3.89 0 0 1 1,-0.36 5.61,5.61 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.99,0.65 z m -1.43,3.9 a 1.31,1.31 0 0 0 0.32,-0.92 v -0.2 H 37 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.85,-0.36 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path148" />
<path
inkscape:connector-curvature="0"
d="m 44.86,122 a 0.81,0.81 0 0 1 0.43,-0.12 0.92,0.92 0 0 1 0.61,0.22 0.68,0.68 0 0 1 0.26,0.53 0.75,0.75 0 0 1 -0.08,0.34 l -3.23,6.62 a 0.87,0.87 0 0 1 -0.32,0.38 0.81,0.81 0 0 1 -0.43,0.13 0.87,0.87 0 0 1 -0.59,-0.22 0.67,0.67 0 0 1 -0.25,-0.53 0.79,0.79 0 0 1 0.08,-0.36 l 0.79,-1.64 -2.13,-4.41 a 0.82,0.82 0 0 1 -0.07,-0.32 0.69,0.69 0 0 1 0.28,-0.55 1,1 0 0 1 0.64,-0.23 0.83,0.83 0 0 1 0.44,0.13 0.87,0.87 0 0 1 0.32,0.38 l 1.49,3.24 1.45,-3.24 A 0.77,0.77 0 0 1 44.86,122 Z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path150" />
<path
inkscape:connector-curvature="0"
d="m 47.58,127.66 a 0.92,0.92 0 0 1 -0.25,-0.68 v -6.72 a 0.8,0.8 0 0 1 0.88,-0.88 h 3 a 3.09,3.09 0 0 1 2.15,0.7 2.85,2.85 0 0 1 0,3.89 3.09,3.09 0 0 1 -2.15,0.7 h -2 V 127 a 1,1 0 0 1 -1.62,0.68 z m 3.4,-4.42 q 1.4,0 1.4,-1.21 0,-1.21 -1.38,-1.23 h -1.8 v 2.44 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path152" />
<path
inkscape:connector-curvature="0"
d="m 55.69,127.69 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path154" />
<path
inkscape:connector-curvature="0"
d="m 64.31,122.05 a 0.81,0.81 0 0 1 0.25,0.62 v 4.4 a 0.76,0.76 0 0 1 -0.26,0.6 1,1 0 0 1 -0.67,0.23 0.85,0.85 0 0 1 -0.61,-0.22 0.75,0.75 0 0 1 -0.23,-0.58 V 127 a 1.87,1.87 0 0 1 -0.73,0.7 2.43,2.43 0 0 1 -2.68,-0.38 2.75,2.75 0 0 1 -0.55,-1.87 v -2.77 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 2.81 a 1.16,1.16 0 0 0 0.22,0.78 0.86,0.86 0 0 0 0.68,0.25 1.11,1.11 0 0 0 0.86,-0.36 1.35,1.35 0 0 0 0.33,-0.95 v -2.53 a 0.82,0.82 0 0 1 0.24,-0.62 0.92,0.92 0 0 1 0.66,-0.23 0.94,0.94 0 0 1 0.67,0.22 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path156" />
<path
inkscape:connector-curvature="0"
d="m 67.15,127.81 a 2.87,2.87 0 0 1 -0.95,-0.38 0.74,0.74 0 0 1 -0.28,-0.29 0.86,0.86 0 0 1 -0.1,-0.41 0.69,0.69 0 0 1 0.16,-0.46 0.48,0.48 0 0 1 0.38,-0.19 1,1 0 0 1 0.31,0.05 l 0.32,0.13 a 4.34,4.34 0 0 0 0.66,0.25 3,3 0 0 0 0.8,0.09 1.34,1.34 0 0 0 0.65,-0.13 0.4,0.4 0 0 0 0.23,-0.36 0.36,0.36 0 0 0 -0.1,-0.27 0.93,0.93 0 0 0 -0.38,-0.19 q -0.28,-0.08 -0.88,-0.2 a 3.31,3.31 0 0 1 -1.54,-0.61 1.43,1.43 0 0 1 -0.43,-1.14 1.56,1.56 0 0 1 0.33,-1 2.2,2.2 0 0 1 0.91,-0.68 3.27,3.27 0 0 1 1.3,-0.25 3.88,3.88 0 0 1 1,0.13 3.22,3.22 0 0 1 0.88,0.37 0.8,0.8 0 0 1 0.22,1.15 0.48,0.48 0 0 1 -0.38,0.19 1.41,1.41 0 0 1 -0.66,-0.22 3.52,3.52 0 0 0 -0.55,-0.23 1.94,1.94 0 0 0 -0.58,-0.08 1.08,1.08 0 0 0 -0.59,0.14 0.43,0.43 0 0 0 -0.22,0.38 0.42,0.42 0 0 0 0.25,0.38 4,4 0 0 0 1,0.26 5.24,5.24 0 0 1 1.26,0.38 1.52,1.52 0 0 1 0.66,0.56 1.62,1.62 0 0 1 0.2,0.85 1.58,1.58 0 0 1 -0.7,1.36 3.15,3.15 0 0 1 -1.88,0.5 5.94,5.94 0 0 1 -1.3,-0.08 z"
transform="translate(319.8,124.29)"
style="fill:#ffffff;fill-opacity:1"
id="path158" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-79.641466,-31.752273)"
id="g4657"
style="display:inline;fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 71.12,40.12 a 0.24,0.24 0 0 1 0.27,0.27 v 1 a 0.25,0.25 0 0 1 -0.27,0.27 h -2.3 a 0.25,0.25 0 0 0 -0.27,0.27 v 0.29 a 0.25,0.25 0 0 0 0.27,0.27 h 1.51 a 0.24,0.24 0 0 1 0.27,0.27 v 1 a 0.25,0.25 0 0 1 -0.27,0.27 h -1.51 a 0.25,0.25 0 0 0 -0.27,0.27 v 1.87 a 0.25,0.25 0 0 1 -0.28,0.27 H 67.19 A 0.25,0.25 0 0 1 66.92,46.17 V 40.4 a 0.25,0.25 0 0 1 0.27,-0.27 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path4653" />
<path
inkscape:connector-curvature="0"
d="m 76.9,46.2 c 0.11,0.19 0,0.33 -0.19,0.33 h -1.14 a 0.34,0.34 0 0 1 -0.33,-0.18 l -0.91,-1.54 c 0,-0.06 -0.08,-0.06 -0.12,0 l -0.88,1.53 A 0.33,0.33 0 0 1 73,46.53 h -1.24 c -0.22,0 -0.3,-0.14 -0.19,-0.33 l 1.76,-3 a 0.11,0.11 0 0 0 0,-0.13 l -1.56,-2.65 c -0.11,-0.19 0,-0.33 0.19,-0.33 h 1.14 a 0.34,0.34 0 0 1 0.33,0.18 l 0.74,1.27 c 0,0.06 0.09,0.06 0.13,0 L 75,40.31 a 0.34,0.34 0 0 1 0.33,-0.18 h 1.14 c 0.21,0 0.29,0.14 0.18,0.33 l -1.54,2.69 a 0.11,0.11 0 0 0 0,0.13 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path4655" />
</g>
</g>
</svg>

+ 505
- 0
repos/AS/res/Flow.svg View File

@@ -0,0 +1,505 @@
<?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="90"
height="380"
viewBox="0 0 23.8125 100.54169"
version="1.1"
id="svg4541"
sodipodi:docname="Flow.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535">
<clipPath
id="clip-path-11"
transform="translate(319.8 697.39)">
<rect
x="792.63"
y="468.60999"
width="56.869999"
height="56.869999"
style="fill:none"
id="rect25" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.7258659"
inkscape:cx="65.13237"
inkscape:cy="234.09555"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1678"
inkscape:window-height="1334"
inkscape:window-x="124"
inkscape:window-y="13"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata4538">
<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:groupmode="layer"
id="layer3"
inkscape:label="Layer 0"
transform="translate(0,8.0744425e-6)">
<g
id="g1199" />
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.22310616;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="23.8125"
height="100.54166"
x="6.6526909e-06"
y="-8.0744421e-06" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-706.23002)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="23.8125"
height="5.2916665"
x="6.6526909e-06"
y="95.249992" />
<rect
y="-8.0744421e-06"
x="6.6526909e-06"
height="5.2916665"
width="23.8125"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="translate(0,6.7027791)"
style="display:inline"
id="g2195">
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1732"
cx="11.906258"
cy="88.515938"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1738"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,1.337592,24.780751)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1736"
data-name="Layer 1-2">
<path
id="path1734"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
</g>
<rect
ry="1.3924577"
y="97.441681"
x="3.5040026"
height="2.5"
width="5"
id="rect863"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,97.441595 c -0.771421,0 -1.392162,0.557551 -1.392162,1.25005 0,0.692499 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.557551 1.39216,-1.25005 0,-0.692499 -0.62074,-1.25005 -1.39216,-1.25005 z"
id="rect865"
inkscape:connector-curvature="0" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5040026"
y="0.74166477"
ry="1.3924577" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,0.74151318 c -0.771421,0 -1.392162,0.55756002 -1.392162,1.25006002 0,0.6925 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.55755 1.39216,-1.25005 0,-0.6925 -0.62074,-1.25006002 -1.39216,-1.25006002 z"
id="path1191"
inkscape:connector-curvature="0" />
<g
id="g455"
transform="matrix(0.26458333,0,0,0.26458333,-289.86482,-294.40048)">
<path
inkscape:connector-curvature="0"
id="path447"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 807.5,457.86 a 0.92,0.92 0 0 1 -0.26,-0.68 v -6.72 a 0.79,0.79 0 0 1 0.88,-0.88 h 4.13 a 1,1 0 0 1 0.67,0.18 0.69,0.69 0 0 1 0.22,0.56 0.68,0.68 0 0 1 -0.22,0.55 1,1 0 0 1 -0.67,0.18 h -3.16 V 453 H 812 a 1,1 0 0 1 0.67,0.18 0.69,0.69 0 0 1 0.22,0.56 0.67,0.67 0 0 1 -0.22,0.55 1,1 0 0 1 -0.67,0.18 h -2.92 v 2.7 a 0.94,0.94 0 0 1 -0.25,0.68 0.89,0.89 0 0 1 -0.67,0.25 0.92,0.92 0 0 1 -0.66,-0.24 z" />
<path
inkscape:connector-curvature="0"
id="path449"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 814.46,457.9 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z" />
<path
inkscape:connector-curvature="0"
id="path451"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 818.83,457.76 a 2.65,2.65 0 0 1 -1.09,-1.07 3.64,3.64 0 0 1 0,-3.25 2.62,2.62 0 0 1 1.09,-1.06 3.82,3.82 0 0 1 3.29,0 2.62,2.62 0 0 1 1.09,1.06 3.63,3.63 0 0 1 0,3.25 2.65,2.65 0 0 1 -1.09,1.07 3.76,3.76 0 0 1 -3.29,0 z m 3,-2.69 a 2,2 0 0 0 -0.34,-1.27 1.19,1.19 0 0 0 -1,-0.42 q -1.32,0 -1.32,1.69 0,1.69 1.32,1.69 1.3,0 1.3,-1.69 z" />
<path
inkscape:connector-curvature="0"
id="path453"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 833,452.18 a 0.71,0.71 0 0 1 0.41,-0.13 0.89,0.89 0 0 1 0.6,0.23 0.72,0.72 0 0 1 0.26,0.56 0.89,0.89 0 0 1 -0.07,0.32 l -2,4.42 a 0.8,0.8 0 0 1 -0.35,0.4 1,1 0 0 1 -0.5,0.14 1,1 0 0 1 -0.51,-0.14 0.8,0.8 0 0 1 -0.34,-0.4 l -1.28,-3 -1.24,3 a 0.82,0.82 0 0 1 -0.34,0.4 1,1 0 0 1 -0.52,0.14 1,1 0 0 1 -0.52,-0.14 0.8,0.8 0 0 1 -0.35,-0.4 l -2,-4.42 a 0.82,0.82 0 0 1 -0.07,-0.32 0.7,0.7 0 0 1 0.28,-0.56 1,1 0 0 1 0.64,-0.23 0.77,0.77 0 0 1 0.44,0.13 0.85,0.85 0 0 1 0.31,0.38 l 1.28,3.23 1.31,-3.2 a 0.85,0.85 0 0 1 0.32,-0.39 0.82,0.82 0 0 1 0.46,-0.14 0.89,0.89 0 0 1 0.47,0.13 0.8,0.8 0 0 1 0.32,0.4 l 1.33,3.2 1.27,-3.23 a 0.87,0.87 0 0 1 0.39,-0.38 z" />
</g>
<g
id="g1228">
<g
transform="matrix(0.26458333,0,0,0.26458333,-289.74958,-294.40048)"
id="g5443">
<path
d="m 804.33,536.7 a 2.44,2.44 0 0 1 -1,-1 3.92,3.92 0 0 1 0,-3.18 2.41,2.41 0 0 1 1,-1 3.2,3.2 0 0 1 3,0 2.42,2.42 0 0 1 1,1 3.91,3.91 0 0 1 0,3.18 2.44,2.44 0 0 1 -1,1 3.17,3.17 0 0 1 -3,0 z m 2.74,-1 a 3,3 0 0 0 0,-3.18 1.72,1.72 0 0 0 -2.52,0 3,3 0 0 0 0,3.18 1.71,1.71 0 0 0 2.52,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path5431"
inkscape:connector-curvature="0" />
<path
d="m 815.3,531.25 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.14,0.39 0.53,0.53 0 0 1 -0.77,0 l -3,-3.94 v 3.59 a 0.57,0.57 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.49,0.49 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.58 a 0.54,0.54 0 0 1 0.14,-0.39 0.47,0.47 0 0 1 0.36,-0.15 0.48,0.48 0 0 1 0.35,0.11 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path5433"
inkscape:connector-curvature="0" />
<path
d="m 817.47,537.51 a 0.41,0.41 0 0 1 -0.24,0.08 0.44,0.44 0 0 1 -0.29,-0.11 0.36,0.36 0 0 1 -0.13,-0.29 0.47,0.47 0 0 1 0,-0.15 l 1.93,-6 a 0.42,0.42 0 0 1 0.16,-0.23 0.42,0.42 0 0 1 0.24,-0.08 0.44,0.44 0 0 1 0.29,0.11 0.36,0.36 0 0 1 0.13,0.29 0.47,0.47 0 0 1 0,0.15 l -1.92,6 a 0.42,0.42 0 0 1 -0.17,0.23 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path5435"
inkscape:connector-curvature="0" />
<path
d="m 822,536.7 a 2.44,2.44 0 0 1 -1,-1 3.92,3.92 0 0 1 0,-3.18 2.41,2.41 0 0 1 1,-1 3.2,3.2 0 0 1 3,0 2.42,2.42 0 0 1 1,1 3.91,3.91 0 0 1 0,3.18 2.44,2.44 0 0 1 -1,1 3.17,3.17 0 0 1 -3,0 z m 2.74,-1 a 3,3 0 0 0 0,-3.18 1.72,1.72 0 0 0 -2.52,0 3,3 0 0 0 0,3.18 1.71,1.71 0 0 0 2.52,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path5437"
inkscape:connector-curvature="0" />
<path
d="m 828.32,536.89 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.86 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 c 0.34,0 0.51,0.14 0.51,0.43 0,0.29 -0.17,0.42 -0.51,0.42 h -2.37 v 1.59 h 2.21 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 v 2.06 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.39,-0.14 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path5439"
inkscape:connector-curvature="0" />
<path
d="m 833.84,536.89 a 0.54,0.54 0 0 1 -0.14,-0.39 v -4.86 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 c 0.34,0 0.51,0.14 0.51,0.43 0,0.29 -0.17,0.42 -0.51,0.42 h -2.37 v 1.59 H 837 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 v 2.06 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.43,-0.14 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path5441"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-0.58737579)"
id="g1201">
<g
id="g5456"
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)">
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 834.87,585.9 a 2.47,2.47 0 0 0 2.54,-2.46 2.53,2.53 0 0 0 -5.05,0 v 0 a 2.44,2.44 0 0 0 2.51,2.45 z m 0,-1 a 1.45,1.45 0 0 1 -1.43,-1.5 1.42,1.42 0 0 1 1.42,-1.48 1.44,1.44 0 0 1 1.45,1.48 v 0 a 1.43,1.43 0 0 1 -1.43,1.48 z"
data-name="path12074"
id="path12074-10" />
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 840.54,585.9 a 1.92,1.92 0 0 0 2.09,-2.15 v -2.2 a 0.52,0.52 0 0 0 -1,0 v 2.25 c 0,0.75 -0.39,1.14 -1,1.14 -0.61,0 -1,-0.41 -1,-1.17 v -2.22 A 0.52,0.52 0 0 0 839,581 a 0.53,0.53 0 0 0 -0.52,0.52 v 2.23 a 1.89,1.89 0 0 0 2.05,2.12 z"
data-name="path12070"
id="path12070-10" />
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 845,585.33 a 0.52,0.52 0 0 0 1,0 V 582 h 1 a 0.5,0.5 0 1 0 0,-1 h -3 a 0.5,0.5 0 0 0 0,1 h 1 z"
data-name="path12066"
id="path12066-10" />
</g>
<g
data-name="g1019"
id="g1019-8"
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)">
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 791.63,585.45 a 0.425,0.425 0 0 0 0.85,0 v -4 a 0.425,0.425 0 0 0 -0.85,0 z"
data-name="path12062"
id="path12062-8" />
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 793.95,585.45 a 0.42,0.42 0 0 0 0.42,0.41 0.4,0.4 0 0 0 0.41,-0.41 v -3 l 2.45,3.16 a 0.52,0.52 0 0 0 0.42,0.26 v 0 a 0.42,0.42 0 0 0 0.41,-0.42 v -4 a 0.41,0.41 0 0 0 -0.82,0 v 2.92 l -2.38,-3.08 a 0.51,0.51 0 0 0 -0.42,-0.24 h -0.1 a 0.43,0.43 0 0 0 -0.42,0.42 z"
data-name="path12058"
id="path12058-8" />
</g>
</g>
<g
transform="translate(-0.21786535)"
id="g1192">
<g
id="g5451"
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)">
<path
inkscape:connector-curvature="0"
id="path5445"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 788.06,551.2 a 0.5,0.5 0 0 1 -0.13,-0.37 V 547 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 c 0,0.28 -0.17,0.42 -0.5,0.42 H 789 v 1.12 h 1.73 c 0.34,0 0.5,0.14 0.5,0.42 0,0.28 -0.17,0.41 -0.5,0.41 H 789 v 1.2 h 1.87 q 0.5,0 0.5,0.42 c 0,0.27 -0.17,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.4,-0.11 z" />
<path
inkscape:connector-curvature="0"
id="path5447"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 796.56,550.88 a 0.46,0.46 0 0 1 -0.15,0.34 0.49,0.49 0 0 1 -0.35,0.15 0.44,0.44 0 0 1 -0.35,-0.17 l -1.28,-1.56 -1.29,1.56 a 0.45,0.45 0 0 1 -0.35,0.17 0.48,0.48 0 0 1 -0.34,-0.15 0.46,0.46 0 0 1 -0.15,-0.34 0.47,0.47 0 0 1 0.12,-0.31 l 1.39,-1.66 -1.35,-1.61 a 0.47,0.47 0 0 1 -0.13,-0.31 0.46,0.46 0 0 1 0.15,-0.34 0.49,0.49 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.24,1.5 1.23,-1.5 a 0.45,0.45 0 0 1 0.35,-0.18 0.48,0.48 0 0 1 0.34,0.15 0.46,0.46 0 0 1 0.15,0.34 0.48,0.48 0 0 1 -0.12,0.31 l -1.36,1.61 1.39,1.66 a 0.47,0.47 0 0 1 0.17,0.31 z" />
<path
inkscape:connector-curvature="0"
id="path5449"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 799.13,551.22 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 H 800 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z" />
</g>
<g
data-name="g920"
id="g920-2"
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)">
<path
inkscape:connector-curvature="0"
style="fill:#fff8d5"
transform="translate(319.8,697.39)"
d="m 838,551.22 a 0.32,0.32 0 0 1 -0.12,0.26 0.47,0.47 0 0 1 -0.5,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 H 835 v 1.51 a 0.44,0.44 0 0 1 -0.11,0.32 0.41,0.41 0 0 1 -0.31,0.12 0.42,0.42 0 0 1 -0.32,-0.12 0.43,0.43 0 0 1 -0.12,-0.32 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.07,0.33 z m -1.18,-2.44 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 H 835 V 549 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
data-name="path910"
id="path910-4" />
<path
inkscape:connector-curvature="0"
style="fill:#fff8d5"
transform="translate(319.8,697.39)"
d="m 840,551.44 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 h -0.12 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -1.06,-0.2 z"
data-name="path914"
id="path914-2" />
<path
inkscape:connector-curvature="0"
style="fill:#fff8d5"
transform="translate(319.8,697.39)"
d="m 846,551.44 a 0.42,0.42 0 0 1 -0.11,-0.32 v -3.64 h -1.19 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.3 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 h -1.19 v 3.64 a 0.42,0.42 0 0 1 -0.44,0.44 0.43,0.43 0 0 1 -0.31,-0.12 z"
data-name="path918"
id="path918-2" />
</g>
</g>
<path
id="path900-3"
data-name="path900"
d="M 11.350625,49.629286 V 48.33812 l 0.555625,0.320146 0.555625,0.320146 -0.555625,0.320145 z"
style="fill:#fff7d4;stroke-width:0.26458332"
inkscape:connector-curvature="0" />
</g>
<g
id="g1280"
transform="translate(0,39.6875)">
<g
id="g1242"
transform="matrix(0.26458333,0,0,0.26458333,-289.74958,-294.40048)">
<path
inkscape:connector-curvature="0"
id="path1230"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 804.33,536.7 a 2.44,2.44 0 0 1 -1,-1 3.92,3.92 0 0 1 0,-3.18 2.41,2.41 0 0 1 1,-1 3.2,3.2 0 0 1 3,0 2.42,2.42 0 0 1 1,1 3.91,3.91 0 0 1 0,3.18 2.44,2.44 0 0 1 -1,1 3.17,3.17 0 0 1 -3,0 z m 2.74,-1 a 3,3 0 0 0 0,-3.18 1.72,1.72 0 0 0 -2.52,0 3,3 0 0 0 0,3.18 1.71,1.71 0 0 0 2.52,0 z" />
<path
inkscape:connector-curvature="0"
id="path1232"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 815.3,531.25 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.14,0.39 0.53,0.53 0 0 1 -0.77,0 l -3,-3.94 v 3.59 a 0.57,0.57 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.49,0.49 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.58 a 0.54,0.54 0 0 1 0.14,-0.39 0.47,0.47 0 0 1 0.36,-0.15 0.48,0.48 0 0 1 0.35,0.11 z" />
<path
inkscape:connector-curvature="0"
id="path1234"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 817.47,537.51 a 0.41,0.41 0 0 1 -0.24,0.08 0.44,0.44 0 0 1 -0.29,-0.11 0.36,0.36 0 0 1 -0.13,-0.29 0.47,0.47 0 0 1 0,-0.15 l 1.93,-6 a 0.42,0.42 0 0 1 0.16,-0.23 0.42,0.42 0 0 1 0.24,-0.08 0.44,0.44 0 0 1 0.29,0.11 0.36,0.36 0 0 1 0.13,0.29 0.47,0.47 0 0 1 0,0.15 l -1.92,6 a 0.42,0.42 0 0 1 -0.17,0.23 z" />
<path
inkscape:connector-curvature="0"
id="path1236"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 822,536.7 a 2.44,2.44 0 0 1 -1,-1 3.92,3.92 0 0 1 0,-3.18 2.41,2.41 0 0 1 1,-1 3.2,3.2 0 0 1 3,0 2.42,2.42 0 0 1 1,1 3.91,3.91 0 0 1 0,3.18 2.44,2.44 0 0 1 -1,1 3.17,3.17 0 0 1 -3,0 z m 2.74,-1 a 3,3 0 0 0 0,-3.18 1.72,1.72 0 0 0 -2.52,0 3,3 0 0 0 0,3.18 1.71,1.71 0 0 0 2.52,0 z" />
<path
inkscape:connector-curvature="0"
id="path1238"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 828.32,536.89 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.86 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 c 0.34,0 0.51,0.14 0.51,0.43 0,0.29 -0.17,0.42 -0.51,0.42 h -2.37 v 1.59 h 2.21 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 v 2.06 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.39,-0.14 z" />
<path
inkscape:connector-curvature="0"
id="path1240"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 833.84,536.89 a 0.54,0.54 0 0 1 -0.14,-0.39 v -4.86 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 c 0.34,0 0.51,0.14 0.51,0.43 0,0.29 -0.17,0.42 -0.51,0.42 h -2.37 v 1.59 H 837 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 v 2.06 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.43,-0.14 z" />
</g>
<g
id="g1258"
transform="translate(-0.58737579)">
<g
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)"
id="g1250">
<path
id="path1244"
data-name="path12074"
d="m 834.87,585.9 a 2.47,2.47 0 0 0 2.54,-2.46 2.53,2.53 0 0 0 -5.05,0 v 0 a 2.44,2.44 0 0 0 2.51,2.45 z m 0,-1 a 1.45,1.45 0 0 1 -1.43,-1.5 1.42,1.42 0 0 1 1.42,-1.48 1.44,1.44 0 0 1 1.45,1.48 v 0 a 1.43,1.43 0 0 1 -1.43,1.48 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path1246"
data-name="path12070"
d="m 840.54,585.9 a 1.92,1.92 0 0 0 2.09,-2.15 v -2.2 a 0.52,0.52 0 0 0 -1,0 v 2.25 c 0,0.75 -0.39,1.14 -1,1.14 -0.61,0 -1,-0.41 -1,-1.17 v -2.22 A 0.52,0.52 0 0 0 839,581 a 0.53,0.53 0 0 0 -0.52,0.52 v 2.23 a 1.89,1.89 0 0 0 2.05,2.12 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path1248"
data-name="path12066"
d="m 845,585.33 a 0.52,0.52 0 0 0 1,0 V 582 h 1 a 0.5,0.5 0 1 0 0,-1 h -3 a 0.5,0.5 0 0 0 0,1 h 1 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)"
id="g1256"
data-name="g1019">
<path
id="path1252"
data-name="path12062"
d="m 791.63,585.45 a 0.425,0.425 0 0 0 0.85,0 v -4 a 0.425,0.425 0 0 0 -0.85,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path1254"
data-name="path12058"
d="m 793.95,585.45 a 0.42,0.42 0 0 0 0.42,0.41 0.4,0.4 0 0 0 0.41,-0.41 v -3 l 2.45,3.16 a 0.52,0.52 0 0 0 0.42,0.26 v 0 a 0.42,0.42 0 0 0 0.41,-0.42 v -4 a 0.41,0.41 0 0 0 -0.82,0 v 2.92 l -2.38,-3.08 a 0.51,0.51 0 0 0 -0.42,-0.24 h -0.1 a 0.43,0.43 0 0 0 -0.42,0.42 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g1276"
transform="translate(-0.21786535)">
<g
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)"
id="g1266">
<path
d="m 788.06,551.2 a 0.5,0.5 0 0 1 -0.13,-0.37 V 547 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 c 0,0.28 -0.17,0.42 -0.5,0.42 H 789 v 1.12 h 1.73 c 0.34,0 0.5,0.14 0.5,0.42 0,0.28 -0.17,0.41 -0.5,0.41 H 789 v 1.2 h 1.87 q 0.5,0 0.5,0.42 c 0,0.27 -0.17,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.4,-0.11 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1260"
inkscape:connector-curvature="0" />
<path
d="m 796.56,550.88 a 0.46,0.46 0 0 1 -0.15,0.34 0.49,0.49 0 0 1 -0.35,0.15 0.44,0.44 0 0 1 -0.35,-0.17 l -1.28,-1.56 -1.29,1.56 a 0.45,0.45 0 0 1 -0.35,0.17 0.48,0.48 0 0 1 -0.34,-0.15 0.46,0.46 0 0 1 -0.15,-0.34 0.47,0.47 0 0 1 0.12,-0.31 l 1.39,-1.66 -1.35,-1.61 a 0.47,0.47 0 0 1 -0.13,-0.31 0.46,0.46 0 0 1 0.15,-0.34 0.49,0.49 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.24,1.5 1.23,-1.5 a 0.45,0.45 0 0 1 0.35,-0.18 0.48,0.48 0 0 1 0.34,0.15 0.46,0.46 0 0 1 0.15,0.34 0.48,0.48 0 0 1 -0.12,0.31 l -1.36,1.61 1.39,1.66 a 0.47,0.47 0 0 1 0.17,0.31 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1262"
inkscape:connector-curvature="0" />
<path
d="m 799.13,551.22 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 H 800 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1264"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-288.96336,-294.40048)"
id="g1274"
data-name="g920">
<path
id="path1268"
data-name="path910"
d="m 838,551.22 a 0.32,0.32 0 0 1 -0.12,0.26 0.47,0.47 0 0 1 -0.5,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 H 835 v 1.51 a 0.44,0.44 0 0 1 -0.11,0.32 0.41,0.41 0 0 1 -0.31,0.12 0.42,0.42 0 0 1 -0.32,-0.12 0.43,0.43 0 0 1 -0.12,-0.32 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.07,0.33 z m -1.18,-2.44 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 H 835 V 549 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
transform="translate(319.8,697.39)"
style="fill:#fff8d5"
inkscape:connector-curvature="0" />
<path
id="path1270"
data-name="path914"
d="m 840,551.44 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 h -0.12 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -1.06,-0.2 z"
transform="translate(319.8,697.39)"
style="fill:#fff8d5"
inkscape:connector-curvature="0" />
<path
id="path1272"
data-name="path918"
d="m 846,551.44 a 0.42,0.42 0 0 1 -0.11,-0.32 v -3.64 h -1.19 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.3 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 h -1.19 v 3.64 a 0.42,0.42 0 0 1 -0.44,0.44 0.43,0.43 0 0 1 -0.31,-0.12 z"
transform="translate(319.8,697.39)"
style="fill:#fff8d5"
inkscape:connector-curvature="0" />
</g>
</g>
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4;stroke-width:0.26458332"
d="M 11.350625,49.629286 V 48.33812 l 0.555625,0.320146 0.555625,0.320146 -0.555625,0.320145 z"
data-name="path900"
id="path1278" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(5.559749,-98.968284)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 2"
transform="translate(0,8.0744425e-6)" />
</svg>

+ 544
- 0
repos/AS/res/KillGate.svg View File

@@ -0,0 +1,544 @@
<?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="svg8"
viewBox="0 0 90 380"
version="1.1"
sodipodi:docname="KillGate.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
width="90"
height="380"
inkscape:label="BG">
<metadata
id="metadata39">
<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>BlankPanel8</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1344"
inkscape:window-height="1360"
id="namedview37"
showgrid="false"
inkscape:zoom="2.2125658"
inkscape:cx="-50.799804"
inkscape:cy="132.2893"
inkscape:window-x="29"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer2" />
<defs
id="defs4">
<style
id="style2">.cls-1{fill:#ab2d2d;}.cls-2{fill:#952d2d;}.cls-3{fill:#251e1e;}.cls-4{fill:#fff7d4;}.cls-5{fill:#202020;}</style>
</defs>
<title
id="title6">BlankPanel8</title>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="bg">
<g
id="g166"
transform="matrix(1.011236,0,0,0.99999999,-119.83145,0)"
style="display:inline;fill:#44423e;fill-opacity:1">
<polygon
points="118.5,29.98 118.5,287.57 207.5,287.57 207.5,272.35 207.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="207.5,380 207.5,291.45 118.5,291.45 118.5,297.78 118.5,380 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="207.5,291.45 207.5,287.57 118.5,287.57 118.5,291.45 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="118.5,0 118.5,26.09 207.5,26.1 207.5,16.51 207.5,0 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="207.5,29.98 207.5,29.81 207.5,26.1 118.5,26.09 118.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<g
transform="matrix(7.9299111,0,0,7.9299111,-430.58997,-2669.2158)"
data-name="Layer 2"
id="g1661"
style="display:inline;fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="90"
height="20"
x="8.9652303e-06"
y="359.99997" />
<rect
y="3.0000001e-05"
x="8.9652303e-06"
height="20"
width="90"
id="rect1806"
style="display:inline;opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
style="display:inline"
transform="translate(8.0770465e-6,-1.3859664e-5)"
id="g1614">
<circle
r="15.118111"
cy="359.88181"
cx="44.999989"
id="path1686"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.66602928,0,0,0.66602928,5.0554261,118.9929)"
data-name="Layer 2"
id="Layer_2-2"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6" />
</g>
</g>
</g>
<g
style="display:inline"
id="g1660"
transform="matrix(3.7795276,0,0,3.7795276,-0.06999192,0)">
<rect
ry="1.3924577"
y="0.74168032"
x="3.5040054"
height="2.5"
width="5"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="5"
height="2.5"
x="3.5040054"
y="97.441681"
ry="1.3924577" />
<path
inkscape:connector-curvature="0"
id="path1191"
d="m 16.737997,0.74152337 c -0.771421,0 -1.392163,0.55756003 -1.392163,1.25006003 0,0.6925 0.620742,1.2500501 1.392163,1.2500501 h 2.21537 c 0.771422,0 1.392161,-0.5575501 1.392161,-1.2500501 0,-0.6925 -0.620739,-1.25006003 -1.392161,-1.25006003 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect865"
d="m 16.737997,97.441605 c -0.771421,0 -1.392163,0.557548 -1.392163,1.25005 0,0.692499 0.620742,1.25005 1.392163,1.25005 h 2.21537 c 0.771422,0 1.392161,-0.557551 1.392161,-1.25005 0,-0.692502 -0.620739,-1.25005 -1.392161,-1.25005 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="text">
<g
id="g897">
<g
id="g920"
transform="translate(-303.17473,-424.27696)">
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 0.19,420.78 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 A 0.44,0.44 0 0 1 -3,421 0.41,0.41 0 0 1 -3.31,421.12 0.42,0.42 0 0 1 -3.63,421 0.43,0.43 0 0 1 -3.75,420.68 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z M -1,418.34 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
id="path910"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 2.13,421 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 H 4.51 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
id="path914"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="M 8.2,421 A 0.42,0.42 0 0 1 8.09,420.68 V 417 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 H 8.95 v 3.64 A 0.42,0.42 0 0 1 8.51,421.08 0.43,0.43 0 0 1 8.2,421 Z"
id="path918"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-313.81445,-379.27658)"
id="g905">
<path
inkscape:connector-curvature="0"
d="m 53.95,420.88 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path899" />
<path
inkscape:connector-curvature="0"
d="m 59.52,420.66 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path901" />
<path
inkscape:connector-curvature="0"
d="m 66,421 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 H 68 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path903" />
</g>
<g
transform="translate(-339.81445,-379.27658)"
id="g917">
<path
inkscape:connector-curvature="0"
d="m 37.67,421 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 A 0.55,0.55 0 0 1 37.67,421 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path913" />
<path
inkscape:connector-curvature="0"
d="m 44.24,416.45 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path915" />
</g>
<g
transform="translate(21.819424,43.912698)"
id="g1021">
<g
transform="translate(-318.38589,-480.16885)"
id="g2105">
<path
inkscape:connector-curvature="0"
d="m 351.38961,557.29 a 2.08,2.08 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.31,2.31 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.38,0.38 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.25 4.36,4.36 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.71,1.71 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.6,2.6 0 0 1 -1,0.18 3.83,3.83 0 0 1 -1.06,-0.11 z"
style="fill:#fff7d4"
id="path2095" />
<path
inkscape:connector-curvature="0"
d="m 356.91961,557.29 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
style="fill:#fff7d4"
id="path2097" />
<path
inkscape:connector-curvature="0"
d="m 360.93,557.29 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 H 363 a 1.75,1.75 0 0 1 1.22,0.39 1.61,1.61 0 0 1 0,2.2 1.75,1.75 0 0 1 -1.22,0.39 h -1.2 v 1.31 a 0.55,0.55 0 0 1 -0.92,0.39 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1.05 v 1.38 z"
style="fill:#fff7d4"
id="path2101" />
</g>
<path
inkscape:connector-curvature="0"
d="m 50.29527,77.01304 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
style="fill:#fff7d4"
id="path954" />
<path
inkscape:connector-curvature="0"
d="m 56.86527,72.449655 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
style="fill:#fff7d4"
id="path956" />
</g>
<g
id="g1370"
transform="translate(-901.61317,-1038.4476)">
<path
d="m 610.72,498.8 a 2.65,2.65 0 0 1 -0.93,-0.46 0.5,0.5 0 0 1 -0.09,-0.7 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.48,2.48 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.69,1.69 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 6,6 0 0 1 -1.19,-0.37 1.67,1.67 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.55,1.55 0 0 1 0.29,-0.92 1.92,1.92 0 0 1 0.81,-0.63 2.86,2.86 0 0 1 1.16,-0.2 2.9,2.9 0 0 1 1.93,0.63 0.64,0.64 0 0 1 0.15,0.18 0.47,0.47 0 0 1 0,0.22 0.46,0.46 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.81,2.81 0 0 0 -0.66,-0.37 2.24,2.24 0 0 0 -0.78,-0.12 1.55,1.55 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.64 0.58,0.58 0 0 0 0.29,0.52 3.41,3.41 0 0 0 1,0.34 6.61,6.61 0 0 1 1.2,0.37 1.78,1.78 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.25,0.79 1.51,1.51 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.81,0.61 3,3 0 0 1 -1.19,0.22 4.19,4.19 0 0 1 -1.17,-0.23 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1358"
inkscape:connector-curvature="0" />
<path
d="m 616.18,498.79 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.87 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.51,0.51 0 0 1 -0.38,-0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1360"
inkscape:connector-curvature="0" />
<path
d="m 624,495.84 a 0.39,0.39 0 0 1 0.12,0.29 v 1.78 a 1.07,1.07 0 0 1 -0.1,0.54 0.73,0.73 0 0 1 -0.41,0.26 4.19,4.19 0 0 1 -0.77,0.18 5.6,5.6 0 0 1 -0.85,0.07 3.27,3.27 0 0 1 -1.57,-0.36 2.41,2.41 0 0 1 -1,-1 3.46,3.46 0 0 1 -0.42,-1.6 3.43,3.43 0 0 1 0.35,-1.6 2.47,2.47 0 0 1 1,-1 3.09,3.09 0 0 1 1.53,-0.36 2.87,2.87 0 0 1 1.92,0.63 0.65,0.65 0 0 1 0.14,0.18 0.47,0.47 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.1,0.31 0.3,0.3 0 0 1 -0.24,0.12 0.45,0.45 0 0 1 -0.17,0 l -0.17,-0.09 a 2.62,2.62 0 0 0 -0.68,-0.36 2.27,2.27 0 0 0 -0.71,-0.1 1.7,1.7 0 0 0 -1.37,0.54 2.38,2.38 0 0 0 -0.46,1.59 q 0,2.16 1.89,2.16 a 4.16,4.16 0 0 0 1.13,-0.16 v -1.47 h -0.94 a 0.45,0.45 0 0 1 -0.31,-0.1 0.41,0.41 0 0 1 0,-0.56 0.45,0.45 0 0 1 0.31,-0.1 h 1.47 a 0.43,0.43 0 0 1 0.41,-0.01 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1362"
inkscape:connector-curvature="0" />
<path
d="m 630.91,493.15 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.55,0.55 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.56,0.56 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.36,-0.15 0.49,0.49 0 0 1 0.36,0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1364"
inkscape:connector-curvature="0" />
<path
d="m 638.49,498.47 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.48,0.48 0 0 1 -0.25,-0.07 0.48,0.48 0 0 1 -0.18,-0.22 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1366"
inkscape:connector-curvature="0" />
<path
d="m 640.26,498.76 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 498 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.12 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1368"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g954"
transform="translate(0,160)">
<g
transform="translate(-303.17473,-424.27696)"
id="g906">
<path
inkscape:connector-curvature="0"
id="path900"
d="m 0.19,420.78 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 A 0.44,0.44 0 0 1 -3,421 0.41,0.41 0 0 1 -3.31,421.12 0.42,0.42 0 0 1 -3.63,421 0.43,0.43 0 0 1 -3.75,420.68 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z M -1,418.34 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path902"
d="m 2.13,421 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 H 4.51 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path904"
d="M 8.2,421 A 0.42,0.42 0 0 1 8.09,420.68 V 417 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 H 8.95 v 3.64 A 0.42,0.42 0 0 1 8.51,421.08 0.43,0.43 0 0 1 8.2,421 Z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
</g>
<g
id="g918"
transform="translate(-313.81445,-379.27658)">
<path
id="path908"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 53.95,420.88 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
inkscape:connector-curvature="0" />
<path
id="path911"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 59.52,420.66 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
inkscape:connector-curvature="0" />
<path
id="path916"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 66,421 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 H 68 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g924"
transform="translate(-339.81445,-379.27658)">
<path
id="path920"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 37.67,421 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 A 0.55,0.55 0 0 1 37.67,421 Z"
inkscape:connector-curvature="0" />
<path
id="path922"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 44.24,416.45 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g938"
transform="translate(21.819424,43.912698)">
<g
id="g932"
transform="translate(-318.38589,-480.16885)">
<path
id="path926"
style="fill:#fff7d4"
d="m 351.38961,557.29 a 2.08,2.08 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.31,2.31 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.38,0.38 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.25 4.36,4.36 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.71,1.71 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.6,2.6 0 0 1 -1,0.18 3.83,3.83 0 0 1 -1.06,-0.11 z"
inkscape:connector-curvature="0" />
<path
id="path928"
style="fill:#fff7d4"
d="m 356.91961,557.29 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
<path
id="path930"
style="fill:#fff7d4"
d="m 360.93,557.29 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 H 363 a 1.75,1.75 0 0 1 1.22,0.39 1.61,1.61 0 0 1 0,2.2 1.75,1.75 0 0 1 -1.22,0.39 h -1.2 v 1.31 a 0.55,0.55 0 0 1 -0.92,0.39 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1.05 v 1.38 z"
inkscape:connector-curvature="0" />
</g>
<path
id="path934"
style="fill:#fff7d4"
d="m 50.29527,77.01304 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
inkscape:connector-curvature="0" />
<path
id="path936"
style="fill:#fff7d4"
d="m 56.86527,72.449655 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-901.61317,-1038.4476)"
id="g952">
<path
inkscape:connector-curvature="0"
id="path940"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 610.72,498.8 a 2.65,2.65 0 0 1 -0.93,-0.46 0.5,0.5 0 0 1 -0.09,-0.7 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.48,2.48 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.69,1.69 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 6,6 0 0 1 -1.19,-0.37 1.67,1.67 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.55,1.55 0 0 1 0.29,-0.92 1.92,1.92 0 0 1 0.81,-0.63 2.86,2.86 0 0 1 1.16,-0.2 2.9,2.9 0 0 1 1.93,0.63 0.64,0.64 0 0 1 0.15,0.18 0.47,0.47 0 0 1 0,0.22 0.46,0.46 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.81,2.81 0 0 0 -0.66,-0.37 2.24,2.24 0 0 0 -0.78,-0.12 1.55,1.55 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.64 0.58,0.58 0 0 0 0.29,0.52 3.41,3.41 0 0 0 1,0.34 6.61,6.61 0 0 1 1.2,0.37 1.78,1.78 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.25,0.79 1.51,1.51 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.81,0.61 3,3 0 0 1 -1.19,0.22 4.19,4.19 0 0 1 -1.17,-0.23 z" />
<path
inkscape:connector-curvature="0"
id="path942"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 616.18,498.79 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.87 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.51,0.51 0 0 1 -0.38,-0.16 z" />
<path
inkscape:connector-curvature="0"
id="path944"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 624,495.84 a 0.39,0.39 0 0 1 0.12,0.29 v 1.78 a 1.07,1.07 0 0 1 -0.1,0.54 0.73,0.73 0 0 1 -0.41,0.26 4.19,4.19 0 0 1 -0.77,0.18 5.6,5.6 0 0 1 -0.85,0.07 3.27,3.27 0 0 1 -1.57,-0.36 2.41,2.41 0 0 1 -1,-1 3.46,3.46 0 0 1 -0.42,-1.6 3.43,3.43 0 0 1 0.35,-1.6 2.47,2.47 0 0 1 1,-1 3.09,3.09 0 0 1 1.53,-0.36 2.87,2.87 0 0 1 1.92,0.63 0.65,0.65 0 0 1 0.14,0.18 0.47,0.47 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.1,0.31 0.3,0.3 0 0 1 -0.24,0.12 0.45,0.45 0 0 1 -0.17,0 l -0.17,-0.09 a 2.62,2.62 0 0 0 -0.68,-0.36 2.27,2.27 0 0 0 -0.71,-0.1 1.7,1.7 0 0 0 -1.37,0.54 2.38,2.38 0 0 0 -0.46,1.59 q 0,2.16 1.89,2.16 a 4.16,4.16 0 0 0 1.13,-0.16 v -1.47 h -0.94 a 0.45,0.45 0 0 1 -0.31,-0.1 0.41,0.41 0 0 1 0,-0.56 0.45,0.45 0 0 1 0.31,-0.1 h 1.47 a 0.43,0.43 0 0 1 0.41,-0.01 z" />
<path
inkscape:connector-curvature="0"
id="path946"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 630.91,493.15 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.55,0.55 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.56,0.56 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.36,-0.15 0.49,0.49 0 0 1 0.36,0.16 z" />
<path
inkscape:connector-curvature="0"
id="path948"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 638.49,498.47 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.48,0.48 0 0 1 -0.25,-0.07 0.48,0.48 0 0 1 -0.18,-0.22 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z" />
<path
inkscape:connector-curvature="0"
id="path950"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 640.26,498.76 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 498 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.12 z" />
</g>
</g>
<g
id="g935"
transform="translate(0,200)">
<g
id="g1649">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path1634"
d="M 0.5009235,202.62495 H 89.499076"
style="display:inline;fill:none;fill-opacity:1;stroke:#141414;stroke-width:0.94999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:#5a5a5a;stroke-width:0.94999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 0.5009235,201.62495 H 89.499076"
id="path1645"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<rect
transform="rotate(135)"
y="-146.38341"
x="139.4744"
height="7.0710678"
width="7.0710678"
id="rect902"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.31700441;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.31700441;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect917"
width="7.0710678"
height="7.0710678"
x="75.83477"
y="-210.02303"
transform="rotate(135)" />
</g>
<g
transform="translate(-901.69297,-1137.4268)"
id="g1945">
<path
inkscape:connector-curvature="0"
id="path1929"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 609.92,482.06 a 0.8,0.8 0 0 1 -0.26,0.59 0.83,0.83 0 0 1 -0.59,0.25 0.92,0.92 0 0 1 -0.68,-0.31 L 604.67,479 v 3 a 0.94,0.94 0 1 1 -1.87,0 v -6.73 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 v 2.87 l 3.62,-3.52 a 0.83,0.83 0 0 1 0.6,-0.26 0.82,0.82 0 0 1 0.59,0.25 0.79,0.79 0 0 1 0.25,0.58 0.84,0.84 0 0 1 -0.29,0.62 l -2.86,2.68 3.06,3 a 0.84,0.84 0 0 1 0.28,0.57 z" />
<path
inkscape:connector-curvature="0"
id="path1931"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 611.18,475.64 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.28,1.28 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 v -4.37 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.64,-0.22 z" />
<path
inkscape:connector-curvature="0"
id="path1933"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 614.73,482.72 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z" />
<path
inkscape:connector-curvature="0"
id="path1935"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 618.17,482.72 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z" />
<path
inkscape:connector-curvature="0"
id="path1937"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 632.17,478.38 a 0.67,0.67 0 0 1 0.2,0.51 v 2.34 a 2.76,2.76 0 0 1 -0.08,0.74 0.82,0.82 0 0 1 -0.27,0.42 1.6,1.6 0 0 1 -0.58,0.26 6.78,6.78 0 0 1 -1.07,0.23 8.42,8.42 0 0 1 -1.15,0.08 4.89,4.89 0 0 1 -2.33,-0.52 3.6,3.6 0 0 1 -1.51,-1.5 5.35,5.35 0 0 1 0,-4.62 3.62,3.62 0 0 1 1.49,-1.51 4.69,4.69 0 0 1 2.27,-0.53 4.32,4.32 0 0 1 2.76,0.86 0.91,0.91 0 0 1 0.25,0.29 0.81,0.81 0 0 1 0.07,0.36 0.84,0.84 0 0 1 -0.17,0.53 0.51,0.51 0 0 1 -0.41,0.22 0.78,0.78 0 0 1 -0.28,0 2,2 0 0 1 -0.31,-0.16 4.2,4.2 0 0 0 -0.92,-0.44 3.07,3.07 0 0 0 -0.92,-0.13 q -2.45,0 -2.45,2.84 a 3.22,3.22 0 0 0 0.64,2.18 2.43,2.43 0 0 0 1.92,0.72 5.4,5.4 0 0 0 1.38,-0.18 v -1.86 h -1.1 a 0.79,0.79 0 0 1 -0.54,-0.17 0.7,0.7 0 0 1 0,-1 0.8,0.8 0 0 1 0.54,-0.17 h 2.05 a 0.75,0.75 0 0 1 0.52,0.21 z" />
<path
inkscape:connector-curvature="0"
id="path1939"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 638.62,477.46 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.82,0.82 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -0.64,0.22 0.84,0.84 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 V 482 a 1.41,1.41 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.9,1.9 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.42,9.42 0 0 1 2,-0.17 h 0.31 v -0.22 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.72,4.72 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.14,-0.45 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.91,3.91 0 0 1 1,-0.36 5.61,5.61 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.97,0.64 z m -1.43,3.9 a 1.3,1.3 0 0 0 0.32,-0.92 v -0.2 h -0.2 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.85,-0.36 z" />
<path
inkscape:connector-curvature="0"
id="path1941"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 644.64,481.79 a 0.67,0.67 0 0 1 -0.11,1 1.29,1.29 0 0 1 -0.79,0.14 h -0.34 a 2,2 0 0 1 -2.1,-2.2 v -2.38 h -0.48 a 0.9,0.9 0 0 1 -0.6,-0.17 0.62,0.62 0 0 1 -0.2,-0.5 0.63,0.63 0 0 1 0.2,-0.51 0.9,0.9 0 0 1 0.6,-0.17 h 0.48 v -1 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 1 H 644 q 0.82,0 0.82,0.68 a 0.62,0.62 0 0 1 -0.2,0.5 0.93,0.93 0 0 1 -0.61,0.17 h -0.84 v 2.51 a 0.79,0.79 0 0 0 0.17,0.55 0.7,0.7 0 0 0 0.49,0.21 h 0.34 a 0.84,0.84 0 0 1 0.47,0.17 z" />
<path
inkscape:connector-curvature="0"
id="path1943"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 650.84,481.3 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.31,4.31 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.72,2.72 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.36 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.15,2.15 0 0 0 0.62,-0.08 5.93,5.93 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.32 z" />
</g>
</g>
</svg>

+ 556
- 0
repos/AS/res/LaunchGate.svg View File

@@ -0,0 +1,556 @@
<?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="svg8"
viewBox="0 0 90 380"
version="1.1"
sodipodi:docname="LaunchGate.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
width="90"
height="380"
inkscape:label="BG">
<metadata
id="metadata39">
<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>BlankPanel8</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1344"
inkscape:window-height="1360"
id="namedview37"
showgrid="false"
inkscape:zoom="2.2125658"
inkscape:cx="32.361565"
inkscape:cy="132.2893"
inkscape:window-x="29"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer2" />
<defs
id="defs4">
<style
id="style2">.cls-1{fill:#ab2d2d;}.cls-2{fill:#952d2d;}.cls-3{fill:#251e1e;}.cls-4{fill:#fff7d4;}.cls-5{fill:#202020;}</style>
</defs>
<title
id="title6">BlankPanel8</title>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="bg">
<g
id="g166"
transform="matrix(1.011236,0,0,0.99999999,-119.83145,0)"
style="display:inline;fill:#44423e;fill-opacity:1">
<polygon
points="118.5,29.98 118.5,287.57 207.5,287.57 207.5,272.35 207.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="207.5,380 207.5,291.45 118.5,291.45 118.5,297.78 118.5,380 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="207.5,291.45 207.5,287.57 118.5,287.57 118.5,291.45 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="118.5,0 118.5,26.09 207.5,26.1 207.5,16.51 207.5,0 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="207.5,29.98 207.5,29.81 207.5,26.1 118.5,26.09 118.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<g
transform="matrix(7.9299111,0,0,7.9299111,-430.58997,-2669.2158)"
data-name="Layer 2"
id="g1661"
style="display:inline;fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="90"
height="20"
x="8.9652303e-06"
y="359.99997" />
<rect
y="3.0000001e-05"
x="8.9652303e-06"
height="20"
width="90"
id="rect1806"
style="display:inline;opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
style="display:inline"
transform="translate(8.0770465e-6,-1.3859664e-5)"
id="g1614">
<circle
r="15.118111"
cy="359.88181"
cx="44.999989"
id="path1686"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.66602928,0,0,0.66602928,5.0554261,118.9929)"
data-name="Layer 2"
id="Layer_2-2"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6" />
</g>
</g>
</g>
<g
style="display:inline"
id="g1660"
transform="matrix(3.7795276,0,0,3.7795276,-0.06999192,0)">
<rect
ry="1.3924577"
y="0.74168032"
x="3.5040054"
height="2.5"
width="5"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="5"
height="2.5"
x="3.5040054"
y="97.441681"
ry="1.3924577" />
<path
inkscape:connector-curvature="0"
id="path1191"
d="m 16.737997,0.74152337 c -0.771421,0 -1.392163,0.55756003 -1.392163,1.25006003 0,0.6925 0.620742,1.2500501 1.392163,1.2500501 h 2.21537 c 0.771422,0 1.392161,-0.5575501 1.392161,-1.2500501 0,-0.6925 -0.620739,-1.25006003 -1.392161,-1.25006003 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect865"
d="m 16.737997,97.441605 c -0.771421,0 -1.392163,0.557548 -1.392163,1.25005 0,0.692499 0.620742,1.25005 1.392163,1.25005 h 2.21537 c 0.771422,0 1.392161,-0.557551 1.392161,-1.25005 0,-0.692502 -0.620739,-1.25005 -1.392161,-1.25005 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="text">
<g
id="g897">
<g
id="g920"
transform="translate(-303.17473,-424.27696)">
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 0.19,420.78 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 A 0.44,0.44 0 0 1 -3,421 0.41,0.41 0 0 1 -3.31,421.12 0.42,0.42 0 0 1 -3.63,421 0.43,0.43 0 0 1 -3.75,420.68 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z M -1,418.34 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
id="path910"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 2.13,421 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 H 4.51 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
id="path914"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="M 8.2,421 A 0.42,0.42 0 0 1 8.09,420.68 V 417 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 H 8.95 v 3.64 A 0.42,0.42 0 0 1 8.51,421.08 0.43,0.43 0 0 1 8.2,421 Z"
id="path918"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-313.81445,-379.27658)"
id="g905">
<path
inkscape:connector-curvature="0"
d="m 53.95,420.88 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path899" />
<path
inkscape:connector-curvature="0"
d="m 59.52,420.66 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path901" />
<path
inkscape:connector-curvature="0"
d="m 66,421 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 H 68 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path903" />
</g>
<g
transform="translate(-339.81445,-379.27658)"
id="g917">
<path
inkscape:connector-curvature="0"
d="m 37.67,421 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 A 0.55,0.55 0 0 1 37.67,421 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path913" />
<path
inkscape:connector-curvature="0"
d="m 44.24,416.45 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path915" />
</g>
<g
transform="translate(21.819424,43.912698)"
id="g1021">
<g
transform="translate(-318.38589,-480.16885)"
id="g2105">
<path
inkscape:connector-curvature="0"
d="m 351.38961,557.29 a 2.08,2.08 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.31,2.31 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.38,0.38 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.25 4.36,4.36 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.71,1.71 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.6,2.6 0 0 1 -1,0.18 3.83,3.83 0 0 1 -1.06,-0.11 z"
style="fill:#fff7d4"
id="path2095" />
<path
inkscape:connector-curvature="0"
d="m 356.91961,557.29 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
style="fill:#fff7d4"
id="path2097" />
<path
inkscape:connector-curvature="0"
d="m 360.93,557.29 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 H 363 a 1.75,1.75 0 0 1 1.22,0.39 1.61,1.61 0 0 1 0,2.2 1.75,1.75 0 0 1 -1.22,0.39 h -1.2 v 1.31 a 0.55,0.55 0 0 1 -0.92,0.39 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1.05 v 1.38 z"
style="fill:#fff7d4"
id="path2101" />
</g>
<path
inkscape:connector-curvature="0"
d="m 50.29527,77.01304 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
style="fill:#fff7d4"
id="path954" />
<path
inkscape:connector-curvature="0"
d="m 56.86527,72.449655 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
style="fill:#fff7d4"
id="path956" />
</g>
<g
id="g1370"
transform="translate(-901.61317,-1038.4476)">
<path
d="m 610.72,498.8 a 2.65,2.65 0 0 1 -0.93,-0.46 0.5,0.5 0 0 1 -0.09,-0.7 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.48,2.48 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.69,1.69 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 6,6 0 0 1 -1.19,-0.37 1.67,1.67 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.55,1.55 0 0 1 0.29,-0.92 1.92,1.92 0 0 1 0.81,-0.63 2.86,2.86 0 0 1 1.16,-0.2 2.9,2.9 0 0 1 1.93,0.63 0.64,0.64 0 0 1 0.15,0.18 0.47,0.47 0 0 1 0,0.22 0.46,0.46 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.81,2.81 0 0 0 -0.66,-0.37 2.24,2.24 0 0 0 -0.78,-0.12 1.55,1.55 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.64 0.58,0.58 0 0 0 0.29,0.52 3.41,3.41 0 0 0 1,0.34 6.61,6.61 0 0 1 1.2,0.37 1.78,1.78 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.25,0.79 1.51,1.51 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.81,0.61 3,3 0 0 1 -1.19,0.22 4.19,4.19 0 0 1 -1.17,-0.23 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1358"
inkscape:connector-curvature="0" />
<path
d="m 616.18,498.79 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.87 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.51,0.51 0 0 1 -0.38,-0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1360"
inkscape:connector-curvature="0" />
<path
d="m 624,495.84 a 0.39,0.39 0 0 1 0.12,0.29 v 1.78 a 1.07,1.07 0 0 1 -0.1,0.54 0.73,0.73 0 0 1 -0.41,0.26 4.19,4.19 0 0 1 -0.77,0.18 5.6,5.6 0 0 1 -0.85,0.07 3.27,3.27 0 0 1 -1.57,-0.36 2.41,2.41 0 0 1 -1,-1 3.46,3.46 0 0 1 -0.42,-1.6 3.43,3.43 0 0 1 0.35,-1.6 2.47,2.47 0 0 1 1,-1 3.09,3.09 0 0 1 1.53,-0.36 2.87,2.87 0 0 1 1.92,0.63 0.65,0.65 0 0 1 0.14,0.18 0.47,0.47 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.1,0.31 0.3,0.3 0 0 1 -0.24,0.12 0.45,0.45 0 0 1 -0.17,0 l -0.17,-0.09 a 2.62,2.62 0 0 0 -0.68,-0.36 2.27,2.27 0 0 0 -0.71,-0.1 1.7,1.7 0 0 0 -1.37,0.54 2.38,2.38 0 0 0 -0.46,1.59 q 0,2.16 1.89,2.16 a 4.16,4.16 0 0 0 1.13,-0.16 v -1.47 h -0.94 a 0.45,0.45 0 0 1 -0.31,-0.1 0.41,0.41 0 0 1 0,-0.56 0.45,0.45 0 0 1 0.31,-0.1 h 1.47 a 0.43,0.43 0 0 1 0.41,-0.01 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1362"
inkscape:connector-curvature="0" />
<path
d="m 630.91,493.15 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.55,0.55 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.56,0.56 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.36,-0.15 0.49,0.49 0 0 1 0.36,0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1364"
inkscape:connector-curvature="0" />
<path
d="m 638.49,498.47 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.48,0.48 0 0 1 -0.25,-0.07 0.48,0.48 0 0 1 -0.18,-0.22 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1366"
inkscape:connector-curvature="0" />
<path
d="m 640.26,498.76 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 498 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.12 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1368"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="translate(-901.69461,-1132.0715)"
id="g2089">
<path
inkscape:connector-curvature="0"
id="path2069"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 591.37,477.3 a 0.88,0.88 0 0 1 -0.23,-0.65 v -6.72 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 V 476 h 3.07 c 0.58,0 0.88,0.26 0.88,0.77 0,0.51 -0.29,0.76 -0.88,0.76 H 592 a 0.88,0.88 0 0 1 -0.63,-0.23 z" />
<path
inkscape:connector-curvature="0"
id="path2071"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 602.56,472.12 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.83,0.83 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -0.64,0.22 0.83,0.83 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 v -0.08 a 1.42,1.42 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.91,1.91 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.43,9.43 0 0 1 2,-0.17 h 0.31 v -0.22 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.71,4.71 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.69,0.69 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.9,3.9 0 0 1 1,-0.36 5.62,5.62 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.99,0.66 z m -1.43,3.9 a 1.31,1.31 0 0 0 0.32,-0.92 v -0.2 h -0.2 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.85,-0.38 z" />
<path
inkscape:connector-curvature="0"
id="path2073"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 610.21,471.74 a 0.81,0.81 0 0 1 0.25,0.62 v 4.4 a 0.76,0.76 0 0 1 -0.26,0.6 1,1 0 0 1 -0.67,0.23 0.86,0.86 0 0 1 -0.61,-0.22 0.76,0.76 0 0 1 -0.23,-0.58 v -0.12 a 1.86,1.86 0 0 1 -0.73,0.7 2.43,2.43 0 0 1 -2.68,-0.38 2.75,2.75 0 0 1 -0.55,-1.87 v -2.77 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 2.81 a 1.16,1.16 0 0 0 0.22,0.78 0.86,0.86 0 0 0 0.68,0.25 1.11,1.11 0 0 0 0.86,-0.36 1.35,1.35 0 0 0 0.33,-0.95 v -2.53 a 0.82,0.82 0 0 1 0.24,-0.62 0.92,0.92 0 0 1 0.66,-0.23 0.94,0.94 0 0 1 0.67,0.24 z" />
<path
inkscape:connector-curvature="0"
id="path2075"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 617.36,472.11 a 2.86,2.86 0 0 1 0.52,1.87 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 v -2.69 a 1.39,1.39 0 0 0 -0.22,-0.88 0.83,0.83 0 0 0 -0.69,-0.28 1.19,1.19 0 0 0 -0.91,0.36 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 v -4.4 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.67,-0.23 0.85,0.85 0 0 1 0.61,0.22 0.75,0.75 0 0 1 0.23,0.57 v 0.17 a 2.06,2.06 0 0 1 0.81,-0.73 2.45,2.45 0 0 1 1.12,-0.25 1.93,1.93 0 0 1 1.58,0.58 z" />
<path
inkscape:connector-curvature="0"
id="path2077"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 620.6,477.25 a 2.55,2.55 0 0 1 -1,-1.06 3.36,3.36 0 0 1 -0.37,-1.61 3.29,3.29 0 0 1 0.39,-1.63 2.7,2.7 0 0 1 1.1,-1.09 3.37,3.37 0 0 1 1.63,-0.38 3.68,3.68 0 0 1 1,0.13 3.24,3.24 0 0 1 0.87,0.37 0.74,0.74 0 0 1 0.37,0.67 0.84,0.84 0 0 1 -0.14,0.51 0.45,0.45 0 0 1 -0.38,0.2 0.8,0.8 0 0 1 -0.29,-0.05 l -0.37,-0.16 a 3.73,3.73 0 0 0 -0.45,-0.2 1.3,1.3 0 0 0 -0.45,-0.07 1.26,1.26 0 0 0 -1,0.43 1.9,1.9 0 0 0 -0.35,1.24 1.92,1.92 0 0 0 0.35,1.25 1.25,1.25 0 0 0 1,0.43 1.36,1.36 0 0 0 0.44,-0.07 3.61,3.61 0 0 0 0.47,-0.21 l 0.36,-0.16 a 0.75,0.75 0 0 1 0.29,-0.05 0.45,0.45 0 0 1 0.38,0.2 0.85,0.85 0 0 1 0.15,0.52 0.71,0.71 0 0 1 -0.37,0.66 3.18,3.18 0 0 1 -0.89,0.37 4.16,4.16 0 0 1 -1.06,0.13 3.29,3.29 0 0 1 -1.68,-0.37 z" />
<path
inkscape:connector-curvature="0"
id="path2079"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 631.42,474 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 V 474 a 1.18,1.18 0 0 0 -0.22,-0.79 0.86,0.86 0 0 0 -0.69,-0.26 1.19,1.19 0 0 0 -0.91,0.36 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 v -6.91 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.68,-0.23 0.91,0.91 0 0 1 0.64,0.22 0.74,0.74 0 0 1 0.24,0.58 v 2.62 a 2,2 0 0 1 0.8,-0.69 2.56,2.56 0 0 1 1.12,-0.23 q 2.06,-0.1 2.06,2.41 z" />
<path
inkscape:connector-curvature="0"
id="path2081"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 643.82,473 a 0.67,0.67 0 0 1 0.2,0.51 v 2.34 a 2.76,2.76 0 0 1 -0.08,0.74 0.82,0.82 0 0 1 -0.27,0.42 1.6,1.6 0 0 1 -0.58,0.26 6.78,6.78 0 0 1 -1.07,0.23 8.42,8.42 0 0 1 -1.15,0.08 4.89,4.89 0 0 1 -2.33,-0.52 3.6,3.6 0 0 1 -1.51,-1.5 5.35,5.35 0 0 1 0,-4.62 3.62,3.62 0 0 1 1.49,-1.51 4.69,4.69 0 0 1 2.27,-0.53 4.32,4.32 0 0 1 2.76,0.86 0.91,0.91 0 0 1 0.25,0.29 0.81,0.81 0 0 1 0.07,0.36 0.84,0.84 0 0 1 -0.17,0.53 0.51,0.51 0 0 1 -0.41,0.22 0.78,0.78 0 0 1 -0.28,0 2,2 0 0 1 -0.31,-0.16 4.2,4.2 0 0 0 -0.92,-0.44 3.07,3.07 0 0 0 -0.92,-0.13 q -2.45,0 -2.45,2.84 a 3.22,3.22 0 0 0 0.64,2.18 2.43,2.43 0 0 0 1.92,0.72 5.4,5.4 0 0 0 1.38,-0.18 v -1.86 h -1.1 a 0.79,0.79 0 0 1 -0.54,-0.17 0.7,0.7 0 0 1 0,-1 0.8,0.8 0 0 1 0.54,-0.17 h 2.05 a 0.75,0.75 0 0 1 0.52,0.21 z" />
<path
inkscape:connector-curvature="0"
id="path2083"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 650.27,472.12 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.82,0.82 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -0.64,0.22 0.84,0.84 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 v -0.08 a 1.41,1.41 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.9,1.9 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.42,9.42 0 0 1 2,-0.17 h 0.31 v -0.22 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.72,4.72 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.91,3.91 0 0 1 1,-0.36 5.61,5.61 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.99,0.66 z m -1.43,3.9 a 1.3,1.3 0 0 0 0.32,-0.92 v -0.2 H 649 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.81,-0.38 z" />
<path
inkscape:connector-curvature="0"
id="path2085"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 656.3,476.46 a 0.67,0.67 0 0 1 -0.11,1 1.29,1.29 0 0 1 -0.79,0.14 h -0.34 a 2,2 0 0 1 -2.1,-2.2 V 473 h -0.48 a 0.9,0.9 0 0 1 -0.6,-0.17 0.62,0.62 0 0 1 -0.2,-0.5 0.63,0.63 0 0 1 0.2,-0.51 0.9,0.9 0 0 1 0.6,-0.17 H 653 v -0.94 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.94 h 0.84 q 0.82,0 0.82,0.68 a 0.62,0.62 0 0 1 -0.2,0.5 0.93,0.93 0 0 1 -0.61,0.17 h -0.84 v 2.51 a 0.79,0.79 0 0 0 0.17,0.55 0.7,0.7 0 0 0 0.49,0.21 h 0.34 a 0.84,0.84 0 0 1 0.47,0.19 z" />
<path
inkscape:connector-curvature="0"
id="path2087"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 662.5,476 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.31,4.31 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.72,2.72 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.36 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.15,2.15 0 0 0 0.62,-0.08 5.93,5.93 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.84,0.29 z" />
</g>
<g
id="g954"
transform="translate(0,160)">
<g
transform="translate(-303.17473,-424.27696)"
id="g906">
<path
inkscape:connector-curvature="0"
id="path900"
d="m 0.19,420.78 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 A 0.44,0.44 0 0 1 -3,421 0.41,0.41 0 0 1 -3.31,421.12 0.42,0.42 0 0 1 -3.63,421 0.43,0.43 0 0 1 -3.75,420.68 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z M -1,418.34 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path902"
d="m 2.13,421 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 H 4.51 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path904"
d="M 8.2,421 A 0.42,0.42 0 0 1 8.09,420.68 V 417 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 H 8.95 v 3.64 A 0.42,0.42 0 0 1 8.51,421.08 0.43,0.43 0 0 1 8.2,421 Z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
</g>
<g
id="g918"
transform="translate(-313.81445,-379.27658)">
<path
id="path908"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 53.95,420.88 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
inkscape:connector-curvature="0" />
<path
id="path911"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 59.52,420.66 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
inkscape:connector-curvature="0" />
<path
id="path916"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 66,421 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 H 68 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g924"
transform="translate(-339.81445,-379.27658)">
<path
id="path920"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 37.67,421 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 A 0.55,0.55 0 0 1 37.67,421 Z"
inkscape:connector-curvature="0" />
<path
id="path922"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 44.24,416.45 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g938"
transform="translate(21.819424,43.912698)">
<g
id="g932"
transform="translate(-318.38589,-480.16885)">
<path
id="path926"
style="fill:#fff7d4"
d="m 351.38961,557.29 a 2.08,2.08 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.31,2.31 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.38,0.38 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.25 4.36,4.36 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.71,1.71 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.6,2.6 0 0 1 -1,0.18 3.83,3.83 0 0 1 -1.06,-0.11 z"
inkscape:connector-curvature="0" />
<path
id="path928"
style="fill:#fff7d4"
d="m 356.91961,557.29 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
<path
id="path930"
style="fill:#fff7d4"
d="m 360.93,557.29 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 H 363 a 1.75,1.75 0 0 1 1.22,0.39 1.61,1.61 0 0 1 0,2.2 1.75,1.75 0 0 1 -1.22,0.39 h -1.2 v 1.31 a 0.55,0.55 0 0 1 -0.92,0.39 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1.05 v 1.38 z"
inkscape:connector-curvature="0" />
</g>
<path
id="path934"
style="fill:#fff7d4"
d="m 50.29527,77.01304 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
inkscape:connector-curvature="0" />
<path
id="path936"
style="fill:#fff7d4"
d="m 56.86527,72.449655 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-901.61317,-1038.4476)"
id="g952">
<path
inkscape:connector-curvature="0"
id="path940"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 610.72,498.8 a 2.65,2.65 0 0 1 -0.93,-0.46 0.5,0.5 0 0 1 -0.09,-0.7 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.48,2.48 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.69,1.69 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 6,6 0 0 1 -1.19,-0.37 1.67,1.67 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.55,1.55 0 0 1 0.29,-0.92 1.92,1.92 0 0 1 0.81,-0.63 2.86,2.86 0 0 1 1.16,-0.2 2.9,2.9 0 0 1 1.93,0.63 0.64,0.64 0 0 1 0.15,0.18 0.47,0.47 0 0 1 0,0.22 0.46,0.46 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.81,2.81 0 0 0 -0.66,-0.37 2.24,2.24 0 0 0 -0.78,-0.12 1.55,1.55 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.64 0.58,0.58 0 0 0 0.29,0.52 3.41,3.41 0 0 0 1,0.34 6.61,6.61 0 0 1 1.2,0.37 1.78,1.78 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.25,0.79 1.51,1.51 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.81,0.61 3,3 0 0 1 -1.19,0.22 4.19,4.19 0 0 1 -1.17,-0.23 z" />
<path
inkscape:connector-curvature="0"
id="path942"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 616.18,498.79 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.87 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.51,0.51 0 0 1 -0.38,-0.16 z" />
<path
inkscape:connector-curvature="0"
id="path944"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 624,495.84 a 0.39,0.39 0 0 1 0.12,0.29 v 1.78 a 1.07,1.07 0 0 1 -0.1,0.54 0.73,0.73 0 0 1 -0.41,0.26 4.19,4.19 0 0 1 -0.77,0.18 5.6,5.6 0 0 1 -0.85,0.07 3.27,3.27 0 0 1 -1.57,-0.36 2.41,2.41 0 0 1 -1,-1 3.46,3.46 0 0 1 -0.42,-1.6 3.43,3.43 0 0 1 0.35,-1.6 2.47,2.47 0 0 1 1,-1 3.09,3.09 0 0 1 1.53,-0.36 2.87,2.87 0 0 1 1.92,0.63 0.65,0.65 0 0 1 0.14,0.18 0.47,0.47 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.1,0.31 0.3,0.3 0 0 1 -0.24,0.12 0.45,0.45 0 0 1 -0.17,0 l -0.17,-0.09 a 2.62,2.62 0 0 0 -0.68,-0.36 2.27,2.27 0 0 0 -0.71,-0.1 1.7,1.7 0 0 0 -1.37,0.54 2.38,2.38 0 0 0 -0.46,1.59 q 0,2.16 1.89,2.16 a 4.16,4.16 0 0 0 1.13,-0.16 v -1.47 h -0.94 a 0.45,0.45 0 0 1 -0.31,-0.1 0.41,0.41 0 0 1 0,-0.56 0.45,0.45 0 0 1 0.31,-0.1 h 1.47 a 0.43,0.43 0 0 1 0.41,-0.01 z" />
<path
inkscape:connector-curvature="0"
id="path946"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 630.91,493.15 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.55,0.55 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.56,0.56 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.36,-0.15 0.49,0.49 0 0 1 0.36,0.16 z" />
<path
inkscape:connector-curvature="0"
id="path948"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 638.49,498.47 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.48,0.48 0 0 1 -0.25,-0.07 0.48,0.48 0 0 1 -0.18,-0.22 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z" />
<path
inkscape:connector-curvature="0"
id="path950"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 640.26,498.76 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 498 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.12 z" />
</g>
</g>
<g
id="g935"
transform="translate(0,200)">
<g
id="g1649">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path1634"
d="M 0.5009235,202.62495 H 89.499076"
style="display:inline;fill:none;fill-opacity:1;stroke:#141414;stroke-width:0.94999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:#5a5a5a;stroke-width:0.94999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 0.5009235,201.62495 H 89.499076"
id="path1645"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<rect
transform="rotate(135)"
y="-146.38341"
x="139.4744"
height="7.0710678"
width="7.0710678"
id="rect902"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.31700441;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.31700441;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect917"
width="7.0710678"
height="7.0710678"
x="75.83477"
y="-210.02303"
transform="rotate(135)" />
</g>
</g>
</svg>

+ 404
- 0
repos/AS/res/Merge2_5.svg View File

@@ -0,0 +1,404 @@
<?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="svg8"
width="75"
height="380"
viewBox="0 0 74.999998 380.00001"
version="1.1"
sodipodi:docname="Merge2_5.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata29">
<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>MyModule</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs27" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1618"
inkscape:window-height="1244"
id="namedview25"
showgrid="false"
inkscape:zoom="4.0744008"
inkscape:cx="-18.69821"
inkscape:cy="332.78611"
inkscape:window-x="642"
inkscape:window-y="85"
inkscape:window-maximized="0"
inkscape:current-layer="layer2"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="false">
<sodipodi:guide
position="-56.450017,337.22751"
orientation="0,1"
id="guide1043"
inkscape:locked="false" />
</sodipodi:namedview>
<title
id="title2">MyModule</title>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background"
transform="translate(0,-3.0517578e-5)">
<g
transform="matrix(0.84260192,0,0,1,-190.45349,3.0517578e-5)"
id="g1786"
style="fill:#44423e;fill-opacity:1">
<path
id="path1784"
transform="matrix(0.98900004,0,0,1,122.09056,0)"
d="M 105.0957,0 V 47.439453 51.25 54.185547 55.410156 321.10938 322.33984 380 h 90 V 322.33984 321.15039 54.185547 51.25 47.400391 0 Z"
style="fill:#44423e;fill-opacity:1;stroke-width:1.00554574"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(7.9299111,0,0,7.9299111,-438.08996,-2669.2158)"
data-name="Layer 2"
id="g1904"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1902-7"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1900-5" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.88884872;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2016"
width="75"
height="20"
x="9.9999997e-06"
y="360.00003" />
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1788"
cx="37.5"
cy="359.88184"
r="15.118111" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1794"
data-name="Layer 2"
transform="matrix(0.66602928,0,0,0.66602928,-2.4445636,118.99293)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1792"
data-name="Layer 1-2">
<path
id="path1790"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<rect
y="4.0517578e-05"
x="9.9999997e-06"
height="20"
width="75"
id="rect2018"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.88884872;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="translate(-1982.4048,-1456.6689)"
id="g3309">
<path
inkscape:connector-curvature="0"
id="path3293"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1678.29,793.66 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.79,0.79 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.25 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.85,0.85 0 0 1 -0.94,0 1.31,1.31 0 0 1 -0.37,-0.46 l -1.7,-3.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 v -6.82 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 0.94,0.94 0 0 1 0.88,0.61 l 2.44,4.62 2.42,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.64,0.27 z" />
<path
inkscape:connector-curvature="0"
id="path3295"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1685.46,800.36 a 0.78,0.78 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.27,4.27 0 0 1 -0.95,0.35 4,4 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.61,2.61 0 0 1 -1.1,-1.06 3.28,3.28 0 0 1 -0.38,-1.63 3.34,3.34 0 0 1 0.37,-1.6 2.74,2.74 0 0 1 1,-1.09 2.9,2.9 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.46,0.46 0 0 1 -0.35,0.14 h -3.36 a 1.59,1.59 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.16,2.16 0 0 0 0.62,-0.08 6.38,6.38 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.86,0.86 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.55,1.55 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.08,1.08 0 0 0 -0.83,0.32 z" />
<path
inkscape:connector-curvature="0"
id="path3297"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1691.06,796.07 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.36,1.36 0 0 0 -1,0.43 1.41,1.41 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.63 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.63 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 V 797 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.17 z" />
<path
inkscape:connector-curvature="0"
id="path3299"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1697.67,796.14 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.55,3.55 0 0 1 -2.42,0.73 4.51,4.51 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.1,1.1 0 0 1 0.31,0.05 l 0.37,0.13 a 7.4,7.4 0 0 0 0.71,0.23 2.79,2.79 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 v -0.65 a 1.78,1.78 0 0 1 -0.76,0.72 2.4,2.4 0 0 1 -1.13,0.26 2.58,2.58 0 0 1 -1.36,-0.36 2.46,2.46 0 0 1 -0.93,-1 3.71,3.71 0 0 1 0,-3.08 2.51,2.51 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.82,1.82 0 0 1 0.76,0.71 v -0.12 a 0.78,0.78 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.67,0.19 z m -1.91,3.82 a 1.69,1.69 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.24,1.24 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.66,1.66 0 0 0 0.36,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 1.01,-0.37 z" />
<path
inkscape:connector-curvature="0"
id="path3301"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1704.67,800.36 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.26,4.26 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.34,3.34 0 0 1 0.37,-1.6 2.74,2.74 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.46,0.46 0 0 1 -0.35,0.14 H 1701 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.15,2.15 0 0 0 0.62,-0.08 6.19,6.19 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.85,0.85 0 0 1 0.28,-0.05 0.48,0.48 0 0 1 0.41,0.24 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.32 z" />
<path
inkscape:connector-curvature="0"
id="path3303"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1715.87,801.16 q 0,0.76 -0.89,0.76 h -4.46 a 0.8,0.8 0 0 1 -0.59,-0.22 0.75,0.75 0 0 1 -0.22,-0.56 1.12,1.12 0 0 1 0.35,-0.79 l 2.64,-2.8 a 2.65,2.65 0 0 0 0.89,-1.73 1,1 0 0 0 -0.28,-0.75 1.14,1.14 0 0 0 -0.8,-0.26 2.22,2.22 0 0 0 -0.84,0.16 6.86,6.86 0 0 0 -0.89,0.46 l -0.31,0.17 a 0.61,0.61 0 0 1 -0.25,0 0.53,0.53 0 0 1 -0.43,-0.23 0.88,0.88 0 0 1 -0.18,-0.55 0.81,0.81 0 0 1 0.08,-0.38 0.74,0.74 0 0 1 0.26,-0.27 4.5,4.5 0 0 1 1.24,-0.63 4.42,4.42 0 0 1 1.41,-0.23 3.6,3.6 0 0 1 1.49,0.29 2.23,2.23 0 0 1 1,0.82 2.2,2.2 0 0 1 0.35,1.23 3,3 0 0 1 -0.31,1.36 6,6 0 0 1 -1,1.39 l -1.88,2 h 2.75 q 0.87,0.02 0.87,0.76 z" />
<path
inkscape:connector-curvature="0"
id="path3305"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1722.75,801.19 a 0.84,0.84 0 0 1 -0.82,0.82 0.82,0.82 0 0 1 -0.6,-0.29 l -1.56,-1.68 -1.55,1.68 a 0.82,0.82 0 0 1 -0.6,0.29 0.84,0.84 0 0 1 -0.83,-0.83 0.84,0.84 0 0 1 0.26,-0.59 l 1.62,-1.69 -1.51,-1.57 a 0.84,0.84 0 0 1 -0.26,-0.59 0.78,0.78 0 0 1 0.25,-0.58 0.79,0.79 0 0 1 0.57,-0.24 0.83,0.83 0 0 1 0.61,0.29 l 1.44,1.54 1.45,-1.54 a 0.83,0.83 0 0 1 0.61,-0.29 0.79,0.79 0 0 1 0.57,0.24 0.78,0.78 0 0 1 0.25,0.58 0.84,0.84 0 0 1 -0.26,0.59 l -1.52,1.57 1.62,1.69 a 0.85,0.85 0 0 1 0.26,0.6 z" />
<path
inkscape:connector-curvature="0"
id="path3307"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1728.76,796.79 a 2.39,2.39 0 0 1 0.95,1 2.9,2.9 0 0 1 0.34,1.42 2.79,2.79 0 0 1 -0.4,1.49 2.69,2.69 0 0 1 -1.11,1 3.62,3.62 0 0 1 -1.65,0.36 4.73,4.73 0 0 1 -1.45,-0.23 3.86,3.86 0 0 1 -1.22,-0.64 0.77,0.77 0 0 1 -0.25,-0.28 0.93,0.93 0 0 1 0.1,-0.9 0.52,0.52 0 0 1 0.43,-0.22 0.79,0.79 0 0 1 0.26,0 2.17,2.17 0 0 1 0.31,0.15 6.74,6.74 0 0 0 0.88,0.45 2.28,2.28 0 0 0 0.86,0.16 1.62,1.62 0 0 0 1.11,-0.34 1.47,1.47 0 0 0 0,-2 1.48,1.48 0 0 0 -1,-0.36 2.55,2.55 0 0 0 -0.74,0.1 3.23,3.23 0 0 0 -0.73,0.34 1,1 0 0 1 -0.5,0.14 0.71,0.71 0 0 1 -0.49,-0.17 0.59,0.59 0 0 1 -0.2,-0.46 v -3.49 a 0.79,0.79 0 0 1 0.88,-0.88 h 3.86 q 0.89,0 0.89,0.71 0,0.71 -0.89,0.72 h -3 v 1.88 a 2.73,2.73 0 0 1 1.36,-0.32 2.81,2.81 0 0 1 1.4,0.37 z" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="graphics"
transform="translate(0,-3.0517578e-5)" />
<g
id="g911"
transform="translate(7.8009486)">
<rect
ry="5.2628322"
y="2.80317"
x="5.3014131"
height="9.4488192"
width="18.897638"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="18.897638"
height="9.4488192"
x="5.3014131"
y="368.28354"
ry="5.2628322" />
</g>
<g
id="g915"
transform="translate(-7.8009491)">
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1497"
width="18.897638"
height="9.4488192"
x="50.800949"
y="2.80317"
ry="5.2628322" />
<rect
ry="5.2628322"
y="368.28354"
x="50.800949"
height="9.4488192"
width="18.897638"
id="rect1499"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
id="g906"
transform="rotate(180,21,194.76363)">
<rect
ry="2.9625001"
y="102.36627"
x="10"
height="237"
width="24"
id="rect1741"
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect882"
width="24"
height="41.912998"
x="10"
y="50.160988"
ry="2.9625001" />
</g>
<g
transform="translate(-1.4400054,-54.000002)"
id="g2424">
<path
id="path2414"
style="fill:#fff8d5"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
inkscape:connector-curvature="0" />
<path
id="path2416"
style="fill:#fff8d5"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path2418"
style="fill:#fff8d5"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
inkscape:connector-curvature="0" />
<path
id="path2420"
style="fill:#fff8d5"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
inkscape:connector-curvature="0" />
<path
id="path2422"
style="fill:#fff8d5"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(5.4652648,-100.21817)"
id="g209">
<path
inkscape:connector-curvature="0"
d="m -118.57,159.45 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.52,0.52 0 0 1 0.39,-0.14 0.52,0.52 0 0 1 0.39,0.14 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.14 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path203" />
<path
inkscape:connector-curvature="0"
d="m -112,154.87 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 L -115,156.5 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.33,0.15 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path205" />
</g>
<g
id="g960"
transform="translate(5.2652753,135.82684)">
<path
id="path954"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -121.83,169.31 a 2,2 0 0 1 -0.81,-0.86 2.81,2.81 0 0 1 -0.29,-1.3 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.81,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.48,2.48 0 0 1 1.24,0.3 2,2 0 0 1 0.81,0.85 2.81,2.81 0 0 1 0.29,1.3 2.81,2.81 0 0 1 -0.29,1.3 2,2 0 0 1 -0.81,0.86 2.45,2.45 0 0 1 -1.24,0.3 2.45,2.45 0 0 1 -1.24,-0.3 z m 2.18,-0.94 a 1.89,1.89 0 0 0 0.34,-1.22 1.89,1.89 0 0 0 -0.34,-1.21 1.15,1.15 0 0 0 -0.95,-0.42 1.14,1.14 0 0 0 -0.94,0.42 1.9,1.9 0 0 0 -0.34,1.21 1.9,1.9 0 0 0 0.34,1.22 1.14,1.14 0 0 0 0.94,0.42 1.15,1.15 0 0 0 0.95,-0.42 z"
inkscape:connector-curvature="0" />
<path
id="path956"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -116.26,169.09 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.51,0.51 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1,1 0 0 0 0.76,0.3 1,1 0 0 0 0.76,-0.3 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.38,0.14 0.51,0.51 0 0 1 0.14,0.38 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.1,2.1 0 0 1 -1.54,0.52 2.1,2.1 0 0 1 -1.53,-0.52 z"
inkscape:connector-curvature="0" />
<path
id="path958"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -109.8,169.44 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 H -111 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.52,0.52 0 0 1 -0.39,0.14 0.53,0.53 0 0 1 -0.43,-0.14 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g910"
transform="rotate(-180,61,194.76363)">
<rect
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect935"
width="24"
height="237"
x="55"
y="102.36627"
ry="2.9625001" />
<rect
ry="2.9625001"
y="50.160992"
x="55"
height="41.912998"
width="24"
id="rect937"
style="display:inline;opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
</g>
<g
id="g943"
transform="translate(40.465265,-100.21817)">
<path
id="path939"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -118.57,159.45 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.52,0.52 0 0 1 0.39,-0.14 0.52,0.52 0 0 1 0.39,0.14 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path941"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -112,154.87 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 L -115,156.5 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.33,0.15 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g963"
transform="translate(33.559995,-54)">
<path
inkscape:connector-curvature="0"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
style="fill:#fff8d5"
id="path953" />
<path
inkscape:connector-curvature="0"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
style="fill:#fff8d5"
id="path955" />
<path
inkscape:connector-curvature="0"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
style="fill:#fff8d5"
id="path957" />
<path
inkscape:connector-curvature="0"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
style="fill:#fff8d5"
id="path959" />
<path
inkscape:connector-curvature="0"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
style="fill:#fff8d5"
id="path961" />
</g>
<g
transform="translate(40.265275,135.82684)"
id="g968">
<path
inkscape:connector-curvature="0"
d="m -121.83,169.31 a 2,2 0 0 1 -0.81,-0.86 2.81,2.81 0 0 1 -0.29,-1.3 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.81,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.48,2.48 0 0 1 1.24,0.3 2,2 0 0 1 0.81,0.85 2.81,2.81 0 0 1 0.29,1.3 2.81,2.81 0 0 1 -0.29,1.3 2,2 0 0 1 -0.81,0.86 2.45,2.45 0 0 1 -1.24,0.3 2.45,2.45 0 0 1 -1.24,-0.3 z m 2.18,-0.94 a 1.89,1.89 0 0 0 0.34,-1.22 1.89,1.89 0 0 0 -0.34,-1.21 1.15,1.15 0 0 0 -0.95,-0.42 1.14,1.14 0 0 0 -0.94,0.42 1.9,1.9 0 0 0 -0.34,1.21 1.9,1.9 0 0 0 0.34,1.22 1.14,1.14 0 0 0 0.94,0.42 1.15,1.15 0 0 0 0.95,-0.42 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path962" />
<path
inkscape:connector-curvature="0"
d="m -116.26,169.09 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.51,0.51 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1,1 0 0 0 0.76,0.3 1,1 0 0 0 0.76,-0.3 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.38,0.14 0.51,0.51 0 0 1 0.14,0.38 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.1,2.1 0 0 1 -1.54,0.52 2.1,2.1 0 0 1 -1.53,-0.52 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path964" />
<path
inkscape:connector-curvature="0"
d="m -109.8,169.44 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 H -111 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.52,0.52 0 0 1 -0.39,0.14 0.53,0.53 0 0 1 -0.43,-0.14 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path966" />
</g>
</svg>

+ 395
- 0
repos/AS/res/Multiple2_5 copy.svg View File

@@ -0,0 +1,395 @@
<?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="svg8"
width="90"
height="380"
viewBox="0 0 89.999998 380.00001"
version="1.1"
sodipodi:docname="Multiple2_5.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata29">
<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>MyModule</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs27" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2138"
inkscape:window-height="1229"
id="namedview25"
showgrid="false"
inkscape:zoom="2.4634853"
inkscape:cx="12.027511"
inkscape:cy="166.48137"
inkscape:window-x="64"
inkscape:window-y="181"
inkscape:window-maximized="0"
inkscape:current-layer="layer1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="false" />
<title
id="title2">MyModule</title>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background"
transform="translate(0,-3.0517578e-5)">
<g
transform="matrix(1.0111223,0,0,1,-228.54419,3.0517578e-5)"
id="g1786"
style="fill:#44423e;fill-opacity:1">
<path
id="path1784"
transform="matrix(0.98900004,0,0,1,122.09056,0)"
d="M 105.0957,0 V 47.439453 51.25 54.185547 55.410156 321.10938 322.33984 380 h 90 V 322.33984 321.15039 54.185547 51.25 47.400391 0 Z"
style="fill:#44423e;fill-opacity:1;stroke-width:1.00554574"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(7.9299111,0,0,7.9299111,-430.58996,-2669.2158)"
data-name="Layer 2"
id="g1904"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1902-7"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1900-5" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2016"
width="90"
height="20"
x="9.9999997e-06"
y="360.00003" />
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1788"
cx="45.000011"
cy="359.88184"
r="15.118111" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1794"
data-name="Layer 2"
transform="matrix(0.66602928,0,0,0.66602928,5.05544,118.99293)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1792"
data-name="Layer 1-2">
<path
id="path1790"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<rect
y="4.0517578e-05"
x="9.9999997e-06"
height="20"
width="90"
id="rect2018"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="graphics"
transform="translate(0,-3.0517578e-5)" />
<g
id="g850"
transform="translate(0,-3.0517578e-5)">
<rect
ry="5.2628322"
y="2.8032005"
x="13.243464"
height="9.4488192"
width="18.897638"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="18.897638"
height="9.4488192"
x="13.243464"
y="368.28357"
ry="5.2628322" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1497"
width="18.897638"
height="9.4488192"
x="58.743"
y="2.8032005"
ry="5.2628322" />
<rect
ry="5.2628322"
y="368.28357"
x="58.743"
height="9.4488192"
width="18.897638"
id="rect1499"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
transform="translate(7.0452362,-28.350769)"
id="g70"
style="fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 27.76,77.93 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.3,1.3 0 0 1 -0.37,-0.46 l -1.7,-3.14 v 4.18 A 0.85,0.85 0 0 1 21,86 0.88,0.88 0 0 1 19.81,86 0.84,0.84 0 0 1 19.58,85.38 V 78.6 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.42,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.69,0.26 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path54" />
<path
inkscape:connector-curvature="0"
d="m 35,80.41 a 0.81,0.81 0 0 1 0.25,0.62 v 4.4 A 0.76,0.76 0 0 1 35,86 1,1 0 0 1 34.33,86.23 0.85,0.85 0 0 1 33.72,86.01 0.76,0.76 0 0 1 33.49,85.43 v -0.12 a 1.86,1.86 0 0 1 -0.73,0.7 2.43,2.43 0 0 1 -2.68,-0.38 2.75,2.75 0 0 1 -0.55,-1.87 V 81 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 2.81 a 1.16,1.16 0 0 0 0.22,0.78 0.86,0.86 0 0 0 0.68,0.25 1.11,1.11 0 0 0 0.86,-0.36 1.35,1.35 0 0 0 0.33,-0.95 V 81 a 0.82,0.82 0 0 1 0.24,-0.62 0.92,0.92 0 0 1 0.66,-0.23 0.94,0.94 0 0 1 0.66,0.26 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path56" />
<path
inkscape:connector-curvature="0"
d="m 36.89,86 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.84 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 A 0.78,0.78 0 0 1 38.18,86.05 1,1 0 0 1 37.54,86.27 1,1 0 0 1 36.89,86 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path58" />
<path
inkscape:connector-curvature="0"
d="m 43.64,85.12 a 0.67,0.67 0 0 1 -0.11,1 1.28,1.28 0 0 1 -0.79,0.14 H 42.4 a 2,2 0 0 1 -2.1,-2.2 v -2.4 H 39.82 A 0.9,0.9 0 0 1 39.22,81.49 0.62,0.62 0 0 1 39,81 a 0.63,0.63 0 0 1 0.2,-0.51 0.9,0.9 0 0 1 0.6,-0.17 h 0.48 v -0.94 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.94 H 43 q 0.82,0 0.82,0.68 a 0.62,0.62 0 0 1 -0.2,0.5 0.92,0.92 0 0 1 -0.61,0.17 h -0.84 v 2.51 a 0.79,0.79 0 0 0 0.17,0.55 0.7,0.7 0 0 0 0.49,0.21 h 0.34 a 0.85,0.85 0 0 1 0.47,0.18 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path60" />
<path
inkscape:connector-curvature="0"
d="m 44.64,79 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 A 0.78,0.78 0 0 1 44.48,85.43 V 81 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 A 0.78,0.78 0 0 1 46,86 1,1 0 0 1 45.36,86.22 1,1 0 0 1 44.74,86 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path62" />
<path
inkscape:connector-curvature="0"
d="m 57.13,85.44 q 0,0.76 -0.89,0.76 h -4.46 a 0.8,0.8 0 0 1 -0.59,-0.22 0.76,0.76 0 0 1 -0.22,-0.56 1.12,1.12 0 0 1 0.35,-0.79 L 54,81.82 a 2.65,2.65 0 0 0 0.89,-1.73 1,1 0 0 0 -0.28,-0.75 1.14,1.14 0 0 0 -0.8,-0.26 2.22,2.22 0 0 0 -0.84,0.16 6.86,6.86 0 0 0 -0.89,0.46 l -0.31,0.17 a 0.61,0.61 0 0 1 -0.25,0 0.53,0.53 0 0 1 -0.43,-0.23 0.87,0.87 0 0 1 -0.18,-0.55 0.82,0.82 0 0 1 0.08,-0.38 0.75,0.75 0 0 1 0.26,-0.27 4.49,4.49 0 0 1 1.24,-0.63 4.43,4.43 0 0 1 1.41,-0.23 3.61,3.61 0 0 1 1.49,0.29 2.24,2.24 0 0 1 1,0.82 2.21,2.21 0 0 1 0.29,1.31 3,3 0 0 1 -0.31,1.36 6,6 0 0 1 -1,1.39 l -1.88,2 h 2.78 q 0.86,-0.06 0.86,0.69 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path64" />
<path
inkscape:connector-curvature="0"
d="m 63.77,85.46 a 0.84,0.84 0 0 1 -0.82,0.82 0.82,0.82 0 0 1 -0.6,-0.29 L 60.79,84.31 59.24,86 a 0.83,0.83 0 0 1 -0.6,0.29 0.84,0.84 0 0 1 -0.83,-0.83 0.84,0.84 0 0 1 0.26,-0.59 l 1.62,-1.69 -1.5,-1.58 a 0.84,0.84 0 0 1 -0.26,-0.59 0.78,0.78 0 0 1 0.25,-0.58 0.79,0.79 0 0 1 0.57,-0.24 0.83,0.83 0 0 1 0.61,0.29 l 1.43,1.52 1.45,-1.54 a 0.83,0.83 0 0 1 0.61,-0.29 0.79,0.79 0 0 1 0.57,0.24 0.78,0.78 0 0 1 0.25,0.58 0.84,0.84 0 0 1 -0.26,0.59 l -1.52,1.57 1.62,1.69 a 0.85,0.85 0 0 1 0.26,0.62 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path66" />
<path
inkscape:connector-curvature="0"
d="m 69.54,81.06 a 2.39,2.39 0 0 1 0.95,1 2.9,2.9 0 0 1 0.34,1.42 2.8,2.8 0 0 1 -0.4,1.49 2.69,2.69 0 0 1 -1.11,1 3.62,3.62 0 0 1 -1.65,0.36 4.72,4.72 0 0 1 -1.45,-0.23 3.86,3.86 0 0 1 -1.22,-0.68 0.78,0.78 0 0 1 -0.25,-0.28 0.93,0.93 0 0 1 0.1,-0.9 0.53,0.53 0 0 1 0.43,-0.22 0.8,0.8 0 0 1 0.26,0 2.08,2.08 0 0 1 0.31,0.15 6.61,6.61 0 0 0 0.88,0.45 2.26,2.26 0 0 0 0.86,0.16 1.62,1.62 0 0 0 1.11,-0.34 1.47,1.47 0 0 0 0,-2 1.49,1.49 0 0 0 -1.05,-0.36 2.55,2.55 0 0 0 -0.74,0.1 3.26,3.26 0 0 0 -0.73,0.34 1,1 0 0 1 -0.5,0.14 0.71,0.71 0 0 1 -0.49,-0.17 0.59,0.59 0 0 1 -0.2,-0.46 v -3.42 a 0.8,0.8 0 0 1 0.88,-0.88 h 3.86 q 0.89,0 0.89,0.71 0,0.71 -0.89,0.72 H 66.79 V 81 a 2.72,2.72 0 0 1 1.36,-0.32 2.8,2.8 0 0 1 1.39,0.38 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path68" />
</g>
<g
id="g933"
transform="translate(-0.52361298)">
<rect
ry="2.9625001"
y="102.36627"
x="10.523613"
height="237"
width="24"
id="rect1741"
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect882"
width="24"
height="41.912998"
x="10.523613"
y="50.160988"
ry="2.9625001" />
<g
id="g209"
transform="translate(7.9888778,-100.21817)">
<path
id="path203"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -118.57,159.45 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.52,0.52 0 0 1 0.39,-0.14 0.52,0.52 0 0 1 0.39,0.14 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path205"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -112,154.87 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 L -115,156.5 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.33,0.15 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g219"
transform="translate(7.7888883,-58.037402)">
<path
id="path211"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -121.83,169.31 a 2,2 0 0 1 -0.81,-0.86 2.81,2.81 0 0 1 -0.29,-1.3 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.81,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.48,2.48 0 0 1 1.24,0.3 2,2 0 0 1 0.81,0.85 2.81,2.81 0 0 1 0.29,1.3 2.81,2.81 0 0 1 -0.29,1.3 2,2 0 0 1 -0.81,0.86 2.45,2.45 0 0 1 -1.24,0.3 2.45,2.45 0 0 1 -1.24,-0.3 z m 2.18,-0.94 a 1.89,1.89 0 0 0 0.34,-1.22 1.89,1.89 0 0 0 -0.34,-1.21 1.15,1.15 0 0 0 -0.95,-0.42 1.14,1.14 0 0 0 -0.94,0.42 1.9,1.9 0 0 0 -0.34,1.21 1.9,1.9 0 0 0 0.34,1.22 1.14,1.14 0 0 0 0.94,0.42 1.15,1.15 0 0 0 0.95,-0.42 z"
inkscape:connector-curvature="0" />
<path
id="path213"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -116.26,169.09 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.51,0.51 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1,1 0 0 0 0.76,0.3 1,1 0 0 0 0.76,-0.3 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.38,0.14 0.51,0.51 0 0 1 0.14,0.38 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.1,2.1 0 0 1 -1.54,0.52 2.1,2.1 0 0 1 -1.53,-0.52 z"
inkscape:connector-curvature="0" />
<path
id="path215"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -109.8,169.44 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 H -111 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.52,0.52 0 0 1 -0.39,0.14 0.53,0.53 0 0 1 -0.43,-0.14 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g2424"
transform="translate(1.0836076,-1.5635006e-6)">
<path
inkscape:connector-curvature="0"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
style="fill:#fff8d5"
id="path2414" />
<path
inkscape:connector-curvature="0"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
style="fill:#fff8d5"
id="path2416" />
<path
inkscape:connector-curvature="0"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
style="fill:#fff8d5"
id="path2418" />
<path
inkscape:connector-curvature="0"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
style="fill:#fff8d5"
id="path2420" />
<path
inkscape:connector-curvature="0"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
style="fill:#fff8d5"
id="path2422" />
</g>
</g>
<g
transform="translate(44.476387,2.1459961e-6)"
id="g965">
<rect
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect935"
width="24"
height="237"
x="10.523613"
y="102.36627"
ry="2.9625001" />
<rect
ry="2.9625001"
y="50.160988"
x="10.523613"
height="41.912998"
width="24"
id="rect937"
style="display:inline;opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<g
transform="translate(7.9888778,-100.21817)"
id="g943">
<path
inkscape:connector-curvature="0"
d="m -118.57,159.45 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.52,0.52 0 0 1 0.39,-0.14 0.52,0.52 0 0 1 0.39,0.14 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.14 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path939" />
<path
inkscape:connector-curvature="0"
d="m -112,154.87 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 L -115,156.5 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.33,0.15 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path941" />
</g>
<g
transform="translate(7.7888883,-58.037402)"
id="g951">
<path
inkscape:connector-curvature="0"
d="m -121.83,169.31 a 2,2 0 0 1 -0.81,-0.86 2.81,2.81 0 0 1 -0.29,-1.3 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.81,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.48,2.48 0 0 1 1.24,0.3 2,2 0 0 1 0.81,0.85 2.81,2.81 0 0 1 0.29,1.3 2.81,2.81 0 0 1 -0.29,1.3 2,2 0 0 1 -0.81,0.86 2.45,2.45 0 0 1 -1.24,0.3 2.45,2.45 0 0 1 -1.24,-0.3 z m 2.18,-0.94 a 1.89,1.89 0 0 0 0.34,-1.22 1.89,1.89 0 0 0 -0.34,-1.21 1.15,1.15 0 0 0 -0.95,-0.42 1.14,1.14 0 0 0 -0.94,0.42 1.9,1.9 0 0 0 -0.34,1.21 1.9,1.9 0 0 0 0.34,1.22 1.14,1.14 0 0 0 0.94,0.42 1.15,1.15 0 0 0 0.95,-0.42 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path945" />
<path
inkscape:connector-curvature="0"
d="m -116.26,169.09 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.51,0.51 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1,1 0 0 0 0.76,0.3 1,1 0 0 0 0.76,-0.3 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.38,0.14 0.51,0.51 0 0 1 0.14,0.38 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.1,2.1 0 0 1 -1.54,0.52 2.1,2.1 0 0 1 -1.53,-0.52 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path947" />
<path
inkscape:connector-curvature="0"
d="m -109.8,169.44 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 H -111 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.52,0.52 0 0 1 -0.39,0.14 0.53,0.53 0 0 1 -0.43,-0.14 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path949" />
</g>
<g
transform="translate(1.0836076,-1.5635006e-6)"
id="g963">
<path
id="path953"
style="fill:#fff8d5"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
inkscape:connector-curvature="0" />
<path
id="path955"
style="fill:#fff8d5"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path957"
style="fill:#fff8d5"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
inkscape:connector-curvature="0" />
<path
id="path959"
style="fill:#fff8d5"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
inkscape:connector-curvature="0" />
<path
id="path961"
style="fill:#fff8d5"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 399
- 0
repos/AS/res/Multiple2_5.svg View File

@@ -0,0 +1,399 @@
<?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="svg8"
width="75"
height="380"
viewBox="0 0 74.999998 380.00001"
version="1.1"
sodipodi:docname="Multiple2_5.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata29">
<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>MyModule</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs27" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2138"
inkscape:window-height="1229"
id="namedview25"
showgrid="false"
inkscape:zoom="2.379907"
inkscape:cx="-0.10150046"
inkscape:cy="171.647"
inkscape:window-x="106"
inkscape:window-y="19"
inkscape:window-maximized="0"
inkscape:current-layer="svg8"
showguides="true"
inkscape:guide-bbox="true"
inkscape:lockguides="false" />
<title
id="title2">MyModule</title>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background"
transform="translate(0,-3.0517578e-5)">
<g
transform="matrix(0.84260192,0,0,1,-190.45349,3.0517578e-5)"
id="g1786"
style="fill:#44423e;fill-opacity:1">
<path
id="path1784"
transform="matrix(0.98900004,0,0,1,122.09056,0)"
d="M 105.0957,0 V 47.439453 51.25 54.185547 55.410156 321.10938 322.33984 380 h 90 V 322.33984 321.15039 54.185547 51.25 47.400391 0 Z"
style="fill:#44423e;fill-opacity:1;stroke-width:1.00554574"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(7.9299111,0,0,7.9299111,-438.08996,-2669.2158)"
data-name="Layer 2"
id="g1904"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1902-7"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1900-5" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.88884872;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2016"
width="75"
height="20"
x="9.9999997e-06"
y="360.00003" />
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1788"
cx="37.5"
cy="359.88184"
r="15.118111" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1794"
data-name="Layer 2"
transform="matrix(0.66602928,0,0,0.66602928,-2.4445636,118.99293)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1792"
data-name="Layer 1-2">
<path
id="path1790"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<rect
y="4.0517578e-05"
x="9.9999997e-06"
height="20"
width="75"
id="rect2018"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.88884872;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="g933"
transform="translate(-2.523613,3.3e-5)">
<rect
ry="2.9625001"
y="102.36627"
x="10.523613"
height="237"
width="24"
id="rect1741-5"
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect882-5"
width="24"
height="41.912998"
x="10.523613"
y="50.160988"
ry="2.9625001" />
<g
id="g209-2"
transform="translate(7.9888778,-100.21817)">
<path
id="path203-4"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -118.57,159.45 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.52,0.52 0 0 1 0.39,-0.14 0.52,0.52 0 0 1 0.39,0.14 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path205-9"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -112,154.87 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 L -115,156.5 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.33,0.15 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g219"
transform="translate(7.7888883,-58.037402)">
<path
id="path211"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -121.83,169.31 a 2,2 0 0 1 -0.81,-0.86 2.81,2.81 0 0 1 -0.29,-1.3 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.81,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.48,2.48 0 0 1 1.24,0.3 2,2 0 0 1 0.81,0.85 2.81,2.81 0 0 1 0.29,1.3 2.81,2.81 0 0 1 -0.29,1.3 2,2 0 0 1 -0.81,0.86 2.45,2.45 0 0 1 -1.24,0.3 2.45,2.45 0 0 1 -1.24,-0.3 z m 2.18,-0.94 a 1.89,1.89 0 0 0 0.34,-1.22 1.89,1.89 0 0 0 -0.34,-1.21 1.15,1.15 0 0 0 -0.95,-0.42 1.14,1.14 0 0 0 -0.94,0.42 1.9,1.9 0 0 0 -0.34,1.21 1.9,1.9 0 0 0 0.34,1.22 1.14,1.14 0 0 0 0.94,0.42 1.15,1.15 0 0 0 0.95,-0.42 z"
inkscape:connector-curvature="0" />
<path
id="path213"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -116.26,169.09 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.51,0.51 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1,1 0 0 0 0.76,0.3 1,1 0 0 0 0.76,-0.3 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.38,0.14 0.51,0.51 0 0 1 0.14,0.38 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.1,2.1 0 0 1 -1.54,0.52 2.1,2.1 0 0 1 -1.53,-0.52 z"
inkscape:connector-curvature="0" />
<path
id="path215"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -109.8,169.44 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 H -111 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.52,0.52 0 0 1 -0.39,0.14 0.53,0.53 0 0 1 -0.43,-0.14 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g2424-4"
transform="translate(1.0836076,-1.5635006e-6)">
<path
inkscape:connector-curvature="0"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
style="fill:#fff8d5"
id="path2414-4" />
<path
inkscape:connector-curvature="0"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
style="fill:#fff8d5"
id="path2416-7" />
<path
inkscape:connector-curvature="0"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
style="fill:#fff8d5"
id="path2418-9" />
<path
inkscape:connector-curvature="0"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
style="fill:#fff8d5"
id="path2420-5" />
<path
inkscape:connector-curvature="0"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
style="fill:#fff8d5"
id="path2422-5" />
</g>
</g>
<g
transform="translate(32.476387,3.5e-5)"
id="g965">
<rect
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect935-6"
width="24"
height="237"
x="10.523613"
y="102.36627"
ry="2.9625001" />
<rect
ry="2.9625001"
y="50.160988"
x="10.523613"
height="41.912998"
width="24"
id="rect937-1"
style="display:inline;opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:2.48194051;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<g
transform="translate(7.9888778,-100.21817)"
id="g943-5">
<path
inkscape:connector-curvature="0"
d="m -118.57,159.45 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.52,0.52 0 0 1 0.39,-0.14 0.52,0.52 0 0 1 0.39,0.14 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.14 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path939-9" />
<path
inkscape:connector-curvature="0"
d="m -112,154.87 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 L -115,156.5 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.33,0.15 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path941-1" />
</g>
<g
transform="translate(7.7888883,-58.037402)"
id="g951">
<path
inkscape:connector-curvature="0"
d="m -121.83,169.31 a 2,2 0 0 1 -0.81,-0.86 2.81,2.81 0 0 1 -0.29,-1.3 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.81,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.48,2.48 0 0 1 1.24,0.3 2,2 0 0 1 0.81,0.85 2.81,2.81 0 0 1 0.29,1.3 2.81,2.81 0 0 1 -0.29,1.3 2,2 0 0 1 -0.81,0.86 2.45,2.45 0 0 1 -1.24,0.3 2.45,2.45 0 0 1 -1.24,-0.3 z m 2.18,-0.94 a 1.89,1.89 0 0 0 0.34,-1.22 1.89,1.89 0 0 0 -0.34,-1.21 1.15,1.15 0 0 0 -0.95,-0.42 1.14,1.14 0 0 0 -0.94,0.42 1.9,1.9 0 0 0 -0.34,1.21 1.9,1.9 0 0 0 0.34,1.22 1.14,1.14 0 0 0 0.94,0.42 1.15,1.15 0 0 0 0.95,-0.42 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path945" />
<path
inkscape:connector-curvature="0"
d="m -116.26,169.09 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.51,0.51 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1,1 0 0 0 0.76,0.3 1,1 0 0 0 0.76,-0.3 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.38,0.14 0.51,0.51 0 0 1 0.14,0.38 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.1,2.1 0 0 1 -1.54,0.52 2.1,2.1 0 0 1 -1.53,-0.52 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path947" />
<path
inkscape:connector-curvature="0"
d="m -109.8,169.44 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 H -111 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.52,0.52 0 0 1 -0.39,0.14 0.53,0.53 0 0 1 -0.43,-0.14 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path949" />
</g>
<g
transform="translate(1.0836076,-1.5635006e-6)"
id="g963-3">
<path
id="path953-8"
style="fill:#fff8d5"
d="m 23.88,125.20991 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.21 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
inkscape:connector-curvature="0" />
<path
id="path955-8"
style="fill:#fff8d5"
d="m 23.189136,165.91622 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.64,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.62,-0.14 z"
inkscape:connector-curvature="0" />
<path
id="path957-9"
style="fill:#fff8d5"
d="m 20.529706,215.00026 a 2,2 0 0 1 -0.82,-0.86 2.83,2.83 0 0 1 -0.29,-1.31 2.81,2.81 0 0 1 0.29,-1.3 2,2 0 0 1 0.82,-0.85 2.48,2.48 0 0 1 1.24,-0.3 2.47,2.47 0 0 1 1.54,0.49 0.52,0.52 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.54,1.54 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.43,1.43 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.47,2.47 0 0 1 -1.54,0.49 2.48,2.48 0 0 1 -1.22,-0.36 z"
inkscape:connector-curvature="0" />
<path
id="path959-4"
style="fill:#fff8d5"
d="m 19.379987,257.9504 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.37 a 3,3 0 0 1 1.35,0.29 2,2 0 0 1 0.86,0.82 2.6,2.6 0 0 1 0.3,1.29 2.65,2.65 0 0 1 -0.3,1.29 2,2 0 0 1 -0.86,0.83 3,3 0 0 1 -1.35,0.29 h -1.37 a 0.5,0.5 0 0 1 -0.37,-0.14 z m 1.66,-0.73 a 1.36,1.36 0 0 0 1.53,-1.54 1.36,1.36 0 0 0 -1.53,-1.54 h -0.73 v 3.08 z"
inkscape:connector-curvature="0" />
<path
id="path961-3"
style="fill:#fff8d5"
d="m 19.865535,305.3204 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="graphics"
transform="translate(0,-3.0517578e-5)" />
<g
id="g911"
transform="translate(7.8009486)">
<rect
ry="5.2628322"
y="2.80317"
x="5.3014131"
height="9.4488192"
width="18.897638"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="18.897638"
height="9.4488192"
x="5.3014131"
y="368.28354"
ry="5.2628322" />
</g>
<g
id="g915"
transform="translate(-7.8009491)">
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1497"
width="18.897638"
height="9.4488192"
x="50.800949"
y="2.80317"
ry="5.2628322" />
<rect
ry="5.2628322"
y="368.28354"
x="50.800949"
height="9.4488192"
width="18.897638"
id="rect1499"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.57401633;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
transform="translate(-0.45476383,-28.350769)"
id="g70"
style="fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 27.76,77.93 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.3,1.3 0 0 1 -0.37,-0.46 l -1.7,-3.14 v 4.18 A 0.85,0.85 0 0 1 21,86 0.88,0.88 0 0 1 19.81,86 0.84,0.84 0 0 1 19.58,85.38 V 78.6 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.42,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.69,0.26 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path54" />
<path
inkscape:connector-curvature="0"
d="m 35,80.41 a 0.81,0.81 0 0 1 0.25,0.62 v 4.4 A 0.76,0.76 0 0 1 35,86 1,1 0 0 1 34.33,86.23 0.85,0.85 0 0 1 33.72,86.01 0.76,0.76 0 0 1 33.49,85.43 v -0.12 a 1.86,1.86 0 0 1 -0.73,0.7 2.43,2.43 0 0 1 -2.68,-0.38 2.75,2.75 0 0 1 -0.55,-1.87 V 81 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 2.81 a 1.16,1.16 0 0 0 0.22,0.78 0.86,0.86 0 0 0 0.68,0.25 1.11,1.11 0 0 0 0.86,-0.36 1.35,1.35 0 0 0 0.33,-0.95 V 81 a 0.82,0.82 0 0 1 0.24,-0.62 0.92,0.92 0 0 1 0.66,-0.23 0.94,0.94 0 0 1 0.66,0.26 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path56" />
<path
inkscape:connector-curvature="0"
d="m 36.89,86 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.84 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 A 0.78,0.78 0 0 1 38.18,86.05 1,1 0 0 1 37.54,86.27 1,1 0 0 1 36.89,86 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path58" />
<path
inkscape:connector-curvature="0"
d="m 43.64,85.12 a 0.67,0.67 0 0 1 -0.11,1 1.28,1.28 0 0 1 -0.79,0.14 H 42.4 a 2,2 0 0 1 -2.1,-2.2 v -2.4 H 39.82 A 0.9,0.9 0 0 1 39.22,81.49 0.62,0.62 0 0 1 39,81 a 0.63,0.63 0 0 1 0.2,-0.51 0.9,0.9 0 0 1 0.6,-0.17 h 0.48 v -0.94 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.94 H 43 q 0.82,0 0.82,0.68 a 0.62,0.62 0 0 1 -0.2,0.5 0.92,0.92 0 0 1 -0.61,0.17 h -0.84 v 2.51 a 0.79,0.79 0 0 0 0.17,0.55 0.7,0.7 0 0 0 0.49,0.21 h 0.34 a 0.85,0.85 0 0 1 0.47,0.18 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path60" />
<path
inkscape:connector-curvature="0"
d="m 44.64,79 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 A 0.78,0.78 0 0 1 44.48,85.43 V 81 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 A 0.78,0.78 0 0 1 46,86 1,1 0 0 1 45.36,86.22 1,1 0 0 1 44.74,86 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path62" />
<path
inkscape:connector-curvature="0"
d="m 57.13,85.44 q 0,0.76 -0.89,0.76 h -4.46 a 0.8,0.8 0 0 1 -0.59,-0.22 0.76,0.76 0 0 1 -0.22,-0.56 1.12,1.12 0 0 1 0.35,-0.79 L 54,81.82 a 2.65,2.65 0 0 0 0.89,-1.73 1,1 0 0 0 -0.28,-0.75 1.14,1.14 0 0 0 -0.8,-0.26 2.22,2.22 0 0 0 -0.84,0.16 6.86,6.86 0 0 0 -0.89,0.46 l -0.31,0.17 a 0.61,0.61 0 0 1 -0.25,0 0.53,0.53 0 0 1 -0.43,-0.23 0.87,0.87 0 0 1 -0.18,-0.55 0.82,0.82 0 0 1 0.08,-0.38 0.75,0.75 0 0 1 0.26,-0.27 4.49,4.49 0 0 1 1.24,-0.63 4.43,4.43 0 0 1 1.41,-0.23 3.61,3.61 0 0 1 1.49,0.29 2.24,2.24 0 0 1 1,0.82 2.21,2.21 0 0 1 0.29,1.31 3,3 0 0 1 -0.31,1.36 6,6 0 0 1 -1,1.39 l -1.88,2 h 2.78 q 0.86,-0.06 0.86,0.69 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path64" />
<path
inkscape:connector-curvature="0"
d="m 63.77,85.46 a 0.84,0.84 0 0 1 -0.82,0.82 0.82,0.82 0 0 1 -0.6,-0.29 L 60.79,84.31 59.24,86 a 0.83,0.83 0 0 1 -0.6,0.29 0.84,0.84 0 0 1 -0.83,-0.83 0.84,0.84 0 0 1 0.26,-0.59 l 1.62,-1.69 -1.5,-1.58 a 0.84,0.84 0 0 1 -0.26,-0.59 0.78,0.78 0 0 1 0.25,-0.58 0.79,0.79 0 0 1 0.57,-0.24 0.83,0.83 0 0 1 0.61,0.29 l 1.43,1.52 1.45,-1.54 a 0.83,0.83 0 0 1 0.61,-0.29 0.79,0.79 0 0 1 0.57,0.24 0.78,0.78 0 0 1 0.25,0.58 0.84,0.84 0 0 1 -0.26,0.59 l -1.52,1.57 1.62,1.69 a 0.85,0.85 0 0 1 0.26,0.62 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path66" />
<path
inkscape:connector-curvature="0"
d="m 69.54,81.06 a 2.39,2.39 0 0 1 0.95,1 2.9,2.9 0 0 1 0.34,1.42 2.8,2.8 0 0 1 -0.4,1.49 2.69,2.69 0 0 1 -1.11,1 3.62,3.62 0 0 1 -1.65,0.36 4.72,4.72 0 0 1 -1.45,-0.23 3.86,3.86 0 0 1 -1.22,-0.68 0.78,0.78 0 0 1 -0.25,-0.28 0.93,0.93 0 0 1 0.1,-0.9 0.53,0.53 0 0 1 0.43,-0.22 0.8,0.8 0 0 1 0.26,0 2.08,2.08 0 0 1 0.31,0.15 6.61,6.61 0 0 0 0.88,0.45 2.26,2.26 0 0 0 0.86,0.16 1.62,1.62 0 0 0 1.11,-0.34 1.47,1.47 0 0 0 0,-2 1.49,1.49 0 0 0 -1.05,-0.36 2.55,2.55 0 0 0 -0.74,0.1 3.26,3.26 0 0 0 -0.73,0.34 1,1 0 0 1 -0.5,0.14 0.71,0.71 0 0 1 -0.49,-0.17 0.59,0.59 0 0 1 -0.2,-0.46 v -3.42 a 0.8,0.8 0 0 1 0.88,-0.88 h 3.86 q 0.89,0 0.89,0.71 0,0.71 -0.89,0.72 H 66.79 V 81 a 2.72,2.72 0 0 1 1.36,-0.32 2.8,2.8 0 0 1 1.39,0.38 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path68" />
</g>
</svg>

+ 98
- 0
repos/AS/res/OFL.txt View File

@@ -0,0 +1,98 @@
Copyright (c) 2014, Cedric Knight <fonts@cedders.com>,
with Reserved Font Name "Segment7".

Copyright (c) 2009, Paul Flo Williams (paul@frixxon.co.uk).,
with Reserved Font Name "Segment14”.


This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
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 THE
COPYRIGHT HOLDER 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.

+ 561
- 0
repos/AS/res/Phaser.svg
File diff suppressed because it is too large
View File


+ 700
- 0
repos/AS/res/QuadVCA.svg View File

@@ -0,0 +1,700 @@
<?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="120"
height="380"
viewBox="0 0 120 380"
version="1.1"
id="svg8033"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="QuadVCA.svg">
<defs
id="defs8027" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="10.287403"
inkscape:cx="63.082557"
inkscape:cy="82.560398"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1869"
inkscape:window-height="1359"
inkscape:window-x="82"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="99.577609,303.98912"
orientation="1,0"
id="guide961"
inkscape:locked="false" />
<sodipodi:guide
position="73.516958,155.25542"
orientation="1,0"
id="guide963"
inkscape:locked="false" />
<sodipodi:guide
position="47.39859,154.97117"
orientation="1,0"
id="guide965"
inkscape:locked="false" />
<sodipodi:guide
position="21.317201,292.01645"
orientation="1,0"
id="guide967"
inkscape:locked="false" />
<sodipodi:guide
position="33.911768,146.43718"
orientation="1,0"
id="guide902"
inkscape:locked="false" />
<sodipodi:guide
position="59.695923,145.59639"
orientation="1,0"
id="guide904"
inkscape:locked="false" />
<sodipodi:guide
position="85.900471,145.176"
orientation="1,0"
id="guide906"
inkscape:locked="false" />
<sodipodi:guide
position="111.68463,142.51351"
orientation="1,0"
id="guide908"
inkscape:locked="false" />
<sodipodi:guide
position="103.07463,337.05102"
orientation="0,1"
id="guide946"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata8030">
<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:groupmode="layer"
id="layer2"
inkscape:label="background"
transform="translate(0,-8.0744425e-6)">
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="120"
height="379.99997"
x="0"
y="3.0008952e-05" />
<g
transform="matrix(7.9299111,0,0,7.9299111,-415.58996,-2675.842)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:1.12431455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="120"
height="20"
x="0"
y="360" />
<rect
y="3.0008952e-05"
x="0"
height="20"
width="120"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:1.12431455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
style="fill:#202020"
d="m 114.355,300.34973 a 3,3 0 0 0 -3,-3 H 8.645 a 3,3 0 0 0 -3,3 v 34.52 a 3,3 0 0 0 3,3 h 102.71 a 3,3 0 0 0 3,-3 z"
data-name="path25377-2"
id="path25377-2-2" />
<g
id="g10752"
transform="translate(0,-6)">
<path
inkscape:transform-center-x="-0.69959872"
transform="matrix(0,0.08836875,-0.08836875,0,42.128176,313.45208)"
inkscape:transform-center-y="4.572029e-06"
d="m -160.63235,118.86751 -27.42452,0 -27.42452,0 13.71226,-23.750327 13.71226,-23.750329 13.71226,23.750328 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="1.5707963"
sodipodi:arg1="0.52359878"
sodipodi:r2="15.833552"
sodipodi:r1="31.667105"
sodipodi:cy="103.03396"
sodipodi:cx="-188.05687"
sodipodi:sides="3"
id="path900"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
sodipodi:type="star" />
<path
sodipodi:type="star"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path910"
sodipodi:sides="3"
sodipodi:cx="-188.05687"
sodipodi:cy="103.03396"
sodipodi:r1="31.667105"
sodipodi:r2="15.833552"
sodipodi:arg1="0.52359878"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -160.63235,118.86751 -27.42452,0 -27.42452,0 13.71226,-23.750327 13.71226,-23.750329 13.71226,23.750328 z"
inkscape:transform-center-y="4.572029e-06"
transform="matrix(0,0.08836875,-0.08836875,0,68.128176,313.45208)"
inkscape:transform-center-x="-0.69959872" />
<path
inkscape:transform-center-x="-0.69959872"
transform="matrix(0,0.08836875,-0.08836875,0,94.128176,313.45208)"
inkscape:transform-center-y="4.572029e-06"
d="m -160.63235,118.86751 -27.42452,0 -27.42452,0 13.71226,-23.750327 13.71226,-23.750329 13.71226,23.750328 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="1.5707963"
sodipodi:arg1="0.52359878"
sodipodi:r2="15.833552"
sodipodi:r1="31.667105"
sodipodi:cy="103.03396"
sodipodi:cx="-188.05687"
sodipodi:sides="3"
id="path912"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
sodipodi:type="star" />
</g>
<g
transform="translate(1.9750976e-7,1.2849833e-5)"
id="g1810">
<path
style="fill:#202020;fill-opacity:1"
d="m 18.51,2.7999981 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 A 5,5 0 0 1 26.88,12.239998 H 18.51 A 5,5 0 0 1 13.25,7.5199981 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect861"
inkscape:connector-curvature="0" />
<path
style="fill:#202020;fill-opacity:1"
d="m 18.51,368.28 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.72 H 18.51 A 5,5 0 0 1 13.24,373 v 0 a 5,5 0 0 1 5.27,-4.72 z"
class="cls-3"
id="rect863"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(1.9750976e-7,1.2849833e-5)"
id="g1814">
<path
style="fill:#202020;fill-opacity:1"
d="m 93.31,2.7999981 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.7199999 H 93.31 A 5,5 0 0 1 88.05,7.5199981 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect1497"
inkscape:connector-curvature="0" />
<path
style="fill:#202020;fill-opacity:1"
d="m 93.31,368.28 h 8.37 a 5,5 0 0 1 5.26,4.72 v 0 a 5,5 0 0 1 -5.26,4.72 H 93.31 A 5,5 0 0 1 88.05,373 v 0 a 5,5 0 0 1 5.26,-4.72 z"
class="cls-3"
id="rect1499"
inkscape:connector-curvature="0" />
</g>
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1686"
cx="60.000004"
cy="359.88184"
r="15.118111" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_2-2"
data-name="Layer 2"
transform="matrix(0.6660293,0,0,0.6660293,20.055437,118.99294)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_1-2-6"
data-name="Layer 1-2">
<path
id="path8-4-6"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<g
transform="translate(-1639.58,-696.93485)"
id="g5516">
<g
id="g1767-2">
<path
id="path2837"
d="m 1366.11,253.57 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path1757-1"
d="m 1372.68,249 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.55,0.55 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path2840"
d="m 1374.6,253.57 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.45,0.45 0 0 1 0.39,-0.5 h 1.82 a 1.74,1.74 0 0 1 1.22,0.39 1.61,1.61 0 0 1 0,2.2 1.75,1.75 0 0 1 -1.22,0.39 h -1.14 v 1.31 a 0.55,0.55 0 0 1 -0.92,0.39 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1 v 1.38 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path2842"
d="m 1380.18,253.22 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.46,-0.52 h 0.06 a 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.29,1.29 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.26,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.46 0.5,0.5 0 0 1 0,0.06 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path2844"
d="m 1386.64,253.57 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.14 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path2846"
d="m 1390.88,253.61 a 2.09,2.09 0 0 1 -0.75,-0.36 0.48,0.48 0 0 1 -0.15,-0.16 0.45,0.45 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.28,2.28 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.25 4.38,4.38 0 0 1 -1,-0.31 1.31,1.31 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.28,1.28 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.55,0.55 0 0 1 0.15,0.17 0.44,0.44 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.81,2.81 0 0 0 -0.51,-0.27 1.72,1.72 0 0 0 -0.6,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.4,0.4 0 0 0 0.09,0.27 0.77,0.77 0 0 0 0.31,0.19 4.53,4.53 0 0 0 0.61,0.17 3.38,3.38 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.27,1.27 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.84,3.84 0 0 1 -1.05,-0.11 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
</g>
<path
id="path982-6"
d="m 1713.07,958.39 v -4.72"
style="fill:none;stroke:#fff7d4;stroke-width:0.5px;stroke-linecap:round;stroke-linejoin:round"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
id="path984-0"
d="m 1686.96,958.39 v -4.61"
style="fill:none;stroke:#fff7d4;stroke-width:0.5px;stroke-linecap:round;stroke-linejoin:round"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
id="rect988-8"
d="m 1682.15,948.64 h -18.72 c -1.6569,0 -3,1.34315 -3,3 v 6.48"
style="fill:none;stroke:#fff7d4;stroke-width:0.5px;stroke-linecap:round;stroke-miterlimit:10"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
<path
id="rect988-2"
data-name="rect988"
d="m 1738.73,958.09 v -6.48 c 0,-1.65685 -1.3431,-3 -3,-3 h -19.62"
style="fill:none;stroke:#fff7d4;stroke-width:0.5px;stroke-linecap:round;stroke-miterlimit:10"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
</g>
<g
id="g10729"
transform="translate(0,6)">
<path
id="path12074-2-2"
data-name="path12074-2"
d="m 55.055,300.97973 a 2.47,2.47 0 0 0 2.54,-2.4 v -0.06 a 2.53,2.53 0 0 0 -5.05,0 v 0 a 2.44,2.44 0 0 0 2.43,2.45 h 0.08 z m 0,-1 a 1.45,1.45 0 0 1 -1.43,-1.47 v 0 a 1.42,1.42 0 0 1 1.36,-1.48 h 0.06 a 1.44,1.44 0 0 1 1.45,1.43 c 0,0 0,0 0,0.05 v 0 a 1.43,1.43 0 0 1 -1.38,1.48 h -0.05 z"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path12070-2-2"
data-name="path12070-2"
d="m 60.755,300.97973 a 1.92,1.92 0 0 0 2.09,-2.15 v -2.2 a 0.52,0.52 0 0 0 -1,0 v 2.25 c 0,0.75 -0.39,1.14 -1,1.14 -0.61,0 -1,-0.41 -1,-1.17 v -2.22 a 0.52,0.52 0 0 0 -0.52,-0.52 0.53,0.53 0 0 0 -0.52,0.52 v 2.23 a 1.89,1.89 0 0 0 2.05,2.12 z"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path12066-2-2"
data-name="path12066-2"
d="m 65.175,300.47973 a 0.52,0.52 0 0 0 1,0 v -3.29 h 1 a 0.5,0.5 0 0 0 0,-1 h -3 a 0.5,0.5 0 0 0 0,1 h 1 z"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
</g>
<g
id="text4468-4"
transform="translate(-1639.155,-698.41027)"
style="fill:#ff4400;fill-opacity:1">
<g
id="g991-7"
style="fill:#ff4400;fill-opacity:1">
<path
inkscape:connector-curvature="0"
style="fill:#ff4400;fill-opacity:1"
transform="translate(319.8,697.39)"
d="m 1414.64,346.06 -0.86,-3.42 v 3.71 a 0.67,0.67 0 0 1 -0.14,0.46 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.67,0.67 0 0 1 -0.14,-0.47 v -4.24 a 0.53,0.53 0 0 1 0.18,-0.47 0.87,0.87 0 0 1 0.49,-0.12 h 0.34 a 1.27,1.27 0 0 1 0.44,0.05 0.37,0.37 0 0 1 0.21,0.2 3.07,3.07 0 0 1 0.15,0.47 l 0.78,2.94 0.78,-2.94 a 3.07,3.07 0 0 1 0.15,-0.47 0.37,0.37 0 0 1 0.2,-0.2 1.3,1.3 0 0 1 0.44,-0.05 h 0.34 a 0.87,0.87 0 0 1 0.49,0.12 0.53,0.53 0 0 1 0.18,0.47 v 4.25 a 0.67,0.67 0 0 1 -0.14,0.46 0.46,0.46 0 0 1 -0.37,0.15 0.46,0.46 0 0 1 -0.36,-0.15 0.67,0.67 0 0 1 -0.14,-0.46 v -3.71 l -0.86,3.42 q -0.08,0.33 -0.14,0.49 a 0.66,0.66 0 0 1 -0.19,0.28 0.57,0.57 0 0 1 -0.4,0.13 0.59,0.59 0 0 1 -0.32,-0.08 0.58,0.58 0 0 1 -0.21,-0.21 1.27,1.27 0 0 1 -0.12,-0.28 z"
id="path4473-8" />
<path
inkscape:connector-curvature="0"
style="fill:#ff4400;fill-opacity:1"
transform="translate(319.8,697.39)"
d="m 1419.13,346.3 v -4.23 a 0.71,0.71 0 0 1 0.15,-0.49 0.5,0.5 0 0 1 0.39,-0.16 0.51,0.51 0 0 1 0.4,0.16 0.69,0.69 0 0 1 0.15,0.49 v 4.23 a 0.71,0.71 0 0 1 -0.15,0.5 0.55,0.55 0 0 1 -0.78,0 0.73,0.73 0 0 1 -0.16,-0.5 z"
id="path4475-1" />
<path
inkscape:connector-curvature="0"
style="fill:#ff4400;fill-opacity:1"
transform="translate(319.8,697.39)"
d="m 1421.23,345.83 1.2,-1.75 -1,-1.56 a 3.4,3.4 0 0 1 -0.22,-0.39 0.81,0.81 0 0 1 -0.07,-0.31 0.36,0.36 0 0 1 0.14,-0.27 0.49,0.49 0 0 1 0.34,-0.12 0.45,0.45 0 0 1 0.35,0.14 3.16,3.16 0 0 1 0.35,0.49 l 0.81,1.3 0.86,-1.3 0.18,-0.28 a 1.6,1.6 0 0 1 0.15,-0.19 0.45,0.45 0 0 1 0.15,-0.11 0.48,0.48 0 0 1 0.2,0 0.46,0.46 0 0 1 0.33,0.12 0.38,0.38 0 0 1 0.13,0.29 1.35,1.35 0 0 1 -0.28,0.67 l -1.06,1.58 1.14,1.75 a 2.85,2.85 0 0 1 0.22,0.38 0.68,0.68 0 0 1 0.07,0.29 0.45,0.45 0 0 1 -0.06,0.23 0.45,0.45 0 0 1 -0.18,0.17 0.52,0.52 0 0 1 -0.26,0.06 0.48,0.48 0 0 1 -0.26,-0.07 0.53,0.53 0 0 1 -0.17,-0.16 l -0.25,-0.37 -0.94,-1.49 -1,1.53 -0.17,0.26 a 0.89,0.89 0 0 1 -0.12,0.14 0.51,0.51 0 0 1 -0.16,0.11 0.57,0.57 0 0 1 -0.22,0 0.47,0.47 0 0 1 -0.33,-0.12 0.46,0.46 0 0 1 -0.13,-0.35 1.26,1.26 0 0 1 0.27,-0.66 z"
id="path4477-7" />
</g>
</g>
<g
id="g10289"
transform="translate(-1640.964,-685.86901)">
<path
d="m 1661.59,729.77 a 1,1 0 0 1 0.17,0.52 0.66,0.66 0 0 1 -0.27,0.54 1,1 0 0 1 -1.1,0.1 0.9,0.9 0 0 1 -0.35,-0.35 l -0.72,-1.2 a 0.85,0.85 0 0 0 -0.38,-0.35 1.61,1.61 0 0 0 -0.65,-0.11 4.32,4.32 0 0 1 -2.19,-0.53 3.61,3.61 0 0 1 -1.43,-1.51 5.49,5.49 0 0 1 0,-4.6 3.57,3.57 0 0 1 1.43,-1.51 4.81,4.81 0 0 1 4.38,0 3.57,3.57 0 0 1 1.43,1.51 5,5 0 0 1 0.5,2.3 4.9,4.9 0 0 1 -0.55,2.38 3.47,3.47 0 0 1 -1.55,1.49 1.67,1.67 0 0 1 0.95,0.77 z m -1.65,-3 a 3.33,3.33 0 0 0 0.61,-2.15 3.32,3.32 0 0 0 -0.6,-2.14 2.25,2.25 0 0 0 -3.33,0 3.35,3.35 0 0 0 -0.59,2.14 3.35,3.35 0 0 0 0.6,2.15 2.22,2.22 0 0 0 3.32,0 z"
style="fill:#fff7d4"
id="path7788"
inkscape:connector-curvature="0" />
<path
d="m 1669.36,723.03 a 0.81,0.81 0 0 1 0.25,0.62 v 4.4 a 0.76,0.76 0 0 1 -0.26,0.6 1,1 0 0 1 -0.67,0.23 0.85,0.85 0 0 1 -0.61,-0.22 0.76,0.76 0 0 1 -0.23,-0.58 v -0.12 a 1.86,1.86 0 0 1 -0.73,0.7 2.43,2.43 0 0 1 -2.68,-0.38 2.75,2.75 0 0 1 -0.55,-1.87 v -2.76 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 2.81 a 1.16,1.16 0 0 0 0.22,0.78 0.86,0.86 0 0 0 0.68,0.25 1.11,1.11 0 0 0 0.86,-0.36 1.35,1.35 0 0 0 0.33,-0.95 v -2.53 a 0.82,0.82 0 0 1 0.24,-0.62 0.92,0.92 0 0 1 0.66,-0.23 0.94,0.94 0 0 1 0.67,0.23 z"
style="fill:#fff7d4"
id="path7790"
inkscape:connector-curvature="0" />
<path
d="m 1675.8,723.39 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.82,0.82 0 0 1 -0.23,0.62 0.87,0.87 0 0 1 -0.64,0.22 0.84,0.84 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 v -0.08 a 1.41,1.41 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.9,1.9 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.38,9.38 0 0 1 2,-0.17 h 0.31 v -0.19 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.72,4.72 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.89,3.89 0 0 1 1,-0.36 5.61,5.61 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.99,0.63 z m -1.43,3.9 a 1.3,1.3 0 0 0 0.32,-0.92 v -0.2 h -0.2 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.86,-0.34 z"
style="fill:#fff7d4"
id="path7792"
inkscape:connector-curvature="0" />
<path
d="m 1683.73,720.52 a 0.76,0.76 0 0 1 0.26,0.6 v 6.91 a 0.81,0.81 0 0 1 -0.25,0.62 1,1 0 0 1 -1.31,0 0.81,0.81 0 0 1 -0.25,-0.62 v -0.1 a 1.84,1.84 0 0 1 -0.75,0.71 2.31,2.31 0 0 1 -1.1,0.26 2.41,2.41 0 0 1 -1.35,-0.39 2.59,2.59 0 0 1 -0.92,-1.09 3.76,3.76 0 0 1 -0.33,-1.61 3.68,3.68 0 0 1 0.33,-1.6 2.42,2.42 0 0 1 2.27,-1.43 2.33,2.33 0 0 1 1.09,0.25 1.82,1.82 0 0 1 0.75,0.71 v -2.65 a 0.74,0.74 0 0 1 0.24,-0.58 0.92,0.92 0 0 1 0.64,-0.22 1,1 0 0 1 0.68,0.23 z m -1.93,6.57 a 2,2 0 0 0 0.34,-1.25 2,2 0 0 0 -0.34,-1.25 1.18,1.18 0 0 0 -1,-0.43 1.2,1.2 0 0 0 -1,0.43 1.9,1.9 0 0 0 -0.35,1.23 2,2 0 0 0 0.35,1.27 1.31,1.31 0 0 0 2,0 z"
style="fill:#fff7d4"
id="path7794"
inkscape:connector-curvature="0" />
<path
d="m 1692.2,720.39 a 0.85,0.85 0 0 1 0.46,-0.13 1,1 0 0 1 0.65,0.24 0.74,0.74 0 0 1 0.29,0.59 0.85,0.85 0 0 1 -0.08,0.36 l -3.24,6.84 a 1,1 0 0 1 -0.4,0.43 1.18,1.18 0 0 1 -1.15,0 1,1 0 0 1 -0.4,-0.43 l -3.24,-6.84 a 0.77,0.77 0 0 1 -0.08,-0.35 0.74,0.74 0 0 1 0.3,-0.6 1,1 0 0 1 0.67,-0.24 0.88,0.88 0 0 1 0.46,0.13 0.78,0.78 0 0 1 0.32,0.38 l 2.57,5.62 2.57,-5.62 a 0.8,0.8 0 0 1 0.3,-0.38 z"
style="fill:#fff7d4"
id="path7796"
inkscape:connector-curvature="0" />
<path
d="m 1696.21,728.39 a 3.55,3.55 0 0 1 -1.44,-1.51 5.51,5.51 0 0 1 0,-4.6 3.56,3.56 0 0 1 1.44,-1.51 4.73,4.73 0 0 1 4.9,0.34 0.9,0.9 0 0 1 0.25,0.29 0.8,0.8 0 0 1 0.07,0.36 0.84,0.84 0 0 1 -0.17,0.53 0.52,0.52 0 0 1 -0.43,0.22 0.93,0.93 0 0 1 -0.29,0 1.17,1.17 0 0 1 -0.28,-0.15 4,4 0 0 0 -0.89,-0.45 2.72,2.72 0 0 0 -0.88,-0.14 2.11,2.11 0 0 0 -1.73,0.71 3.32,3.32 0 0 0 -0.58,2.13 q 0,2.86 2.32,2.86 a 2.53,2.53 0 0 0 0.84,-0.14 5.26,5.26 0 0 0 0.92,-0.45 1.74,1.74 0 0 1 0.3,-0.15 0.83,0.83 0 0 1 0.28,0 0.52,0.52 0 0 1 0.43,0.22 0.84,0.84 0 0 1 0.17,0.53 0.79,0.79 0 0 1 -0.08,0.37 0.9,0.9 0 0 1 -0.25,0.28 4.73,4.73 0 0 1 -4.9,0.34 z"
style="fill:#fff7d4"
id="path7798"
inkscape:connector-curvature="0" />
<path
d="m 1710.74,728.06 a 0.73,0.73 0 0 1 -0.27,0.57 0.91,0.91 0 0 1 -0.62,0.23 0.81,0.81 0 0 1 -0.43,-0.13 0.8,0.8 0 0 1 -0.31,-0.38 l -0.64,-1.42 h -4.07 l -0.6,1.46 a 0.81,0.81 0 0 1 -0.31,0.38 0.8,0.8 0 0 1 -0.44,0.13 0.94,0.94 0 0 1 -0.62,-0.23 0.72,0.72 0 0 1 -0.28,-0.57 1,1 0 0 1 0.1,-0.38 l 3.24,-6.8 a 0.94,0.94 0 0 1 0.4,-0.44 1.14,1.14 0 0 1 1.14,0 1.06,1.06 0 0 1 0.41,0.43 l 3.24,6.8 a 1,1 0 0 1 0.06,0.35 z m -5.7,-2.53 h 2.8 l -1.4,-3.14 z"
style="fill:#fff7d4"
id="path7800"
inkscape:connector-curvature="0" />
<path
d="m 1712.55,729.59 a 0.74,0.74 0 0 1 -0.91,-0.06 0.6,0.6 0 0 1 -0.22,-0.47 1,1 0 0 1 0,-0.25 l 2.75,-8.64 a 0.71,0.71 0 0 1 0.27,-0.38 0.7,0.7 0 0 1 0.4,-0.13 0.75,0.75 0 0 1 0.5,0.19 0.6,0.6 0 0 1 0.22,0.47 0.94,0.94 0 0 1 0,0.25 l -2.76,8.64 a 0.66,0.66 0 0 1 -0.25,0.38 z"
style="fill:#fff7d4"
id="path7802"
inkscape:connector-curvature="0" />
<path
d="m 1724.74,720.55 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.85,0.85 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.31,1.31 0 0 1 -0.37,-0.46 l -1.7,-3.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.85,0.85 0 0 1 -0.23,-0.62 v -6.82 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.42,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.64,0.26 z"
style="fill:#fff7d4"
id="path7804"
inkscape:connector-curvature="0" />
<path
d="m 1726.94,721.6 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.11,1.11 0 0 1 0.76,-0.24 1.1,1.1 0 0 1 0.75,0.25 0.82,0.82 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 v -4.38 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z"
style="fill:#fff7d4"
id="path7806"
inkscape:connector-curvature="0" />
<path
d="m 1735.75,728.08 a 0.84,0.84 0 0 1 -0.82,0.82 0.83,0.83 0 0 1 -0.6,-0.29 l -1.53,-1.68 -1.55,1.68 a 0.82,0.82 0 0 1 -0.6,0.29 0.84,0.84 0 0 1 -0.83,-0.83 0.84,0.84 0 0 1 0.26,-0.59 l 1.62,-1.69 -1.51,-1.57 a 0.84,0.84 0 0 1 -0.26,-0.59 0.78,0.78 0 0 1 0.25,-0.58 0.79,0.79 0 0 1 0.57,-0.24 0.83,0.83 0 0 1 0.61,0.29 l 1.44,1.54 1.45,-1.54 a 0.83,0.83 0 0 1 0.61,-0.29 0.79,0.79 0 0 1 0.57,0.24 0.78,0.78 0 0 1 0.25,0.58 0.84,0.84 0 0 1 -0.26,0.59 l -1.52,1.57 1.62,1.69 a 0.85,0.85 0 0 1 0.23,0.6 z"
style="fill:#fff7d4"
id="path7808"
inkscape:connector-curvature="0" />
<path
d="m 1741.95,727.25 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.28,4.28 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.36 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.13,2.13 0 0 0 0.62,-0.08 5.93,5.93 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.86,0.86 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.84,0.36 z"
style="fill:#fff7d4"
id="path7810"
inkscape:connector-curvature="0" />
<path
d="m 1747.55,722.96 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.42,1.42 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.19 z"
style="fill:#fff7d4"
id="path7812"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(0,-6)"
id="g944">
<path
sodipodi:type="star"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path938"
sodipodi:sides="3"
sodipodi:cx="-188.05687"
sodipodi:cy="103.03396"
sodipodi:r1="31.667105"
sodipodi:r2="15.833552"
sodipodi:arg1="0.52359878"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -160.63235,118.86751 -27.42452,0 -27.42452,0 13.71226,-23.750327 13.71226,-23.750329 13.71226,23.750328 z"
inkscape:transform-center-y="4.572029e-06"
transform="matrix(0,0.08836875,-0.08836875,0,42.128176,313.45208)"
inkscape:transform-center-x="-0.69959872" />
<path
inkscape:transform-center-x="-0.69959872"
transform="matrix(0,0.08836875,-0.08836875,0,68.128176,313.45208)"
inkscape:transform-center-y="4.572029e-06"
d="m -160.63235,118.86751 -27.42452,0 -27.42452,0 13.71226,-23.750327 13.71226,-23.750329 13.71226,23.750328 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="false"
sodipodi:arg2="1.5707963"
sodipodi:arg1="0.52359878"
sodipodi:r2="15.833552"
sodipodi:r1="31.667105"
sodipodi:cy="103.03396"
sodipodi:cx="-188.05687"
sodipodi:sides="3"
id="path940"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
sodipodi:type="star" />
<path
sodipodi:type="star"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path942"
sodipodi:sides="3"
sodipodi:cx="-188.05687"
sodipodi:cy="103.03396"
sodipodi:r1="31.667105"
sodipodi:r2="15.833552"
sodipodi:arg1="0.52359878"
sodipodi:arg2="1.5707963"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -160.63235,118.86751 -27.42452,0 -27.42452,0 13.71226,-23.750327 13.71226,-23.750329 13.71226,23.750328 z"
inkscape:transform-center-y="4.572029e-06"
transform="matrix(0,0.08836875,-0.08836875,0,94.128176,313.45208)"
inkscape:transform-center-x="-0.69959872" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-84.642804,-25.235125)">
<g
id="g1503"
transform="matrix(0.90584922,0,0,0.9908646,9.4528518,3.8571261)" />
<path
inkscape:connector-curvature="0"
id="path291"
style="fill:#fff7d4"
d="m 108.5326,87.19032 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.43,-0.29 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.31,4.94 a 0.51,0.51 0 0 1 0.08,0.2 z m -4,-1.78 h 2.19 l -1.1,-2.46 z" />
<path
inkscape:connector-curvature="0"
id="path293"
style="fill:#fff7d4"
d="m 134.6726,85.07032 a 1.49,1.49 0 0 1 0.28,0.91 1.41,1.41 0 0 1 -0.5,1.21 2.32,2.32 0 0 1 -1.47,0.42 h -2.14 a 0.52,0.52 0 0 1 -0.38,-0.13 0.5,0.5 0 0 1 -0.14,-0.37 v -4.92 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.06 a 2.28,2.28 0 0 1 1.43,0.4 1.47,1.47 0 0 1 0.27,1.93 1.41,1.41 0 0 1 -0.68,0.5 1.42,1.42 0 0 1 0.75,0.55 z m -3.34,-0.88 h 1.35 q 1.1,0 1.1,-0.82 a 0.71,0.71 0 0 0 -0.27,-0.61 1.41,1.41 0 0 0 -0.83,-0.2 h -1.35 z m 2.34,2.35 a 0.77,0.77 0 0 0 0.27,-0.65 0.79,0.79 0 0 0 -0.27,-0.66 1.35,1.35 0 0 0 -0.84,-0.22 h -1.49 v 1.73 h 1.49 a 1.38,1.38 0 0 0 0.84,-0.2 z" />
<path
inkscape:connector-curvature="0"
id="path295"
style="fill:#fff7d4"
d="m 156.5126,87.37032 a 2.42,2.42 0 0 1 -1,-1 3.89,3.89 0 0 1 0,-3.18 2.43,2.43 0 0 1 1,-1 2.92,2.92 0 0 1 1.48,-0.37 3.21,3.21 0 0 1 1,0.16 2.68,2.68 0 0 1 0.85,0.47 0.48,0.48 0 0 1 0.15,0.17 0.54,0.54 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.1,0.31 0.3,0.3 0 0 1 -0.24,0.12 0.61,0.61 0 0 1 -0.34,-0.12 2.46,2.46 0 0 0 -0.66,-0.37 2.13,2.13 0 0 0 -0.68,-0.1 1.59,1.59 0 0 0 -1.31,0.54 3.07,3.07 0 0 0 0,3.18 1.59,1.59 0 0 0 1.31,0.54 2,2 0 0 0 0.66,-0.11 3.15,3.15 0 0 0 0.68,-0.37 l 0.17,-0.08 a 0.47,0.47 0 0 1 0.17,0 0.3,0.3 0 0 1 0.24,0.12 0.48,0.48 0 0 1 0.1,0.31 0.55,0.55 0 0 1 0,0.22 0.47,0.47 0 0 1 -0.15,0.18 2.68,2.68 0 0 1 -0.85,0.47 3.22,3.22 0 0 1 -1,0.16 2.92,2.92 0 0 1 -1.48,-0.47 z" />
<path
inkscape:connector-curvature="0"
id="path297"
style="fill:#fff7d4"
d="m 181.5226,87.45032 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.89 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 1.64 a 3.07,3.07 0 0 1 2.23,0.77 3.34,3.34 0 0 1 0,4.32 3.07,3.07 0 0 1 -2.23,0.77 h -1.64 a 0.52,0.52 0 0 1 -0.38,-0.1 z m 2,-0.74 a 2.055,2.055 0 0 0 0,-4.11 h -1 v 4.11 z" />
<g
id="g5642"
transform="translate(80)">
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
d="m 139.6978,331.7103 a 2.47,2.47 0 0 0 2.54,-2.46 2.53,2.53 0 0 0 -5.05,0 v 0 a 2.44,2.44 0 0 0 2.51,2.45 z m 0,-1 a 1.45,1.45 0 0 1 -1.43,-1.5 1.42,1.42 0 0 1 1.42,-1.48 1.44,1.44 0 0 1 1.45,1.48 v 0 a 1.43,1.43 0 0 1 -1.43,1.48 z"
data-name="path12074"
id="path12074-2" />
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
d="m 145.3978,331.7103 a 1.92,1.92 0 0 0 2.09,-2.15 v -2.2 a 0.52,0.52 0 0 0 -1,0 v 2.25 c 0,0.75 -0.39,1.14 -1,1.14 -0.61,0 -1,-0.41 -1,-1.17 v -2.22 a 0.52,0.52 0 0 0 -0.52,-0.52 0.53,0.53 0 0 0 -0.52,0.52 v 2.23 a 1.89,1.89 0 0 0 2.05,2.12 z"
data-name="path12070"
id="path12070-2" />
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
d="m 149.8178,331.1903 a 0.52,0.52 0 0 0 1,0 v -3.29 h 1 a 0.5,0.5 0 1 0 0,-1 h -3 a 0.5,0.5 0 0 0 0,1 h 1 z"
data-name="path12066"
id="path12066-2" />
</g>
<g
transform="translate(-1194.3022,-484.00276)"
id="g2656">
<g
id="g2652">
<path
inkscape:connector-curvature="0"
d="m 1015.75,218.82 a 2,2 0 0 1 -0.82,-0.86 3.12,3.12 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.53,1.53 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.41 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.45,1.45 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.44,0.44 0 0 1 0,0.21 0.49,0.49 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path2648" />
<path
inkscape:connector-curvature="0"
d="m 1023.65,214.29 a 0.48,0.48 0 0 1 0.26,-0.07 0.56,0.56 0 0 1 0.37,0.14 0.42,0.42 0 0 1 0.16,0.33 0.48,0.48 0 0 1 0,0.2 l -1.84,3.88 a 0.54,0.54 0 0 1 -0.22,0.24 0.66,0.66 0 0 1 -0.65,0 0.53,0.53 0 0 1 -0.22,-0.24 l -1.84,-3.88 a 0.43,0.43 0 0 1 0,-0.2 0.42,0.42 0 0 1 0.17,-0.34 0.59,0.59 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.26,0.07 0.45,0.45 0 0 1 0.18,0.21 l 1.46,3.18 1.46,-3.18 a 0.45,0.45 0 0 1 0.07,-0.2 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path2650" />
</g>
<path
inkscape:connector-curvature="0"
id="path1139-6"
data-name="path1139"
d="m 1039.27,216.66 h 21.82"
transform="translate(319.8,697.39)"
style="fill:#fff7d4;stroke:#fff7d4;stroke-width:0.41890797px;stroke-linecap:round;stroke-linejoin:round" />
<path
inkscape:connector-curvature="0"
id="path1139-7"
data-name="path1139"
d="M 977.2,216.66 H 999"
transform="translate(319.8,697.39)"
style="fill:#fff7d4;stroke:#fff7d4;stroke-width:0.41890797px;stroke-linecap:round;stroke-linejoin:round" />
</g>
<path
style="fill:none;stroke:#fff7d4;stroke-width:0.47144866;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 184.25955,244.57437 v -7.66272"
id="path887"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<line
id="line3490"
style="fill:none;stroke:#fff7d4;stroke-miterlimit:10"
y2="130.29518"
x2="1354.8029"
y1="136.5652"
x1="1348.5228" />
<path
inkscape:connector-curvature="0"
id="path3492"
style="fill:none;stroke:#fff7d4;stroke-miterlimit:10"
d="m 1355.3628,148.17518 a 6.42,6.42 0 0 1 -6.43,6.43" />
<g
id="g877"
transform="matrix(0.89999975,0,0,0.89999975,14.192862,22.864189)">
<line
x1="142.20277"
y1="221.7861"
x2="147.08282"
y2="216.91383"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
id="line3490-0" />
<path
d="m 146.94713,231.25376 a 4.9888126,4.9888126 0 0 1 -4.99658,4.99658"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
id="path3492-8"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path969"
d="m 158.15955,244.57437 v -7.66272"
style="fill:none;stroke:#fff7d4;stroke-width:0.47144866;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#fff7d4;stroke-width:0.47144866;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 132.05955,244.57437 v -7.66272"
id="path971"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
inkscape:connector-curvature="0"
id="path973"
d="m 105.95955,244.57437 v -7.66272"
style="fill:none;stroke:#fff7d4;stroke-width:0.47144866;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<g
id="g883"
transform="matrix(0.89999975,0,0,0.89999975,-11.807139,22.864189)">
<line
id="line879"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
y2="216.91383"
x2="147.08282"
y1="221.7861"
x1="142.20277" />
<path
inkscape:connector-curvature="0"
id="path881"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
d="m 146.94713,231.25376 a 4.9888126,4.9888126 0 0 1 -4.99658,4.99658" />
</g>
<g
id="g890"
transform="matrix(0.89999975,0,0,0.89999975,40.192861,22.864189)">
<line
x1="142.20277"
y1="221.7861"
x2="147.08282"
y2="216.91383"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
id="line885" />
<path
d="m 146.94713,231.25376 a 4.9888126,4.9888126 0 0 1 -4.99658,4.99658"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
id="path888"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.89999975,0,0,0.89999975,66.192861,22.864189)"
id="g896">
<line
id="line892"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
y2="216.91383"
x2="147.08282"
y1="221.7861"
x1="142.20277" />
<path
inkscape:connector-curvature="0"
id="path894"
style="fill:none;stroke:#fff7d4;stroke-width:0.77707362;stroke-miterlimit:10"
d="m 146.94713,231.25376 a 4.9888126,4.9888126 0 0 1 -4.99658,4.99658" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="guides"
transform="translate(0,-8.0744425e-6)" />
</svg>

+ 503
- 0
repos/AS/res/Reverb.svg View File

@@ -0,0 +1,503 @@
<?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="90"
height="380"
viewBox="0 0 23.8125 100.54167"
version="1.1"
id="svg4541"
sodipodi:docname="Reverb.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535">
<linearGradient
gradientTransform="matrix(0.26458334,0,0,0.26458334,-334.75349,-6.7027873)"
id="linear-gradient-4"
x1="1310.21"
y1="3"
x2="1310.21"
y2="379.73001"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#231f20"
stop-opacity="0"
id="stop885-4" />
<stop
offset="1"
stop-color="#006838"
stop-opacity="0.3"
id="stop887-5"
style="stop-color:#000000;stop-opacity:0.07798165" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.6523164"
inkscape:cx="61.758515"
inkscape:cy="178.09432"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1757"
inkscape:window-height="1396"
inkscape:window-x="387"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px"
borderlayer="true"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="17.774684,29.213024"
orientation="1,0"
id="guide4270"
inkscape:locked="false" />
<sodipodi:guide
position="5.8426045,28.143251"
orientation="1,0"
id="guide4272"
inkscape:locked="false" />
<sodipodi:guide
position="15.909098,71.266075"
orientation="1,0"
id="guide912"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata4538">
<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:groupmode="layer"
id="layer2"
inkscape:label="BACKGROUND"
style="display:inline"
transform="translate(0,6.7027873)">
<g
id="g176"
transform="matrix(0.26752611,0,0,0.26458333,-60.46898,-6.7027873)"
style="fill:#2e2e2e;fill-opacity:1">
<path
style="fill:#2e2e2e;fill-opacity:1;stroke-width:1.00554574"
d="M 105.0957,0 V 47.439453 51.25 54.185547 55.410156 321.10938 322.33984 380 h 90 V 322.33984 321.15039 54.185547 51.25 47.400391 0 Z"
transform="matrix(0.98900004,0,0,1,122.09056,0)"
id="polygon168"
inkscape:connector-curvature="0" />
</g>
<g
style="fill:#252525;fill-opacity:1"
id="g1898"
data-name="Layer 2"
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-712.9328)">
<g
style="fill:#252525;fill-opacity:1"
id="g1896"
data-name="Layer 1-2">
<path
id="path1894"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#252525;fill-opacity:1" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="rect817-8"
data-name="rect817"
d="M 5.5438596e-7,-6.7027873 H 23.812501 V 93.838881 H 5.5438596e-7 Z"
style="display:inline;fill:url(#linear-gradient-4);stroke-width:0.26458332" />
<rect
y="88.547211"
x="6.6526909e-06"
height="5.2916665"
width="23.8125"
id="rect1996"
style="opacity:1;vector-effect:none;fill:#252525;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
r="4"
cy="88.515938"
cx="11.90625"
id="circle1732"
style="opacity:1;vector-effect:none;fill:#252525;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.17622025,0,0,0.17622025,1.3375842,24.780751)"
data-name="Layer 2"
id="g1738"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1736"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1734" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#252525;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1998"
width="23.8125"
height="5.2916665"
x="6.6526909e-06"
y="-6.7027845" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5040026"
y="-5.9611144"
ry="1.3924577" />
<rect
ry="1.3924577"
y="90.738907"
x="3.5040026"
height="2.5"
width="5"
id="rect863"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731166,-5.961266 c -0.771422,0 -1.392163,0.55756 -1.392163,1.25006 0,0.6925 0.620741,1.2500501 1.392163,1.2500501 h 2.21537 c 0.771421,0 1.39216,-0.5575501 1.39216,-1.2500501 0,-0.6925 -0.620739,-1.25006 -1.39216,-1.25006 z"
id="path1191"
inkscape:connector-curvature="0" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731166,90.738819 c -0.771422,0 -1.392163,0.557548 -1.392163,1.250047 0,0.6925 0.620741,1.250051 1.392163,1.250051 h 2.21537 c 0.771421,0 1.39216,-0.557551 1.39216,-1.250051 0,-0.692499 -0.620739,-1.250047 -1.39216,-1.250047 z"
id="rect865"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:label="TEXTS"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-49.620829,-45.359181)"
style="display:inline">
<g
id="g948"
style="fill:#fff7d4;fill-opacity:1;stroke-width:0.88074034"
transform="matrix(0.27602378,0,0,0.27602378,295.25134,28.97237)">
<path
inkscape:connector-curvature="0"
id="path944"
d="m -772.4937,302.9638 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.40625,-0.17188 0.40625,-0.39063 v -3.82812 c 0,-0.21875 -0.1875,-0.39063 -0.40625,-0.39063 -0.21875,0 -0.40625,0.17188 -0.40625,0.39063 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path946"
d="m -770.27207,302.9638 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.39062,-0.17188 0.39062,-0.39063 v -2.89062 l 2.34375,3.03125 c 0.10938,0.14062 0.21875,0.25 0.40625,0.25 h 0.0312 c 0.21875,0 0.39063,-0.1875 0.39063,-0.40625 v -3.8125 c 0,-0.21875 -0.17188,-0.39063 -0.39063,-0.39063 -0.21875,0 -0.39062,0.17188 -0.39062,0.39063 v 2.79687 l -2.28125,-2.95312 c -0.10938,-0.14063 -0.21875,-0.23438 -0.40625,-0.23438 h -0.0937 c -0.21875,0 -0.40625,0.1875 -0.40625,0.40625 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
</g>
<g
style="display:inline"
transform="matrix(0.26458334,0,0,0.26458334,-4.1137421,-214.9744)"
id="g1196">
<path
inkscape:connector-curvature="0"
d="m -69.46,461.62 a 0.49,0.49 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 1.64 a 3.07,3.07 0 0 1 2.23,0.77 2.86,2.86 0 0 1 0.79,2.15 2.87,2.87 0 0 1 -0.79,2.16 3.07,3.07 0 0 1 -2.23,0.77 h -1.64 a 0.52,0.52 0 0 1 -0.38,-0.14 z m 2,-0.74 a 1.8,1.8 0 0 0 2,-2.06 1.8,1.8 0 0 0 -2,-2 h -1 v 4.11 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1188" />
<path
inkscape:connector-curvature="0"
d="m -57.3,461.33 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.47,0.47 0 0 1 -0.25,-0.07 0.47,0.47 0 0 1 -0.18,-0.22 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.47,0.47 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.53,0.53 0 0 1 0.23,-0.25 0.65,0.65 0 0 1 0.33,-0.09 0.65,0.65 0 0 1 0.33,0.09 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1190" />
<path
inkscape:connector-curvature="0"
d="m -50.1,456 a 0.53,0.53 0 0 1 0.14,0.39 v 4.91 a 0.49,0.49 0 0 1 -0.13,0.37 0.47,0.47 0 0 1 -0.35,0.13 0.44,0.44 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -3.42 l -1.41,2.67 a 0.83,0.83 0 0 1 -0.22,0.27 0.45,0.45 0 0 1 -0.27,0.09 0.46,0.46 0 0 1 -0.27,-0.08 0.77,0.77 0 0 1 -0.22,-0.27 l -1.42,-2.63 v 3.38 a 0.51,0.51 0 0 1 -0.13,0.36 0.45,0.45 0 0 1 -0.34,0.14 0.44,0.44 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -4.91 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.37,-0.15 0.56,0.56 0 0 1 0.51,0.36 l 1.84,3.51 1.83,-3.51 a 0.55,0.55 0 0 1 0.49,-0.36 0.49,0.49 0 0 1 0.36,0.14 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1192-9" />
<path
inkscape:connector-curvature="0"
d="m -47.71,461.66 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.86 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2 a 2.11,2.11 0 0 1 1.46,0.47 1.68,1.68 0 0 1 0.52,1.32 1.69,1.69 0 0 1 -0.52,1.32 2.1,2.1 0 0 1 -1.46,0.47 h -1.49 v 1.79 a 0.54,0.54 0 0 1 -0.15,0.39 0.53,0.53 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.34,-0.15 z m 2.28,-3 q 1.1,0 1.1,-1 0,-1 -1.1,-1 h -1.35 v 1.93 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1194-5" />
</g>
<g
style="display:inline"
id="g1026"
transform="translate(44.760487,42.713361)">
<path
inkscape:connector-curvature="0"
id="path25377"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 21.263285,83.746531 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
id="path12074"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.762883,83.746531 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
id="path12070"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 23.9409,83.595581 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 h -0.806509 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 H 23.9409 Z m 0,0"
id="path12066"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline"
transform="translate(49.620829,45.359195)"
id="g910">
<g
id="g2847"
transform="translate(-16.881907,-2.6458334)">
<path
inkscape:connector-curvature="0"
id="path2839"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
</g>
<g
transform="translate(-1.0583334,-2.6458333)"
id="g1019">
<path
inkscape:connector-curvature="0"
id="path12062"
d="m 6.0202792,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.112135,-0.0474 0.112135,-0.10782 v -1.056659 c 0,-0.0604 -0.05175,-0.10782 -0.112135,-0.10782 -0.06038,0 -0.112135,0.0474 -0.112135,0.10782 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path12058"
d="m 6.6335022,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.10782,-0.0474 0.10782,-0.10782 v -0.797891 l 0.646931,0.8367 c 0.03019,0.0388 0.06038,0.069 0.112135,0.069 h 0.0086 c 0.06038,0 0.107823,-0.0518 0.107823,-0.11213 V 82.5691 c 0,-0.0604 -0.04744,-0.10782 -0.107823,-0.10782 -0.06038,0 -0.1078209,0.0474 -0.1078209,0.10782 v 0.77201 L 6.8836232,82.525979 c -0.03019,-0.0388 -0.06038,-0.0647 -0.112135,-0.0647 h -0.02586 c -0.06038,0 -0.112135,0.0518 -0.112135,0.112141 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
</g>
</g>
<g
style="display:inline"
id="g957"
transform="translate(51.56953,46.359541)">
<path
inkscape:connector-curvature="0"
id="path25971"
d="M 6.8381922,19.894786 H 13.712089"
style="display:inline;fill:none;fill-opacity:1;stroke:#f9f1cf;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
</g>
<g
style="display:inline"
transform="matrix(0.25689694,0,0,0.25689694,-32.235178,111.20219)"
id="g426-5">
<path
inkscape:connector-curvature="0"
d="m 34.11,-120.55 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.72 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.63,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.61,-0.14 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path414-6-0" />
<path
inkscape:connector-curvature="0"
d="m 39,-123.33 a 0.48,0.48 0 0 1 0.34,0.15 0.45,0.45 0 0 1 0.15,0.34 0.48,0.48 0 0 1 -0.13,0.32 l -1.49,1.77 v 1.75 a 0.51,0.51 0 0 1 -0.15,0.39 0.53,0.53 0 0 1 -0.37,0.14 0.55,0.55 0 0 1 -0.39,-0.14 0.51,0.51 0 0 1 -0.15,-0.39 v -1.77 l -1.48,-1.77 a 0.45,0.45 0 0 1 -0.13,-0.32 0.46,0.46 0 0 1 0.15,-0.34 0.46,0.46 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.3,1.58 1.3,-1.58 a 0.45,0.45 0 0 1 0.36,-0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path416-1-6" />
<path
inkscape:connector-curvature="0"
d="m 40.83,-118.6 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.75,1.75 0 0 1 1.22,0.39 1.41,1.41 0 0 1 0.44,1.1 1.41,1.41 0 0 1 -0.44,1.1 1.75,1.75 0 0 1 -1.22,0.39 h -1.15 v 1.32 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.13 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1 v 1.38 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path418-5" />
<path
inkscape:connector-curvature="0"
d="m 49.92,-118.92 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.44,0.44 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.61,0.61 0 0 1 0.2,0.24 l 1.84,3.86 a 0.55,0.55 0 0 1 0.08,0.22 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path420-3" />
<path
inkscape:connector-curvature="0"
d="m 51.85,-118.56 a 2.09,2.09 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.29,2.29 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.33,4.33 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.7,1.7 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -1.06,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path422-1" />
<path
inkscape:connector-curvature="0"
d="m 57,-118.56 a 2.09,2.09 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.29,2.29 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.33,4.33 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.7,1.7 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -1.06,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path424-0" />
</g>
<g
style="display:inline"
transform="translate(51.56953,63.464886)"
id="g4313">
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#f9f1cf;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="M 6.8381922,19.894786 H 13.712089"
id="path4311"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline"
id="g4317"
transform="translate(51.56953,80.570234)">
<path
inkscape:connector-curvature="0"
id="path4315"
d="M 6.8381922,19.894786 H 13.712089"
style="display:inline;fill:none;fill-opacity:1;stroke:#f9f1cf;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
</g>
<g
transform="matrix(0.26458334,0,0,0.26458334,-36.723332,13.606919)"
id="g4657"
style="display:inline;fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 71.12,40.12 a 0.24,0.24 0 0 1 0.27,0.27 v 1 a 0.25,0.25 0 0 1 -0.27,0.27 h -2.3 a 0.25,0.25 0 0 0 -0.27,0.27 v 0.29 a 0.25,0.25 0 0 0 0.27,0.27 h 1.51 a 0.24,0.24 0 0 1 0.27,0.27 v 1 a 0.25,0.25 0 0 1 -0.27,0.27 h -1.51 a 0.25,0.25 0 0 0 -0.27,0.27 v 1.87 a 0.25,0.25 0 0 1 -0.28,0.27 H 67.19 A 0.25,0.25 0 0 1 66.92,46.17 V 40.4 a 0.25,0.25 0 0 1 0.27,-0.27 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path4653" />
<path
inkscape:connector-curvature="0"
d="m 76.9,46.2 c 0.11,0.19 0,0.33 -0.19,0.33 h -1.14 a 0.34,0.34 0 0 1 -0.33,-0.18 l -0.91,-1.54 c 0,-0.06 -0.08,-0.06 -0.12,0 l -0.88,1.53 A 0.33,0.33 0 0 1 73,46.53 h -1.24 c -0.22,0 -0.3,-0.14 -0.19,-0.33 l 1.76,-3 a 0.11,0.11 0 0 0 0,-0.13 l -1.56,-2.65 c -0.11,-0.19 0,-0.33 0.19,-0.33 h 1.14 a 0.34,0.34 0 0 1 0.33,0.18 l 0.74,1.27 c 0,0.06 0.09,0.06 0.13,0 L 75,40.31 a 0.34,0.34 0 0 1 0.33,-0.18 h 1.14 c 0.21,0 0.29,0.14 0.18,0.33 l -1.54,2.69 a 0.11,0.11 0 0 0 0,0.13 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path4655" />
</g>
<g
style="display:inline"
transform="matrix(0.26458334,0,0,0.26458334,-425.35323,-121.74461)"
id="g1224">
<path
inkscape:connector-curvature="0"
id="path1214"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1524.81,171.24 a 1.49,1.49 0 0 1 0.28,0.91 1.41,1.41 0 0 1 -0.54,1.17 2.32,2.32 0 0 1 -1.47,0.42 h -2.14 a 0.52,0.52 0 0 1 -0.38,-0.13 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.06 a 2.28,2.28 0 0 1 1.43,0.4 1.47,1.47 0 0 1 0.27,1.93 1.41,1.41 0 0 1 -0.68,0.5 1.42,1.42 0 0 1 0.79,0.51 z m -3.34,-0.88 h 1.35 q 1.1,0 1.1,-0.82 a 0.71,0.71 0 0 0 -0.27,-0.61 1.41,1.41 0 0 0 -0.83,-0.2 h -1.35 z m 2.34,2.35 a 0.77,0.77 0 0 0 0.27,-0.65 0.79,0.79 0 0 0 -0.27,-0.66 1.35,1.35 0 0 0 -0.84,-0.22 h -1.49 v 1.73 h 1.52 a 1.38,1.38 0 0 0 0.81,-0.2 z" />
<path
inkscape:connector-curvature="0"
id="path1216"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1527.05,173.62 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.48 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.14 z" />
<path
inkscape:connector-curvature="0"
id="path1218"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1532.49,173.62 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.85 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.31 0.4,0.4 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.38,0.38 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.15 z" />
<path
inkscape:connector-curvature="0"
id="path1220"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1542.88,168 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.55,0.55 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.48,0.48 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.56,0.56 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.49,0.49 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.47,0.47 0 0 1 0.36,-0.15 0.48,0.48 0 0 1 0.36,0.16 z" />
<path
inkscape:connector-curvature="0"
id="path1222"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1545.24,173.62 a 0.49,0.49 0 0 1 -0.14,-0.37 v -4.85 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 1.64 a 3.07,3.07 0 0 1 2.23,0.77 3.34,3.34 0 0 1 0,4.32 3.07,3.07 0 0 1 -2.23,0.77 h -1.64 a 0.52,0.52 0 0 1 -0.38,-0.14 z m 2,-0.74 a 2.055,2.055 0 0 0 0,-4.11 h -1 v 4.11 z" />
</g>
<g
style="display:inline"
transform="matrix(0.26458334,0,0,0.26458334,-429.04549,-139.40547)"
id="g1679">
<path
inkscape:connector-curvature="0"
id="path1667"
style="fill:#ffffff"
transform="translate(319.8,697.39)"
d="m 1521.72,43.16 a 0.68,0.68 0 0 1 -0.27,0.55 1,1 0 0 1 -1.07,0.11 0.89,0.89 0 0 1 -0.36,-0.34 l -1.58,-2.35 a 1.44,1.44 0 0 0 -0.43,-0.45 1.1,1.1 0 0 0 -0.58,-0.14 h -1 V 43 a 0.94,0.94 0 0 1 -0.25,0.68 0.89,0.89 0 0 1 -0.67,0.25 0.87,0.87 0 0 1 -0.94,-0.94 v -6.74 a 0.79,0.79 0 0 1 0.88,-0.88 h 3 a 3.38,3.38 0 0 1 2.25,0.65 2.36,2.36 0 0 1 0.76,1.89 2.44,2.44 0 0 1 -0.54,1.62 2.59,2.59 0 0 1 -1.52,0.85 1.58,1.58 0 0 1 0.64,0.28 2.41,2.41 0 0 1 0.55,0.61 l 0.91,1.37 a 0.92,0.92 0 0 1 0.22,0.52 z m -2.34,-4.31 a 1.27,1.27 0 0 0 0,-1.77 1.93,1.93 0 0 0 -1.16,-0.28 h -1.79 v 2.33 h 1.79 a 1.9,1.9 0 0 0 1.16,-0.28 z" />
<path
inkscape:connector-curvature="0"
id="path1669"
style="fill:#ffffff"
transform="translate(319.8,697.39)"
d="m 1528.23,42.27 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.29,4.29 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.61,2.61 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.9,2.9 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.43,2.43 0 0 1 0.94,1 3.32,3.32 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.36 a 1.59,1.59 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.13,2.13 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.78,0.32 z" />
<path
inkscape:connector-curvature="0"
id="path1671"
style="fill:#ffffff"
transform="translate(319.8,697.39)"
d="m 1534,38 a 0.78,0.78 0 0 1 0.43,-0.13 0.91,0.91 0 0 1 0.6,0.22 0.68,0.68 0 0 1 0.26,0.53 0.79,0.79 0 0 1 -0.08,0.35 l -2.21,4.39 a 0.87,0.87 0 0 1 -0.36,0.4 1,1 0 0 1 -1,0 0.93,0.93 0 0 1 -0.37,-0.4 l -2.16,-4.43 a 0.82,0.82 0 0 1 -0.07,-0.32 0.69,0.69 0 0 1 0.28,-0.55 1,1 0 0 1 0.63,-0.23 0.85,0.85 0 0 1 0.46,0.13 0.86,0.86 0 0 1 0.32,0.38 l 1.48,3.23 1.46,-3.23 A 0.88,0.88 0 0 1 1534,38 Z" />
<path
inkscape:connector-curvature="0"
id="path1673"
style="fill:#ffffff"
transform="translate(319.8,697.39)"
d="m 1541.28,42.27 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.28,4.28 0 0 1 -0.95,0.35 4,4 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.28,3.28 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.41,2.41 0 0 1 0.94,1 3.3,3.3 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.12,0.4 0.46,0.46 0 0 1 -0.35,0.14 h -3.36 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.14,2.14 0 0 0 0.63,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.86,0.86 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.41,0.24 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.08,1.08 0 0 0 -0.83,0.32 z" />
<path
inkscape:connector-curvature="0"
id="path1675"
style="fill:#ffffff"
transform="translate(319.8,697.39)"
d="m 1546.88,38 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.42,1.42 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.19 z" />
<path
inkscape:connector-curvature="0"
id="path1677"
style="fill:#ffffff"
transform="translate(319.8,697.39)"
d="m 1552.85,38.17 a 2.5,2.5 0 0 1 0.92,1.06 3.68,3.68 0 0 1 0.33,1.6 3.76,3.76 0 0 1 -0.33,1.61 2.59,2.59 0 0 1 -0.92,1.09 2.41,2.41 0 0 1 -1.35,0.39 2.34,2.34 0 0 1 -1.1,-0.26 1.83,1.83 0 0 1 -0.76,-0.71 v 0.1 a 0.83,0.83 0 0 1 -0.24,0.62 0.89,0.89 0 0 1 -0.65,0.23 0.91,0.91 0 0 1 -0.65,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 v -6.91 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.68,-0.23 0.92,0.92 0 0 1 0.64,0.22 0.74,0.74 0 0 1 0.24,0.58 v 2.63 a 1.8,1.8 0 0 1 0.75,-0.69 2.37,2.37 0 0 1 1.09,-0.25 2.48,2.48 0 0 1 1.34,0.37 z m -0.9,3.93 a 2,2 0 0 0 0.35,-1.27 1.9,1.9 0 0 0 -0.35,-1.23 1.2,1.2 0 0 0 -1,-0.43 1.18,1.18 0 0 0 -1,0.44 2,2 0 0 0 -0.35,1.24 2,2 0 0 0 0.35,1.25 1.31,1.31 0 0 0 2,0 z" />
</g>
<g
style="display:inline"
transform="matrix(0.26458334,0,0,0.26458334,-425.35323,-136.90225)"
id="g1202">
<path
inkscape:connector-curvature="0"
id="path1192"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1520.72,102.06 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 1.64 a 3.07,3.07 0 0 1 2.23,0.77 3.33,3.33 0 0 1 0,4.32 3.07,3.07 0 0 1 -2.23,0.77 h -1.64 a 0.52,0.52 0 0 1 -0.38,-0.15 z m 2,-0.74 a 2.055,2.055 0 0 0 0,-4.11 h -1 v 4.11 z" />
<path
inkscape:connector-curvature="0"
id="path1194"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1527.81,102.06 a 0.49,0.49 0 0 1 -0.14,-0.37 v -4.84 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.6 h 2.3 a 0.57,0.57 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.39,0.39 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.15 z" />
<path
inkscape:connector-curvature="0"
id="path1196"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1534.51,101.9 a 2.42,2.42 0 0 1 -1,-1 3.9,3.9 0 0 1 0,-3.18 2.43,2.43 0 0 1 1,-1 2.92,2.92 0 0 1 1.48,-0.37 3.21,3.21 0 0 1 1,0.16 2.68,2.68 0 0 1 0.85,0.47 0.47,0.47 0 0 1 0.15,0.17 0.53,0.53 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.1,0.31 0.3,0.3 0 0 1 -0.24,0.12 0.61,0.61 0 0 1 -0.34,-0.12 2.48,2.48 0 0 0 -0.66,-0.37 2.13,2.13 0 0 0 -0.68,-0.1 1.6,1.6 0 0 0 -1.31,0.54 3.07,3.07 0 0 0 0,3.18 1.6,1.6 0 0 0 1.31,0.54 2,2 0 0 0 0.66,-0.11 3.17,3.17 0 0 0 0.68,-0.37 l 0.17,-0.08 a 0.46,0.46 0 0 1 0.17,0 0.3,0.3 0 0 1 0.24,0.12 0.48,0.48 0 0 1 0.1,0.31 0.54,0.54 0 0 1 0,0.22 0.46,0.46 0 0 1 -0.15,0.18 2.68,2.68 0 0 1 -0.85,0.47 3.22,3.22 0 0 1 -1,0.16 2.92,2.92 0 0 1 -1.48,-0.47 z" />
<path
inkscape:connector-curvature="0"
id="path1198"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1545.08,101.77 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.43,-0.29 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.53,0.53 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z" />
<path
inkscape:connector-curvature="0"
id="path1200"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1550,96.3 a 0.47,0.47 0 0 1 0.34,0.15 0.46,0.46 0 0 1 0.15,0.34 0.49,0.49 0 0 1 -0.12,0.32 l -1.88,2.3 v 2.3 a 0.52,0.52 0 0 1 -0.15,0.4 0.53,0.53 0 0 1 -0.38,0.14 0.54,0.54 0 0 1 -0.39,-0.14 0.52,0.52 0 0 1 -0.15,-0.4 v -2.3 l -1.88,-2.3 a 0.49,0.49 0 0 1 -0.12,-0.32 0.46,0.46 0 0 1 0.15,-0.34 0.47,0.47 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.36,0.18 l 1.7,2.11 1.69,-2.11 A 0.45,0.45 0 0 1 1550,96.3 Z" />
</g>
</g>
</svg>

+ 3342
- 0
repos/AS/res/SEQ16.svg
File diff suppressed because it is too large
View File


+ 358
- 0
repos/AS/res/SawOSC.svg View File

@@ -0,0 +1,358 @@
<?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="60"
height="380"
viewBox="0 0 15.875002 100.54168"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="SawOSC.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.1789474"
inkscape:cx="47.615885"
inkscape:cy="278.07947"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:window-width="1004"
inkscape:window-height="1393"
inkscape:window-x="541"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background">
<g
id="g166"
transform="matrix(0.17837079,0,0,0.26458333,-21.136939,0)"
style="fill:#44423e;fill-opacity:1">
<polygon
points="118.5,287.57 207.5,287.57 207.5,272.35 207.5,29.98 118.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="207.5,291.45 118.5,291.45 118.5,297.78 118.5,380 207.5,380 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="118.5,287.57 118.5,291.45 207.5,291.45 207.5,287.57 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="118.5,26.09 207.5,26.1 207.5,16.51 207.5,0 118.5,0 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="207.5,29.81 207.5,26.1 118.5,26.09 118.5,29.98 207.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.21034651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759-2"
width="15.874999"
height="5.2916665"
x="5.0153608e-07"
y="95.25" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-117.89568,-706.23001)"
data-name="Layer 2"
id="g1661-6"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659-6"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657-5" />
</g>
</g>
<rect
y="2.6458333e-06"
x="5.0153608e-07"
height="5.2916665"
width="15.874999"
id="rect1806-4"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.21034651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;vector-effect:none;fill:#3f3b38;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1686-1"
cx="7.9375"
cy="95.218727"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_2-2-7"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,-2.631166,31.483538)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_1-2-6-1"
data-name="Layer 1-2">
<path
id="path8-4-6-3"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<g
id="g1486">
<path
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1"
d="M 1.5406693,0.7410401 V 3.2385622 H 2.7333615 C 3.4623855,3.2776139 4.0851679,2.7185244 4.1250078,1.9895428 4.085169,1.2605618 3.4623855,0.70198842 2.7333615,0.7410401 Z"
id="rect861-6"
inkscape:connector-curvature="0" />
<path
id="path912"
d="m 1.540669,97.440866 v 2.497523 h 1.192693 c 0.729024,0.03905 1.351806,-0.520038 1.391646,-1.24902 -0.03984,-0.728981 -0.662622,-1.287554 -1.391646,-1.248503 z"
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
id="g1490">
<path
inkscape:connector-curvature="0"
id="path918"
d="M 14.331839,0.74104081 V 3.2385629 H 13.139146 C 12.410122,3.2776147 11.78734,2.7185251 11.7475,1.9895435 11.78734,1.2605625 12.410122,0.70198913 13.139146,0.74104081 Z"
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1" />
<path
inkscape:connector-curvature="0"
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1"
d="m 14.331839,97.440867 v 2.497523 h -1.192693 c -0.729024,0.03905 -1.351806,-0.520038 -1.391646,-1.24902 0.03984,-0.728981 0.662622,-1.287554 1.391646,-1.248503 z"
id="path920" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-196.45831)">
<g
style="display:inline"
id="g1026"
transform="translate(-14.643622,193.81249)">
<path
inkscape:connector-curvature="0"
id="path25377"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 21.263285,83.746531 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
id="path12074"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.762883,83.746531 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
id="path12070"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 23.9409,83.595581 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 h -0.806509 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 H 23.9409 Z m 0,0"
id="path12066"
inkscape:connector-curvature="0" />
</g>
<g
id="g1598"
transform="translate(-3.9687495)">
<g
style="display:inline"
id="g1528"
transform="translate(-10.674872,180.05416)">
<path
inkscape:connector-curvature="0"
id="path1520"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
</g>
<g
id="g540"
transform="matrix(0.26458333,0,0,0.26458333,-83.613387,158.6438)">
<path
id="path530"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 33.35,267.73 a 0.48,0.48 0 0 1 0.26,-0.07 0.56,0.56 0 0 1 0.37,0.14 0.42,0.42 0 0 1 0.16,0.33 0.48,0.48 0 0 1 0,0.2 l -1.84,3.88 a 0.54,0.54 0 0 1 -0.22,0.24 0.66,0.66 0 0 1 -0.65,0 0.53,0.53 0 0 1 -0.22,-0.24 l -1.84,-3.88 a 0.43,0.43 0 0 1 0,-0.2 0.42,0.42 0 0 1 0.17,-0.34 0.59,0.59 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.26,0.07 0.45,0.45 0 0 1 0.18,0.21 l 1.46,3.18 1.46,-3.18 a 0.45,0.45 0 0 1 0.07,-0.2 z"
inkscape:connector-curvature="0" />
<path
id="path532"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 35.3,272.94 a 0.41,0.41 0 0 1 -0.23,0.07 0.42,0.42 0 0 1 -0.28,-0.11 0.34,0.34 0 0 1 -0.12,-0.27 0.56,0.56 0 0 1 0,-0.14 l 1.56,-4.9 a 0.4,0.4 0 0 1 0.15,-0.21 0.4,0.4 0 0 1 0.23,-0.07 0.42,0.42 0 0 1 0.29,0.11 0.34,0.34 0 0 1 0.12,0.27 0.54,0.54 0 0 1 0,0.14 l -1.56,4.9 a 0.37,0.37 0 0 1 -0.16,0.21 z"
inkscape:connector-curvature="0" />
<path
id="path534"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 39,272.26 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.11,3.11 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
inkscape:connector-curvature="0" />
<path
id="path536"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 45.06,272.26 a 2,2 0 0 1 -0.82,-0.86 3.12,3.12 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.48,0.48 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.52,1.52 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.41 1.88,1.88 0 0 0 -0.3,1.18 q 0,1.62 1.31,1.62 a 1.44,1.44 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.48,0.48 0 0 1 0.1,0.3 0.44,0.44 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z"
inkscape:connector-curvature="0" />
<path
id="path538"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 50.57,272.39 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 V 272 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.25114532,0,0,0.26458333,-1.3576467,205.10223)"
id="g172"
style="fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 10.353311,10.02 a 0.9,0.9 0 0 1 -0.26,-0.67 V 3.3 H 8.1533115 q -0.89,0 -0.89,-0.77 0,-0.77 0.89,-0.76 h 5.7600005 q 0.89,0 0.89,0.76 0,0.76 -0.89,0.77 h -1.94 v 6.07 a 0.91,0.91 0 0 1 -0.25,0.67 1,1 0 0 1 -1.360001,0 z"
style="fill:#fff7d4;fill-opacity:1"
id="path152" />
<path
inkscape:connector-curvature="0"
d="m 15.133859,3.02 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 V 5.07 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.64,-0.22 z"
style="fill:#fff7d4;fill-opacity:1"
id="path154" />
<path
inkscape:connector-curvature="0"
d="m 22.875906,4.81 a 2.86,2.86 0 0 1 0.52,1.87 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 V 6.76 a 1.4,1.4 0 0 0 -0.22,-0.88 0.83,0.83 0 0 0 -0.69,-0.28 1.19,1.19 0 0 0 -0.86,0.42 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 V 5.02 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.67,-0.23 0.85,0.85 0 0 1 0.61,0.22 0.75,0.75 0 0 1 0.23,0.57 v 0.17 a 2.06,2.06 0 0 1 0.81,-0.73 2.45,2.45 0 0 1 1.12,-0.25 1.93,1.93 0 0 1 1.53,0.64 z"
style="fill:#fff7d4;fill-opacity:1"
id="path156" />
<path
inkscape:connector-curvature="0"
d="m 28.497953,4.36 a 0.81,0.81 0 0 1 0.43,-0.12 0.92,0.92 0 0 1 0.61,0.22 0.68,0.68 0 0 1 0.26,0.53 0.75,0.75 0 0 1 -0.08,0.34 l -3.23,6.62 a 0.87,0.87 0 0 1 -0.32,0.38 0.81,0.81 0 0 1 -0.43,0.13 0.87,0.87 0 0 1 -0.59,-0.22 0.67,0.67 0 0 1 -0.25,-0.53 0.79,0.79 0 0 1 0.08,-0.36 l 0.79,-1.64 -2.14,-4.37 a 0.82,0.82 0 0 1 -0.07,-0.32 0.69,0.69 0 0 1 0.28,-0.55 1,1 0 0 1 0.64,-0.23 0.83,0.83 0 0 1 0.44,0.13 0.87,0.87 0 0 1 0.32,0.38 l 1.5,3.27 1.49,-3.28 a 0.78,0.78 0 0 1 0.27,-0.38 z"
style="fill:#fff7d4;fill-opacity:1"
id="path158" />
<path
inkscape:connector-curvature="0"
d="m 38.78,25.1 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.82,0.82 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.9,2.9 0 0 1 1.28,-0.9 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.82,0.82 0 0 1 -0.25,0 1.69,1.69 0 0 1 -0.32,-0.16 5.08,5.08 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.05,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.76,1.52 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.7,6.7 0 0 1 -1.8,-0.22 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path160" />
<path
inkscape:connector-curvature="0"
d="m 41.900809,4.83 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.83,0.83 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -0.64,0.22 0.83,0.83 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 V 9.39 a 1.42,1.42 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.03,-0.25 1.9,1.9 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.4,9.4 0 0 1 2,-0.17 h 0.31 V 6.49 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.72,4.72 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.89,3.89 0 0 1 1,-0.36 5.58,5.58 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.93,0.67 z m -1.43,3.9 a 1.31,1.31 0 0 0 0.32,-0.92 v -0.2 h -0.21 a 4.11,4.11 0 0 0 -1.36,0.16 0.57,0.57 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.87,-0.36 z"
style="fill:#fff7d4;fill-opacity:1"
id="path162" />
<path
inkscape:connector-curvature="0"
d="m 51.523527,4.36 a 0.71,0.71 0 0 1 0.41,-0.13 0.89,0.89 0 0 1 0.6,0.23 0.72,0.72 0 0 1 0.26,0.56 0.89,0.89 0 0 1 -0.07,0.32 l -2,4.42 a 0.8,0.8 0 0 1 -0.35,0.4 1,1 0 0 1 -0.5,0.14 1,1 0 0 1 -0.51,-0.14 0.8,0.8 0 0 1 -0.34,-0.4 l -1.28,-3 -1.24,3 a 0.81,0.81 0 0 1 -0.34,0.4 1,1 0 0 1 -0.52,0.14 1,1 0 0 1 -0.52,-0.14 0.8,0.8 0 0 1 -0.35,-0.4 l -2,-4.42 a 0.83,0.83 0 0 1 0.02,-0.32 0.7,0.7 0 0 1 0.28,-0.56 1,1 0 0 1 0.64,-0.23 0.77,0.77 0 0 1 0.44,0.13 0.85,0.85 0 0 1 0.31,0.38 l 1.28,3.28 1.31,-3.2 a 0.85,0.85 0 0 1 0.32,-0.39 0.82,0.82 0 0 1 0.46,-0.14 0.89,0.89 0 0 1 0.47,0.13 0.8,0.8 0 0 1 0.32,0.4 l 1.33,3.2 1.27,-3.23 a 0.87,0.87 0 0 1 0.3,-0.43 z"
style="fill:#fff7d4;fill-opacity:1"
id="path164" />
<path
inkscape:connector-curvature="0"
d="m 53.244191,3.02 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.12,1.12 0 0 1 0.76,-0.24 1.1,1.1 0 0 1 0.75,0.25 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 V 5.07 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.67,-0.21 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.67,-0.23 z"
style="fill:#fff7d4;fill-opacity:1"
id="path166" />
<path
inkscape:connector-curvature="0"
d="m 56.667544,10.21 a 2.87,2.87 0 0 1 -0.95,-0.38 0.74,0.74 0 0 1 -0.28,-0.29 0.86,0.86 0 0 1 -0.1,-0.41 0.69,0.69 0 0 1 0.16,-0.46 0.48,0.48 0 0 1 0.38,-0.19 1,1 0 0 1 0.31,0.05 l 0.32,0.13 a 4.34,4.34 0 0 0 0.66,0.25 3,3 0 0 0 0.8,0.09 1.34,1.34 0 0 0 0.65,-0.13 0.4,0.4 0 0 0 0.23,-0.36 0.36,0.36 0 0 0 -0.1,-0.27 0.93,0.93 0 0 0 -0.31,-0.22 q -0.28,-0.08 -0.88,-0.2 a 3.31,3.31 0 0 1 -1.54,-0.61 1.43,1.43 0 0 1 -0.47,-1.14 1.56,1.56 0 0 1 0.33,-1 2.2,2.2 0 0 1 0.91,-0.68 3.27,3.27 0 0 1 1.3,-0.25 3.88,3.88 0 0 1 1,0.13 3.22,3.22 0 0 1 0.88,0.37 0.8,0.8 0 0 1 0.22,1.15 0.48,0.48 0 0 1 -0.38,0.19 1.41,1.41 0 0 1 -0.66,-0.22 3.52,3.52 0 0 0 -0.55,-0.23 1.94,1.94 0 0 0 -0.58,-0.08 1.08,1.08 0 0 0 -0.59,0.14 0.43,0.43 0 0 0 -0.22,0.38 0.42,0.42 0 0 0 0.25,0.38 4,4 0 0 0 1,0.26 5.24,5.24 0 0 1 1.26,0.38 1.52,1.52 0 0 1 0.66,0.56 1.62,1.62 0 0 1 0.2,0.85 1.58,1.58 0 0 1 -0.7,1.36 3.15,3.15 0 0 1 -1.88,0.5 5.94,5.94 0 0 1 -1.33,-0.05 z"
style="fill:#fff7d4;fill-opacity:1"
id="path168" />
<path
inkscape:connector-curvature="0"
d="m 66.758029,6.68 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 v -2.8 a 1.18,1.18 0 0 0 -0.22,-0.79 0.86,0.86 0 0 0 -0.69,-0.26 1.19,1.19 0 0 0 -0.91,0.36 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 V 2.54 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.68,-0.23 0.91,0.91 0 0 1 0.64,0.22 0.74,0.74 0 0 1 0.24,0.58 v 2.61 a 2,2 0 0 1 0.8,-0.69 2.57,2.57 0 0 1 1.12,-0.23 q 2.06,0 2.06,2.48 z"
style="fill:#fff7d4;fill-opacity:1"
id="path170" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,2.2183824,201.54783)"
id="g193">
<path
inkscape:connector-curvature="0"
d="m -119.68,91.42 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.85 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.37 v 1.59 h 2.21 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 V 91 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.39,-0.12 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path185" />
<path
inkscape:connector-curvature="0"
d="m -109.51,91.14 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.1,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 V 91 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.82 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.08,0.28 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.39 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.85,-0.25 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path187" />
<path
inkscape:connector-curvature="0"
d="m -107.56,91.39 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path189" />
<path
inkscape:connector-curvature="0"
d="m -97.21,92.34 a 0.55,0.55 0 0 1 0.09,0.29 0.38,0.38 0 0 1 -0.15,0.31 0.54,0.54 0 0 1 -0.35,0.12 0.59,0.59 0 0 1 -0.28,-0.07 0.55,0.55 0 0 1 -0.22,-0.21 L -98.6,92 a 0.72,0.72 0 0 0 -0.3,-0.28 1.11,1.11 0 0 0 -0.49,-0.09 2.89,2.89 0 0 1 -1.48,-0.37 2.44,2.44 0 0 1 -1,-1 3.52,3.52 0 0 1 -0.34,-1.59 3.49,3.49 0 0 1 0.34,-1.59 2.45,2.45 0 0 1 1,-1 2.89,2.89 0 0 1 1.48,-0.37 2.88,2.88 0 0 1 1.47,0.37 2.45,2.45 0 0 1 1,1 3.5,3.5 0 0 1 0.34,1.59 3.44,3.44 0 0 1 -0.39,1.7 2.34,2.34 0 0 1 -1.12,1 1.2,1.2 0 0 1 0.63,0.55 z m -0.93,-2.15 a 2.47,2.47 0 0 0 0.45,-1.59 2.45,2.45 0 0 0 -0.44,-1.6 1.54,1.54 0 0 0 -1.26,-0.55 1.55,1.55 0 0 0 -1.27,0.55 2.45,2.45 0 0 0 -0.45,1.59 2.47,2.47 0 0 0 0.45,1.59 1.54,1.54 0 0 0 1.27,0.56 1.53,1.53 0 0 0 1.26,-0.55 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path191" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,2.2166906,215.81635)"
id="g201">
<path
inkscape:connector-curvature="0"
d="m -112.79,96.2 a 0.53,0.53 0 0 1 0.14,0.39 v 4.91 a 0.49,0.49 0 0 1 -0.13,0.37 0.47,0.47 0 0 1 -0.35,0.13 0.44,0.44 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -3.42 l -1.41,2.67 a 0.82,0.82 0 0 1 -0.22,0.27 0.44,0.44 0 0 1 -0.27,0.09 0.46,0.46 0 0 1 -0.27,-0.08 0.76,0.76 0 0 1 -0.22,-0.27 l -1.42,-2.63 v 3.38 a 0.51,0.51 0 0 1 -0.13,0.36 0.45,0.45 0 0 1 -0.34,0.14 0.44,0.44 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -4.93 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.37,-0.15 0.56,0.56 0 0 1 0.51,0.36 l 1.84,3.51 1.83,-3.51 a 0.55,0.55 0 0 1 0.49,-0.36 0.5,0.5 0 0 1 0.36,0.16 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path195" />
<path
inkscape:connector-curvature="0"
d="m -109.42,101.66 a 2.44,2.44 0 0 1 -1,-1 3.52,3.52 0 0 1 -0.34,-1.59 3.53,3.53 0 0 1 0.34,-1.59 2.42,2.42 0 0 1 1,-1 2.92,2.92 0 0 1 1.49,-0.37 2.9,2.9 0 0 1 1.48,0.37 2.43,2.43 0 0 1 1,1 3.53,3.53 0 0 1 0.34,1.59 3.52,3.52 0 0 1 -0.34,1.59 2.44,2.44 0 0 1 -1,1 2.87,2.87 0 0 1 -1.47,0.37 2.89,2.89 0 0 1 -1.5,-0.37 z m 2.74,-1 a 2.47,2.47 0 0 0 0.45,-1.59 2.45,2.45 0 0 0 -0.45,-1.59 1.54,1.54 0 0 0 -1.26,-0.55 1.55,1.55 0 0 0 -1.27,0.55 2.45,2.45 0 0 0 -0.45,1.59 2.47,2.47 0 0 0 0.45,1.59 1.54,1.54 0 0 0 1.27,0.56 1.53,1.53 0 0 0 1.26,-0.61 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path197" />
<path
inkscape:connector-curvature="0"
d="m -103.12,101.81 a 0.5,0.5 0 0 1 -0.14,-0.37 V 96.6 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 1.64 a 3.07,3.07 0 0 1 2.23,0.77 2.86,2.86 0 0 1 0.8,2.13 2.87,2.87 0 0 1 -0.79,2.16 3.07,3.07 0 0 1 -2.23,0.77 h -1.64 a 0.52,0.52 0 0 1 -0.39,-0.12 z m 2,-0.74 a 1.8,1.8 0 0 0 2,-2.06 1.8,1.8 0 0 0 -2,-2.05 h -1 v 4.11 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path199" />
</g>
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.10583333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 7.9375,243.74067 v 4.92145"
id="path27769"
inkscape:connector-curvature="0" />
</g>
</svg>

BIN
repos/AS/res/Segment7Standard.ttf View File


+ 528
- 0
repos/AS/res/SignalDelay.svg View File

@@ -0,0 +1,528 @@
<?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="90"
height="380"
viewBox="0 0 23.8125 100.54169"
version="1.1"
id="svg4541"
sodipodi:docname="SignalDelay.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.8695602"
inkscape:cx="-40.250108"
inkscape:cy="188.01213"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1896"
inkscape:window-height="1368"
inkscape:window-x="63"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata4538">
<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:groupmode="layer"
id="layer3"
inkscape:label="Layer 0"
transform="translate(0,8.0744425e-6)">
<g
id="g1199" />
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.22310616;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="23.8125"
height="100.54166"
x="6.6526909e-06"
y="-8.0744421e-06" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-706.23002)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="23.8125"
height="5.2916665"
x="6.6526909e-06"
y="95.249992" />
<rect
y="-8.0744421e-06"
x="6.6526909e-06"
height="5.2916665"
width="23.8125"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="translate(0,6.7027791)"
style="display:inline"
id="g2195">
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1732"
cx="11.906258"
cy="88.515938"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1738"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,1.337592,24.780751)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1736"
data-name="Layer 1-2">
<path
id="path1734"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
</g>
<rect
ry="1.3924577"
y="97.441681"
x="3.5040026"
height="2.5"
width="5"
id="rect863"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,97.441595 c -0.771421,0 -1.392162,0.557551 -1.392162,1.25005 0,0.692499 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.557551 1.39216,-1.25005 0,-0.692499 -0.62074,-1.25005 -1.39216,-1.25005 z"
id="rect865"
inkscape:connector-curvature="0" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5040026"
y="0.74166477"
ry="1.3924577" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,0.74151318 c -0.771421,0 -1.392162,0.55756002 -1.392162,1.25006002 0,0.6925 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.55755 1.39216,-1.25005 0,-0.6925 -0.62074,-1.25006002 -1.39216,-1.25006002 z"
id="path1191"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.26458333,0,0,0.26458333,-246.41697,-305.52375)"
id="g1606">
<path
inkscape:connector-curvature="0"
id="path1602"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 623.25,612.89 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z" />
<path
inkscape:connector-curvature="0"
id="path1604"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 629.83,608.31 a 0.53,0.53 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.53,0.53 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z" />
</g>
<g
transform="matrix(0.26455981,0,0,0.26458333,-238.03052,-316.81872)"
id="g1616">
<path
inkscape:connector-curvature="0"
id="path1608"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 615.48,655.56 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.52,0.52 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z" />
<path
inkscape:connector-curvature="0"
id="path1610"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 623.29,651 a 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.57,0.57 0 0 1 -0.76,0 0.53,0.53 0 0 1 -0.14,-0.39 v -1.52 h -2.21 v 1.52 a 0.52,0.52 0 0 1 -0.14,0.38 0.5,0.5 0 0 1 -0.37,0.15 0.52,0.52 0 0 1 -0.38,-0.14 0.53,0.53 0 0 1 -0.14,-0.39 v -3.81 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 1.45 h 2.21 v -1.45 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.37,0.15 z" />
<path
inkscape:connector-curvature="0"
id="path1612"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 629.09,655.29 a 0.38,0.38 0 0 1 -0.15,0.31 0.57,0.57 0 0 1 -0.61,0.06 0.5,0.5 0 0 1 -0.2,-0.19 l -0.9,-1.33 a 0.81,0.81 0 0 0 -0.25,-0.26 0.62,0.62 0 0 0 -0.33,-0.08 h -0.55 v 1.37 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 0.49,0.49 0 0 1 -0.53,-0.53 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 1.71 a 1.91,1.91 0 0 1 1.27,0.37 1.33,1.33 0 0 1 0.43,1.07 1.38,1.38 0 0 1 -0.31,0.92 1.47,1.47 0 0 1 -0.86,0.48 0.9,0.9 0 0 1 0.36,0.16 1.39,1.39 0 0 1 0.31,0.34 l 0.52,0.78 a 0.52,0.52 0 0 1 0.11,0.31 z m -1.33,-2.44 a 0.72,0.72 0 0 0 0,-1 1.09,1.09 0 0 0 -0.66,-0.16 h -1 V 653 h 1 a 1.08,1.08 0 0 0 0.67,-0.16 z" />
<path
inkscape:connector-curvature="0"
id="path1614"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 631,655.21 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-236.57981,-332.09603)"
data-name="g1026"
id="g1026-7">
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="M 644.42,713.45 A 2.47,2.47 0 0 0 647,711 a 2.53,2.53 0 0 0 -5.05,0 v 0 a 2.44,2.44 0 0 0 2.51,2.45 z m 0,-1 A 1.45,1.45 0 0 1 643,711 a 1.42,1.42 0 0 1 1.42,-1.48 1.44,1.44 0 0 1 1.45,1.48 v 0 a 1.43,1.43 0 0 1 -1.43,1.48 z"
data-name="path12074"
id="path12074-7" />
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 650.09,713.45 a 1.92,1.92 0 0 0 2.09,-2.15 v -2.2 a 0.52,0.52 0 0 0 -1,0 v 2.25 c 0,0.75 -0.39,1.14 -1,1.14 -0.61,0 -1,-0.41 -1,-1.17 v -2.22 a 0.52,0.52 0 0 0 -0.52,-0.52 0.53,0.53 0 0 0 -0.52,0.52 v 2.23 a 1.89,1.89 0 0 0 2.05,2.12 z"
data-name="path12070"
id="path12070-7" />
<path
inkscape:connector-curvature="0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 654.55,712.88 a 0.52,0.52 0 0 0 1,0 v -3.29 h 1 a 0.5,0.5 0 1 0 0,-1 h -3 a 0.5,0.5 0 0 0 0,1 h 1 z"
data-name="path12066"
id="path12066-7" />
</g>
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1"
d="m 8.667,26.005484 4.028467,2e-6"
id="path25971"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<g
transform="translate(-1.6305862,16.983515)"
style="fill:#fff7d4;fill-opacity:1"
id="g929">
<path
inkscape:connector-curvature="0"
id="path11982"
d="m 6.2658942,15.206809 c 0.202706,0 0.336404,-0.0647 0.452853,-0.1682 0.02156,-0.0173 0.03881,-0.0474 0.03881,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.10782,-0.10351 -0.02586,0 -0.04744,0.009 -0.06469,0.0259 -0.09057,0.0776 -0.1811401,0.12076 -0.314838,0.12076 -0.2372091,0 -0.4140361,-0.2027 -0.4140361,-0.44853 0,-0.24584 0.176827,-0.44423 0.4140361,-0.44423 0.1207599,0 0.215644,0.0431 0.3019009,0.11214 0.01295,0.0129 0.0345,0.0216 0.06469,0.0216 0.06038,0 0.112134,-0.0474 0.112134,-0.10782 0,-0.0388 -0.02156,-0.069 -0.04313,-0.0862 -0.1121349,-0.0863 -0.2372069,-0.142331 -0.4312879,-0.142331 -0.379532,0 -0.64693,0.29327 -0.64693,0.64693 v 0.004 c 0,0.36228 0.271712,0.64693 0.638305,0.64693 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path11978"
d="m 7.5561012,15.202499 h 0.01295 c 0.06038,0 0.103509,-0.0345 0.1250719,-0.0906 l 0.444227,-1.0394 c 0.0043,-0.013 0.0086,-0.0302 0.0086,-0.0474 0,-0.0561 -0.04744,-0.1035 -0.107823,-0.1035 -0.05175,0 -0.09057,0.0345 -0.10782,0.069 l -0.3665959,0.91433 -0.362281,-0.9057 c -0.01725,-0.0474 -0.05607,-0.0776 -0.112135,-0.0776 -0.06469,0 -0.112134,0.0474 -0.112134,0.10782 0,0.0173 0.0043,0.0345 0.01295,0.0517 l 0.439913,1.03078 c 0.02156,0.0561 0.06469,0.0906 0.1250721,0.0906 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
</g>
<g
id="g7465"
transform="translate(5.0624515,3.1750001)">
<g
id="g1201"
transform="matrix(0.26458333,0,0,0.26458333,-238.59874,-306.03768)">
<path
d="m 618.37,577 a 0.52,0.52 0 0 1 -0.14,-0.39 v -4.48 h -1.51 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.44 h 4.09 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -1.51 v 4.48 a 0.5,0.5 0 0 1 -0.53,0.53 0.53,0.53 0 0 1 -0.4,-0.14 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1193"
inkscape:connector-curvature="0" />
<path
d="m 622.91,577 a 0.54,0.54 0 0 1 -0.14,-0.39 v -4.87 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.51,0.51 0 0 1 -0.39,-0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1195"
inkscape:connector-curvature="0" />
<path
d="m 631.5,571.33 a 0.53,0.53 0 0 1 0.14,0.39 v 4.91 a 0.49,0.49 0 0 1 -0.13,0.37 0.48,0.48 0 0 1 -0.35,0.13 0.45,0.45 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -3.42 l -1.41,2.67 a 0.81,0.81 0 0 1 -0.22,0.27 0.44,0.44 0 0 1 -0.27,0.09 0.46,0.46 0 0 1 -0.27,-0.08 0.76,0.76 0 0 1 -0.22,-0.27 l -1.42,-2.63 v 3.38 a 0.51,0.51 0 0 1 -0.13,0.36 0.5,0.5 0 0 1 -0.68,0 0.51,0.51 0 0 1 -0.12,-0.37 v -4.91 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.37,-0.15 0.56,0.56 0 0 1 0.51,0.36 l 1.84,3.51 1.83,-3.51 a 0.55,0.55 0 0 1 0.49,-0.36 0.5,0.5 0 0 1 0.36,0.15 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1197"
inkscape:connector-curvature="0" />
<path
d="m 633.88,576.95 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.31 0.4,0.4 0 0 1 -0.13,0.32 0.57,0.57 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.38,0.38 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path1199"
inkscape:connector-curvature="0" />
</g>
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1576"
transform="matrix(0.18053947,0,0,0.18053947,-70.782956,2.1649689)">
<path
inkscape:connector-curvature="0"
d="m 457.41822,164.77455 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.3,1.3 0 0 1 -0.37,-0.46 l -1.71,-3.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 v -6.82 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.44,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.63,0.26 z"
style="fill:#fff7d4;fill-opacity:1"
id="path526-8" />
<path
inkscape:connector-curvature="0"
d="m 461.57455,172.86515 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.82,0.82 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.9,2.9 0 0 1 1.28,-0.9 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.82,0.82 0 0 1 -0.25,0 1.69,1.69 0 0 1 -0.32,-0.16 5.08,5.08 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.05,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.7,6.7 0 0 1 -1.75,-0.25 z"
style="fill:#fff7d4;fill-opacity:1"
id="path326-8" />
</g>
</g>
<g
id="g897"
transform="matrix(0.26458333,0,0,0.26458333,-246.41697,-263.19042)">
<path
d="m 623.25,612.89 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path893"
inkscape:connector-curvature="0" />
<path
d="m 629.83,608.31 a 0.53,0.53 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.53,0.53 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path895"
inkscape:connector-curvature="0" />
</g>
<g
id="g907"
transform="matrix(0.26455981,0,0,0.26458333,-238.03052,-274.48538)">
<path
d="m 615.48,655.56 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.52,0.52 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path899"
inkscape:connector-curvature="0" />
<path
d="m 623.29,651 a 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.57,0.57 0 0 1 -0.76,0 0.53,0.53 0 0 1 -0.14,-0.39 v -1.52 h -2.21 v 1.52 a 0.52,0.52 0 0 1 -0.14,0.38 0.5,0.5 0 0 1 -0.37,0.15 0.52,0.52 0 0 1 -0.38,-0.14 0.53,0.53 0 0 1 -0.14,-0.39 v -3.81 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 1.45 h 2.21 v -1.45 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.37,0.15 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path901"
inkscape:connector-curvature="0" />
<path
d="m 629.09,655.29 a 0.38,0.38 0 0 1 -0.15,0.31 0.57,0.57 0 0 1 -0.61,0.06 0.5,0.5 0 0 1 -0.2,-0.19 l -0.9,-1.33 a 0.81,0.81 0 0 0 -0.25,-0.26 0.62,0.62 0 0 0 -0.33,-0.08 h -0.55 v 1.37 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 0.49,0.49 0 0 1 -0.53,-0.53 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 1.71 a 1.91,1.91 0 0 1 1.27,0.37 1.33,1.33 0 0 1 0.43,1.07 1.38,1.38 0 0 1 -0.31,0.92 1.47,1.47 0 0 1 -0.86,0.48 0.9,0.9 0 0 1 0.36,0.16 1.39,1.39 0 0 1 0.31,0.34 l 0.52,0.78 a 0.52,0.52 0 0 1 0.11,0.31 z m -1.33,-2.44 a 0.72,0.72 0 0 0 0,-1 1.09,1.09 0 0 0 -0.66,-0.16 h -1 V 653 h 1 a 1.08,1.08 0 0 0 0.67,-0.16 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path903"
inkscape:connector-curvature="0" />
<path
d="m 631,655.21 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path905"
inkscape:connector-curvature="0" />
</g>
<g
id="g915"
data-name="g1026"
transform="matrix(0.26458333,0,0,0.26458333,-236.57981,-289.76269)">
<path
id="path909"
data-name="path12074"
d="M 644.42,713.45 A 2.47,2.47 0 0 0 647,711 a 2.53,2.53 0 0 0 -5.05,0 v 0 a 2.44,2.44 0 0 0 2.51,2.45 z m 0,-1 A 1.45,1.45 0 0 1 643,711 a 1.42,1.42 0 0 1 1.42,-1.48 1.44,1.44 0 0 1 1.45,1.48 v 0 a 1.43,1.43 0 0 1 -1.43,1.48 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path911"
data-name="path12070"
d="m 650.09,713.45 a 1.92,1.92 0 0 0 2.09,-2.15 v -2.2 a 0.52,0.52 0 0 0 -1,0 v 2.25 c 0,0.75 -0.39,1.14 -1,1.14 -0.61,0 -1,-0.41 -1,-1.17 v -2.22 a 0.52,0.52 0 0 0 -0.52,-0.52 0.53,0.53 0 0 0 -0.52,0.52 v 2.23 a 1.89,1.89 0 0 0 2.05,2.12 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
<path
id="path913"
data-name="path12066"
d="m 654.55,712.88 a 0.52,0.52 0 0 0 1,0 v -3.29 h 1 a 0.5,0.5 0 1 0 0,-1 h -3 a 0.5,0.5 0 0 0 0,1 h 1 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
inkscape:connector-curvature="0" />
</g>
<g
id="g923"
style="fill:#fff7d4;fill-opacity:1"
transform="translate(-1.6305862,59.31685)">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 6.2658942,15.206809 c 0.202706,0 0.336404,-0.0647 0.452853,-0.1682 0.02156,-0.0173 0.03881,-0.0474 0.03881,-0.0776 0,-0.0561 -0.05175,-0.10351 -0.10782,-0.10351 -0.02586,0 -0.04744,0.009 -0.06469,0.0259 -0.09057,0.0776 -0.1811401,0.12076 -0.314838,0.12076 -0.2372091,0 -0.4140361,-0.2027 -0.4140361,-0.44853 0,-0.24584 0.176827,-0.44423 0.4140361,-0.44423 0.1207599,0 0.215644,0.0431 0.3019009,0.11214 0.01295,0.0129 0.0345,0.0216 0.06469,0.0216 0.06038,0 0.112134,-0.0474 0.112134,-0.10782 0,-0.0388 -0.02156,-0.069 -0.04313,-0.0862 -0.1121349,-0.0863 -0.2372069,-0.142331 -0.4312879,-0.142331 -0.379532,0 -0.64693,0.29327 -0.64693,0.64693 v 0.004 c 0,0.36228 0.271712,0.64693 0.638305,0.64693 z m 0,0"
id="path919"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 7.5561012,15.202499 h 0.01295 c 0.06038,0 0.103509,-0.0345 0.1250719,-0.0906 l 0.444227,-1.0394 c 0.0043,-0.013 0.0086,-0.0302 0.0086,-0.0474 0,-0.0561 -0.04744,-0.1035 -0.107823,-0.1035 -0.05175,0 -0.09057,0.0345 -0.10782,0.069 l -0.3665959,0.91433 -0.362281,-0.9057 c -0.01725,-0.0474 -0.05607,-0.0776 -0.112135,-0.0776 -0.06469,0 -0.112134,0.0474 -0.112134,0.10782 0,0.0173 0.0043,0.0345 0.01295,0.0517 l 0.439913,1.03078 c 0.02156,0.0561 0.06469,0.0906 0.1250721,0.0906 z m 0,0"
id="path921"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(5.0624515,45.508335)"
id="g941">
<g
transform="matrix(0.26458333,0,0,0.26458333,-238.59874,-306.03768)"
id="g933">
<path
inkscape:connector-curvature="0"
id="path925"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 618.37,577 a 0.52,0.52 0 0 1 -0.14,-0.39 v -4.48 h -1.51 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.44 h 4.09 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -1.51 v 4.48 a 0.5,0.5 0 0 1 -0.53,0.53 0.53,0.53 0 0 1 -0.4,-0.14 z" />
<path
inkscape:connector-curvature="0"
id="path927"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 622.91,577 a 0.54,0.54 0 0 1 -0.14,-0.39 v -4.87 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.15,0.39 0.52,0.52 0 0 1 -0.39,0.15 0.51,0.51 0 0 1 -0.39,-0.16 z" />
<path
inkscape:connector-curvature="0"
id="path929"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 631.5,571.33 a 0.53,0.53 0 0 1 0.14,0.39 v 4.91 a 0.49,0.49 0 0 1 -0.13,0.37 0.48,0.48 0 0 1 -0.35,0.13 0.45,0.45 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -3.42 l -1.41,2.67 a 0.81,0.81 0 0 1 -0.22,0.27 0.44,0.44 0 0 1 -0.27,0.09 0.46,0.46 0 0 1 -0.27,-0.08 0.76,0.76 0 0 1 -0.22,-0.27 l -1.42,-2.63 v 3.38 a 0.51,0.51 0 0 1 -0.13,0.36 0.5,0.5 0 0 1 -0.68,0 0.51,0.51 0 0 1 -0.12,-0.37 v -4.91 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.37,-0.15 0.56,0.56 0 0 1 0.51,0.36 l 1.84,3.51 1.83,-3.51 a 0.55,0.55 0 0 1 0.49,-0.36 0.5,0.5 0 0 1 0.36,0.15 z" />
<path
inkscape:connector-curvature="0"
id="path931"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 633.88,576.95 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.31 0.4,0.4 0 0 1 -0.13,0.32 0.57,0.57 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.38,0.38 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z" />
</g>
<g
transform="matrix(0.18053947,0,0,0.18053947,-70.782956,2.1649689)"
id="g939"
style="fill:#fff7d4;fill-opacity:1">
<path
id="path935"
style="fill:#fff7d4;fill-opacity:1"
d="m 457.41822,164.77455 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.3,1.3 0 0 1 -0.37,-0.46 l -1.71,-3.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 v -6.82 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.44,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.63,0.26 z"
inkscape:connector-curvature="0" />
<path
id="path937"
style="fill:#fff7d4;fill-opacity:1"
d="m 461.57455,172.86515 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.82,0.82 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.9,2.9 0 0 1 1.28,-0.9 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.82,0.82 0 0 1 -0.25,0 1.69,1.69 0 0 1 -0.32,-0.16 5.08,5.08 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.05,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.7,6.7 0 0 1 -1.75,-0.25 z"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.26641007,0,0,0.26458333,-240.29649,-289.63163)"
id="g5981">
<path
inkscape:connector-curvature="0"
id="path5959"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 592.3,440.14 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.89,0.89 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.83,0.83 0 0 1 0.26,0 1.63,1.63 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.23,4.23 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.65,7.65 0 0 1 -1.78,-0.55 2.3,2.3 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.89,2.89 0 0 1 1.21,-0.95 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.82,0.82 0 0 1 -0.19,0.53 0.55,0.55 0 0 1 -0.43,0.23 0.8,0.8 0 0 1 -0.25,0 1.66,1.66 0 0 1 -0.32,-0.16 5.13,5.13 0 0 0 -0.91,-0.47 3,3 0 0 0 -1,-0.16 2.05,2.05 0 0 0 -1.15,0.28 0.89,0.89 0 0 0 -0.42,0.77 0.69,0.69 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.23,8.23 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.74,2.74 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.72,6.72 0 0 1 -1.73,-0.2 z" />
<path
inkscape:connector-curvature="0"
id="path5961"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 599.08,433 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.28,1.28 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 v -4.33 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.23 z" />
<path
inkscape:connector-curvature="0"
id="path5963"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 608.14,434.48 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.56,3.56 0 0 1 -2.42,0.73 4.52,4.52 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.11,1.11 0 0 1 0.31,0.05 l 0.37,0.13 a 7.14,7.14 0 0 0 0.71,0.23 2.78,2.78 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 v -0.65 a 1.78,1.78 0 0 1 -0.76,0.72 2.4,2.4 0 0 1 -1.13,0.26 2.58,2.58 0 0 1 -1.36,-0.36 2.46,2.46 0 0 1 -0.93,-1 3.71,3.71 0 0 1 0,-3.08 2.5,2.5 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.83,1.83 0 0 1 0.76,0.71 v -0.12 a 0.78,0.78 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.67,0.19 z m -1.91,3.82 a 1.68,1.68 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.23,1.23 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.67,1.67 0 0 0 0.36,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 1,-0.41 z" />
<path
inkscape:connector-curvature="0"
id="path5965"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 615.28,434.84 a 2.86,2.86 0 0 1 0.52,1.87 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 v -2.69 a 1.4,1.4 0 0 0 -0.22,-0.88 0.83,0.83 0 0 0 -0.69,-0.28 1.19,1.19 0 0 0 -0.91,0.36 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 v -4.4 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.67,-0.23 0.85,0.85 0 0 1 0.61,0.22 0.75,0.75 0 0 1 0.23,0.57 v 0.17 a 2.06,2.06 0 0 1 0.81,-0.73 2.45,2.45 0 0 1 1.12,-0.25 1.93,1.93 0 0 1 1.58,0.58 z" />
<path
inkscape:connector-curvature="0"
id="path5967"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 622,434.85 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.83,0.83 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -0.64,0.22 0.83,0.83 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 v -0.08 a 1.42,1.42 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.91,1.91 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.43,9.43 0 0 1 2,-0.17 h 0.31 v -0.22 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.71,4.71 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.69,0.69 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.9,3.9 0 0 1 1,-0.36 5.62,5.62 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.99,0.66 z m -1.43,3.9 a 1.31,1.31 0 0 0 0.32,-0.92 v -0.2 h -0.2 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.82,-0.36 z" />
<path
inkscape:connector-curvature="0"
id="path5969"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 624.44,440.11 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z" />
<path
inkscape:connector-curvature="0"
id="path5971"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 631.59,440 a 0.88,0.88 0 0 1 -0.23,-0.65 v -6.71 a 0.8,0.8 0 0 1 0.88,-0.88 h 2.41 a 5.21,5.21 0 0 1 2.38,0.5 3.52,3.52 0 0 1 1.52,1.45 4.6,4.6 0 0 1 0.53,2.27 4.67,4.67 0 0 1 -0.52,2.27 3.47,3.47 0 0 1 -1.52,1.46 5.24,5.24 0 0 1 -2.39,0.5 h -2.41 A 0.88,0.88 0 0 1 631.59,440 Z m 2.93,-1.28 a 2.72,2.72 0 0 0 0,-5.44 h -1.28 v 5.44 z" />
<path
inkscape:connector-curvature="0"
id="path5973"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 645.73,438.7 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.31,4.31 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.72,2.72 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.36 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.15,2.15 0 0 0 0.62,-0.08 5.93,5.93 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.32 z" />
<path
inkscape:connector-curvature="0"
id="path5975"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 647.51,440.11 a 0.78,0.78 0 0 1 -0.26,-0.64 v -6.89 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 6.89 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z" />
<path
inkscape:connector-curvature="0"
id="path5977"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 655.27,434.85 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.82,0.82 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -0.64,0.22 0.84,0.84 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 v -0.08 a 1.41,1.41 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.9,1.9 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.42,9.42 0 0 1 2,-0.17 h 0.31 v -0.22 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.72,4.72 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.91,3.91 0 0 1 1,-0.36 5.61,5.61 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.99,0.66 z m -1.43,3.9 a 1.3,1.3 0 0 0 0.32,-0.92 v -0.2 H 654 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.81,-0.36 z" />
<path
inkscape:connector-curvature="0"
id="path5979"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 661.81,434.39 a 0.81,0.81 0 0 1 0.43,-0.12 0.92,0.92 0 0 1 0.61,0.22 0.68,0.68 0 0 1 0.26,0.53 0.75,0.75 0 0 1 -0.08,0.34 L 659.8,442 a 0.87,0.87 0 0 1 -0.32,0.38 0.81,0.81 0 0 1 -0.43,0.13 0.88,0.88 0 0 1 -0.59,-0.22 0.67,0.67 0 0 1 -0.25,-0.53 0.8,0.8 0 0 1 0.08,-0.36 l 0.79,-1.64 -2.14,-4.38 a 0.82,0.82 0 0 1 -0.07,-0.32 0.69,0.69 0 0 1 0.28,-0.55 1,1 0 0 1 0.64,-0.23 0.83,0.83 0 0 1 0.44,0.13 0.87,0.87 0 0 1 0.32,0.38 l 1.49,3.24 1.45,-3.24 a 0.78,0.78 0 0 1 0.32,-0.4 z" />
</g>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path10620"
d="m 8.667,68.338817 4.028467,2e-6"
style="display:inline;fill:none;fill-opacity:1;stroke:#fff7d4;stroke-width:0.1243327;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1" />
<g
transform="matrix(0.26458333,0,0,0.26458333,0,52.916661)"
id="g1649">
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#141414;stroke-width:0.94999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 0.5009235,202.62495 H 89.499076"
id="path1634"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path1645"
d="M 0.5009235,201.62495 H 89.499076"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:#5a5a5a;stroke-width:0.94999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(5.559749,-98.968284)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 2"
transform="translate(0,8.0744425e-6)" />
</svg>

+ 322
- 0
repos/AS/res/SineOSC.svg View File

@@ -0,0 +1,322 @@
<?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="60"
height="380"
viewBox="0 0 15.875002 100.54168"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="SineOSC.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.1789474"
inkscape:cx="118.07946"
inkscape:cy="227.74834"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:window-width="1943"
inkscape:window-height="1385"
inkscape:window-x="272"
inkscape:window-y="31"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background">
<g
id="g166"
transform="matrix(0.17837079,0,0,0.26458333,-21.136939,0)"
style="fill:#44423e;fill-opacity:1">
<polygon
points="118.5,287.57 207.5,287.57 207.5,272.35 207.5,29.98 118.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="207.5,291.45 118.5,291.45 118.5,297.78 118.5,380 207.5,380 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="118.5,287.57 118.5,291.45 207.5,291.45 207.5,287.57 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="118.5,26.09 207.5,26.1 207.5,16.51 207.5,0 118.5,0 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="207.5,29.81 207.5,26.1 118.5,26.09 118.5,29.98 207.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.21034651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759-2"
width="15.874999"
height="5.2916665"
x="5.0153608e-07"
y="95.25" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-117.89568,-706.23001)"
data-name="Layer 2"
id="g1661-6"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659-6"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657-5" />
</g>
</g>
<rect
y="2.6458333e-06"
x="5.0153608e-07"
height="5.2916665"
width="15.874999"
id="rect1806-4"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.21034651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;vector-effect:none;fill:#3f3b38;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path1686-1"
cx="7.9375"
cy="95.218727"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_2-2-7"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,-2.631166,31.483538)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="Layer_1-2-6-1"
data-name="Layer 1-2">
<path
id="path8-4-6-3"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="rect861-6"
d="M 1.5406693,0.7410401 V 3.2385622 H 2.7333615 C 3.4623855,3.2776139 4.0851679,2.7185244 4.1250078,1.9895428 4.085169,1.2605618 3.4623855,0.70198842 2.7333615,0.7410401 Z"
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1" />
<path
inkscape:connector-curvature="0"
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1"
d="m 1.540669,97.440866 v 2.497523 h 1.192693 c 0.729024,0.03905 1.351806,-0.520038 1.391646,-1.24902 -0.03984,-0.728981 -0.662622,-1.287554 -1.391646,-1.248503 z"
id="path912" />
<path
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1"
d="M 14.331839,0.74104081 V 3.2385629 H 13.139146 C 12.410122,3.2776147 11.78734,2.7185251 11.7475,1.9895435 11.78734,1.2605625 12.410122,0.70198913 13.139146,0.74104081 Z"
id="path918"
inkscape:connector-curvature="0" />
<path
id="path920"
d="m 14.331839,97.440867 v 2.497523 h -1.192693 c -0.729024,0.03905 -1.351806,-0.520038 -1.391646,-1.24902 0.03984,-0.728981 0.662622,-1.287554 1.391646,-1.248503 z"
style="fill:#251e1e;stroke-width:0.26458335;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-196.45831)">
<g
transform="matrix(0.26458333,0,0,0.26458333,2.2183824,201.54783)"
id="g193">
<path
inkscape:connector-curvature="0"
d="m -119.68,91.42 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.85 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.37 v 1.59 h 2.21 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 V 91 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.39,-0.12 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path185" />
<path
inkscape:connector-curvature="0"
d="m -109.51,91.14 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.1,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 V 91 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.82 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.08,0.28 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.39 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.85,-0.25 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path187" />
<path
inkscape:connector-curvature="0"
d="m -107.56,91.39 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path189" />
<path
inkscape:connector-curvature="0"
d="m -97.21,92.34 a 0.55,0.55 0 0 1 0.09,0.29 0.38,0.38 0 0 1 -0.15,0.31 0.54,0.54 0 0 1 -0.35,0.12 0.59,0.59 0 0 1 -0.28,-0.07 0.55,0.55 0 0 1 -0.22,-0.21 L -98.6,92 a 0.72,0.72 0 0 0 -0.3,-0.28 1.11,1.11 0 0 0 -0.49,-0.09 2.89,2.89 0 0 1 -1.48,-0.37 2.44,2.44 0 0 1 -1,-1 3.52,3.52 0 0 1 -0.34,-1.59 3.49,3.49 0 0 1 0.34,-1.59 2.45,2.45 0 0 1 1,-1 2.89,2.89 0 0 1 1.48,-0.37 2.88,2.88 0 0 1 1.47,0.37 2.45,2.45 0 0 1 1,1 3.5,3.5 0 0 1 0.34,1.59 3.44,3.44 0 0 1 -0.39,1.7 2.34,2.34 0 0 1 -1.12,1 1.2,1.2 0 0 1 0.63,0.55 z m -0.93,-2.15 a 2.47,2.47 0 0 0 0.45,-1.59 2.45,2.45 0 0 0 -0.44,-1.6 1.54,1.54 0 0 0 -1.26,-0.55 1.55,1.55 0 0 0 -1.27,0.55 2.45,2.45 0 0 0 -0.45,1.59 2.47,2.47 0 0 0 0.45,1.59 1.54,1.54 0 0 0 1.27,0.56 1.53,1.53 0 0 0 1.26,-0.55 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path191" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-1.995082,201.05939)"
id="g20"
style="display:inline;fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="M 23.67,40.27 A 0.9,0.9 0 0 1 23.41,39.6 v -6.08 h -1.94 q -0.89,0 -0.89,-0.77 0,-0.77 0.89,-0.76 h 5.76 q 0.89,0 0.89,0.76 0,0.76 -0.89,0.77 h -1.95 v 6.07 a 0.91,0.91 0 0 1 -0.25,0.67 1,1 0 0 1 -1.36,0 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path4" />
<path
inkscape:connector-curvature="0"
d="m 28.93,33.24 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 A 0.78,0.78 0 0 1 28.77,39.67 V 35.3 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 A 0.78,0.78 0 0 1 30.32,40.32 1,1 0 0 1 29.68,40.54 1,1 0 0 1 29,40.31 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path6" />
<path
inkscape:connector-curvature="0"
d="m 37.25,35 a 2.86,2.86 0 0 1 0.52,1.87 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 V 37 a 1.4,1.4 0 0 0 -0.22,-0.88 0.83,0.83 0 0 0 -0.69,-0.28 1.19,1.19 0 0 0 -0.91,0.36 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 v -4.4 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.67,-0.23 0.85,0.85 0 0 1 0.61,0.22 0.75,0.75 0 0 1 0.23,0.57 v 0.17 a 2.06,2.06 0 0 1 0.81,-0.73 2.45,2.45 0 0 1 1.12,-0.25 1.93,1.93 0 0 1 1.58,0.53 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path8" />
<path
inkscape:connector-curvature="0"
d="m 43.45,34.59 a 0.81,0.81 0 0 1 0.43,-0.12 0.92,0.92 0 0 1 0.61,0.22 0.68,0.68 0 0 1 0.26,0.53 0.75,0.75 0 0 1 -0.08,0.34 l -3.23,6.62 a 0.87,0.87 0 0 1 -0.32,0.38 0.81,0.81 0 0 1 -0.43,0.13 0.87,0.87 0 0 1 -0.59,-0.22 0.67,0.67 0 0 1 -0.25,-0.53 0.79,0.79 0 0 1 0.08,-0.36 l 0.79,-1.64 -2.14,-4.38 a 0.82,0.82 0 0 1 -0.07,-0.32 0.69,0.69 0 0 1 0.28,-0.55 1,1 0 0 1 0.64,-0.23 0.83,0.83 0 0 1 0.44,0.13 0.87,0.87 0 0 1 0.32,0.38 l 1.49,3.24 1.46,-3.21 a 0.78,0.78 0 0 1 0.31,-0.41 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path10" />
<path
inkscape:connector-curvature="0"
d="m 47,40.34 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.82,0.82 0 0 1 0.26,0 1.63,1.63 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.89,2.89 0 0 1 1.21,-0.95 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 0.94,0.94 0 0 1 0.26,0.29 0.78,0.78 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.81,0.81 0 0 1 -0.25,0 1.69,1.69 0 0 1 -0.32,-0.16 5.07,5.07 0 0 0 -0.91,-0.47 3,3 0 0 0 -1,-0.16 2,2 0 0 0 -1.15,0.28 0.89,0.89 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.86,1.86 0 0 1 0.7,1.6 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 A 6.7,6.7 0 0 1 47,40.34 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path12" />
<path
inkscape:connector-curvature="0"
d="m 53.5,33.24 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.12,1.12 0 0 1 0.76,-0.24 1.1,1.1 0 0 1 0.75,0.25 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 A 0.78,0.78 0 0 1 53.34,39.67 V 35.3 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.23 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path14" />
<path
inkscape:connector-curvature="0"
d="m 61.81,35 a 2.86,2.86 0 0 1 0.52,1.87 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 V 37 a 1.4,1.4 0 0 0 -0.22,-0.88 0.83,0.83 0 0 0 -0.69,-0.28 1.19,1.19 0 0 0 -0.91,0.36 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 v -4.4 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.67,-0.23 0.84,0.84 0 0 1 0.61,0.22 0.75,0.75 0 0 1 0.23,0.57 v 0.17 a 2.06,2.06 0 0 1 0.81,-0.73 2.45,2.45 0 0 1 1.12,-0.25 1.93,1.93 0 0 1 1.58,0.53 z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path16" />
<path
inkscape:connector-curvature="0"
d="m 68.8,38.9 a 0.78,0.78 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.27,4.27 0 0 1 -0.95,0.35 4,4 0 0 1 -1,0.14 3.58,3.58 0 0 1 -1.67,-0.37 2.61,2.61 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.9,2.9 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.39,1.55 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.37 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.13,2.13 0 0 0 0.62,-0.08 6.1,6.1 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.86,0.86 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.39,0.22 z M 65.52,36 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 A 1.57,1.57 0 0 0 67.15,36 1,1 0 0 0 66.35,35.68 1.09,1.09 0 0 0 65.52,36 Z"
transform="translate(-7.25,-14.98)"
style="fill:#fff7d4;fill-opacity:1"
id="path18" />
</g>
<g
style="display:inline"
id="g1026"
transform="translate(-14.643622,193.81249)">
<path
inkscape:connector-curvature="0"
id="path25377"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 21.263285,83.746531 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
id="path12074"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 22.762883,83.746531 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
id="path12070"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 23.9409,83.595581 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 h -0.806509 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 H 23.9409 Z m 0,0"
id="path12066"
inkscape:connector-curvature="0" />
</g>
<g
id="g1598"
transform="translate(-3.9687495)">
<g
style="display:inline"
id="g1528"
transform="translate(-10.674872,180.05416)">
<path
inkscape:connector-curvature="0"
id="path1520"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
</g>
<g
id="g540"
transform="matrix(0.26458333,0,0,0.26458333,-83.613387,158.6438)">
<path
id="path530"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 33.35,267.73 a 0.48,0.48 0 0 1 0.26,-0.07 0.56,0.56 0 0 1 0.37,0.14 0.42,0.42 0 0 1 0.16,0.33 0.48,0.48 0 0 1 0,0.2 l -1.84,3.88 a 0.54,0.54 0 0 1 -0.22,0.24 0.66,0.66 0 0 1 -0.65,0 0.53,0.53 0 0 1 -0.22,-0.24 l -1.84,-3.88 a 0.43,0.43 0 0 1 0,-0.2 0.42,0.42 0 0 1 0.17,-0.34 0.59,0.59 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.26,0.07 0.45,0.45 0 0 1 0.18,0.21 l 1.46,3.18 1.46,-3.18 a 0.45,0.45 0 0 1 0.07,-0.2 z"
inkscape:connector-curvature="0" />
<path
id="path532"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 35.3,272.94 a 0.41,0.41 0 0 1 -0.23,0.07 0.42,0.42 0 0 1 -0.28,-0.11 0.34,0.34 0 0 1 -0.12,-0.27 0.56,0.56 0 0 1 0,-0.14 l 1.56,-4.9 a 0.4,0.4 0 0 1 0.15,-0.21 0.4,0.4 0 0 1 0.23,-0.07 0.42,0.42 0 0 1 0.29,0.11 0.34,0.34 0 0 1 0.12,0.27 0.54,0.54 0 0 1 0,0.14 l -1.56,4.9 a 0.37,0.37 0 0 1 -0.16,0.21 z"
inkscape:connector-curvature="0" />
<path
id="path534"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 39,272.26 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.11,3.11 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
inkscape:connector-curvature="0" />
<path
id="path536"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 45.06,272.26 a 2,2 0 0 1 -0.82,-0.86 3.12,3.12 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.48,0.48 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.52,1.52 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.41 1.88,1.88 0 0 0 -0.3,1.18 q 0,1.62 1.31,1.62 a 1.44,1.44 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.48,0.48 0 0 1 0.1,0.3 0.44,0.44 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z"
inkscape:connector-curvature="0" />
<path
id="path538"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 50.57,272.39 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 V 272 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

+ 703
- 0
repos/AS/res/Steps.svg View File

@@ -0,0 +1,703 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg8"
viewBox="0 0 90 380"
version="1.1"
sodipodi:docname="Steps.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
width="90"
height="380"
inkscape:label="BG">
<metadata
id="metadata39">
<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>BlankPanel8</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2320"
inkscape:window-height="1386"
id="namedview37"
showgrid="false"
inkscape:zoom="2.2304838"
inkscape:cx="96.268743"
inkscape:cy="163.2383"
inkscape:window-x="9"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs4">
<style
id="style2">.cls-1{fill:#ab2d2d;}.cls-2{fill:#952d2d;}.cls-3{fill:#251e1e;}.cls-4{fill:#fff7d4;}.cls-5{fill:#202020;}</style>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4705"
id="linearGradient4711"
x1="64.344543"
y1="463.90823"
x2="66.70739"
y2="86.038933"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.75,0,0,-1,210,464.7757)" />
<linearGradient
inkscape:collect="always"
id="linearGradient4705">
<stop
style="stop-color:#44423e;stop-opacity:0.03211009"
offset="0"
id="stop4707" />
<stop
style="stop-color:#1b1414;stop-opacity:0.50917429"
offset="1"
id="stop4709" />
</linearGradient>
</defs>
<title
id="title6">BlankPanel8</title>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="bg">
<g
id="g166"
transform="matrix(1.011236,0,0,0.99999999,-119.83145,0)"
style="display:inline;fill:#44423e;fill-opacity:1">
<polygon
points="118.5,29.98 118.5,287.57 207.5,287.57 207.5,272.35 207.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="207.5,380 207.5,291.45 118.5,291.45 118.5,297.78 118.5,380 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="207.5,291.45 207.5,287.57 118.5,287.57 118.5,291.45 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="118.5,0 118.5,26.09 207.5,26.1 207.5,16.51 207.5,0 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="207.5,29.98 207.5,29.81 207.5,26.1 118.5,26.09 118.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<path
style="display:inline;opacity:1;fill:url(#linearGradient4711);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.38938221;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="M 210,380 H 120 V 0 h 90 z"
id="rect4703"
inkscape:connector-curvature="0" />
<g
transform="matrix(7.9299111,0,0,7.9299111,-430.58997,-2669.2158)"
data-name="Layer 2"
id="g1661"
style="display:inline;fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="90"
height="20"
x="8.9652303e-06"
y="359.99997" />
<rect
y="3.0000001e-05"
x="8.9652303e-06"
height="20"
width="90"
id="rect1806"
style="display:inline;opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.97368497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
style="display:inline"
transform="translate(8.0770465e-6,-1.3859664e-5)"
id="g1614">
<circle
r="15.118111"
cy="359.88181"
cx="44.999989"
id="path1686"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.74390346;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.66602928,0,0,0.66602928,5.0554261,118.9929)"
data-name="Layer 2"
id="Layer_2-2"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6" />
</g>
</g>
</g>
<g
style="display:inline"
id="g1660"
transform="matrix(3.7795276,0,0,3.7795276,-0.06999192,0)">
<rect
ry="1.3924577"
y="0.74168032"
x="3.5040054"
height="2.5"
width="5"
id="rect861"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="5"
height="2.5"
x="3.5040054"
y="97.441681"
ry="1.3924577" />
<path
inkscape:connector-curvature="0"
id="path1191"
d="m 16.737997,0.74152337 c -0.771421,0 -1.392163,0.55756003 -1.392163,1.25006003 0,0.6925 0.620742,1.2500501 1.392163,1.2500501 h 2.21537 c 0.771422,0 1.392161,-0.5575501 1.392161,-1.2500501 0,-0.6925 -0.620739,-1.25006003 -1.392161,-1.25006003 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect865"
d="m 16.737997,97.441605 c -0.771421,0 -1.392163,0.557548 -1.392163,1.25005 0,0.692499 0.620742,1.25005 1.392163,1.25005 h 2.21537 c 0.771422,0 1.392161,-0.557551 1.392161,-1.25005 0,-0.692502 -0.620739,-1.25005 -1.392161,-1.25005 z"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="text">
<g
id="g964"
transform="translate(118)">
<g
id="g974"
transform="translate(0,26)">
<path
inkscape:connector-curvature="0"
id="path4202"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="m 17.055743,9.53862 q 0,0.0732 -0.542001,0.25268 -0.53833,0.17579 -1.31835,0.1941 -1.81641,0 -2.53785,-0.91919 -0.71777,-0.92285 -0.71777,-2.87476 0.0366,-1.05102 0.32227,-1.7688 0.2893,-0.71777 0.94482,-1.11694 0.65552,-0.39917 1.76514,-0.41382 0.66284,0 1.19018,0.10254 0.53101,0.0989 0.75806,0.16846 l 0.30029,1.18286 q -0.194089,-0.1355 -0.695799,-0.33692 -0.50171,-0.20141 -1.208489,-0.20141 -0.97413,0 -1.30738,0.68115 -0.32959,0.68115 -0.32959,1.70288 0,0.78735 0.0879,1.38794 0.0916,0.60059 0.39551,1.02905 0.30762,0.42847 0.89722,0.46509 0.69214,0 1.153559,-0.12817 0.46143,-0.13184 0.71045,-0.29663 0.22705,-0.14649 0.22705,-0.16114 0,0 -0.004,0 l -0.0915,1.05103 z" />
<path
inkscape:connector-curvature="0"
id="path4204"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="m 19.879222,4.90239 q 0.871591,0 1.391601,0.28198 0.523689,0.28198 0.75074,0.83496 0.227049,0.55298 0.227049,1.40259 0,1.32935 -0.56397,1.94824 -0.56396,0.61524 -1.83838,0.61524 -1.20849,-0.011 -1.78344,-0.6189 -0.57129,-0.60791 -0.57129,-1.92993 0.022,-2.53418 2.38769,-2.53418 z m -0.992429,2.51953 q 0.0256,0.64819 0.0732,0.98511 0.0513,0.33325 0.26734,0.60425 0.21606,0.27099 0.6665,0.27099 0.62988,0 0.79468,-0.47607 0.16479,-0.47974 0.16479,-1.35498 0,-0.8606 -0.16845,-1.35865 -0.1648,-0.5017 -0.79102,-0.5017 -0.64453,0.0183 -0.82763,0.5017 -0.17945,0.47974 -0.17945,1.32935 z" />
<path
inkscape:connector-curvature="0"
id="path4206"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="m 24.119952,8.51689 q 0,0.31128 0.22705,0.51636 0.23071,0.20508 0.56762,0.20508 0.556641,-0.0147 0.79468,-0.26368 0.238041,-0.24902 0.28565,-0.41381 V 4.93169 h 1.051021 V 9.9268 H 25.994952 V 9.46171 q -0.14283,0.12085 -0.6189,0.3003 -0.47607,0.17944 -1.314699,0.17944 -0.62256,-0.022 -0.98877,-0.3772 Q 22.710034,9.20903 22.710034,8.56084 V 4.93169 h 1.409919 z" />
<path
inkscape:connector-curvature="0"
id="path4208"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="M 32.055742,6.08525 V 9.9268 h -1.05103 V 6.26836 q 0,-0.62989 -0.95947,-0.62989 -0.46875,0.0549 -0.673829,0.29297 -0.20142,0.23438 -0.241701,0.38086 v 3.6145 h -1.40991 V 4.93169 h 1.40991 v 0.40649 q 0.0293,-0.0183 0.19776,-0.13184 0.17211,-0.11352 0.48339,-0.20874 0.31495,-0.0952 0.72876,-0.0952 0.78003,0 1.14624,0.35889 0.36988,0.35522 0.36988,0.82397 z" />
<path
inkscape:connector-curvature="0"
id="path4210"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="M 34.769362,5.56157 V 8.4583 q 0,0.43213 0.25635,0.61523 0.1831,0.14649 0.69214,0.14649 V 9.9268 q -0.0439,0.004 -0.157469,0.007 -0.11719,0.007 -0.26368,0.007 -0.96313,0 -1.409911,-0.32959 -0.52734,-0.35889 -0.52734,-1.21582 V 5.56092 h -0.94483 V 4.93104 h 0.94483 V 2.93519 h 1.40991 v 1.99585 h 0.94849 v 0.62988 h -0.94849 z" />
<path
inkscape:connector-curvature="0"
id="path4212"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="m 37.299883,7.67827 q 0.033,0.39551 0.270989,0.99975 0.23804,0.60425 0.86792,0.63355 0.76905,0 1.20484,-0.19409 0.43579,-0.19776 0.56762,-0.32959 l -0.2124,0.86792 q 0,0.0769 -0.43579,0.20507 -0.43579,0.12452 -1.10962,0.12452 -0.26733,0 -0.41748,-0.0147 -1.09131,-0.0806 -1.60034,-0.62622 -0.50537,-0.54932 -0.51636,-1.75782 0,-1.38427 0.57495,-2.0288 0.57862,-0.64454 1.6919,-0.65552 1.33667,0 1.81274,0.70312 0.4065,0.58228 0.4065,1.57471 0,0.18677 -0.011,0.3186 -0.011,0.12818 -0.0183,0.17945 h -3.07617 z m 1.021729,-2.146 q -1.021729,0.033 -1.021729,1.48316 h 2.175289 q 0,-1.48316 -1.15356,-1.48316 z" />
<path
inkscape:connector-curvature="0"
id="path4214"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="M 40.815502,9.9268 V 4.93169 h 1.409912 v 0.61523 q 0.007,-0.007 0.0842,-0.10254 0.0806,-0.0989 0.23804,-0.20508 0.157469,-0.1062 0.428469,-0.20141 0.289299,-0.12085 0.73608,-0.12085 0.34424,0 0.432131,0.0293 l 0.120849,0.72144 q -0.256349,-0.0623 -0.47974,-0.0623 -0.48706,0 -0.80932,0.18311 -0.36255,0.17944 -0.556641,0.49072 -0.194099,0.31128 -0.194099,0.57129 v 3.07617 h -1.409911 z" />
<path
inkscape:connector-curvature="0"
id="path4216"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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"
d="m 45.898513,6.14751 q 0,0.2893 0.512701,0.43579 0.51635,0.14282 1.058349,0.27099 0.541989,0.12451 0.9375,0.42481 0.399169,0.29663 0.417479,0.92285 0,0.91553 -0.49439,1.3147 -0.49072,0.39917 -1.42822,0.46875 Q 46.784742,10 46.543042,10 q -0.63721,0 -1.09863,-0.0989 -0.46143,-0.10254 -0.64087,-0.16846 l -0.19409,-0.87158 q 0.16479,0.11352 0.60425,0.28564 0.43945,0.17212 1.05835,0.17945 0.65918,0 0.89355,-0.19776 0.23804,-0.20141 0.24902,-0.62622 0,-0.49072 -0.33325,-0.64819 -0.32959,-0.15747 -1.073,-0.30396 -0.73974,-0.14648 -1.11694,-0.42114 -0.37353,-0.27466 -0.37353,-0.9668 0.0549,-1.20483 1.90429,-1.28906 0.0623,0 0.17212,-0.007 0.10986,-0.007 0.15747,-0.007 0.67017,0 1.08032,0.0952 0.41016,0.0952 0.55664,0.15747 l 0.23804,0.80932 q -0.14282,-0.0915 -0.5603,-0.22338 -0.41748,-0.1355 -1.13159,-0.1355 -0.4834,0 -0.7544,0.11352 -0.27099,0.10987 -0.28198,0.47242 z" />
</g>
<path
d="m 5.6632165,77.7146 q 0,0.061 -0.45166,0.21057 -0.44861,0.14648 -1.09864,0.16174 -1.51367,0 -2.11487,-0.76599 -0.59814,-0.76904 -0.59814,-2.39563 0.0305,-0.87585 0.26855,-1.474 0.24109,-0.59814 0.78736,-0.93079 0.54626,-0.33264 1.47095,-0.34484 0.55236,0 0.99182,0.0854 0.4425,0.0824 0.63171,0.14038 l 0.25024,0.98571 q -0.16174,-0.11291 -0.57983,-0.28076 -0.41809,-0.16784 -1.00708,-0.16784 -0.81177,0 -1.08948,0.56762 -0.27465,0.56763 -0.27465,1.41907 0,0.65613 0.0732,1.15662 0.0763,0.50048 0.32959,0.85754 0.25634,0.35706 0.74768,0.38757 0.57678,0 0.9613,-0.10681 0.38452,-0.10986 0.59204,-0.24719 0.18921,-0.12207 0.18921,-0.13428 0,0 -0.003,0 l -0.0763,0.87586 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4191"
inkscape:connector-curvature="0" />
<path
d="m 6.1514965,78.03808 v -5.8258 h 1.15051 v 5.8258 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4193"
inkscape:connector-curvature="0" />
<path
d="m 7.9215165,78.03808 v -5.8258 h 1.16272 v 3.302 l 1.8890295,-1.6388 h 0.97352 l -1.77308,1.48621 1.998911,2.67639 h -1.275641 l -1.4984095,-1.98669 -0.31433,0.28686 v 1.69983 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4195"
inkscape:connector-curvature="0" />
<path
d="m 16.731936,72.21228 v 5.8258 h -1.324459 v -5.8258 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4197"
inkscape:connector-curvature="0" />
<path
d="m 20.946415,74.83679 v 3.20129 h -0.87586 v -3.0487 q 0,-0.52491 -0.799559,-0.52491 -0.39062,0.0458 -0.561521,0.24414 -0.16785,0.19532 -0.20142,0.31739 v 3.01208 h -1.174919 v -4.1626 h 1.174919 v 0.33875 q 0.0244,-0.0153 0.1648,-0.10986 0.14343,-0.0946 0.402831,-0.17395 0.26245,-0.0793 0.607299,-0.0793 0.650031,0 0.955201,0.29907 0.308229,0.29602 0.308229,0.68665 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4199"
inkscape:connector-curvature="0" />
<path
d="m 44.947842,71.98481 q 0.912481,0 1.470951,0.32959 0.55847,0.32654 0.79956,0.97046 0.24109,0.64392 0.24109,1.62659 0,1.01013 -0.265501,1.67236 -0.26551,0.65918 -0.82398,0.97962 -0.555419,0.32043 -1.43432,0.32043 -0.84534,0 -1.38855,-0.31433 -0.54322,-0.31433 -0.80262,-0.97351 -0.2594,-0.65918 -0.2594,-1.68457 0.009,-1.46485 0.613411,-2.19116 0.607301,-0.72632 1.849359,-0.73548 z m -1.089469,2.92664 q 0.0336,1.02234 0.21667,1.58691 0.18311,0.56458 0.860599,0.57373 0.500481,0 0.74462,-0.30212 0.2472,-0.30518 0.31128,-0.75073 0.0671,-0.44861 0.0671,-1.08338 0,-0.65002 -0.058,-1.07727 -0.0549,-0.42724 -0.29602,-0.74157 -0.24109,-0.31739 -0.732419,-0.32044 -0.698861,0 -0.90638,0.57068 -0.207509,0.57068 -0.207509,1.54419 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4184"
inkscape:connector-curvature="0" />
<path
d="m 49.092132,76.66011 q 0,0.2594 0.18921,0.43029 0.19226,0.1709 0.47302,0.1709 0.46387,-0.0122 0.66223,-0.21972 0.19837,-0.20752 0.23804,-0.34485 v -3.0243 h 0.87585 v 4.1626 h -0.87585 v -0.38757 q -0.11902,0.10071 -0.51575,0.25024 -0.396729,0.14954 -1.095579,0.14954 -0.518799,-0.0183 -0.823971,-0.31433 -0.302129,-0.29602 -0.302129,-0.83618 v -3.0243 h 1.174931 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4186"
inkscape:connector-curvature="0" />
<path
d="m 53.840662,74.19734 v 2.41394 q 0,0.36011 0.213631,0.51269 0.152591,0.12207 0.57678,0.12207 v 0.58899 q -0.0366,0.003 -0.131231,0.006 -0.0976,0.006 -0.21972,0.006 -0.80261,0 -1.17493,-0.27466 -0.43945,-0.29907 -0.43945,-1.01318 v -2.36206 h -0.78736 v -0.52491 h 0.78736 v -1.6632 h 1.17492 v 1.6632 h 0.79041 v 0.52491 h -0.79041 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4188"
inkscape:connector-curvature="0" />
<path
d="m 4.6011965,116.45019 1.66321,2.58789 h -1.53808 l -1.78833,-3.14941 h 0.71411 q 0.0275,0 0.13733,0.006 0.10986,0.006 0.18615,0.006 1.04676,0 1.07422,-0.91248 0,-0.48218 -0.24719,-0.76599 -0.24719,-0.28381 -0.65308,-0.28381 h -1.18713 v 5.09948 h -1.32446 v -5.8258 h 2.67639 q 1.95007,0 1.95007,1.68762 -0.0275,0.6897 -0.39673,1.03149 -0.36926,0.3418 -0.81787,0.44556 -0.34179,0.0824 -0.42419,0.0824 -0.0244,0 -0.0244,-0.009 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4173"
inkscape:connector-curvature="0" />
<path
d="m 7.6651665,117.1643 q 0.0275,0.32959 0.22583,0.83313 0.19836,0.50354 0.72327,0.52796 0.64086,0 1.00402,-0.16175 0.36316,-0.16479 0.4730295,-0.27465 l -0.1770095,0.72326 q 0,0.0641 -0.36315,0.1709 -0.36316,0.10376 -0.92469,0.10376 -0.22278,0 -0.3479,-0.0122 -0.90942,-0.0671 -1.33362,-0.52185 -0.42114,-0.45776 -0.43029,-1.46484 0,-1.15357 0.47912,-1.69067 0.48218,-0.53711 1.40991,-0.54627 1.1139,0 1.51062,0.58594 0.3387495,0.48523 0.3387495,1.31225 0,0.15564 -0.009,0.26551 -0.009,0.10681 -0.0153,0.14953 H 7.6652765 Z m 0.85144,-1.78833 q -0.85144,0.0275 -0.85144,1.23597 h 1.81274 q 0,-1.23597 -0.9613,-1.23597 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4175"
inkscape:connector-curvature="0" />
<path
d="m 11.632447,115.88867 q 0,0.24109 0.42725,0.36316 0.4303,0.11902 0.88196,0.22583 0.45166,0.10376 0.78125,0.354 0.33264,0.24719 0.3479,0.76904 0,0.76294 -0.41199,1.09559 -0.40893,0.33264 -1.19018,0.39062 -0.0977,0.0122 -0.29908,0.0122 -0.531,0 -0.915521,-0.0824 -0.38453,-0.0855 -0.53406,-0.14038 l -0.16174,-0.72632 q 0.13732,0.0946 0.50354,0.23804 0.36621,0.14343 0.881949,0.14953 0.549321,0 0.744631,-0.16479 0.19837,-0.16785 0.207521,-0.52185 0,-0.40894 -0.277711,-0.54016 -0.274661,-0.13123 -0.89416,-0.2533 -0.61646,-0.12207 -0.93079,-0.35095 -0.31128,-0.22888 -0.31128,-0.80566 0.0458,-1.00403 1.586921,-1.07422 0.0519,0 0.14343,-0.006 0.0915,-0.006 0.13122,-0.006 0.55848,0 0.90027,0.0793 0.3418,0.0793 0.46387,0.13122 l 0.19836,0.67444 q -0.11901,-0.0763 -0.46692,-0.18616 -0.3479,-0.11291 -0.94299,-0.11291 -0.40283,0 -0.62866,0.0946 -0.22583,0.0915 -0.23499,0.39368 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4177"
inkscape:connector-curvature="0" />
<path
d="m 15.526497,117.1643 q 0.0275,0.32959 0.22583,0.83313 0.19836,0.50354 0.723259,0.52796 0.640869,0 1.00403,-0.16175 0.36316,-0.16479 0.473019,-0.27465 l -0.177,0.72326 q 0,0.0641 -0.36316,0.1709 -0.36316,0.10376 -0.92468,0.10376 -0.22278,0 -0.347899,-0.0122 -0.909421,-0.0671 -1.33362,-0.52185 -0.421139,-0.45776 -0.4303,-1.46484 0,-1.15357 0.479129,-1.69067 0.48218,-0.53711 1.40991,-0.54627 1.113891,0 1.51062,0.58594 0.33875,0.48523 0.33875,1.31225 0,0.15564 -0.009,0.26551 -0.009,0.10681 -0.0153,0.14953 h -2.563469 z m 0.851438,-1.78833 q -0.85144,0.0275 -0.85144,1.23597 h 1.81274 q 0,-1.23597 -0.9613,-1.23597 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4179"
inkscape:connector-curvature="0" />
<path
d="m 20.204836,115.40039 v 2.41394 q 0,0.36011 0.213619,0.51269 0.15259,0.12207 0.57679,0.12207 v 0.58899 q -0.0366,0.003 -0.13123,0.006 -0.0976,0.006 -0.219729,0.006 -0.802611,0 -1.17492,-0.27466 -0.43945,-0.29907 -0.43945,-1.01318 v -2.36206 h -0.78736 v -0.52491 h 0.78736 v -1.6632 h 1.17492 v 1.6632 h 0.79041 v 0.52491 h -0.79041 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:LilyUPC;-inkscape-font-specification:'LilyUPC, 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="path4181"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-314.18111,-486.15095)"
id="g1835">
<path
inkscape:connector-curvature="0"
d="m 25,402.55 a 3.68,3.68 0 0 1 -1.33,-0.63 0.84,0.84 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.82,0.82 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.9,2.9 0 0 1 1.21,-0.95 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.82,0.82 0 0 1 -0.25,0 1.69,1.69 0 0 1 -0.32,-0.16 5.08,5.08 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.05,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.7,6.7 0 0 1 -1.68,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1825" />
<path
inkscape:connector-curvature="0"
d="m 35.31,401.59 a 0.67,0.67 0 0 1 -0.11,1 1.28,1.28 0 0 1 -0.79,0.14 h -0.34 a 2,2 0 0 1 -2.1,-2.2 v -2.38 H 31.5 a 0.9,0.9 0 0 1 -0.6,-0.17 0.62,0.62 0 0 1 -0.2,-0.5 0.63,0.63 0 0 1 0.2,-0.51 0.9,0.9 0 0 1 0.6,-0.17 H 32 v -0.94 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.94 h 0.84 q 0.82,0 0.82,0.68 a 0.62,0.62 0 0 1 -0.2,0.5 0.92,0.92 0 0 1 -0.61,0.17 h -0.84 v 2.51 a 0.79,0.79 0 0 0 0.17,0.55 0.7,0.7 0 0 0 0.49,0.21 h 0.34 a 0.85,0.85 0 0 1 0.48,0.17 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1827" />
<path
inkscape:connector-curvature="0"
d="m 41.51,401.1 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.29,4.29 0 0 1 -0.95,0.35 4.05,4.05 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.32 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.14,2.14 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.39,0.24 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.32 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1829" />
<path
inkscape:connector-curvature="0"
d="m 48,397 a 2.6,2.6 0 0 1 0.92,1.09 3.76,3.76 0 0 1 0.33,1.61 3.68,3.68 0 0 1 -0.33,1.6 2.42,2.42 0 0 1 -2.27,1.43 2.38,2.38 0 0 1 -1.09,-0.25 1.8,1.8 0 0 1 -0.75,-0.69 v 2.27 a 0.74,0.74 0 0 1 -0.24,0.58 0.92,0.92 0 0 1 -0.64,0.22 1,1 0 0 1 -0.68,-0.23 0.76,0.76 0 0 1 -0.26,-0.6 v -6.53 a 0.81,0.81 0 0 1 0.25,-0.62 0.91,0.91 0 0 1 0.65,-0.23 0.89,0.89 0 0 1 0.65,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.1 a 1.83,1.83 0 0 1 0.76,-0.71 2.34,2.34 0 0 1 1.1,-0.26 A 2.41,2.41 0 0 1 48,397 Z m -0.87,4 a 1.9,1.9 0 0 0 0.35,-1.23 2,2 0 0 0 -0.35,-1.27 1.17,1.17 0 0 0 -1,-0.45 1.18,1.18 0 0 0 -1,0.44 2,2 0 0 0 -0.35,1.25 2,2 0 0 0 0.35,1.24 1.18,1.18 0 0 0 1,0.44 1.2,1.2 0 0 0 1,-0.42 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1831" />
<path
inkscape:connector-curvature="0"
d="m 51.59,402.64 a 2.87,2.87 0 0 1 -0.95,-0.38 0.74,0.74 0 0 1 -0.28,-0.29 0.86,0.86 0 0 1 -0.1,-0.41 0.69,0.69 0 0 1 0.16,-0.46 0.48,0.48 0 0 1 0.38,-0.19 1,1 0 0 1 0.31,0.05 l 0.32,0.13 a 4.34,4.34 0 0 0 0.66,0.25 3,3 0 0 0 0.8,0.09 1.34,1.34 0 0 0 0.65,-0.13 0.4,0.4 0 0 0 0.23,-0.36 0.36,0.36 0 0 0 -0.1,-0.27 0.93,0.93 0 0 0 -0.38,-0.19 q -0.28,-0.08 -0.88,-0.2 a 3.31,3.31 0 0 1 -1.54,-0.61 1.43,1.43 0 0 1 -0.47,-1.14 1.56,1.56 0 0 1 0.33,-1 2.2,2.2 0 0 1 0.91,-0.68 3.27,3.27 0 0 1 1.3,-0.25 3.88,3.88 0 0 1 1,0.13 3.22,3.22 0 0 1 0.88,0.37 0.8,0.8 0 0 1 0.22,1.15 0.48,0.48 0 0 1 -0.38,0.19 1.41,1.41 0 0 1 -0.66,-0.22 3.52,3.52 0 0 0 -0.55,-0.23 1.94,1.94 0 0 0 -0.58,-0.08 1.08,1.08 0 0 0 -0.59,0.14 0.43,0.43 0 0 0 -0.22,0.38 0.42,0.42 0 0 0 0.25,0.38 4,4 0 0 0 1,0.26 5.24,5.24 0 0 1 1.26,0.38 1.52,1.52 0 0 1 0.66,0.56 1.62,1.62 0 0 1 0.2,0.85 1.58,1.58 0 0 1 -0.7,1.36 3.15,3.15 0 0 1 -1.88,0.5 5.94,5.94 0 0 1 -1.26,-0.08 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1833" />
</g>
<g
transform="translate(-245.22111,-498.0987)"
id="g2105">
<path
inkscape:connector-curvature="0"
d="m 22.09,433 a 2.08,2.08 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.31,2.31 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.38,0.38 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.25 4.36,4.36 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 H 24.5 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.71,1.71 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.6,2.6 0 0 1 -1,0.18 3.83,3.83 0 0 1 -1.06,-0.11 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path2095" />
<path
inkscape:connector-curvature="0"
d="m 27.62,433 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path2097" />
<path
inkscape:connector-curvature="0"
d="m 31.4,433 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 c 0,0.28 -0.17,0.42 -0.5,0.42 h -1.87 v 1.12 H 34 q 0.5,0 0.5,0.42 c 0,0.27 -0.17,0.41 -0.5,0.41 h -1.69 v 1.2 h 1.87 q 0.5,0 0.5,0.42 c 0,0.27 -0.17,0.41 -0.5,0.41 H 31.77 A 0.49,0.49 0 0 1 31.4,433 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path2099" />
<path
inkscape:connector-curvature="0"
d="m 36.13,433 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 1.71 a 1.75,1.75 0 0 1 1.22,0.39 1.61,1.61 0 0 1 0,2.2 1.75,1.75 0 0 1 -1.22,0.39 H 37 v 1.31 a 0.55,0.55 0 0 1 -0.92,0.39 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 H 37 v 1.38 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path2101" />
<path
inkscape:connector-curvature="0"
d="m 41.93,433 a 2.09,2.09 0 0 1 -0.75,-0.36 0.48,0.48 0 0 1 -0.15,-0.16 0.45,0.45 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.28,2.28 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.25 4.38,4.38 0 0 1 -1,-0.31 1.31,1.31 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.28,1.28 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.55,0.55 0 0 1 0.15,0.17 0.44,0.44 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.81,2.81 0 0 0 -0.51,-0.27 1.72,1.72 0 0 0 -0.6,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.4,0.4 0 0 0 0.09,0.27 0.77,0.77 0 0 0 0.31,0.19 4.53,4.53 0 0 0 0.61,0.17 3.38,3.38 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.27,1.27 0 0 1 -0.24,0.77 A 1.55,1.55 0 0 1 44,433 2.61,2.61 0 0 1 43,433.18 3.84,3.84 0 0 1 41.93,433 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path2103" />
</g>
<g
id="g3743"
transform="translate(-126.15609,71.000498)">
<g
id="g2081"
transform="translate(-181.01864,-499.27746)">
<path
id="path2075"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 53.95,420.88 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
inkscape:connector-curvature="0" />
<path
id="path2077"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 59.52,420.66 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
inkscape:connector-curvature="0" />
<path
id="path2079"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 66,421 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 H 68 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g2093"
transform="translate(-181.01864,-499.27746)">
<path
id="path2083"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="M 20.82,420.9 A 2,2 0 0 1 20,420 a 3.12,3.12 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.53,1.53 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.41 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.44,1.44 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.44,0.44 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z"
inkscape:connector-curvature="0" />
<path
id="path2085"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 25.28,421 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.44 h 1.74 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.43 H 25.64 A 0.49,0.49 0 0 1 25.28,421 Z"
inkscape:connector-curvature="0" />
<path
id="path2087"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 33.69,420.68 a 0.45,0.45 0 0 1 -0.15,0.33 0.47,0.47 0 0 1 -0.34,0.14 0.53,0.53 0 0 1 -0.39,-0.18 l -2.11,-2.06 v 1.73 a 0.53,0.53 0 1 1 -1.06,0 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 1.63 l 2.05,-2 a 0.47,0.47 0 0 1 0.34,-0.15 0.46,0.46 0 0 1 0.33,0.14 0.44,0.44 0 0 1 0.14,0.33 0.48,0.48 0 0 1 -0.16,0.35 l -1.62,1.52 1.73,1.69 a 0.48,0.48 0 0 1 0.18,0.34 z"
inkscape:connector-curvature="0" />
<path
id="path2089"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 37.67,421 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 A 0.55,0.55 0 0 1 37.67,421 Z"
inkscape:connector-curvature="0" />
<path
id="path2091"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 44.24,416.45 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g920"
transform="translate(-181.01864,-499.27746)">
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 0.19,420.78 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 A 0.44,0.44 0 0 1 -3,421 0.41,0.41 0 0 1 -3.31,421.12 0.42,0.42 0 0 1 -3.63,421 0.43,0.43 0 0 1 -3.75,420.68 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z M -1,418.34 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
id="path910"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 2.13,421 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 H 4.51 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
id="path914"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="M 8.2,421 A 0.42,0.42 0 0 1 8.09,420.68 V 417 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 H 8.95 v 3.64 A 0.42,0.42 0 0 1 8.51,421.08 0.43,0.43 0 0 1 8.2,421 Z"
id="path918"
inkscape:connector-curvature="0" />
</g>
</g>
<path
inkscape:connector-curvature="0"
d="m 186.57527,95.89254 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
style="fill:#fff7d4"
id="path3745" />
<path
inkscape:connector-curvature="0"
d="m 157.90527,96.01254 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.44 h 1.74 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.43 h -2.31 a 0.49,0.49 0 0 1 -0.36,-0.13 z"
style="fill:#fff7d4"
id="path3755" />
<path
inkscape:connector-curvature="0"
d="m 166.31527,95.69254 a 0.45,0.45 0 0 1 -0.15,0.33 0.47,0.47 0 0 1 -0.34,0.14 0.53,0.53 0 0 1 -0.39,-0.18 l -2.11,-2.06 v 1.73 a 0.53,0.53 0 1 1 -1.06,0 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 1.63 l 2.05,-2 a 0.47,0.47 0 0 1 0.34,-0.15 0.46,0.46 0 0 1 0.33,0.14 0.44,0.44 0 0 1 0.14,0.33 0.48,0.48 0 0 1 -0.16,0.35 l -1.62,1.52 1.73,1.69 a 0.48,0.48 0 0 1 0.18,0.34 z"
style="fill:#fff7d4"
id="path3757" />
<path
inkscape:connector-curvature="0"
d="m 170.29527,96.01254 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
style="fill:#fff7d4"
id="path3759" />
<path
inkscape:connector-curvature="0"
id="path3765"
d="m 132.81527,95.79254 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 a 0.44,0.44 0 0 1 -0.17,0.25 0.41,0.41 0 0 1 -0.31,0.12 0.42,0.42 0 0 1 -0.32,-0.12 0.43,0.43 0 0 1 -0.12,-0.32 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z m -1.19,-2.44 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path3767"
d="m 134.75527,96.01254 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 h -0.19 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path3769"
d="m 140.82527,96.01254 a 0.42,0.42 0 0 1 -0.11,-0.32 v -3.68 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 h -1.19 v 3.64 a 0.42,0.42 0 0 1 -0.44,0.44 0.43,0.43 0 0 1 -0.31,-0.08 z"
style="fill:#fff8d5" />
<g
id="g3813"
transform="translate(-18.416238,-46.331502)">
<path
id="path3749"
style="fill:#fff7d4"
d="m 177.225,106.0124 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.25 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
<path
id="path3753"
style="fill:#fff7d4"
d="m 153.44527,105.91254 a 2,2 0 0 1 -0.82,-0.9 3.12,3.12 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.53,1.53 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.41 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.44,1.44 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.44,0.44 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z"
inkscape:connector-curvature="0" />
<path
id="path3761"
style="fill:#fff7d4"
d="m 173.72819,101.46287 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
<path
id="path3747"
style="fill:#fff7d4"
d="m 164.44138,105.67254 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
d="m 158.92506,105.89254 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
style="fill:#fff7d4"
id="path3800" />
</g>
<g
transform="translate(-126.15609,171.0005)"
id="g927">
<g
transform="translate(-181.01864,-499.27746)"
id="g905">
<path
inkscape:connector-curvature="0"
d="m 53.95,420.88 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path899" />
<path
inkscape:connector-curvature="0"
d="m 59.52,420.66 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path901" />
<path
inkscape:connector-curvature="0"
d="m 66,421 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 H 68 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path903" />
</g>
<g
transform="translate(-181.01864,-499.27746)"
id="g917">
<path
inkscape:connector-curvature="0"
d="M 20.82,420.9 A 2,2 0 0 1 20,420 a 3.12,3.12 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.53,1.53 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.41 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.44,1.44 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.44,0.44 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path907" />
<path
inkscape:connector-curvature="0"
d="m 25.28,421 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.44 h 1.74 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.43 H 25.64 A 0.49,0.49 0 0 1 25.28,421 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path909" />
<path
inkscape:connector-curvature="0"
d="m 33.69,420.68 a 0.45,0.45 0 0 1 -0.15,0.33 0.47,0.47 0 0 1 -0.34,0.14 0.53,0.53 0 0 1 -0.39,-0.18 l -2.11,-2.06 v 1.73 a 0.53,0.53 0 1 1 -1.06,0 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 1.63 l 2.05,-2 a 0.47,0.47 0 0 1 0.34,-0.15 0.46,0.46 0 0 1 0.33,0.14 0.44,0.44 0 0 1 0.14,0.33 0.48,0.48 0 0 1 -0.16,0.35 l -1.62,1.52 1.73,1.69 a 0.48,0.48 0 0 1 0.18,0.34 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path911" />
<path
inkscape:connector-curvature="0"
d="m 37.67,421 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 A 0.55,0.55 0 0 1 37.67,421 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path913" />
<path
inkscape:connector-curvature="0"
d="m 44.24,416.45 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path915" />
</g>
<g
transform="translate(-181.01864,-499.27746)"
id="g925">
<path
inkscape:connector-curvature="0"
id="path919"
d="m 0.19,420.78 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 A 0.44,0.44 0 0 1 -3,421 0.41,0.41 0 0 1 -3.31,421.12 0.42,0.42 0 0 1 -3.63,421 0.43,0.43 0 0 1 -3.75,420.68 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z M -1,418.34 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path921"
d="m 2.13,421 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 H 4.51 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
<path
inkscape:connector-curvature="0"
id="path923"
d="M 8.2,421 A 0.42,0.42 0 0 1 8.09,420.68 V 417 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 H 8.95 v 3.64 A 0.42,0.42 0 0 1 8.51,421.08 0.43,0.43 0 0 1 8.2,421 Z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5" />
</g>
</g>
<g
id="g957"
transform="translate(-126.15609,270.8005)">
<g
id="g935"
transform="translate(-181.01864,-499.27746)">
<path
id="path929"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 53.95,420.88 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
inkscape:connector-curvature="0" />
<path
id="path931"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 59.52,420.66 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.51,0.51 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.51,0.51 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
inkscape:connector-curvature="0" />
<path
id="path933"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 66,421 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.33,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 H 68 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g947"
transform="translate(-181.01864,-499.27746)">
<path
id="path937"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="M 20.82,420.9 A 2,2 0 0 1 20,420 a 3.12,3.12 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.53,1.53 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.41 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.44,1.44 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.44,0.44 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z"
inkscape:connector-curvature="0" />
<path
id="path939"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 25.28,421 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.44 h 1.74 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.43 H 25.64 A 0.49,0.49 0 0 1 25.28,421 Z"
inkscape:connector-curvature="0" />
<path
id="path941"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 33.69,420.68 a 0.45,0.45 0 0 1 -0.15,0.33 0.47,0.47 0 0 1 -0.34,0.14 0.53,0.53 0 0 1 -0.39,-0.18 l -2.11,-2.06 v 1.73 a 0.53,0.53 0 1 1 -1.06,0 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 1.63 l 2.05,-2 a 0.47,0.47 0 0 1 0.34,-0.15 0.46,0.46 0 0 1 0.33,0.14 0.44,0.44 0 0 1 0.14,0.33 0.48,0.48 0 0 1 -0.16,0.35 l -1.62,1.52 1.73,1.69 a 0.48,0.48 0 0 1 0.18,0.34 z"
inkscape:connector-curvature="0" />
<path
id="path943"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 37.67,421 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.52,0.52 0 0 1 0.14,0.38 v 3.81 A 0.55,0.55 0 0 1 37.67,421 Z"
inkscape:connector-curvature="0" />
<path
id="path945"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 44.24,416.45 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g955"
transform="translate(-181.01864,-499.27746)">
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 0.19,420.78 a 0.32,0.32 0 0 1 -0.12,0.26 0.45,0.45 0 0 1 -0.29,0.1 0.45,0.45 0 0 1 -0.2,0 0.44,0.44 0 0 1 -0.16,-0.15 l -0.91,-1.36 a 0.88,0.88 0 0 0 -0.28,-0.3 0.81,0.81 0 0 0 -0.4,-0.09 h -0.66 v 1.51 A 0.44,0.44 0 0 1 -3,421 0.41,0.41 0 0 1 -3.31,421.12 0.42,0.42 0 0 1 -3.63,421 0.43,0.43 0 0 1 -3.75,420.68 v -3.95 a 0.41,0.41 0 0 1 0.11,-0.3 0.42,0.42 0 0 1 0.31,-0.11 h 1.68 a 1.84,1.84 0 0 1 1.23,0.36 1.29,1.29 0 0 1 0.42,1 1.32,1.32 0 0 1 -0.32,0.91 1.49,1.49 0 0 1 -0.89,0.45 0.81,0.81 0 0 1 0.34,0.17 1.49,1.49 0 0 1 0.29,0.34 l 0.62,0.93 a 0.43,0.43 0 0 1 0.15,0.3 z M -1,418.34 a 0.69,0.69 0 0 0 0.23,-0.57 0.68,0.68 0 0 0 -0.23,-0.57 1.18,1.18 0 0 0 -0.72,-0.18 h -1.16 v 1.5 h 1.13 a 1.14,1.14 0 0 0 0.76,-0.2 z"
id="path949"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 2.13,421 a 2.15,2.15 0 0 1 -0.75,-0.37 0.37,0.37 0 0 1 -0.15,-0.32 0.38,0.38 0 0 1 0.08,-0.24 0.25,0.25 0 0 1 0.2,-0.11 0.55,0.55 0 0 1 0.28,0.1 2,2 0 0 0 0.61,0.3 2.44,2.44 0 0 0 0.7,0.1 1.38,1.38 0 0 0 0.76,-0.17 0.56,0.56 0 0 0 0.26,-0.5 0.43,0.43 0 0 0 -0.24,-0.4 3.25,3.25 0 0 0 -0.81,-0.27 4.87,4.87 0 0 1 -0.93,-0.28 1.36,1.36 0 0 1 -0.56,-0.43 1.11,1.11 0 0 1 -0.19,-0.67 1.25,1.25 0 0 1 0.24,-0.75 1.55,1.55 0 0 1 0.66,-0.51 2.33,2.33 0 0 1 1,-0.19 2.36,2.36 0 0 1 1.57,0.51 0.51,0.51 0 0 1 0.12,0.15 0.68,0.68 0 0 1 -0.08,0.42 0.25,0.25 0 0 1 -0.2,0.11 H 4.51 l -0.15,-0.07 a 2.28,2.28 0 0 0 -0.54,-0.3 1.83,1.83 0 0 0 -0.64,-0.1 1.25,1.25 0 0 0 -0.72,0.19 0.59,0.59 0 0 0 -0.27,0.52 0.47,0.47 0 0 0 0.24,0.42 2.76,2.76 0 0 0 0.81,0.28 5.39,5.39 0 0 1 1,0.3 1.45,1.45 0 0 1 0.58,0.42 1,1 0 0 1 0.19,0.64 1.22,1.22 0 0 1 -0.24,0.74 1.52,1.52 0 0 1 -0.65,0.5 2.44,2.44 0 0 1 -1,0.18 3.41,3.41 0 0 1 -0.99,-0.2 z"
id="path951"
inkscape:connector-curvature="0" />
<path
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="M 8.2,421 A 0.42,0.42 0 0 1 8.09,420.68 V 417 h -1.2 q -0.41,0 -0.41,-0.36 0,-0.36 0.41,-0.36 h 3.25 q 0.41,0 0.41,0.36 0,0.36 -0.41,0.36 H 8.95 v 3.64 A 0.42,0.42 0 0 1 8.51,421.08 0.43,0.43 0 0 1 8.2,421 Z"
id="path953"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

+ 547
- 0
repos/AS/res/SuperDrive.svg
File diff suppressed because it is too large
View File


+ 555
- 0
repos/AS/res/Tremolo.svg
File diff suppressed because it is too large
View File


+ 328
- 0
repos/AS/res/Triggers.svg View File

@@ -0,0 +1,328 @@
<?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="90"
height="380"
viewBox="0 0 23.8125 100.54169"
version="1.1"
id="svg4541"
sodipodi:docname="Triggers.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.0552617"
inkscape:cx="64.193879"
inkscape:cy="190.13862"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1678"
inkscape:window-height="1334"
inkscape:window-x="119"
inkscape:window-y="1"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata4538">
<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:groupmode="layer"
id="layer3"
inkscape:label="Layer 0"
transform="translate(0,8.0744425e-6)">
<g
id="g1199" />
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.22310616;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="23.8125"
height="100.54166"
x="6.6526909e-06"
y="-8.0744421e-06" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-706.23002)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="23.8125"
height="5.2916665"
x="6.6526909e-06"
y="95.249992" />
<rect
y="-8.0744421e-06"
x="6.6526909e-06"
height="5.2916665"
width="23.8125"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="translate(0,6.7027791)"
style="display:inline"
id="g2195">
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1732"
cx="11.906258"
cy="88.515938"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1738"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,1.337592,24.780751)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1736"
data-name="Layer 1-2">
<path
id="path1734"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
</g>
<rect
ry="1.3924577"
y="97.441681"
x="3.5040026"
height="2.5"
width="5"
id="rect863"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,97.441595 c -0.771421,0 -1.392162,0.557551 -1.392162,1.25005 0,0.692499 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.557551 1.39216,-1.25005 0,-0.692499 -0.62074,-1.25005 -1.39216,-1.25005 z"
id="rect865"
inkscape:connector-curvature="0" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5040026"
y="0.74166477"
ry="1.3924577" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,0.74151318 c -0.771421,0 -1.392162,0.55756002 -1.392162,1.25006002 0,0.6925 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.55755 1.39216,-1.25005 0,-0.6925 -0.62074,-1.25006002 -1.39216,-1.25006002 z"
id="path1191"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.26458333,0,0,0.26458333,-84.945988,-39.497259)"
id="g1646">
<path
inkscape:connector-curvature="0"
d="M 25.48,67.79 A 0.9,0.9 0 0 1 25.22,67.12 V 61 h -1.94 q -0.89,0 -0.89,-0.77 0,-0.77 0.89,-0.76 H 29 q 0.89,0 0.89,0.76 0,0.76 -0.89,0.77 h -1.9 v 6.07 a 0.91,0.91 0 0 1 -0.25,0.67 1,1 0 0 1 -1.36,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1630" />
<path
inkscape:connector-curvature="0"
d="m 34,62.13 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 H 32.98 A 1.37,1.37 0 0 0 32,64 1.42,1.42 0 0 0 31.71,64.92 v 2.28 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 A 0.75,0.75 0 0 1 34,62.13 Z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1632" />
<path
inkscape:connector-curvature="0"
d="m 35.08,60.77 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 A 0.78,0.78 0 0 1 34.92,67.2 v -4.38 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1634" />
<path
inkscape:connector-curvature="0"
d="m 44.13,62.21 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.55,3.55 0 0 1 -2.42,0.73 4.52,4.52 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.1,1.1 0 0 1 0.31,0.05 l 0.37,0.13 a 7.12,7.12 0 0 0 0.71,0.23 2.76,2.76 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 v -0.65 a 1.78,1.78 0 0 1 -0.76,0.72 2.39,2.39 0 0 1 -1.13,0.26 2.58,2.58 0 0 1 -1.36,-0.36 2.46,2.46 0 0 1 -0.93,-1 3.71,3.71 0 0 1 0,-3.08 2.5,2.5 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.83,1.83 0 0 1 0.76,0.71 V 62.8 a 0.77,0.77 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.67,0.24 z M 42.22,66 a 1.68,1.68 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.23,1.23 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.67,1.67 0 0 0 0.38,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 0.98,-0.41 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1636" />
<path
inkscape:connector-curvature="0"
d="m 51.77,62.21 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.56,3.56 0 0 1 -2.42,0.73 4.51,4.51 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.11,1.11 0 0 1 0.31,0.05 l 0.37,0.13 a 7.12,7.12 0 0 0 0.71,0.23 2.76,2.76 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 v -0.65 a 1.78,1.78 0 0 1 -0.76,0.72 2.39,2.39 0 0 1 -1.13,0.26 2.58,2.58 0 0 1 -1.33,-0.35 2.46,2.46 0 0 1 -0.93,-1 3.7,3.7 0 0 1 0,-3.08 2.5,2.5 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.83,1.83 0 0 1 0.76,0.71 V 62.8 a 0.77,0.77 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.64,0.24 z M 49.87,66 a 1.68,1.68 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.23,1.23 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.67,1.67 0 0 0 0.37,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 0.99,-0.41 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1638" />
<path
inkscape:connector-curvature="0"
d="m 58.77,66.42 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.28,4.28 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.64 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.42,1.57 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.4 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.13,2.13 0 0 0 0.62,-0.08 5.93,5.93 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.86,0.86 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.39,0.21 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.33 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1640" />
<path
inkscape:connector-curvature="0"
d="m 64.37,62.13 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.42,1.42 0 0 0 -0.29,0.92 v 2.33 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.15 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1642" />
<path
inkscape:connector-curvature="0"
d="m 66.24,68 a 2.87,2.87 0 0 1 -0.95,-0.38 0.74,0.74 0 0 1 -0.28,-0.29 0.85,0.85 0 0 1 -0.1,-0.41 0.69,0.69 0 0 1 0.16,-0.46 0.48,0.48 0 0 1 0.38,-0.19 1,1 0 0 1 0.31,0.05 l 0.32,0.13 a 4.3,4.3 0 0 0 0.66,0.25 3,3 0 0 0 0.8,0.09 1.34,1.34 0 0 0 0.65,-0.13 0.4,0.4 0 0 0 0.23,-0.36 0.36,0.36 0 0 0 -0.1,-0.27 A 1,1 0 0 0 68,65.8 q -0.28,-0.08 -0.88,-0.2 a 3.31,3.31 0 0 1 -1.56,-0.6 1.43,1.43 0 0 1 -0.47,-1.14 1.56,1.56 0 0 1 0.33,-1 2.19,2.19 0 0 1 0.91,-0.68 3.27,3.27 0 0 1 1.3,-0.25 3.88,3.88 0 0 1 1,0.13 3.22,3.22 0 0 1 0.88,0.37 0.8,0.8 0 0 1 0.22,1.15 0.48,0.48 0 0 1 -0.38,0.19 1.4,1.4 0 0 1 -0.66,-0.22 3.52,3.52 0 0 0 -0.55,-0.23 1.94,1.94 0 0 0 -0.58,-0.08 1.08,1.08 0 0 0 -0.59,0.14 0.43,0.43 0 0 0 -0.22,0.38 0.42,0.42 0 0 0 0.25,0.38 4,4 0 0 0 1,0.26 5.24,5.24 0 0 1 1.26,0.38 1.52,1.52 0 0 1 0.66,0.56 1.62,1.62 0 0 1 0.2,0.85 1.59,1.59 0 0 1 -0.7,1.36 3.15,3.15 0 0 1 -1.88,0.5 6,6 0 0 1 -1.3,-0.05 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1644" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-83.257686,-14.794233)"
id="g1386">
<g
id="g861"
transform="translate(9.9484652,-0.19812208)">
<path
id="path1368"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 20.2,247 a 0.52,0.52 0 0 1 0.14,0.38 v 3.86 a 0.48,0.48 0 0 1 -0.13,0.35 0.46,0.46 0 0 1 -0.34,0.13 0.45,0.45 0 0 1 -0.33,-0.13 0.48,0.48 0 0 1 -0.13,-0.35 v -2.4 l -1,1.82 a 0.76,0.76 0 0 1 -0.21,0.26 0.48,0.48 0 0 1 -0.53,0 0.74,0.74 0 0 1 -0.21,-0.26 l -1,-1.78 v 2.37 a 0.48,0.48 0 0 1 -0.13,0.35 0.5,0.5 0 0 1 -0.67,0 0.48,0.48 0 0 1 -0.13,-0.35 v -3.86 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.54,0.54 0 0 1 0.5,0.35 l 1.47,2.56 1.37,-2.62 a 0.55,0.55 0 0 1 0.49,-0.35 0.48,0.48 0 0 1 0.34,0.2 z"
inkscape:connector-curvature="0" />
<path
id="path1370"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 22.94,251.4 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.11,3.11 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
inkscape:connector-curvature="0" />
<path
id="path1372"
style="fill:#fff8d5"
transform="translate(319.8,124.29)"
d="m 32.63,247 a 0.52,0.52 0 0 1 0.14,0.38 v 3.86 a 0.48,0.48 0 0 1 -0.13,0.35 0.46,0.46 0 0 1 -0.34,0.13 0.45,0.45 0 0 1 -0.33,-0.13 0.48,0.48 0 0 1 -0.13,-0.35 v -2.4 l -1,1.82 a 0.76,0.76 0 0 1 -0.21,0.26 0.48,0.48 0 0 1 -0.53,0 0.74,0.74 0 0 1 -0.21,-0.26 l -1,-1.78 v 2.37 a 0.48,0.48 0 0 1 -0.13,0.35 0.5,0.5 0 0 1 -0.67,0 0.48,0.48 0 0 1 -0.13,-0.35 v -3.86 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.54,0.54 0 0 1 0.5,0.35 l 1.38,2.62 1.37,-2.62 a 0.55,0.55 0 0 1 0.49,-0.35 0.48,0.48 0 0 1 0.43,0.14 z"
inkscape:connector-curvature="0" />
<path
id="path1376"
style="fill:#fff8d5"
d="m 358.57309,371.29 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.37,0.16 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.38,0.18 z"
inkscape:connector-curvature="0" />
<path
id="path1378"
style="fill:#fff8d5"
d="m 361.60309,375.82 a 0.51,0.51 0 0 1 -0.15,-0.38 V 372 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.27 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-83.240166,-41.344549)"
id="g1400">
<path
inkscape:connector-curvature="0"
d="m 26.52,241.9 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.11,3.11 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z M 28.7,241 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1388" />
<path
inkscape:connector-curvature="0"
d="m 35.61,237.46 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.54,0.54 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1390" />
<path
inkscape:connector-curvature="0"
d="m 37.48,242.58 a 0.41,0.41 0 0 1 -0.23,0.07 0.42,0.42 0 0 1 -0.28,-0.11 0.34,0.34 0 0 1 -0.12,-0.27 0.56,0.56 0 0 1 0,-0.14 l 1.56,-4.9 a 0.4,0.4 0 0 1 0.15,-0.21 0.4,0.4 0 0 1 0.23,-0.07 0.42,0.42 0 0 1 0.29,0.11 0.34,0.34 0 0 1 0.12,0.27 0.54,0.54 0 0 1 0,0.14 l -1.56,4.9 a 0.37,0.37 0 0 1 -0.16,0.21 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1392" />
<path
inkscape:connector-curvature="0"
d="m 41.21,241.9 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.11,3.11 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.35,2.35 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1394" />
<path
inkscape:connector-curvature="0"
d="m 46.42,242 a 0.52,0.52 0 0 1 -0.15,-0.38 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.34 a 0.59,0.59 0 0 1 0.38,0.1 0.39,0.39 0 0 1 0.12,0.32 0.38,0.38 0 0 1 -0.12,0.31 0.59,0.59 0 0 1 -0.38,0.1 h -1.79 v 1.1 H 49 a 0.59,0.59 0 0 1 0.38,0.1 0.39,0.39 0 0 1 0.12,0.32 0.38,0.38 0 0 1 -0.12,0.31 0.59,0.59 0 0 1 -0.38,0.1 h -1.68 v 1.53 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 0.52,0.52 0 0 1 -0.38,-0.13 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1396" />
<path
inkscape:connector-curvature="0"
d="m 51,242 a 0.52,0.52 0 0 1 -0.15,-0.38 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.34 a 0.59,0.59 0 0 1 0.38,0.1 0.39,0.39 0 0 1 0.12,0.32 0.38,0.38 0 0 1 -0.12,0.31 0.59,0.59 0 0 1 -0.38,0.1 h -1.8 v 1.1 h 1.65 a 0.59,0.59 0 0 1 0.38,0.1 0.39,0.39 0 0 1 0.12,0.32 0.38,0.38 0 0 1 -0.12,0.31 0.59,0.59 0 0 1 -0.38,0.1 h -1.65 v 1.53 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 A 0.52,0.52 0 0 1 51,242 Z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path1398" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-83.461695,-74.41009)"
id="g366">
<path
inkscape:connector-curvature="0"
d="m 31.43,261.76 a 0.59,0.59 0 0 1 0.37,0.13 0.41,0.41 0 0 1 0.17,0.33 0.54,0.54 0 0 1 0,0.21 l -2.3,4.95 a 0.54,0.54 0 0 1 -0.23,0.25 0.66,0.66 0 0 1 -0.66,0 0.54,0.54 0 0 1 -0.23,-0.25 l -2.29,-4.95 a 0.53,0.53 0 0 1 0,-0.2 0.41,0.41 0 0 1 0.17,-0.34 0.62,0.62 0 0 1 0.39,-0.13 0.5,0.5 0 0 1 0.26,0.07 0.47,0.47 0 0 1 0.19,0.21 l 1.91,4.24 L 31,262 a 0.45,0.45 0 0 1 0.43,-0.24 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path356" />
<path
inkscape:connector-curvature="0"
d="m 34.46,267.37 a 2.44,2.44 0 0 1 -1,-1 3.92,3.92 0 0 1 0,-3.18 2.41,2.41 0 0 1 1,-1 3.2,3.2 0 0 1 3,0 2.42,2.42 0 0 1 1,1 3.91,3.91 0 0 1 0,3.18 2.44,2.44 0 0 1 -1,1 3.17,3.17 0 0 1 -3,0 z m 2.74,-1 a 3,3 0 0 0 0,-3.18 1.72,1.72 0 0 0 -2.52,0 3,3 0 0 0 0,3.18 1.71,1.71 0 0 0 2.52,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path358" />
<path
inkscape:connector-curvature="0"
d="m 40.77,267.53 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.48 H 44 c 0.33,0 0.5,0.15 0.5,0.44 0,0.29 -0.17,0.44 -0.5,0.44 h -2.9 a 0.5,0.5 0 0 1 -0.33,-0.14 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path360" />
<path
inkscape:connector-curvature="0"
d="m 46.55,267.56 a 0.52,0.52 0 0 1 -0.15,-0.39 v -4.48 h -1.5 q -0.5,0 -0.5,-0.44 c 0,-0.29 0.17,-0.44 0.5,-0.44 H 49 c 0.33,0 0.5,0.15 0.5,0.44 0,0.29 -0.17,0.44 -0.5,0.44 h -1.52 v 4.48 a 0.5,0.5 0 0 1 -0.53,0.53 0.53,0.53 0 0 1 -0.4,-0.14 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path362" />
<path
inkscape:connector-curvature="0"
d="m 51.58,267.57 a 2.67,2.67 0 0 1 -0.92,-0.46 0.46,0.46 0 0 1 -0.19,-0.4 0.47,0.47 0 0 1 0.1,-0.3 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.46,2.46 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.7,1.7 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 6,6 0 0 1 -1.19,-0.36 1.68,1.68 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.54,1.54 0 0 1 0.29,-0.92 1.9,1.9 0 0 1 0.81,-0.63 3.21,3.21 0 0 1 3.1,0.4 0.63,0.63 0 0 1 0.15,0.18 0.48,0.48 0 0 1 0,0.22 0.47,0.47 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.83,2.83 0 0 0 -0.66,-0.37 2.25,2.25 0 0 0 -0.79,-0.12 1.54,1.54 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.63 0.58,0.58 0 0 0 0.29,0.52 3.4,3.4 0 0 0 1,0.34 6.68,6.68 0 0 1 1.2,0.37 1.79,1.79 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.24,0.79 1.5,1.5 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.8,0.61 3,3 0 0 1 -1.19,0.22 4.2,4.2 0 0 1 -1.18,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path364" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(5.559749,-98.968284)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 2"
transform="translate(0,8.0744425e-6)" />
</svg>

+ 422
- 0
repos/AS/res/TriggersMKI.svg View File

@@ -0,0 +1,422 @@
<?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="90"
height="380"
viewBox="0 0 23.8125 100.54169"
version="1.1"
id="svg4541"
sodipodi:docname="TriggersMKI.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.0447368"
inkscape:cx="44.999985"
inkscape:cy="190"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1678"
inkscape:window-height="1334"
inkscape:window-x="605"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata4538">
<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:groupmode="layer"
id="layer3"
inkscape:label="Layer 0"
transform="translate(0,8.0744425e-6)">
<g
id="g1199" />
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.22310616;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="23.8125"
height="100.54166"
x="6.6526909e-06"
y="-8.0744421e-06" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-706.23002)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="23.8125"
height="5.2916665"
x="6.6526909e-06"
y="95.249992" />
<rect
y="-8.0744421e-06"
x="6.6526909e-06"
height="5.2916665"
width="23.8125"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="translate(0,6.7027791)"
style="display:inline"
id="g2195">
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1732"
cx="11.906258"
cy="88.515938"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1738"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,1.337592,24.780751)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1736"
data-name="Layer 1-2">
<path
id="path1734"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
</g>
<rect
ry="1.3924577"
y="97.441681"
x="3.5040026"
height="2.5"
width="5"
id="rect863"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,97.441595 c -0.771421,0 -1.392162,0.557551 -1.392162,1.25005 0,0.692499 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.557551 1.39216,-1.25005 0,-0.692499 -0.62074,-1.25005 -1.39216,-1.25005 z"
id="rect865"
inkscape:connector-curvature="0" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5040026"
y="0.74166477"
ry="1.3924577" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,0.74151318 c -0.771421,0 -1.392162,0.55756002 -1.392162,1.25006002 0,0.6925 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.55755 1.39216,-1.25005 0,-0.6925 -0.62074,-1.25006002 -1.39216,-1.25006002 z"
id="path1191"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.26458333,0,0,0.26458333,-83.461695,-70.705921)"
id="g366">
<path
inkscape:connector-curvature="0"
d="m 31.43,261.76 a 0.59,0.59 0 0 1 0.37,0.13 0.41,0.41 0 0 1 0.17,0.33 0.54,0.54 0 0 1 0,0.21 l -2.3,4.95 a 0.54,0.54 0 0 1 -0.23,0.25 0.66,0.66 0 0 1 -0.66,0 0.54,0.54 0 0 1 -0.23,-0.25 l -2.29,-4.95 a 0.53,0.53 0 0 1 0,-0.2 0.41,0.41 0 0 1 0.17,-0.34 0.62,0.62 0 0 1 0.39,-0.13 0.5,0.5 0 0 1 0.26,0.07 0.47,0.47 0 0 1 0.19,0.21 l 1.91,4.24 L 31,262 a 0.45,0.45 0 0 1 0.43,-0.24 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path356" />
<path
inkscape:connector-curvature="0"
d="m 34.46,267.37 a 2.44,2.44 0 0 1 -1,-1 3.92,3.92 0 0 1 0,-3.18 2.41,2.41 0 0 1 1,-1 3.2,3.2 0 0 1 3,0 2.42,2.42 0 0 1 1,1 3.91,3.91 0 0 1 0,3.18 2.44,2.44 0 0 1 -1,1 3.17,3.17 0 0 1 -3,0 z m 2.74,-1 a 3,3 0 0 0 0,-3.18 1.72,1.72 0 0 0 -2.52,0 3,3 0 0 0 0,3.18 1.71,1.71 0 0 0 2.52,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path358" />
<path
inkscape:connector-curvature="0"
d="m 40.77,267.53 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.48 H 44 c 0.33,0 0.5,0.15 0.5,0.44 0,0.29 -0.17,0.44 -0.5,0.44 h -2.9 a 0.5,0.5 0 0 1 -0.33,-0.14 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path360" />
<path
inkscape:connector-curvature="0"
d="m 46.55,267.56 a 0.52,0.52 0 0 1 -0.15,-0.39 v -4.48 h -1.5 q -0.5,0 -0.5,-0.44 c 0,-0.29 0.17,-0.44 0.5,-0.44 H 49 c 0.33,0 0.5,0.15 0.5,0.44 0,0.29 -0.17,0.44 -0.5,0.44 h -1.52 v 4.48 a 0.5,0.5 0 0 1 -0.53,0.53 0.53,0.53 0 0 1 -0.4,-0.14 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path362" />
<path
inkscape:connector-curvature="0"
d="m 51.58,267.57 a 2.67,2.67 0 0 1 -0.92,-0.46 0.46,0.46 0 0 1 -0.19,-0.4 0.47,0.47 0 0 1 0.1,-0.3 0.31,0.31 0 0 1 0.25,-0.13 0.68,0.68 0 0 1 0.34,0.12 2.46,2.46 0 0 0 0.75,0.37 3,3 0 0 0 0.86,0.12 1.7,1.7 0 0 0 0.93,-0.21 0.69,0.69 0 0 0 0.32,-0.62 0.53,0.53 0 0 0 -0.3,-0.49 4,4 0 0 0 -1,-0.33 6,6 0 0 1 -1.19,-0.36 1.68,1.68 0 0 1 -0.69,-0.53 1.37,1.37 0 0 1 -0.23,-0.82 1.54,1.54 0 0 1 0.29,-0.92 1.9,1.9 0 0 1 0.81,-0.63 3.21,3.21 0 0 1 3.1,0.4 0.63,0.63 0 0 1 0.15,0.18 0.48,0.48 0 0 1 0,0.22 0.47,0.47 0 0 1 -0.1,0.3 0.31,0.31 0 0 1 -0.25,0.13 h -0.15 l -0.19,-0.09 a 2.83,2.83 0 0 0 -0.66,-0.37 2.25,2.25 0 0 0 -0.79,-0.12 1.54,1.54 0 0 0 -0.89,0.23 0.73,0.73 0 0 0 -0.33,0.63 0.58,0.58 0 0 0 0.29,0.52 3.4,3.4 0 0 0 1,0.34 6.68,6.68 0 0 1 1.2,0.37 1.79,1.79 0 0 1 0.71,0.52 1.25,1.25 0 0 1 0.24,0.79 1.5,1.5 0 0 1 -0.29,0.91 1.87,1.87 0 0 1 -0.8,0.61 3,3 0 0 1 -1.19,0.22 4.2,4.2 0 0 1 -1.18,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path364" />
</g>
<g
id="g4012"
transform="matrix(0.26458333,0,0,0.26458333,-515.28806,-326.20256)">
<path
d="m 1689.28,677.77 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.36,2.36 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4006"
inkscape:connector-curvature="0" />
<path
d="m 1694.85,677.55 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.3 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4008"
inkscape:connector-curvature="0" />
<path
d="m 1701.31,677.9 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4010"
inkscape:connector-curvature="0" />
</g>
<g
id="g4047"
transform="matrix(0.26458333,0,0,0.26458333,-528.43414,-329.39816)">
<path
d="m 1691.49,689.94 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 c 0.34,0 0.5,0.14 0.5,0.41 0,0.27 -0.17,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4041"
inkscape:connector-curvature="0" />
<path
d="m 1700,689.62 a 0.46,0.46 0 0 1 -0.15,0.34 0.49,0.49 0 0 1 -0.35,0.15 0.44,0.44 0 0 1 -0.35,-0.17 l -1.28,-1.56 -1.29,1.56 a 0.45,0.45 0 0 1 -0.35,0.17 0.48,0.48 0 0 1 -0.34,-0.15 0.46,0.46 0 0 1 -0.15,-0.34 0.48,0.48 0 0 1 0.12,-0.31 l 1.39,-1.66 -1.35,-1.61 a 0.47,0.47 0 0 1 -0.13,-0.31 0.46,0.46 0 0 1 0.15,-0.34 0.49,0.49 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.24,1.5 1.23,-1.5 a 0.45,0.45 0 0 1 0.35,-0.18 0.48,0.48 0 0 1 0.34,0.15 0.46,0.46 0 0 1 0.15,0.34 0.47,0.47 0 0 1 -0.12,0.31 l -1.35,1.61 1.39,1.66 a 0.47,0.47 0 0 1 0.16,0.31 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4043"
inkscape:connector-curvature="0" />
<path
d="m 1702.56,690 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4045"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-524.91626,-391.20045)"
id="g4130">
<path
inkscape:connector-curvature="0"
id="path4108"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1675.58,824 a 0.9,0.9 0 0 1 -0.26,-0.67 v -6.07 h -1.94 q -0.89,0 -0.89,-0.77 0,-0.77 0.89,-0.76 h 5.76 q 0.89,0 0.89,0.76 0,0.76 -0.89,0.77 h -1.94 v 6.07 a 0.91,0.91 0 0 1 -0.25,0.67 1,1 0 0 1 -1.36,0 z" />
<path
inkscape:connector-curvature="0"
id="path4110"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1684.05,818.3 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.41,1.41 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 V 819 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.12 z" />
<path
inkscape:connector-curvature="0"
id="path4112"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1685.17,816.94 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.11,1.11 0 0 1 0.76,-0.24 1.1,1.1 0 0 1 0.75,0.25 0.82,0.82 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.28,1.28 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 V 819 a 0.78,0.78 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.24 z" />
<path
inkscape:connector-curvature="0"
id="path4114"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1694.23,818.38 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.56,3.56 0 0 1 -2.42,0.73 4.52,4.52 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.11,1.11 0 0 1 0.31,0.05 l 0.37,0.13 a 7.14,7.14 0 0 0 0.71,0.23 2.78,2.78 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 V 823 a 1.78,1.78 0 0 1 -0.76,0.72 2.4,2.4 0 0 1 -1.13,0.26 2.58,2.58 0 0 1 -1.36,-0.36 2.46,2.46 0 0 1 -0.93,-1 3.71,3.71 0 0 1 0,-3.08 2.5,2.5 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.83,1.83 0 0 1 0.76,0.71 V 819 a 0.78,0.78 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.67,0.21 z m -1.91,3.82 a 1.68,1.68 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.23,1.23 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.67,1.67 0 0 0 0.36,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 1,-0.41 z" />
<path
inkscape:connector-curvature="0"
id="path4116"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1701.87,818.38 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.56,3.56 0 0 1 -2.42,0.73 4.52,4.52 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.11,1.11 0 0 1 0.31,0.05 l 0.37,0.13 a 7.14,7.14 0 0 0 0.71,0.23 2.78,2.78 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 V 823 a 1.78,1.78 0 0 1 -0.76,0.72 2.4,2.4 0 0 1 -1.13,0.26 2.58,2.58 0 0 1 -1.36,-0.36 2.46,2.46 0 0 1 -0.93,-1 3.71,3.71 0 0 1 0,-3.08 2.5,2.5 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.83,1.83 0 0 1 0.76,0.71 V 819 a 0.78,0.78 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.67,0.21 z m -1.87,3.82 a 1.68,1.68 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.23,1.23 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.67,1.67 0 0 0 0.36,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 1,-0.41 z" />
<path
inkscape:connector-curvature="0"
id="path4118"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1708.87,822.59 a 0.78,0.78 0 0 1 0.15,0.49 0.66,0.66 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.31,4.31 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.72,2.72 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.36 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.15,2.15 0 0 0 0.62,-0.08 5.93,5.93 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.84,0.33 z" />
<path
inkscape:connector-curvature="0"
id="path4120"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1714.47,818.3 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.42,1.42 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 V 819 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.66,1.66 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.12 z" />
<path
inkscape:connector-curvature="0"
id="path4122"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1716.34,824.13 a 2.86,2.86 0 0 1 -0.95,-0.38 0.74,0.74 0 0 1 -0.28,-0.29 0.85,0.85 0 0 1 -0.1,-0.41 0.69,0.69 0 0 1 0.16,-0.46 0.48,0.48 0 0 1 0.38,-0.19 1,1 0 0 1 0.31,0.05 l 0.32,0.13 a 4.3,4.3 0 0 0 0.66,0.25 3,3 0 0 0 0.8,0.09 1.33,1.33 0 0 0 0.65,-0.13 0.4,0.4 0 0 0 0.23,-0.36 0.36,0.36 0 0 0 -0.1,-0.27 1,1 0 0 0 -0.38,-0.19 q -0.28,-0.08 -0.88,-0.2 a 3.3,3.3 0 0 1 -1.54,-0.61 1.43,1.43 0 0 1 -0.47,-1.14 1.55,1.55 0 0 1 0.33,-1 2.19,2.19 0 0 1 0.91,-0.68 3.27,3.27 0 0 1 1.3,-0.25 3.88,3.88 0 0 1 1,0.13 3.23,3.23 0 0 1 0.88,0.37 0.8,0.8 0 0 1 0.22,1.15 0.48,0.48 0 0 1 -0.38,0.19 1.41,1.41 0 0 1 -0.66,-0.22 3.43,3.43 0 0 0 -0.55,-0.23 1.94,1.94 0 0 0 -0.58,-0.08 1.08,1.08 0 0 0 -0.59,0.14 0.43,0.43 0 0 0 -0.22,0.38 0.42,0.42 0 0 0 0.25,0.38 3.94,3.94 0 0 0 1,0.26 5.29,5.29 0 0 1 1.26,0.38 1.53,1.53 0 0 1 0.66,0.56 1.63,1.63 0 0 1 0.2,0.85 1.59,1.59 0 0 1 -0.7,1.36 3.15,3.15 0 0 1 -1.88,0.5 6,6 0 0 1 -1.26,-0.08 z" />
<path
inkscape:connector-curvature="0"
id="path4124"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1733.35,815.89 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.8,0.8 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.34,1.34 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.29,1.29 0 0 1 -0.37,-0.46 l -1.7,-3.14 v 4.18 a 0.84,0.84 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 v -6.82 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.42,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.64,0.26 z" />
<path
inkscape:connector-curvature="0"
id="path4126"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1742.66,823.35 a 0.8,0.8 0 0 1 -0.26,0.59 0.83,0.83 0 0 1 -0.59,0.25 0.93,0.93 0 0 1 -0.68,-0.31 l -3.72,-3.64 v 3 a 0.94,0.94 0 1 1 -1.87,0 v -6.73 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 v 2.87 l 3.62,-3.52 a 0.83,0.83 0 0 1 0.6,-0.26 0.82,0.82 0 0 1 0.59,0.25 0.79,0.79 0 0 1 0.25,0.58 0.84,0.84 0 0 1 -0.29,0.62 l -2.86,2.68 3.06,3 a 0.83,0.83 0 0 1 0.28,0.62 z" />
<path
inkscape:connector-curvature="0"
id="path4128"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1744.16,824 a 0.92,0.92 0 0 1 -0.25,-0.68 v -6.73 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 v 6.73 a 1,1 0 0 1 -1.62,0.68 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-543.39192,-341.48984)"
id="g4160">
<path
inkscape:connector-curvature="0"
id="path4150"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1764.71,847.9 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 v 4.48 h 2.35 c 0.33,0 0.5,0.15 0.5,0.44 0,0.29 -0.17,0.44 -0.5,0.44 h -2.9 a 0.5,0.5 0 0 1 -0.39,-0.14 z" />
<path
inkscape:connector-curvature="0"
id="path4152"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1775.32,847.61 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.43,-0.29 l -0.5,-1.11 H 1771 l -0.5,1.11 a 0.47,0.47 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.53,0.53 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.06,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z" />
<path
inkscape:connector-curvature="0"
id="path4154"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1777.75,847.93 a 0.52,0.52 0 0 1 -0.14,-0.39 v -4.48 h -1.51 q -0.5,0 -0.5,-0.44 c 0,-0.29 0.17,-0.44 0.5,-0.44 h 4.09 c 0.33,0 0.5,0.15 0.5,0.44 0,0.29 -0.17,0.44 -0.5,0.44 h -1.51 v 4.48 a 0.5,0.5 0 0 1 -0.53,0.53 0.53,0.53 0 0 1 -0.4,-0.14 z" />
<path
inkscape:connector-curvature="0"
id="path4156"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1782.93,847.74 a 2.42,2.42 0 0 1 -1,-1 3.89,3.89 0 0 1 0,-3.18 2.43,2.43 0 0 1 1,-1 2.92,2.92 0 0 1 1.48,-0.37 3.19,3.19 0 0 1 1,0.16 2.66,2.66 0 0 1 0.86,0.47 0.49,0.49 0 0 1 0.15,0.17 0.55,0.55 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.1,0.31 0.3,0.3 0 0 1 -0.24,0.13 0.62,0.62 0 0 1 -0.34,-0.12 2.44,2.44 0 0 0 -0.66,-0.37 2.14,2.14 0 0 0 -0.68,-0.1 1.59,1.59 0 0 0 -1.31,0.54 3.06,3.06 0 0 0 0,3.18 1.59,1.59 0 0 0 1.31,0.54 2,2 0 0 0 0.66,-0.11 3.15,3.15 0 0 0 0.68,-0.37 l 0.17,-0.08 a 0.46,0.46 0 0 1 0.17,0 0.3,0.3 0 0 1 0.24,0.12 0.48,0.48 0 0 1 0.1,0.31 0.55,0.55 0 0 1 0,0.22 0.48,0.48 0 0 1 -0.15,0.18 2.68,2.68 0 0 1 -0.86,0.47 3.22,3.22 0 0 1 -1,0.16 2.92,2.92 0 0 1 -1.48,-0.48 z" />
<path
inkscape:connector-curvature="0"
id="path4158"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1793.21,842.28 a 0.53,0.53 0 0 1 0.14,0.39 v 4.87 a 0.54,0.54 0 0 1 -0.15,0.39 0.56,0.56 0 0 1 -0.76,0 0.55,0.55 0 0 1 -0.14,-0.39 v -2.05 h -3 v 2.05 a 0.54,0.54 0 0 1 -0.15,0.39 0.51,0.51 0 0 1 -0.39,0.15 0.5,0.5 0 0 1 -0.38,-0.15 0.54,0.54 0 0 1 -0.15,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.38,-0.15 0.5,0.5 0 0 1 0.53,0.53 v 2 h 3 v -2 a 0.53,0.53 0 0 1 0.14,-0.39 0.57,0.57 0 0 1 0.76,0 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-543.29653,-327.20234)"
id="g4180">
<path
inkscape:connector-curvature="0"
id="path4162"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1754.72,868 a 0.53,0.53 0 0 1 0.14,0.39 v 4.91 a 0.49,0.49 0 0 1 -0.13,0.37 0.48,0.48 0 0 1 -0.35,0.13 0.45,0.45 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -3.42 l -1.41,2.67 a 0.81,0.81 0 0 1 -0.22,0.27 0.44,0.44 0 0 1 -0.27,0.09 0.46,0.46 0 0 1 -0.27,-0.08 0.76,0.76 0 0 1 -0.22,-0.27 l -1.42,-2.63 v 3.38 a 0.51,0.51 0 0 1 -0.13,0.36 0.5,0.5 0 0 1 -0.68,0 0.51,0.51 0 0 1 -0.12,-0.37 v -4.91 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.37,-0.15 0.56,0.56 0 0 1 0.51,0.36 l 1.84,3.51 1.83,-3.51 a 0.55,0.55 0 0 1 0.49,-0.36 0.5,0.5 0 0 1 0.36,0.15 z" />
<path
inkscape:connector-curvature="0"
id="path4164"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1758.09,873.45 a 2.44,2.44 0 0 1 -1,-1 3.91,3.91 0 0 1 0,-3.18 2.42,2.42 0 0 1 1,-1 3.2,3.2 0 0 1 3,0 2.43,2.43 0 0 1 1,1 3.92,3.92 0 0 1 0,3.18 2.45,2.45 0 0 1 -1,1 3.17,3.17 0 0 1 -3,0 z m 2.74,-1 a 3,3 0 0 0 0,-3.18 1.72,1.72 0 0 0 -2.52,0 3,3 0 0 0 0,3.18 1.71,1.71 0 0 0 2.52,0 z" />
<path
inkscape:connector-curvature="0"
id="path4166"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1769.83,868 a 0.53,0.53 0 0 1 0.14,0.39 v 4.91 a 0.5,0.5 0 0 1 -0.13,0.37 0.48,0.48 0 0 1 -0.35,0.13 0.45,0.45 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -3.42 l -1.41,2.67 a 0.82,0.82 0 0 1 -0.22,0.27 0.44,0.44 0 0 1 -0.27,0.09 0.46,0.46 0 0 1 -0.27,-0.08 0.76,0.76 0 0 1 -0.22,-0.27 l -1.42,-2.63 v 3.38 a 0.51,0.51 0 0 1 -0.13,0.36 0.45,0.45 0 0 1 -0.34,0.14 0.45,0.45 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -4.91 a 0.54,0.54 0 0 1 0.14,-0.39 0.49,0.49 0 0 1 0.37,-0.15 0.56,0.56 0 0 1 0.51,0.36 l 1.84,3.51 1.83,-3.51 a 0.55,0.55 0 0 1 0.49,-0.36 0.5,0.5 0 0 1 0.36,0.14 z" />
<path
inkscape:connector-curvature="0"
id="path4168"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1772.2,873.61 a 0.49,0.49 0 0 1 -0.14,-0.37 v -4.84 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.57,0.57 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.39,0.39 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.57,0.57 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z" />
<path
inkscape:connector-curvature="0"
id="path4170"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1782.59,868 a 0.54,0.54 0 0 1 0.14,0.39 v 4.87 a 0.55,0.55 0 0 1 -0.14,0.39 0.48,0.48 0 0 1 -0.37,0.15 0.47,0.47 0 0 1 -0.41,-0.19 l -3,-3.94 v 3.59 a 0.56,0.56 0 0 1 -0.13,0.39 0.52,0.52 0 0 1 -0.73,0 0.56,0.56 0 0 1 -0.13,-0.39 v -4.87 a 0.53,0.53 0 0 1 0.14,-0.39 0.5,0.5 0 0 1 0.37,-0.15 0.47,0.47 0 0 1 0.4,0.19 l 3,3.93 v -3.59 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.36,-0.15 0.49,0.49 0 0 1 0.36,0.16 z" />
<path
inkscape:connector-curvature="0"
id="path4172"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1786.34,873.64 a 0.52,0.52 0 0 1 -0.15,-0.39 v -4.48 h -1.51 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.44 h 4.09 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -1.51 v 4.48 a 0.5,0.5 0 0 1 -0.53,0.53 0.53,0.53 0 0 1 -0.39,-0.14 z" />
<path
inkscape:connector-curvature="0"
id="path4174"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1795.37,873.32 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.48,0.48 0 0 1 -0.25,-0.07 0.48,0.48 0 0 1 -0.18,-0.22 l -0.5,-1.11 H 1791 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.11,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z" />
<path
inkscape:connector-curvature="0"
id="path4176"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1801.78,873.36 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.54,0.54 0 0 1 -0.46,-0.25 l -1.1,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 v 1.86 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.86 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.08 a 2.26,2.26 0 0 1 1.51,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1.05,1.05 0 0 1 0.42,0.21 1.85,1.85 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.09,0.29 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.83,0.83 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 H 1798 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.94,-0.25 z" />
<path
inkscape:connector-curvature="0"
id="path4178"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1807.54,867.85 a 0.48,0.48 0 0 1 0.34,0.15 0.46,0.46 0 0 1 0.15,0.34 0.49,0.49 0 0 1 -0.12,0.32 L 1806,871 v 2.3 a 0.52,0.52 0 0 1 -0.15,0.4 0.53,0.53 0 0 1 -0.38,0.14 0.54,0.54 0 0 1 -0.39,-0.14 0.52,0.52 0 0 1 -0.15,-0.4 V 871 l -1.88,-2.3 a 0.49,0.49 0 0 1 -0.12,-0.32 0.46,0.46 0 0 1 0.15,-0.34 0.48,0.48 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.36,0.18 l 1.7,2.11 1.69,-2.11 a 0.45,0.45 0 0 1 0.37,-0.22 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-560.52251,-405.95292)"
id="g4186">
<path
inkscape:connector-curvature="0"
id="path4182"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1771.41,898.64 a 2,2 0 0 1 -0.82,-0.86 3.11,3.11 0 0 1 0,-2.61 2,2 0 0 1 0.82,-0.85 2.68,2.68 0 0 1 2.77,0.19 0.51,0.51 0 0 1 0.14,0.16 0.45,0.45 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.3,0.3 0 0 1 -0.24,0.13 h -0.17 l -0.16,-0.08 a 2.26,2.26 0 0 0 -0.5,-0.25 1.55,1.55 0 0 0 -0.5,-0.08 1.19,1.19 0 0 0 -1,0.4 1.88,1.88 0 0 0 -0.33,1.21 q 0,1.62 1.31,1.62 a 1.42,1.42 0 0 0 0.48,-0.08 3,3 0 0 0 0.52,-0.25 l 0.17,-0.08 h 0.16 a 0.3,0.3 0 0 1 0.24,0.13 0.47,0.47 0 0 1 0.1,0.3 0.45,0.45 0 0 1 0,0.21 0.5,0.5 0 0 1 -0.14,0.16 2.68,2.68 0 0 1 -2.77,0.19 z" />
<path
inkscape:connector-curvature="0"
id="path4184"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1779.31,894.11 a 0.48,0.48 0 0 1 0.26,-0.07 0.56,0.56 0 0 1 0.37,0.14 0.42,0.42 0 0 1 0.16,0.33 0.49,0.49 0 0 1 0,0.2 l -1.84,3.88 a 0.54,0.54 0 0 1 -0.22,0.24 0.67,0.67 0 0 1 -0.65,0 0.53,0.53 0 0 1 -0.22,-0.24 l -1.84,-3.88 a 0.43,0.43 0 0 1 0,-0.2 0.42,0.42 0 0 1 0.17,-0.34 0.59,0.59 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.26,0.07 0.44,0.44 0 0 1 0.18,0.21 l 1.46,3.18 1.46,-3.18 a 0.45,0.45 0 0 1 0.07,-0.2 z" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(5.559749,-98.968284)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 2"
transform="translate(0,8.0744425e-6)" />
</svg>

+ 405
- 0
repos/AS/res/TriggersMKII.svg View File

@@ -0,0 +1,405 @@
<?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="90"
height="380"
viewBox="0 0 23.8125 100.54169"
version="1.1"
id="svg4541"
sodipodi:docname="TriggersMKII.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.1485884"
inkscape:cx="54.731006"
inkscape:cy="262.36436"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1678"
inkscape:window-height="1334"
inkscape:window-x="531"
inkscape:window-y="50"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata4538">
<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:groupmode="layer"
id="layer3"
inkscape:label="Layer 0"
transform="translate(0,8.0744425e-6)">
<g
id="g1199" />
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.22310616;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="23.8125"
height="100.54166"
x="6.6526909e-06"
y="-8.0744421e-06" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-706.23002)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="23.8125"
height="5.2916665"
x="6.6526909e-06"
y="95.249992" />
<rect
y="-8.0744421e-06"
x="6.6526909e-06"
height="5.2916665"
width="23.8125"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="translate(0,6.7027791)"
style="display:inline"
id="g2195">
<circle
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle1732"
cx="11.906258"
cy="88.515938"
r="4" />
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1738"
data-name="Layer 2"
transform="matrix(0.17622025,0,0,0.17622025,1.337592,24.780751)">
<g
style="fill:#fff7d4;fill-opacity:1"
id="g1736"
data-name="Layer 1-2">
<path
id="path1734"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#fff7d4;fill-opacity:1" />
</g>
</g>
</g>
<rect
ry="1.3924577"
y="97.441681"
x="3.5040026"
height="2.5"
width="5"
id="rect863"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,97.441595 c -0.771421,0 -1.392162,0.557551 -1.392162,1.25005 0,0.692499 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.557551 1.39216,-1.25005 0,-0.692499 -0.62074,-1.25005 -1.39216,-1.25005 z"
id="rect865"
inkscape:connector-curvature="0" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5040026"
y="0.74166477"
ry="1.3924577" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731164,0.74151318 c -0.771421,0 -1.392162,0.55756002 -1.392162,1.25006002 0,0.6925 0.620741,1.25005 1.392162,1.25005 h 2.215371 c 0.77142,0 1.39216,-0.55755 1.39216,-1.25005 0,-0.6925 -0.62074,-1.25006002 -1.39216,-1.25006002 z"
id="path1191"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.26458333,0,0,0.26458333,-521.68834,-361.11204)"
id="g4038">
<path
inkscape:connector-curvature="0"
id="path4014"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1661.48,710.24 a 0.9,0.9 0 0 1 -0.26,-0.67 v -6.07 h -1.94 q -0.89,0 -0.89,-0.77 0,-0.77 0.89,-0.76 h 5.72 q 0.89,0 0.89,0.76 0,0.76 -0.89,0.77 h -1.94 v 6.07 a 0.91,0.91 0 0 1 -0.25,0.67 1,1 0 0 1 -1.36,0 z" />
<path
inkscape:connector-curvature="0"
id="path4016"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1670,704.58 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.41,1.41 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.87,0.87 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.68,1.68 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.19 z" />
<path
inkscape:connector-curvature="0"
id="path4018"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1671.08,703.22 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.11,1.11 0 0 1 0.76,-0.24 1.1,1.1 0 0 1 0.75,0.25 0.82,0.82 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 v -4.38 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 z" />
<path
inkscape:connector-curvature="0"
id="path4020"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1680.13,704.66 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.55,3.55 0 0 1 -2.42,0.73 4.51,4.51 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.11,1.11 0 0 1 0.31,0.05 l 0.37,0.13 a 7.11,7.11 0 0 0 0.71,0.23 2.74,2.74 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 v -0.65 a 1.77,1.77 0 0 1 -0.76,0.72 2.39,2.39 0 0 1 -1.13,0.26 2.57,2.57 0 0 1 -1.36,-0.36 2.46,2.46 0 0 1 -0.93,-1 3.71,3.71 0 0 1 0,-3.08 2.5,2.5 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.84,1.84 0 0 1 0.76,0.71 v -0.12 a 0.77,0.77 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.67,0.19 z m -1.91,3.82 a 1.68,1.68 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.23,1.23 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.67,1.67 0 0 0 0.36,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 1,-0.41 z" />
<path
inkscape:connector-curvature="0"
id="path4022"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1687.78,704.66 a 0.81,0.81 0 0 1 0.25,0.62 v 4.52 a 2.73,2.73 0 0 1 -0.83,2.16 3.55,3.55 0 0 1 -2.42,0.73 4.51,4.51 0 0 1 -2.21,-0.48 1,1 0 0 1 -0.34,-0.29 0.67,0.67 0 0 1 -0.12,-0.39 0.8,0.8 0 0 1 0.14,-0.49 0.46,0.46 0 0 1 0.38,-0.19 1.11,1.11 0 0 1 0.31,0.05 l 0.37,0.13 a 7.11,7.11 0 0 0 0.71,0.23 2.74,2.74 0 0 0 0.7,0.08 1.62,1.62 0 0 0 1.14,-0.35 1.38,1.38 0 0 0 0.37,-1.06 v -0.65 a 1.77,1.77 0 0 1 -0.76,0.72 2.39,2.39 0 0 1 -1.13,0.26 2.57,2.57 0 0 1 -1.36,-0.36 2.46,2.46 0 0 1 -0.93,-1 3.71,3.71 0 0 1 0,-3.08 2.5,2.5 0 0 1 0.93,-1 2.54,2.54 0 0 1 1.36,-0.37 2.38,2.38 0 0 1 1.11,0.26 1.84,1.84 0 0 1 0.76,0.71 v -0.12 a 0.77,0.77 0 0 1 0.25,-0.61 0.94,0.94 0 0 1 0.65,-0.22 0.91,0.91 0 0 1 0.67,0.19 z m -1.91,3.82 a 1.68,1.68 0 0 0 0.35,-1.14 1.71,1.71 0 0 0 -0.35,-1.15 1.23,1.23 0 0 0 -1,-0.41 1.25,1.25 0 0 0 -1,0.41 1.69,1.69 0 0 0 -0.36,1.15 1.67,1.67 0 0 0 0.36,1.14 1.26,1.26 0 0 0 1,0.41 1.24,1.24 0 0 0 1,-0.41 z" />
<path
inkscape:connector-curvature="0"
id="path4024"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1694.77,708.87 a 0.78,0.78 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.26,4.26 0 0 1 -0.95,0.35 4.06,4.06 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.34,3.34 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.46,0.46 0 0 1 -0.35,0.14 h -3.36 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.12,2.12 0 0 0 0.62,-0.08 5.93,5.93 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.85,0.85 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.43,0.24 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.35 z" />
<path
inkscape:connector-curvature="0"
id="path4026"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1700.38,704.58 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.42,1.42 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.74,0.74 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.19 z" />
<path
inkscape:connector-curvature="0"
id="path4028"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1702.24,710.41 a 2.88,2.88 0 0 1 -0.95,-0.38 0.74,0.74 0 0 1 -0.28,-0.29 0.85,0.85 0 0 1 -0.1,-0.41 0.69,0.69 0 0 1 0.16,-0.46 0.48,0.48 0 0 1 0.38,-0.19 0.94,0.94 0 0 1 0.31,0.05 l 0.32,0.13 a 4.31,4.31 0 0 0 0.66,0.25 3.07,3.07 0 0 0 0.8,0.09 1.34,1.34 0 0 0 0.65,-0.13 0.4,0.4 0 0 0 0.23,-0.36 0.36,0.36 0 0 0 -0.1,-0.27 1,1 0 0 0 -0.38,-0.19 q -0.28,-0.08 -0.88,-0.2 a 3.31,3.31 0 0 1 -1.54,-0.61 1.44,1.44 0 0 1 -0.47,-1.14 1.56,1.56 0 0 1 0.33,-1 2.19,2.19 0 0 1 0.91,-0.68 3.27,3.27 0 0 1 1.3,-0.25 3.88,3.88 0 0 1 1,0.13 3.2,3.2 0 0 1 0.88,0.37 0.8,0.8 0 0 1 0.22,1.15 0.48,0.48 0 0 1 -0.38,0.19 1.4,1.4 0 0 1 -0.66,-0.22 3.62,3.62 0 0 0 -0.55,-0.23 2,2 0 0 0 -0.58,-0.08 1.08,1.08 0 0 0 -0.59,0.14 0.43,0.43 0 0 0 -0.22,0.38 0.42,0.42 0 0 0 0.25,0.38 4,4 0 0 0 1,0.26 5.2,5.2 0 0 1 1.26,0.38 1.52,1.52 0 0 1 0.66,0.56 1.62,1.62 0 0 1 0.2,0.85 1.59,1.59 0 0 1 -0.7,1.36 3.16,3.16 0 0 1 -1.88,0.5 5.92,5.92 0 0 1 -1.26,-0.08 z" />
<path
inkscape:connector-curvature="0"
id="path4030"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1719.25,702.17 a 0.93,0.93 0 0 1 0.25,0.67 v 6.82 a 0.84,0.84 0 0 1 -0.23,0.62 0.81,0.81 0 0 1 -0.6,0.23 0.79,0.79 0 0 1 -0.59,-0.23 0.84,0.84 0 0 1 -0.23,-0.62 v -4.24 l -1.7,3.2 a 1.33,1.33 0 0 1 -0.37,0.46 0.84,0.84 0 0 1 -0.94,0 1.28,1.28 0 0 1 -0.37,-0.46 l -1.7,-3.14 v 4.18 a 0.85,0.85 0 0 1 -0.23,0.62 0.88,0.88 0 0 1 -1.19,0 0.84,0.84 0 0 1 -0.23,-0.62 v -6.82 a 0.93,0.93 0 0 1 0.25,-0.67 0.85,0.85 0 0 1 0.64,-0.26 1,1 0 0 1 0.88,0.61 l 2.44,4.62 2.42,-4.62 a 1,1 0 0 1 0.86,-0.61 0.85,0.85 0 0 1 0.64,0.26 z" />
<path
inkscape:connector-curvature="0"
id="path4032"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1728.57,709.63 a 0.8,0.8 0 0 1 -0.26,0.59 0.83,0.83 0 0 1 -0.59,0.25 0.93,0.93 0 0 1 -0.68,-0.31 l -3.72,-3.64 v 3 a 0.94,0.94 0 1 1 -1.87,0 v -6.73 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 v 2.87 l 3.62,-3.52 a 0.83,0.83 0 0 1 0.6,-0.26 0.82,0.82 0 0 1 0.59,0.25 0.79,0.79 0 0 1 0.25,0.58 0.84,0.84 0 0 1 -0.29,0.62 l -2.86,2.68 3.06,3 a 0.84,0.84 0 0 1 0.28,0.62 z" />
<path
inkscape:connector-curvature="0"
id="path4034"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1730.07,710.25 a 0.92,0.92 0 0 1 -0.25,-0.68 v -6.73 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 v 6.73 a 1,1 0 0 1 -1.62,0.68 z" />
<path
inkscape:connector-curvature="0"
id="path4036"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1733.86,710.25 a 0.92,0.92 0 0 1 -0.25,-0.68 v -6.73 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 v 6.73 a 1,1 0 0 1 -1.62,0.68 z" />
</g>
<g
id="g10005">
<g
id="g4004"
transform="matrix(0.26458333,0,0,0.26458333,-516.46185,-327.41246)">
<path
d="m 1682.63,664.74 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 664 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.14 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path3994"
inkscape:connector-curvature="0" />
<path
d="m 1693.23,664.45 a 0.41,0.41 0 0 1 -0.15,0.32 0.53,0.53 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.43,-0.29 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path3996"
inkscape:connector-curvature="0" />
<path
d="m 1699.25,662.36 a 1.49,1.49 0 0 1 0.28,0.91 1.41,1.41 0 0 1 -0.54,1.17 2.31,2.31 0 0 1 -1.47,0.42 h -2.14 a 0.52,0.52 0 0 1 -0.38,-0.13 0.49,0.49 0 0 1 -0.14,-0.37 v -4.84 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.06 a 2.28,2.28 0 0 1 1.43,0.4 1.47,1.47 0 0 1 0.27,1.93 0.54,0.54 0 1 0 0.11,1 z m -3.34,-0.88 h 1.35 q 1.1,0 1.1,-0.82 a 0.71,0.71 0 0 0 -0.27,-0.61 1.41,1.41 0 0 0 -0.83,-0.2 h -1.35 z m 2.34,2.35 a 0.77,0.77 0 0 0 0.27,-0.65 0.79,0.79 0 0 0 -0.27,-0.66 1.34,1.34 0 0 0 -0.84,-0.22 h -1.49 v 1.7 h 1.49 a 1.38,1.38 0 0 0 0.84,-0.17 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path3998"
inkscape:connector-curvature="0" />
<path
d="m 1701.5,664.74 a 0.49,0.49 0 0 1 -0.14,-0.37 v -4.84 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.57,0.57 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 V 664 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.39,0.39 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.57,0.57 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.11 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4000"
inkscape:connector-curvature="0" />
<path
d="m 1707.22,664.74 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 664 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.14 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4002"
inkscape:connector-curvature="0" />
</g>
<g
id="g4012"
transform="matrix(0.26458333,0,0,0.26458333,-523.07866,-341.90873)">
<path
d="m 1689.28,677.77 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.36,2.36 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4006"
inkscape:connector-curvature="0" />
<path
d="m 1694.85,677.55 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.3 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4008"
inkscape:connector-curvature="0" />
<path
d="m 1701.31,677.9 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4010"
inkscape:connector-curvature="0" />
</g>
<g
id="g4047"
transform="matrix(0.26458333,0,0,0.26458333,-523.91781,-338.14899)">
<path
d="m 1691.49,689.94 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 c 0.34,0 0.5,0.14 0.5,0.41 0,0.27 -0.17,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4041"
inkscape:connector-curvature="0" />
<path
d="m 1700,689.62 a 0.46,0.46 0 0 1 -0.15,0.34 0.49,0.49 0 0 1 -0.35,0.15 0.44,0.44 0 0 1 -0.35,-0.17 l -1.28,-1.56 -1.29,1.56 a 0.45,0.45 0 0 1 -0.35,0.17 0.48,0.48 0 0 1 -0.34,-0.15 0.46,0.46 0 0 1 -0.15,-0.34 0.48,0.48 0 0 1 0.12,-0.31 l 1.39,-1.66 -1.35,-1.61 a 0.47,0.47 0 0 1 -0.13,-0.31 0.46,0.46 0 0 1 0.15,-0.34 0.49,0.49 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.24,1.5 1.23,-1.5 a 0.45,0.45 0 0 1 0.35,-0.18 0.48,0.48 0 0 1 0.34,0.15 0.46,0.46 0 0 1 0.15,0.34 0.47,0.47 0 0 1 -0.12,0.31 l -1.35,1.61 1.39,1.66 a 0.47,0.47 0 0 1 0.16,0.31 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4043"
inkscape:connector-curvature="0" />
<path
d="m 1702.56,690 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path4045"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g10035"
transform="translate(0,40.216667)">
<g
transform="matrix(0.26458333,0,0,0.26458333,-516.46185,-327.41246)"
id="g10017">
<path
inkscape:connector-curvature="0"
id="path10007"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1682.63,664.74 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 664 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.14 z" />
<path
inkscape:connector-curvature="0"
id="path10009"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1693.23,664.45 a 0.41,0.41 0 0 1 -0.15,0.32 0.53,0.53 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.43,-0.29 l -0.5,-1.11 h -2.92 l -0.5,1.11 a 0.48,0.48 0 0 1 -0.18,0.22 0.49,0.49 0 0 1 -0.26,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.51,0.51 0 0 1 0,-0.22 l 2.29,-4.92 a 0.54,0.54 0 0 1 0.23,-0.25 0.66,0.66 0 0 1 0.66,0 0.54,0.54 0 0 1 0.23,0.25 l 2.3,4.92 a 0.51,0.51 0 0 1 0.09,0.22 z m -4,-1.78 h 2.19 l -1.1,-2.46 z" />
<path
inkscape:connector-curvature="0"
id="path10011"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1699.25,662.36 a 1.49,1.49 0 0 1 0.28,0.91 1.41,1.41 0 0 1 -0.54,1.17 2.31,2.31 0 0 1 -1.47,0.42 h -2.14 a 0.52,0.52 0 0 1 -0.38,-0.13 0.49,0.49 0 0 1 -0.14,-0.37 v -4.84 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.06 a 2.28,2.28 0 0 1 1.43,0.4 1.47,1.47 0 0 1 0.27,1.93 0.54,0.54 0 1 0 0.11,1 z m -3.34,-0.88 h 1.35 q 1.1,0 1.1,-0.82 a 0.71,0.71 0 0 0 -0.27,-0.61 1.41,1.41 0 0 0 -0.83,-0.2 h -1.35 z m 2.34,2.35 a 0.77,0.77 0 0 0 0.27,-0.65 0.79,0.79 0 0 0 -0.27,-0.66 1.34,1.34 0 0 0 -0.84,-0.22 h -1.49 v 1.7 h 1.49 a 1.38,1.38 0 0 0 0.84,-0.17 z" />
<path
inkscape:connector-curvature="0"
id="path10013"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1701.5,664.74 a 0.49,0.49 0 0 1 -0.14,-0.37 v -4.84 a 0.49,0.49 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.57,0.57 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 V 664 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.39,0.39 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.57,0.57 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.11 z" />
<path
inkscape:connector-curvature="0"
id="path10015"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1707.22,664.74 a 0.49,0.49 0 0 1 -0.13,-0.37 v -4.86 a 0.5,0.5 0 0 1 0.53,-0.53 0.53,0.53 0 0 1 0.39,0.15 0.52,0.52 0 0 1 0.15,0.39 V 664 h 2.33 q 0.5,0 0.5,0.44 0,0.44 -0.5,0.44 h -2.9 a 0.51,0.51 0 0 1 -0.37,-0.14 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-523.07866,-341.90873)"
id="g10025">
<path
inkscape:connector-curvature="0"
id="path10019"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1689.28,677.77 a 2,2 0 0 1 -0.81,-0.86 3.11,3.11 0 0 1 0,-2.6 2,2 0 0 1 0.81,-0.85 2.73,2.73 0 0 1 2.48,0 2,2 0 0 1 0.81,0.85 3.12,3.12 0 0 1 0,2.6 2,2 0 0 1 -0.81,0.86 2.7,2.7 0 0 1 -2.48,0 z m 2.18,-0.94 a 2.33,2.33 0 0 0 0,-2.43 1.27,1.27 0 0 0 -1.89,0 2.36,2.36 0 0 0 0,2.43 1.26,1.26 0 0 0 1.88,0 z" />
<path
inkscape:connector-curvature="0"
id="path10021"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1694.85,677.55 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.28,1.28 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.3 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z" />
<path
inkscape:connector-curvature="0"
id="path10023"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1701.31,677.9 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-523.91781,-338.14899)"
id="g10033">
<path
inkscape:connector-curvature="0"
id="path10027"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1691.49,689.94 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 c 0.34,0 0.5,0.14 0.5,0.41 0,0.27 -0.17,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z" />
<path
inkscape:connector-curvature="0"
id="path10029"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1700,689.62 a 0.46,0.46 0 0 1 -0.15,0.34 0.49,0.49 0 0 1 -0.35,0.15 0.44,0.44 0 0 1 -0.35,-0.17 l -1.28,-1.56 -1.29,1.56 a 0.45,0.45 0 0 1 -0.35,0.17 0.48,0.48 0 0 1 -0.34,-0.15 0.46,0.46 0 0 1 -0.15,-0.34 0.48,0.48 0 0 1 0.12,-0.31 l 1.39,-1.66 -1.35,-1.61 a 0.47,0.47 0 0 1 -0.13,-0.31 0.46,0.46 0 0 1 0.15,-0.34 0.49,0.49 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.24,1.5 1.23,-1.5 a 0.45,0.45 0 0 1 0.35,-0.18 0.48,0.48 0 0 1 0.34,0.15 0.46,0.46 0 0 1 0.15,0.34 0.47,0.47 0 0 1 -0.12,0.31 l -1.35,1.61 1.39,1.66 a 0.47,0.47 0 0 1 0.16,0.31 z" />
<path
inkscape:connector-curvature="0"
id="path10031"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 1702.56,690 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 q -0.5,0 -0.5,-0.44 0,-0.44 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 0,0.43 -0.5,0.44 h -1.1 v 3.44 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z" />
</g>
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(5.559749,-98.968284)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 2"
transform="translate(0,8.0744425e-6)" />
</svg>

+ 418
- 0
repos/AS/res/VCA.svg View File

@@ -0,0 +1,418 @@
<?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="90"
height="380"
viewBox="0 0 23.812502 100.54168"
version="1.1"
id="svg4541"
sodipodi:docname="VCA.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs4535" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.1921055"
inkscape:cx="44.999989"
inkscape:cy="190.00001"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1339"
inkscape:window-height="1390"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="-2.6884952,42.434628"
orientation="0,1"
id="guide898"
inkscape:locked="false" />
<sodipodi:guide
position="-3.6331016,52.897961"
orientation="0,1"
id="guide900"
inkscape:locked="false" />
<sodipodi:guide
position="5.7409435,52.897962"
orientation="1,0"
id="guide902"
inkscape:locked="false" />
<sodipodi:guide
position="17.742413,50.453127"
orientation="1,0"
id="guide904"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata4538">
<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(-61.978028,-53.744299)">
<rect
y="53.744301"
x="61.978046"
height="100.54166"
width="23.8125"
id="rect1709"
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.22310618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
style="fill:#3c3835;fill-opacity:1;stroke-width:0.88074034"
id="g1661"
data-name="Layer 2"
transform="matrix(2.0981223,0,0,2.0981223,-51.948901,-652.48572)">
<g
style="fill:#3c3835;fill-opacity:1"
id="g1659"
data-name="Layer 1-2">
<path
id="path1657"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#3c3835;fill-opacity:1" />
</g>
</g>
<rect
y="148.99429"
x="61.978046"
height="5.2916665"
width="23.8125"
id="rect1759"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1806"
width="23.8125"
height="5.2916665"
x="61.978046"
y="53.744301" />
<g
id="g2195"
style="display:inline;stroke-width:0.88074034"
transform="translate(61.978025,60.447087)">
<circle
r="4"
cy="88.515938"
cx="11.906258"
id="circle1732"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.17622025,0,0,0.17622025,1.337592,24.780751)"
data-name="Layer 2"
id="g1738"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1736"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1734" />
</g>
</g>
</g>
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187517;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect863"
width="5.0000005"
height="2.5000002"
x="65.482033"
y="151.18599"
ry="1.3924576" />
<path
inkscape:connector-curvature="0"
id="rect865"
d="m 78.70919,151.1859 c -0.771423,0 -1.392165,0.55756 -1.392165,1.25005 0,0.6925 0.620742,1.25006 1.392165,1.25006 h 2.21537 c 0.77142,0 1.392159,-0.55756 1.392159,-1.25006 0,-0.69249 -0.620739,-1.25005 -1.392159,-1.25005 z"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187517;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
ry="1.3924576"
y="54.485973"
x="65.482033"
height="2.5000002"
width="5.0000005"
id="rect861"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187517;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1191"
d="m 78.70919,54.48582 c -0.771423,0 -1.392165,0.55756 -1.392165,1.250061 0,0.692499 0.620742,1.250049 1.392165,1.250049 h 2.21537 c 0.77142,0 1.392159,-0.55755 1.392159,-1.250049 0,-0.692501 -0.620739,-1.250061 -1.392159,-1.250061 z"
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187517;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.26458333,0,0,0.26458333,-22.621169,-11.249864)"
id="g2289">
<path
inkscape:connector-curvature="0"
d="m 39.27,155.76 a 0.85,0.85 0 0 1 0.46,-0.13 1,1 0 0 1 0.65,0.24 0.74,0.74 0 0 1 0.29,0.59 0.85,0.85 0 0 1 -0.08,0.36 l -3.24,6.84 a 0.94,0.94 0 0 1 -0.4,0.43 1.18,1.18 0 0 1 -1.15,0 0.94,0.94 0 0 1 -0.4,-0.43 l -3.24,-6.84 a 0.77,0.77 0 0 1 -0.08,-0.35 0.74,0.74 0 0 1 0.3,-0.6 1,1 0 0 1 0.67,-0.24 0.88,0.88 0 0 1 0.46,0.13 0.79,0.79 0 0 1 0.32,0.38 l 2.57,5.62 2.6,-5.62 a 0.8,0.8 0 0 1 0.27,-0.38 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path2283" />
<path
inkscape:connector-curvature="0"
d="m 43.28,163.75 a 3.55,3.55 0 0 1 -1.44,-1.51 5.51,5.51 0 0 1 0,-4.6 3.56,3.56 0 0 1 1.44,-1.51 4.73,4.73 0 0 1 4.9,0.34 0.92,0.92 0 0 1 0.25,0.29 0.8,0.8 0 0 1 0.07,0.36 0.84,0.84 0 0 1 -0.17,0.53 0.52,0.52 0 0 1 -0.43,0.22 0.93,0.93 0 0 1 -0.29,0 1.15,1.15 0 0 1 -0.28,-0.15 4.06,4.06 0 0 0 -0.89,-0.45 2.72,2.72 0 0 0 -0.88,-0.14 2.11,2.11 0 0 0 -1.73,0.71 3.32,3.32 0 0 0 -0.58,2.13 q 0,2.86 2.32,2.86 a 2.53,2.53 0 0 0 0.84,-0.14 5.29,5.29 0 0 0 0.92,-0.45 1.74,1.74 0 0 1 0.3,-0.15 0.84,0.84 0 0 1 0.28,0 0.52,0.52 0 0 1 0.43,0.22 0.84,0.84 0 0 1 0.17,0.53 0.77,0.77 0 0 1 -0.08,0.37 0.89,0.89 0 0 1 -0.25,0.28 4.73,4.73 0 0 1 -4.9,0.34 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path2285" />
<path
inkscape:connector-curvature="0"
d="m 57.81,163.41 a 0.72,0.72 0 0 1 -0.27,0.57 0.91,0.91 0 0 1 -0.62,0.23 0.81,0.81 0 0 1 -0.43,-0.13 0.79,0.79 0 0 1 -0.31,-0.38 l -0.64,-1.42 h -4.06 l -0.64,1.42 a 0.78,0.78 0 0 1 -0.74,0.5 0.94,0.94 0 0 1 -0.62,-0.23 0.72,0.72 0 0 1 -0.28,-0.57 1,1 0 0 1 0.1,-0.38 l 3.24,-6.8 a 0.94,0.94 0 0 1 0.4,-0.44 1.13,1.13 0 0 1 0.56,-0.15 1.11,1.11 0 0 1 0.58,0.16 1.07,1.07 0 0 1 0.41,0.43 l 3.24,6.8 a 1,1 0 0 1 0.08,0.39 z m -5.7,-2.53 h 2.8 l -1.39,-3.12 z"
transform="translate(319.8,124.29)"
style="fill:#fff8d5"
id="path2287" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="texts">
<g
transform="matrix(0.27602378,0,0,0.27602378,239.64473,-41.170201)"
style="fill:#fff7d4;fill-opacity:1;stroke-width:0.91882312"
id="g1005">
<path
inkscape:connector-curvature="0"
id="path11726"
d="m -855.52314,208.44687 c 0,0.28125 0.21875,0.5 0.5,0.5 h 3.01563 c 0.25,0 0.45312,-0.20313 0.45312,-0.45313 0,-0.25 -0.20312,-0.4375 -0.45312,-0.4375 h -2.53125 v -4.26562 c 0,-0.26563 -0.21875,-0.48438 -0.48438,-0.48438 -0.28125,0 -0.5,0.21875 -0.5,0.48438 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path11718"
d="m -848.01004,209.02499 h 0.0469 c 0.28125,0 0.46875,-0.15625 0.57812,-0.39062 l 1.96875,-4.64063 c 0.0156,-0.0625 0.0469,-0.14062 0.0469,-0.21875 0,-0.26562 -0.21875,-0.46875 -0.48438,-0.46875 -0.23437,0 -0.42187,0.15625 -0.48437,0.32813 l -1.64063,4.0625 -1.60937,-4.03125 c -0.0781,-0.21875 -0.25,-0.35938 -0.5,-0.35938 -0.28125,0 -0.5,0.21875 -0.5,0.48438 0,0.0781 0.0312,0.15625 0.0625,0.23437 l 1.95312,4.60938 c 0.10938,0.23437 0.28125,0.39062 0.5625,0.39062 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path11710"
d="m -843.13924,208.44687 c 0,0.28125 0.21875,0.5 0.5,0.5 h 3.01563 c 0.25,0 0.45312,-0.20313 0.45312,-0.45313 0,-0.25 -0.20312,-0.4375 -0.45312,-0.4375 h -2.53125 v -4.26562 c 0,-0.26563 -0.21875,-0.48438 -0.48438,-0.48438 -0.28125,0 -0.5,0.21875 -0.5,0.48438 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
</g>
<g
transform="translate(-4.8603421,-2.6458193)"
id="g1942"
style="display:inline">
<path
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
id="path1934"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1936"
d="m 21.263285,83.746531 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path1938"
d="m 22.762883,83.746531 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path1940"
d="m 23.9409,83.595581 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 h -0.806509 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 H 23.9409 Z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
</g>
<g
transform="translate(11.635363)"
id="g1956">
<g
transform="translate(-5.8208334,-196.45831)"
id="g1948">
<g
style="display:inline"
id="g1946"
transform="translate(-10.674872,180.05416)">
<path
inkscape:connector-curvature="0"
id="path1944"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
</g>
</g>
<g
id="g1954"
style="fill:#fff7d4;fill-opacity:1;stroke-width:0.91882312"
transform="matrix(0.27602378,0,0,0.27602378,246.00108,-18.27371)">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034"
d="m -871.7251,309.05871 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.40625,-0.17188 0.40625,-0.39063 v -3.82812 c 0,-0.21875 -0.1875,-0.39063 -0.40625,-0.39063 -0.21875,0 -0.40625,0.17188 -0.40625,0.39063 z m 0,0"
id="path1950"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034"
d="m -869.50347,309.05871 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.39062,-0.17188 0.39062,-0.39063 v -2.89062 l 2.34375,3.03125 c 0.10938,0.14062 0.21875,0.25 0.40625,0.25 h 0.0312 c 0.21875,0 0.39063,-0.1875 0.39063,-0.40625 v -3.8125 c 0,-0.21875 -0.17188,-0.39063 -0.39063,-0.39063 -0.21875,0 -0.39062,0.17188 -0.39062,0.39063 v 2.79687 l -2.28125,-2.95312 c -0.10938,-0.14063 -0.21875,-0.23438 -0.40625,-0.23438 h -0.0937 c -0.21875,0 -0.40625,0.1875 -0.40625,0.40625 z m 0,0"
id="path1952"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="display:inline"
id="g1026"
transform="translate(-16.881907,-2.6458193)">
<path
inkscape:connector-curvature="0"
id="path25377"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292" />
<g
id="g896"
transform="translate(-0.023128)">
<path
inkscape:connector-curvature="0"
id="path12074"
d="m 21.263285,83.746531 c 0.388158,0 0.672808,-0.29328 0.672808,-0.651251 0,-0.357971 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.254461 c -0.219955,0 -0.37953,-0.181141 -0.37953,-0.39679 0,-0.215641 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.176829 0.383847,0.39247 v 0.004 c 0,0.215638 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path12070"
d="m 22.762883,83.746531 c 0.340719,0 0.552048,-0.18977 0.552048,-0.569302 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07763,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.310531 V 82.59499 c 0,-0.0776 -0.06038,-0.138009 -0.138012,-0.138009 -0.07332,0 -0.138012,0.0604 -0.138012,0.138009 v 0.59087 c 0,0.370901 0.207018,0.560671 0.543422,0.560671 z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
<path
inkscape:connector-curvature="0"
id="path12066"
d="m 23.9409,83.595581 c 0,0.0776 0.06038,0.138009 0.138012,0.138009 0.07763,0 0.138012,-0.0604 0.138012,-0.138009 v -0.871202 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.129389 0,-0.069 -0.05607,-0.125071 -0.129386,-0.125071 h -0.806509 c -0.06901,0 -0.125072,0.0561 -0.125072,0.125071 0,0.0733 0.05607,0.129389 0.125072,0.129389 H 23.9409 Z m 0,0"
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292" />
</g>
</g>
<g
id="g1271"
transform="translate(-0.38620159)">
<g
id="g1598"
transform="translate(-5.8208334,-196.45831)">
<g
transform="translate(-10.674872,180.05416)"
id="g1528"
style="display:inline">
<path
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
id="path1520"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.27602378,0,0,0.27602378,246.00108,-18.27371)"
style="fill:#fff7d4;fill-opacity:1;stroke-width:0.91882312"
id="g1263">
<path
inkscape:connector-curvature="0"
id="path1259"
d="m -871.7251,309.05871 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.40625,-0.17188 0.40625,-0.39063 v -3.82812 c 0,-0.21875 -0.1875,-0.39063 -0.40625,-0.39063 -0.21875,0 -0.40625,0.17188 -0.40625,0.39063 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path1261"
d="m -869.50347,309.05871 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.39062,-0.17188 0.39062,-0.39063 v -2.89062 l 2.34375,3.03125 c 0.10938,0.14062 0.21875,0.25 0.40625,0.25 h 0.0312 c 0.21875,0 0.39063,-0.1875 0.39063,-0.40625 v -3.8125 c 0,-0.21875 -0.17188,-0.39063 -0.39063,-0.39063 -0.21875,0 -0.39062,0.17188 -0.39062,0.39063 v 2.79687 l -2.28125,-2.95312 c -0.10938,-0.14063 -0.21875,-0.23438 -0.40625,-0.23438 h -0.0937 c -0.21875,0 -0.40625,0.1875 -0.40625,0.40625 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
</g>
</g>
<g
transform="matrix(0.27602378,0,0,0.27602378,240.29444,-21.152344)"
style="fill:#fff7d4;fill-opacity:1;stroke-width:0.91882312"
id="g1015">
<path
inkscape:connector-curvature="0"
id="path11694"
d="m -832.62078,265.05234 c 0,0.23437 0.1875,0.40625 0.40625,0.40625 h 2.45312 c 0.20313,0 0.375,-0.15625 0.375,-0.35938 0,-0.20312 -0.17187,-0.375 -0.375,-0.375 h -2.04687 v -3.45312 c 0,-0.21875 -0.1875,-0.39063 -0.40625,-0.39063 -0.21875,0 -0.40625,0.17188 -0.40625,0.39063 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path11690"
d="m -828.41391,265.09921 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.40625,-0.17188 0.40625,-0.39063 v -3.82812 c 0,-0.21875 -0.1875,-0.39063 -0.40625,-0.39063 -0.21875,0 -0.40625,0.17188 -0.40625,0.39063 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path11686"
d="m -826.19228,265.09921 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.39062,-0.17188 0.39062,-0.39063 v -2.89062 l 2.34375,3.03125 c 0.10938,0.14062 0.21875,0.25 0.40625,0.25 h 0.0312 c 0.21875,0 0.39063,-0.1875 0.39063,-0.40625 v -3.8125 c 0,-0.21875 -0.17188,-0.39063 -0.39063,-0.39063 -0.21875,0 -0.39062,0.17188 -0.39062,0.39063 v 2.79687 l -2.28125,-2.95312 c -0.10938,-0.14063 -0.21875,-0.23438 -0.40625,-0.23438 h -0.0937 c -0.21875,0 -0.40625,0.1875 -0.40625,0.40625 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
</g>
<g
transform="matrix(0.27602378,0,0,0.27602378,251.62634,-17.352346)"
style="fill:#fff7d4;fill-opacity:1;stroke-width:0.91882312"
id="g1010">
<path
inkscape:connector-curvature="0"
id="path11674"
d="m -874.50522,265.45859 h 2.6875 c 0.1875,0 0.35938,-0.15625 0.35938,-0.35938 0,-0.1875 -0.17188,-0.35937 -0.35938,-0.35937 h -2.28125 v -1.21875 h 1.95313 c 0.1875,0 0.35937,-0.15625 0.35937,-0.34375 0,-0.20313 -0.17187,-0.375 -0.35937,-0.375 h -1.95313 v -1.17188 h 2.25 c 0.1875,0 0.34375,-0.15625 0.34375,-0.35937 0,-0.20313 -0.15625,-0.35938 -0.34375,-0.35938 h -2.65625 c -0.21875,0 -0.40625,0.17188 -0.40625,0.40625 v 3.73438 c 0,0.23437 0.1875,0.40625 0.40625,0.40625 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path11670"
d="m -870.57764,265.11484 c 0,0.23437 0.1875,0.375 0.375,0.375 0.17188,0 0.28125,-0.0781 0.39063,-0.21875 l 1.20312,-1.5625 1.21875,1.59375 c 0.0937,0.125 0.1875,0.1875 0.35938,0.1875 0.23437,0 0.40625,-0.17188 0.40625,-0.39063 0,-0.10937 -0.0625,-0.21875 -0.125,-0.29687 l -1.34375,-1.67188 1.26562,-1.57812 c 0.0781,-0.10938 0.125,-0.1875 0.125,-0.3125 0,-0.21875 -0.1875,-0.35938 -0.35937,-0.35938 -0.17188,0 -0.28125,0.0781 -0.39063,0.21875 l -1.14062,1.48438 -1.14063,-1.51563 c -0.10937,-0.125 -0.20312,-0.1875 -0.375,-0.1875 -0.21875,0 -0.39062,0.17188 -0.39062,0.39063 0,0.10937 0.0625,0.20312 0.125,0.29687 l 1.26562,1.57813 -1.34375,1.67187 c -0.0781,0.0937 -0.125,0.1875 -0.125,0.29688 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
<path
inkscape:connector-curvature="0"
id="path11666"
d="m -865.57226,265.09921 c 0,0.21875 0.1875,0.39063 0.40625,0.39063 0.21875,0 0.40625,-0.17188 0.40625,-0.39063 v -1.10937 h 0.89062 c 1,0 1.82813,-0.53125 1.82813,-1.54688 v -0.0156 c 0,-0.92188 -0.67188,-1.51563 -1.73438,-1.51563 h -1.39062 c -0.21875,0 -0.40625,0.17188 -0.40625,0.40625 z m 0.8125,-1.82812 v -1.64063 h 0.92187 c 0.59375,0 0.98438,0.28125 0.98438,0.8125 v 0.0156 c 0,0.48437 -0.375,0.8125 -0.98438,0.8125 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034" />
</g>
<g
id="g1576"
transform="matrix(1.0069249,0,0,0.39881153,-0.0813104,34.698311)">
<path
style="fill:none;stroke:#fff7d4;stroke-width:0.19684051;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 5.7407344,58.354637 v -7.73739"
id="path30663"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path887"
d="m 17.742412,58.355103 v -7.73739"
style="fill:none;stroke:#fff7d4;stroke-width:0.19684051;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g912"
style="fill:#fff7d4;fill-opacity:1;stroke-width:0.91882312"
transform="matrix(0.27602378,0,0,0.27602378,251.64473,-41.170201)">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034"
d="m -855.52314,208.44687 c 0,0.28125 0.21875,0.5 0.5,0.5 h 3.01563 c 0.25,0 0.45312,-0.20313 0.45312,-0.45313 0,-0.25 -0.20312,-0.4375 -0.45312,-0.4375 h -2.53125 v -4.26562 c 0,-0.26563 -0.21875,-0.48438 -0.48438,-0.48438 -0.28125,0 -0.5,0.21875 -0.5,0.48438 z m 0,0"
id="path906"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034"
d="m -848.01004,209.02499 h 0.0469 c 0.28125,0 0.46875,-0.15625 0.57812,-0.39062 l 1.96875,-4.64063 c 0.0156,-0.0625 0.0469,-0.14062 0.0469,-0.21875 0,-0.26562 -0.21875,-0.46875 -0.48438,-0.46875 -0.23437,0 -0.42187,0.15625 -0.48437,0.32813 l -1.64063,4.0625 -1.60937,-4.03125 c -0.0781,-0.21875 -0.25,-0.35938 -0.5,-0.35938 -0.28125,0 -0.5,0.21875 -0.5,0.48438 0,0.0781 0.0312,0.15625 0.0625,0.23437 l 1.95312,4.60938 c 0.10938,0.23437 0.28125,0.39062 0.5625,0.39062 z m 0,0"
id="path908"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.88074034"
d="m -843.13924,208.44687 c 0,0.28125 0.21875,0.5 0.5,0.5 h 3.01563 c 0.25,0 0.45312,-0.20313 0.45312,-0.45313 0,-0.25 -0.20312,-0.4375 -0.45312,-0.4375 h -2.53125 v -4.26562 c 0,-0.26563 -0.21875,-0.48438 -0.48438,-0.48438 -0.28125,0 -0.5,0.21875 -0.5,0.48438 z m 0,0"
id="path910"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

+ 624
- 0
repos/AS/res/WaveShaper.svg View File

@@ -0,0 +1,624 @@
<?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="90"
height="380"
viewBox="0 0 23.812502 100.54168"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="WaveShaper.svg">
<defs
id="defs2">
<linearGradient
gradientTransform="matrix(0.26458336,0,0,0.26458336,-334.75351,0)"
id="linear-gradient-4"
x1="1310.21"
y1="3"
x2="1310.21"
y2="379.73001"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#231f20"
stop-opacity="0"
id="stop885-4" />
<stop
offset="1"
stop-color="#006838"
stop-opacity="0.3"
id="stop887-5"
style="stop-color:#000000;stop-opacity:0.23394495" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.4660084"
inkscape:cx="49.386434"
inkscape:cy="332.51809"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:window-width="1608"
inkscape:window-height="1263"
inkscape:window-x="-73"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background">
<g
id="g176"
transform="matrix(0.26752611,0,0,0.26458333,-60.46898,0)"
style="fill:#f6c65a;fill-opacity:1">
<path
style="fill:#f6c65a;fill-opacity:1;stroke-width:1.00554574"
d="M 105.0957,0 V 47.439453 51.25 54.185547 55.410156 321.10938 322.33984 380 h 90 V 322.33984 321.15039 54.185547 51.25 47.400391 0 Z"
transform="matrix(0.98900004,0,0,1,122.09056,0)"
id="polygon168"
inkscape:connector-curvature="0" />
</g>
<g
style="fill:#e2b23c;fill-opacity:1"
id="g1898"
data-name="Layer 2"
transform="matrix(2.0981223,0,0,2.0981223,-113.92693,-706.23001)">
<g
style="fill:#e2b23c;fill-opacity:1"
id="g1896"
data-name="Layer 1-2">
<path
id="path1894"
class="cls-4"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
inkscape:connector-curvature="0"
style="fill:#e2b23c;fill-opacity:1" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="rect817-8"
data-name="rect817"
d="M 0,0 H 23.812503 V 100.54168 H 0 Z"
style="display:inline;fill:url(#linear-gradient-4);stroke-width:0.26458335" />
<rect
y="95.25"
x="4.3505861e-06"
height="5.2916665"
width="23.8125"
id="rect1996"
style="opacity:1;vector-effect:none;fill:#e2b23c;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
r="4"
cy="95.218727"
cx="11.906255"
id="circle1732"
style="opacity:1;vector-effect:none;fill:#e2b23c;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.17622025,0,0,0.17622025,1.337589,31.483538)"
data-name="Layer 2"
id="g1738"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1736"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1734" />
</g>
</g>
<rect
style="opacity:1;vector-effect:none;fill:#e2b23c;fill-opacity:1;stroke:none;stroke-width:0.25762081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1998"
width="23.8125"
height="5.2916665"
x="4.3505861e-06"
y="2.6458333e-06" />
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-196.45831)">
<path
style="opacity:1;vector-effect:none;fill:#a4a4a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="m 0,297.97637 h 3.96875 v 1.66944 H 0 Z"
id="path869"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path929"
d="M 3.96875,297.97637 H 7.9375 v 1.66944 H 3.96875 Z"
style="opacity:0.95;vector-effect:none;fill:#857a7a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
inkscape:connector-curvature="0"
id="path931"
d="m 7.8970061,297.97637 h 3.9687499 v 1.66944 H 7.8970061 Z"
style="opacity:1;vector-effect:none;fill:#a4a4a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
style="opacity:0.95;vector-effect:none;fill:#857a7a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="m 11.865756,297.97637 h 3.96875 v 1.66944 h -3.96875 z"
id="path933"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path939"
d="m 15.834506,297.97637 h 3.96875 v 1.66944 h -3.96875 z"
style="opacity:1;vector-effect:none;fill:#a4a4a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
style="opacity:0.95;vector-effect:none;fill:#857a7a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="m 19.803256,297.97637 h 3.96875 v 1.66944 h -3.96875 z"
id="path941"
inkscape:connector-curvature="0" />
<path
style="opacity:1;vector-effect:none;fill:#a4a4a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="m 23.731512,297.97637 h 3.96875 v 1.66944 h -3.96875 z"
id="path943"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path945"
d="m 27.700262,297.97637 h 3.96875 v 1.66944 h -3.96875 z"
style="opacity:0.95;vector-effect:none;fill:#857a7a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
style="opacity:1;vector-effect:none;fill:#a4a4a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
d="m 31.669012,297.97637 h 3.96875 v 1.66944 h -3.96875 z"
id="path947"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path949"
d="m 35.637762,297.97637 h 3.96875 v 1.66944 h -3.96875 z"
style="opacity:0.95;vector-effect:none;fill:#857a7a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.02557042;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<rect
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="3.5039999"
y="197.19998"
ry="1.3924577" />
<rect
ry="1.3924577"
y="293.89999"
x="3.5039999"
height="2.5"
width="5"
id="rect863"
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731163,197.19983 c -0.771422,0 -1.392164,0.55756 -1.392164,1.25006 0,0.6925 0.620742,1.25005 1.392164,1.25005 h 2.215369 c 0.771422,0 1.392161,-0.55755 1.392161,-1.25005 0,-0.6925 -0.620739,-1.25006 -1.392161,-1.25006 z"
id="path1191"
inkscape:connector-curvature="0" />
<path
style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 16.731163,293.89991 c -0.771422,0 -1.392164,0.55755 -1.392164,1.25005 0,0.6925 0.620742,1.25005 1.392164,1.25005 h 2.215369 c 0.771422,0 1.392161,-0.55755 1.392161,-1.25005 0,-0.6925 -0.620739,-1.25005 -1.392161,-1.25005 z"
id="rect865"
inkscape:connector-curvature="0" />
<g
aria-label="-"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;font-size:3.52777767px;line-height:1.25;font-family:'DIN Condensed';-inkscape-font-specification:'DIN Condensed, Bold Condensed';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:#202020;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="text884"
transform="matrix(0.84030789,0,0,0.84030789,-0.3538346,40.801913)">
<path
d="m 8.391495,235.43578 h 1.0618611 v 0.35984 H 8.391495 Z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;font-size:3.52777767px;font-family:'DIN Condensed';-inkscape-font-specification:'DIN Condensed, Bold Condensed';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:#202020;fill-opacity:1;stroke-width:0.26458332"
id="path893"
inkscape:connector-curvature="0" />
</g>
<g
aria-label="+"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;font-size:3.52777767px;line-height:1.25;font-family:'DIN Condensed';-inkscape-font-specification:'DIN Condensed, Bold Condensed';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:#202020;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="text888"
transform="matrix(0.84030789,0,0,0.84030789,4.4117888,40.730764)">
<path
d="m 14.445163,234.80784 h 0.282222 v 0.75142 h 0.751417 v 0.28222 h -0.751417 v 0.75142 h -0.282222 v -0.75142 h -0.751417 v -0.28222 h 0.751417 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;font-size:3.52777767px;font-family:'DIN Condensed';-inkscape-font-specification:'DIN Condensed, Bold Condensed';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:#202020;fill-opacity:1;stroke-width:0.26458332"
id="path890"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,1.8374544,197.00306)"
id="g42"
style="fill:#202020;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="M 20.68,47.31 A 0.91,0.91 0 0 1 21.77,47.38 0.74,0.74 0 0 1 22,48 1.25,1.25 0 0 1 21.93,48.4 l -2.5,6.83 a 0.87,0.87 0 0 1 -0.38,0.45 1.13,1.13 0 0 1 -0.59,0.16 1.1,1.1 0 0 1 -0.59,-0.16 0.87,0.87 0 0 1 -0.37,-0.45 l -1.79,-5.05 -1.84,5.05 a 0.88,0.88 0 0 1 -0.37,0.45 1.14,1.14 0 0 1 -1.17,0 0.87,0.87 0 0 1 -0.38,-0.45 L 9.45,48.4 A 1.16,1.16 0 0 1 9.4,48 a 0.74,0.74 0 0 1 0.26,-0.59 1,1 0 0 1 1.15,-0.07 0.86,0.86 0 0 1 0.34,0.44 l 1.85,5.28 1.92,-5.29 a 0.89,0.89 0 0 1 0.34,-0.44 0.88,0.88 0 0 1 1,0 0.9,0.9 0 0 1 0.34,0.46 l 1.84,5.38 1.91,-5.41 a 0.88,0.88 0 0 1 0.33,-0.45 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path22" />
<path
inkscape:connector-curvature="0"
d="m 26.95,50.3 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.82,0.82 0 0 1 -0.23,0.62 0.87,0.87 0 0 1 -0.64,0.22 0.83,0.83 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 v -0.08 a 1.41,1.41 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.9,1.9 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.39,9.39 0 0 1 2,-0.17 h 0.31 V 52 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.71,4.71 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.89,3.89 0 0 1 1,-0.36 5.61,5.61 0 0 1 1.23,-0.13 2.6,2.6 0 0 1 1.95,0.63 z m -1.43,3.9 a 1.31,1.31 0 0 0 0.32,-0.92 v -0.2 h -0.2 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.85,-0.36 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path24" />
<path
inkscape:connector-curvature="0"
d="m 33.26,49.83 a 0.78,0.78 0 0 1 0.43,-0.13 0.91,0.91 0 0 1 0.6,0.22 0.68,0.68 0 0 1 0.26,0.53 0.77,0.77 0 0 1 -0.08,0.35 l -2.16,4.43 a 0.86,0.86 0 0 1 -0.36,0.4 1,1 0 0 1 -1,0 0.93,0.93 0 0 1 -0.37,-0.4 L 28.42,50.8 a 0.82,0.82 0 0 1 -0.07,-0.32 0.69,0.69 0 0 1 0.28,-0.55 1,1 0 0 1 0.63,-0.23 0.85,0.85 0 0 1 0.46,0.13 0.87,0.87 0 0 1 0.32,0.38 l 1.48,3.23 1.46,-3.23 a 0.88,0.88 0 0 1 0.28,-0.38 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path26" />
<path
inkscape:connector-curvature="0"
d="m 40.33,54.14 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.29,4.29 0 0 1 -0.95,0.35 4.05,4.05 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.32 a 1.6,1.6 0 0 0 0.43,1 1.42,1.42 0 0 0 1,0.32 2.14,2.14 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.87,0.87 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.39,0.24 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 H 39 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.32 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path28" />
<path
inkscape:connector-curvature="0"
d="M 43,55.59 A 3.68,3.68 0 0 1 41.71,55 a 0.84,0.84 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.82,0.82 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.25,4.25 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.28,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.45,-1.37 2.9,2.9 0 0 1 1.21,-0.95 4.27,4.27 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 0.92,0.92 0 0 1 0.26,0.29 0.78,0.78 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.82,0.82 0 0 1 -0.25,0 1.72,1.72 0 0 1 -0.32,-0.16 5.06,5.06 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.01,-0.18 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.35,1.35 0 0 0 0.54,0.33 8.31,8.31 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.26,2.26 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 A 4.62,4.62 0 0 1 44.84,55.8 6.7,6.7 0 0 1 43,55.59 Z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path30" />
<path
inkscape:connector-curvature="0"
d="m 55.21,52.15 v 2.77 a 0.81,0.81 0 0 1 -0.25,0.62 0.94,0.94 0 0 1 -0.67,0.23 0.92,0.92 0 0 1 -0.66,-0.23 0.82,0.82 0 0 1 -0.24,-0.62 v -2.8 a 1.18,1.18 0 0 0 -0.22,-0.79 0.86,0.86 0 0 0 -0.69,-0.26 1.19,1.19 0 0 0 -0.91,0.36 1.34,1.34 0 0 0 -0.34,1 v 2.52 a 0.82,0.82 0 0 1 -0.24,0.62 0.92,0.92 0 0 1 -0.66,0.23 0.94,0.94 0 0 1 -0.67,-0.23 0.81,0.81 0 0 1 -0.25,-0.62 V 48 a 0.76,0.76 0 0 1 0.26,-0.6 1,1 0 0 1 0.68,-0.23 0.91,0.91 0 0 1 0.64,0.22 0.74,0.74 0 0 1 0.24,0.58 v 2.62 a 2,2 0 0 1 0.8,-0.69 2.57,2.57 0 0 1 1.12,-0.23 q 2.06,0 2.06,2.48 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path32" />
<path
inkscape:connector-curvature="0"
d="m 61.13,50.3 a 2.64,2.64 0 0 1 0.62,1.93 v 2.71 a 0.82,0.82 0 0 1 -0.23,0.62 0.87,0.87 0 0 1 -0.64,0.22 0.83,0.83 0 0 1 -0.62,-0.23 0.82,0.82 0 0 1 -0.23,-0.61 v -0.08 a 1.42,1.42 0 0 1 -0.6,0.7 1.88,1.88 0 0 1 -1,0.25 2.42,2.42 0 0 1 -1.09,-0.24 1.89,1.89 0 0 1 -0.77,-0.67 1.72,1.72 0 0 1 -0.28,-1 1.48,1.48 0 0 1 0.33,-1 2,2 0 0 1 1.06,-0.54 9.4,9.4 0 0 1 2,-0.17 H 60 V 52 a 1,1 0 0 0 -0.22,-0.73 1,1 0 0 0 -0.74,-0.23 4.72,4.72 0 0 0 -1.49,0.36 1.13,1.13 0 0 1 -0.47,0.13 0.52,0.52 0 0 1 -0.42,-0.19 0.73,0.73 0 0 1 -0.16,-0.49 0.68,0.68 0 0 1 0.11,-0.4 1,1 0 0 1 0.35,-0.29 3.89,3.89 0 0 1 1,-0.36 5.6,5.6 0 0 1 1.19,-0.13 2.6,2.6 0 0 1 1.98,0.63 z m -1.43,3.9 a 1.31,1.31 0 0 0 0.32,-0.92 v -0.2 h -0.2 a 4.11,4.11 0 0 0 -1.36,0.16 0.56,0.56 0 0 0 -0.39,0.56 0.72,0.72 0 0 0 0.22,0.55 0.78,0.78 0 0 0 0.56,0.21 1.1,1.1 0 0 0 0.86,-0.36 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path34" />
<path
inkscape:connector-curvature="0"
d="m 68.11,50.06 a 2.6,2.6 0 0 1 0.89,1.09 3.76,3.76 0 0 1 0.33,1.61 3.68,3.68 0 0 1 -0.33,1.6 2.42,2.42 0 0 1 -2.27,1.43 2.38,2.38 0 0 1 -1.09,-0.25 1.79,1.79 0 0 1 -0.75,-0.69 v 2.27 a 0.74,0.74 0 0 1 -0.24,0.58 0.91,0.91 0 0 1 -0.64,0.22 1,1 0 0 1 -0.68,-0.23 0.76,0.76 0 0 1 -0.26,-0.6 v -6.55 a 0.81,0.81 0 0 1 0.25,-0.62 0.91,0.91 0 0 1 0.65,-0.23 0.89,0.89 0 0 1 0.65,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.1 a 1.83,1.83 0 0 1 0.76,-0.71 2.34,2.34 0 0 1 1.1,-0.26 2.41,2.41 0 0 1 1.39,0.39 z M 67.22,54 a 1.9,1.9 0 0 0 0.35,-1.23 2,2 0 0 0 -0.35,-1.27 1.17,1.17 0 0 0 -1,-0.45 1.18,1.18 0 0 0 -1,0.44 2,2 0 0 0 -0.35,1.25 2,2 0 0 0 0.38,1.26 1.18,1.18 0 0 0 1,0.44 1.2,1.2 0 0 0 0.97,-0.44 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path36" />
<path
inkscape:connector-curvature="0"
d="m 75.59,54.14 a 0.78,0.78 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.27,4.27 0 0 1 -0.95,0.35 4,4 0 0 1 -1,0.14 3.58,3.58 0 0 1 -1.67,-0.37 2.61,2.61 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.33,3.33 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.9,2.9 0 0 1 1.5,-0.39 2.74,2.74 0 0 1 1.45,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.45,0.45 0 0 1 -0.35,0.14 h -3.37 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.13,2.13 0 0 0 0.62,-0.08 6.1,6.1 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.86,0.86 0 0 1 0.29,0.05 0.47,0.47 0 0 1 0.39,0.14 z m -3.28,-2.9 a 1.57,1.57 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.32 z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path38" />
<path
inkscape:connector-curvature="0"
d="M 81,49.85 A 0.71,0.71 0 0 1 81.21,50.41 0.8,0.8 0 0 1 81,51 1.12,1.12 0 0 1 80.32,51.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.41,1.41 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 A 0.75,0.75 0 0 1 81,49.85 Z"
transform="translate(-7.25,-14.98)"
style="fill:#202020;fill-opacity:1"
id="path40" />
</g>
<path
style="display:inline;fill:#202020;fill-opacity:1;stroke:#202020;stroke-width:0.13229168;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 11.90625,243.39566 v 1.01148"
id="path27769"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.31605192,0,0,0.31605192,-101.78017,108.1031)"
id="g482"
style="fill:#202020;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 28,247.9 a 2.09,2.09 0 0 1 -0.75,-0.36 0.48,0.48 0 0 1 -0.15,-0.16 0.5,0.5 0 0 1 0.06,-0.51 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.28,2.28 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.34,4.34 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.28,1.28 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.44,0.44 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.83,2.83 0 0 0 -0.51,-0.27 1.71,1.71 0 0 0 -0.6,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.55,4.55 0 0 0 0.61,0.17 3.38,3.38 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.56,1.56 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -1,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path472" />
<path
inkscape:connector-curvature="0"
d="m 36.57,243.28 a 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.57,0.57 0 0 1 -0.76,0 0.53,0.53 0 0 1 -0.14,-0.39 v -1.52 h -2.21 v 1.52 a 0.53,0.53 0 0 1 -0.14,0.38 0.5,0.5 0 0 1 -0.37,0.15 0.51,0.51 0 0 1 -0.38,-0.14 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 1.45 h 2.21 v -1.45 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.51,0.51 0 0 1 0.37,0.15 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path474" />
<path
inkscape:connector-curvature="0"
d="m 42.87,247.53 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.45,0.45 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.65,0.65 0 0 1 0.65,0 0.6,0.6 0 0 1 0.23,0.25 l 1.84,3.86 a 0.54,0.54 0 0 1 0.05,0.22 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path476" />
<path
inkscape:connector-curvature="0"
d="m 44.28,247.86 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 1.71 a 1.75,1.75 0 0 1 1.22,0.39 1.61,1.61 0 0 1 0,2.2 1.75,1.75 0 0 1 -1.22,0.39 h -1.16 v 1.31 a 0.55,0.55 0 0 1 -0.92,0.39 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1 v 1.38 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path478" />
<path
inkscape:connector-curvature="0"
d="m 49.48,247.83 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.87 v 1.12 h 1.73 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.73 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.37,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path480" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,6.1854405,215.81635)"
id="g201"
style="fill:#202020;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m -112.79,96.2 a 0.53,0.53 0 0 1 0.14,0.39 v 4.91 a 0.49,0.49 0 0 1 -0.13,0.37 0.47,0.47 0 0 1 -0.35,0.13 0.44,0.44 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -3.42 l -1.41,2.67 a 0.82,0.82 0 0 1 -0.22,0.27 0.44,0.44 0 0 1 -0.27,0.09 0.46,0.46 0 0 1 -0.27,-0.08 0.76,0.76 0 0 1 -0.22,-0.27 l -1.42,-2.63 v 3.38 a 0.51,0.51 0 0 1 -0.13,0.36 0.45,0.45 0 0 1 -0.34,0.14 0.44,0.44 0 0 1 -0.34,-0.13 0.51,0.51 0 0 1 -0.12,-0.37 v -4.93 a 0.54,0.54 0 0 1 0.14,-0.39 0.48,0.48 0 0 1 0.37,-0.15 0.56,0.56 0 0 1 0.51,0.36 l 1.84,3.51 1.83,-3.51 a 0.55,0.55 0 0 1 0.49,-0.36 0.5,0.5 0 0 1 0.36,0.16 z"
transform="translate(129.82)"
style="fill:#202020;fill-opacity:1"
id="path195" />
<path
inkscape:connector-curvature="0"
d="m -109.42,101.66 a 2.44,2.44 0 0 1 -1,-1 3.52,3.52 0 0 1 -0.34,-1.59 3.53,3.53 0 0 1 0.34,-1.59 2.42,2.42 0 0 1 1,-1 2.92,2.92 0 0 1 1.49,-0.37 2.9,2.9 0 0 1 1.48,0.37 2.43,2.43 0 0 1 1,1 3.53,3.53 0 0 1 0.34,1.59 3.52,3.52 0 0 1 -0.34,1.59 2.44,2.44 0 0 1 -1,1 2.87,2.87 0 0 1 -1.47,0.37 2.89,2.89 0 0 1 -1.5,-0.37 z m 2.74,-1 a 2.47,2.47 0 0 0 0.45,-1.59 2.45,2.45 0 0 0 -0.45,-1.59 1.54,1.54 0 0 0 -1.26,-0.55 1.55,1.55 0 0 0 -1.27,0.55 2.45,2.45 0 0 0 -0.45,1.59 2.47,2.47 0 0 0 0.45,1.59 1.54,1.54 0 0 0 1.27,0.56 1.53,1.53 0 0 0 1.26,-0.61 z"
transform="translate(129.82)"
style="fill:#202020;fill-opacity:1"
id="path197" />
<path
inkscape:connector-curvature="0"
d="m -103.12,101.81 a 0.5,0.5 0 0 1 -0.14,-0.37 V 96.6 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 1.64 a 3.07,3.07 0 0 1 2.23,0.77 2.86,2.86 0 0 1 0.8,2.13 2.87,2.87 0 0 1 -0.79,2.16 3.07,3.07 0 0 1 -2.23,0.77 h -1.64 a 0.52,0.52 0 0 1 -0.39,-0.12 z m 2,-0.74 a 1.8,1.8 0 0 0 2,-2.06 1.8,1.8 0 0 0 -2,-2.05 h -1 v 4.11 z"
transform="translate(129.82)"
style="fill:#202020;fill-opacity:1"
id="path199" />
</g>
<path
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292"
d="m 21.508559,275.90368 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
id="path25377"
inkscape:connector-curvature="0" />
<g
id="g1583">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 16.402943,277.55901 c 0.388158,0 0.672808,-0.29328 0.672808,-0.65125 0,-0.35797 -0.280336,-0.64693 -0.668494,-0.64693 -0.388159,0 -0.668497,0.29328 -0.668497,0.64693 v 0.004 c 0,0.35796 0.280338,0.64693 0.664183,0.64693 z m 0.0043,-0.25446 c -0.219955,0 -0.37953,-0.18114 -0.37953,-0.39679 0,-0.21564 0.15526,-0.39247 0.375218,-0.39247 0.22427,0 0.383847,0.17683 0.383847,0.39247 v 0.004 c 0,0.21564 -0.155263,0.39247 -0.379535,0.39247 z m 0,0"
id="path12074"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 17.902541,277.55901 c 0.340719,0 0.552048,-0.18977 0.552048,-0.5693 v -0.58224 c 0,-0.0776 -0.06038,-0.13801 -0.138012,-0.13801 -0.07763,0 -0.138012,0.0604 -0.138012,0.13801 v 0.59518 c 0,0.19839 -0.103509,0.3019 -0.271709,0.3019 -0.168204,0 -0.271713,-0.10782 -0.271713,-0.31053 v -0.58655 c 0,-0.0776 -0.06038,-0.13801 -0.138012,-0.13801 -0.07332,0 -0.138012,0.0604 -0.138012,0.13801 v 0.59087 c 0,0.3709 0.207018,0.56067 0.543422,0.56067 z m 0,0"
id="path12070"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 19.080558,277.40806 c 0,0.0776 0.06038,0.13801 0.138012,0.13801 0.07763,0 0.138012,-0.0604 0.138012,-0.13801 v -0.8712 h 0.263087 c 0.07332,0 0.129386,-0.0561 0.129386,-0.12939 0,-0.069 -0.05607,-0.12507 -0.129386,-0.12507 H 18.81316 c -0.06901,0 -0.125072,0.0561 -0.125072,0.12507 0,0.0733 0.05607,0.12939 0.125072,0.12939 h 0.267398 z m 0,0"
id="path12066"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-16.881907,193.81249)"
id="g2847">
<path
style="display:inline;fill:#202020;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2330292"
d="m 26.368901,82.091199 c 0,-0.43021 -0.352577,-0.78171 -0.782785,-0.78171 h -6.009987 c -0.430208,0 -0.782787,0.3515 -0.782787,0.78171 v 9.13358 c 0,0.43022 0.352579,0.78279 0.782787,0.78279 h 6.009987 c 0.430208,0 0.782785,-0.35257 0.782785,-0.78279 z m 0,0"
id="path2839"
inkscape:connector-curvature="0" />
</g>
<g
id="g1019"
transform="translate(-1.0583334,193.81249)">
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 6.0202792,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.112135,-0.0474 0.112135,-0.10782 v -1.056659 c 0,-0.0604 -0.05175,-0.10782 -0.112135,-0.10782 -0.06038,0 -0.112135,0.0474 -0.112135,0.10782 z m 0,0"
id="path12062"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.2330292"
d="m 6.6335022,83.62577 c 0,0.0604 0.05175,0.10782 0.112135,0.10782 0.06038,0 0.10782,-0.0474 0.10782,-0.10782 v -0.797891 l 0.646931,0.8367 c 0.03019,0.0388 0.06038,0.069 0.112135,0.069 h 0.0086 c 0.06038,0 0.107823,-0.0518 0.107823,-0.11213 V 82.5691 c 0,-0.0604 -0.04744,-0.10782 -0.107823,-0.10782 -0.06038,0 -0.1078209,0.0474 -0.1078209,0.10782 v 0.77201 L 6.8836232,82.525979 c -0.03019,-0.0388 -0.06038,-0.0647 -0.112135,-0.0647 h -0.02586 c -0.06038,0 -0.112135,0.0518 -0.112135,0.112141 z m 0,0"
id="path12058"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;fill:#202020;fill-opacity:1"
transform="matrix(0.25689694,0,0,0.25689694,-81.856008,262.30131)"
id="g426">
<path
inkscape:connector-curvature="0"
d="m 34.11,-120.55 a 1.2,1.2 0 0 1 0.23,0.74 1.16,1.16 0 0 1 -0.45,1 1.92,1.92 0 0 1 -1.23,0.35 h -1.78 a 0.5,0.5 0 0 1 -0.37,-0.13 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.72 a 1.92,1.92 0 0 1 1.19,0.33 1.08,1.08 0 0 1 0.44,0.91 1.11,1.11 0 0 1 -0.2,0.66 1.14,1.14 0 0 1 -0.55,0.41 1.2,1.2 0 0 1 0.63,0.4 z m -2.69,-0.79 h 1 a 1,1 0 0 0 0.6,-0.14 0.49,0.49 0 0 0 0.19,-0.42 0.5,0.5 0 0 0 -0.19,-0.44 1,1 0 0 0 -0.6,-0.14 h -1 z m 1.73,1.89 a 0.54,0.54 0 0 0 0.19,-0.46 0.56,0.56 0 0 0 -0.19,-0.47 1,1 0 0 0 -0.61,-0.15 h -1.12 v 1.22 h 1.12 a 1,1 0 0 0 0.61,-0.14 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path414-6" />
<path
inkscape:connector-curvature="0"
d="m 39,-123.33 a 0.48,0.48 0 0 1 0.34,0.15 0.45,0.45 0 0 1 0.15,0.34 0.48,0.48 0 0 1 -0.13,0.32 l -1.49,1.77 v 1.75 a 0.51,0.51 0 0 1 -0.15,0.39 0.53,0.53 0 0 1 -0.37,0.14 0.55,0.55 0 0 1 -0.39,-0.14 0.51,0.51 0 0 1 -0.15,-0.39 v -1.77 l -1.48,-1.77 a 0.45,0.45 0 0 1 -0.13,-0.32 0.46,0.46 0 0 1 0.15,-0.34 0.46,0.46 0 0 1 0.34,-0.15 0.45,0.45 0 0 1 0.35,0.18 l 1.3,1.58 1.3,-1.58 a 0.45,0.45 0 0 1 0.36,-0.16 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path416-1" />
<path
inkscape:connector-curvature="0"
d="m 40.83,-118.6 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.5,0.5 0 0 1 0.13,-0.37 0.5,0.5 0 0 1 0.37,-0.13 h 1.71 a 1.75,1.75 0 0 1 1.22,0.39 1.41,1.41 0 0 1 0.44,1.1 1.41,1.41 0 0 1 -0.44,1.1 1.75,1.75 0 0 1 -1.22,0.39 h -1.15 v 1.32 a 0.52,0.52 0 0 1 -0.14,0.39 0.52,0.52 0 0 1 -0.39,0.14 0.52,0.52 0 0 1 -0.39,-0.13 z m 1.92,-2.5 q 0.8,0 0.8,-0.69 0,-0.69 -0.8,-0.69 h -1 v 1.38 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path418" />
<path
inkscape:connector-curvature="0"
d="m 49.92,-118.92 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.46,0.46 0 0 1 -0.24,-0.07 0.44,0.44 0 0 1 -0.18,-0.21 l -0.36,-0.8 h -2.31 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.32,-0.08 0.63,0.63 0 0 1 0.33,0.09 0.61,0.61 0 0 1 0.2,0.24 l 1.84,3.86 a 0.55,0.55 0 0 1 0.08,0.22 z m -3.23,-1.44 h 1.58 l -0.79,-1.77 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path420" />
<path
inkscape:connector-curvature="0"
d="m 51.85,-118.56 a 2.09,2.09 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.29,2.29 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.33,4.33 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.7,1.7 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -1.06,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path422" />
<path
inkscape:connector-curvature="0"
d="m 57,-118.56 a 2.09,2.09 0 0 1 -0.75,-0.36 0.47,0.47 0 0 1 -0.15,-0.16 0.46,0.46 0 0 1 0,-0.21 0.46,0.46 0 0 1 0.11,-0.3 0.31,0.31 0 0 1 0.24,-0.13 h 0.15 l 0.17,0.08 a 2.29,2.29 0 0 0 0.59,0.27 2.41,2.41 0 0 0 0.66,0.08 1.3,1.3 0 0 0 0.69,-0.15 0.48,0.48 0 0 0 0.24,-0.43 0.39,0.39 0 0 0 -0.22,-0.34 2.85,2.85 0 0 0 -0.79,-0.24 4.33,4.33 0 0 1 -1,-0.31 1.3,1.3 0 0 1 -0.55,-0.46 1.2,1.2 0 0 1 -0.17,-0.66 1.29,1.29 0 0 1 0.25,-0.77 1.65,1.65 0 0 1 0.69,-0.54 2.43,2.43 0 0 1 1,-0.19 2.53,2.53 0 0 1 1.59,0.48 0.54,0.54 0 0 1 0.15,0.17 0.45,0.45 0 0 1 0,0.21 0.46,0.46 0 0 1 -0.11,0.3 0.31,0.31 0 0 1 -0.24,0.13 h -0.14 l -0.18,-0.09 a 2.85,2.85 0 0 0 -0.51,-0.27 1.7,1.7 0 0 0 -0.59,-0.09 1.16,1.16 0 0 0 -0.65,0.16 0.5,0.5 0 0 0 -0.24,0.44 0.39,0.39 0 0 0 0.09,0.27 0.76,0.76 0 0 0 0.31,0.19 4.57,4.57 0 0 0 0.61,0.17 3.39,3.39 0 0 1 1.33,0.52 1.06,1.06 0 0 1 0.4,0.88 1.28,1.28 0 0 1 -0.24,0.77 1.55,1.55 0 0 1 -0.68,0.52 2.61,2.61 0 0 1 -1,0.18 3.81,3.81 0 0 1 -1.06,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path424" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-77.634945,129.56956)"
id="g2013"
style="fill:#202020;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 9.62,343.26 a 0.38,0.38 0 0 1 -0.15,0.31 0.57,0.57 0 0 1 -0.61,0.06 0.5,0.5 0 0 1 -0.2,-0.19 l -0.9,-1.33 A 0.81,0.81 0 0 0 7.52,341.85 0.62,0.62 0 0 0 7.19,341.77 H 6.64 v 1.37 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 0.49,0.49 0 0 1 -0.53,-0.53 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 1.7 a 1.91,1.91 0 0 1 1.27,0.37 1.33,1.33 0 0 1 0.43,1.07 1.38,1.38 0 0 1 -0.31,0.92 1.47,1.47 0 0 1 -0.86,0.48 0.9,0.9 0 0 1 0.36,0.16 1.39,1.39 0 0 1 0.31,0.34 l 0.52,0.78 a 0.52,0.52 0 0 1 0.11,0.31 z m -1.33,-2.44 a 0.72,0.72 0 0 0 0,-1 1.09,1.09 0 0 0 -0.66,-0.16 h -1 V 341 h 1 a 1.08,1.08 0 0 0 0.66,-0.19 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path2003" />
<path
inkscape:connector-curvature="0"
d="m 15.49,343.21 a 0.41,0.41 0 0 1 -0.15,0.32 0.52,0.52 0 0 1 -0.35,0.13 0.45,0.45 0 0 1 -0.42,-0.29 l -0.36,-0.8 H 11.9 l -0.36,0.8 a 0.46,0.46 0 0 1 -0.17,0.21 0.45,0.45 0 0 1 -0.25,0.07 0.53,0.53 0 0 1 -0.35,-0.13 0.41,0.41 0 0 1 -0.16,-0.32 0.55,0.55 0 0 1 0.05,-0.22 l 1.84,-3.86 a 0.54,0.54 0 0 1 0.22,-0.25 0.64,0.64 0 0 1 0.65,0 0.6,0.6 0 0 1 0.23,0.25 l 1.83,3.88 a 0.54,0.54 0 0 1 0.06,0.21 z m -3.23,-1.44 h 1.58 L 13.05,340 Z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path2005" />
<path
inkscape:connector-curvature="0"
d="m 20.78,339 a 0.53,0.53 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.53,0.53 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path2007" />
<path
inkscape:connector-curvature="0"
d="m 26.56,341.1 a 0.38,0.38 0 0 1 0.11,0.29 v 1.33 a 1.57,1.57 0 0 1 0,0.42 0.47,0.47 0 0 1 -0.15,0.24 0.92,0.92 0 0 1 -0.33,0.15 3.83,3.83 0 0 1 -0.61,0.13 4.67,4.67 0 0 1 -0.65,0 2.78,2.78 0 0 1 -1.32,-0.3 2,2 0 0 1 -0.86,-0.85 3,3 0 0 1 0,-2.62 2,2 0 0 1 0.85,-0.85 2.65,2.65 0 0 1 1.29,-0.3 2.44,2.44 0 0 1 1.56,0.49 0.52,0.52 0 0 1 0.14,0.16 0.46,0.46 0 0 1 0,0.2 0.47,0.47 0 0 1 -0.1,0.3 0.29,0.29 0 0 1 -0.23,0.13 0.46,0.46 0 0 1 -0.16,0 l -0.17,-0.09 a 2.38,2.38 0 0 0 -0.52,-0.25 1.74,1.74 0 0 0 -0.52,-0.08 q -1.39,0 -1.39,1.61 a 1.83,1.83 0 0 0 0.36,1.24 1.38,1.38 0 0 0 1.09,0.41 3,3 0 0 0 0.78,-0.1 v -1.05 H 25.1 a 0.45,0.45 0 0 1 -0.31,-0.1 0.39,0.39 0 0 1 0,-0.54 0.45,0.45 0 0 1 0.31,-0.09 h 1.16 a 0.43,0.43 0 0 1 0.3,0.12 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path2009" />
<path
inkscape:connector-curvature="0"
d="m 28.38,343.51 a 0.5,0.5 0 0 1 -0.13,-0.37 v -3.8 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.41 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.42 h -1.88 v 1.12 H 31 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -1.72 v 1.2 h 1.87 q 0.5,0 0.5,0.41 0,0.41 -0.5,0.41 h -2.41 a 0.5,0.5 0 0 1 -0.36,-0.12 z"
transform="translate(319.8,124.29)"
style="fill:#202020;fill-opacity:1"
id="path2011" />
</g>
<g
id="g935"
transform="translate(-0.72974738,-1.3229504)"
style="fill:#202020;fill-opacity:1">
<g
transform="matrix(0.26458333,0,0,0.26458333,-81.360363,141.31582)"
id="g905"
style="fill:#202020;fill-opacity:1">
<path
id="path2015"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 12,313.72 a 0.33,0.33 0 0 1 0.1,0.25 0.34,0.34 0 0 1 -0.1,0.25 0.34,0.34 0 0 1 -0.25,0.1 h -1 v 1 a 0.33,0.33 0 0 1 -0.1,0.25 0.37,0.37 0 0 1 -0.5,0 0.33,0.33 0 0 1 -0.1,-0.25 v -1 h -1 a 0.34,0.34 0 0 1 -0.25,-0.1 0.34,0.34 0 0 1 -0.1,-0.25 0.33,0.33 0 0 1 0.1,-0.25 0.35,0.35 0 0 1 0.25,-0.1 h 1 v -1 a 0.355,0.355 0 1 1 0.71,0 v 1 h 1 a 0.35,0.35 0 0 1 0.24,0.1 z"
inkscape:connector-curvature="0" />
<path
id="path2017"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 13.69,316.36 a 0.41,0.41 0 0 1 -0.23,0.07 0.42,0.42 0 0 1 -0.28,-0.11 0.34,0.34 0 0 1 -0.12,-0.27 0.56,0.56 0 0 1 0,-0.14 l 1.56,-4.9 a 0.4,0.4 0 0 1 0.15,-0.21 0.4,0.4 0 0 1 0.23,-0.07 0.42,0.42 0 0 1 0.29,0.11 0.34,0.34 0 0 1 0.12,0.27 0.54,0.54 0 0 1 0,0.14 l -1.56,4.9 a 0.37,0.37 0 0 1 -0.16,0.21 z"
inkscape:connector-curvature="0" />
<path
id="path2019"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 15.92,314.1 q 0,-0.4 0.48,-0.4 h 1.33 q 0.48,0 0.48,0.4 c 0,0.27 -0.16,0.4 -0.48,0.4 H 16.4 c -0.32,0 -0.48,-0.13 -0.48,-0.4 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-84.217946,142.90333)"
id="g909"
style="fill:#202020;fill-opacity:1">
<path
id="path2021"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 22.36,313 a 1.35,1.35 0 0 1 0.54,0.54 1.64,1.64 0 0 1 0.19,0.8 1.59,1.59 0 0 1 -0.22,0.84 1.53,1.53 0 0 1 -0.63,0.57 2.05,2.05 0 0 1 -0.94,0.2 2.67,2.67 0 0 1 -0.82,-0.13 2.18,2.18 0 0 1 -0.69,-0.36 0.43,0.43 0 0 1 -0.14,-0.16 0.52,0.52 0 0 1 0.06,-0.51 0.3,0.3 0 0 1 0.24,-0.13 h 0.15 l 0.18,0.08 a 3.77,3.77 0 0 0 0.5,0.25 1.27,1.27 0 0 0 0.49,0.09 0.92,0.92 0 0 0 0.63,-0.19 0.83,0.83 0 0 0 0,-1.12 0.84,0.84 0 0 0 -0.59,-0.2 1.46,1.46 0 0 0 -0.42,0.06 1.87,1.87 0 0 0 -0.41,0.19 0.58,0.58 0 0 1 -0.29,0.08 0.4,0.4 0 0 1 -0.28,-0.1 0.33,0.33 0 0 1 -0.11,-0.26 v -2 a 0.45,0.45 0 0 1 0.5,-0.5 h 2.19 q 0.5,0 0.5,0.4 0,0.4 -0.5,0.41 H 20.8 V 313 a 1.54,1.54 0 0 1 0.77,-0.18 1.59,1.59 0 0 1 0.79,0.18 z"
inkscape:connector-curvature="0" />
<path
id="path2023"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 28.12,311.16 a 0.48,0.48 0 0 1 0.26,-0.07 0.56,0.56 0 0 1 0.37,0.14 0.42,0.42 0 0 1 0.16,0.33 0.48,0.48 0 0 1 0,0.2 L 27,315.64 a 0.54,0.54 0 0 1 -0.22,0.24 0.66,0.66 0 0 1 -0.65,0 0.53,0.53 0 0 1 -0.22,-0.24 l -1.84,-3.88 a 0.43,0.43 0 0 1 0,-0.2 0.42,0.42 0 0 1 0.17,-0.34 0.59,0.59 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.26,0.07 0.45,0.45 0 0 1 0.18,0.21 l 1.46,3.18 1.46,-3.18 a 0.45,0.45 0 0 1 0.14,-0.2 z"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-73.40029,138.90319)"
id="g2039"
style="fill:#202020;fill-opacity:1">
<g
id="g921"
transform="translate(13.800379,-6.0000006)"
style="fill:#202020;fill-opacity:1">
<path
id="path2027"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 9.65,323.85 a 0.33,0.33 0 0 1 0.1,0.25 0.35,0.35 0 0 1 -0.35,0.35 h -1 v 1 a 0.33,0.33 0 0 1 -0.1,0.25 0.37,0.37 0 0 1 -0.5,0 0.33,0.33 0 0 1 -0.1,-0.25 v -1 h -1 a 0.35,0.35 0 0 1 -0.35,-0.35 0.33,0.33 0 0 1 0.1,-0.25 0.35,0.35 0 0 1 0.25,-0.1 h 1 v -1 a 0.355,0.355 0 1 1 0.71,0 v 1 h 1 a 0.35,0.35 0 0 1 0.24,0.1 z"
inkscape:connector-curvature="0" />
<path
id="path2029"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 11.38,326.49 a 0.41,0.41 0 0 1 -0.23,0.07 0.42,0.42 0 0 1 -0.28,-0.1 0.34,0.34 0 0 1 -0.12,-0.27 0.56,0.56 0 0 1 0,-0.14 l 1.56,-4.9 a 0.39,0.39 0 0 1 0.38,-0.29 0.42,0.42 0 0 1 0.31,0.14 0.34,0.34 0 0 1 0.12,0.27 0.54,0.54 0 0 1 0,0.14 l -1.56,4.9 a 0.37,0.37 0 0 1 -0.18,0.18 z"
inkscape:connector-curvature="0" />
<path
id="path2031"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 13.61,324.23 q 0,-0.4 0.48,-0.4 h 1.33 q 0.48,0 0.48,0.4 0,0.4 -0.48,0.4 h -1.33 q -0.48,0 -0.48,-0.4 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g926"
style="fill:#202020;fill-opacity:1">
<path
id="path2033"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 20.87,325.62 q 0,0.43 -0.5,0.43 h -2.32 q -0.5,0 -0.5,-0.43 0,-0.43 0.5,-0.42 h 0.63 v -2.78 l -0.6,0.36 a 0.39,0.39 0 0 1 -0.2,0.06 0.36,0.36 0 0 1 -0.29,-0.14 0.48,0.48 0 0 1 -0.12,-0.32 0.39,0.39 0 0 1 0.21,-0.36 l 1.07,-0.65 a 0.92,0.92 0 0 1 0.48,-0.14 0.49,0.49 0 0 1 0.51,0.52 v 3.45 h 0.63 q 0.5,0 0.5,0.42 z"
inkscape:connector-curvature="0" />
<path
id="path2035"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 22.41,325.48 a 3.86,3.86 0 0 1 0,-3.65 1.71,1.71 0 0 1 2.66,0 3.86,3.86 0 0 1 0,3.65 1.71,1.71 0 0 1 -2.66,0 z m 1.9,-0.57 a 4.48,4.48 0 0 0 0,-2.52 0.62,0.62 0 0 0 -1.15,0 4.47,4.47 0 0 0 0,2.51 0.62,0.62 0 0 0 1.15,0 z"
inkscape:connector-curvature="0" />
<path
id="path2037"
style="fill:#202020;fill-opacity:1"
transform="translate(319.8,124.29)"
d="m 30.58,321.29 a 0.48,0.48 0 0 1 0.26,-0.07 0.56,0.56 0 0 1 0.37,0.14 0.42,0.42 0 0 1 0.16,0.33 0.48,0.48 0 0 1 0,0.2 l -1.84,3.88 a 0.54,0.54 0 0 1 -0.22,0.24 0.67,0.67 0 0 1 -0.65,0 0.53,0.53 0 0 1 -0.22,-0.24 l -1.84,-3.88 a 0.44,0.44 0 0 1 0,-0.2 0.42,0.42 0 0 1 0.17,-0.34 0.59,0.59 0 0 1 0.38,-0.14 0.5,0.5 0 0 1 0.26,0.07 0.44,0.44 0 0 1 0.18,0.21 l 1.46,3.18 1.46,-3.18 a 0.45,0.45 0 0 1 0.07,-0.2 z"
inkscape:connector-curvature="0" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="path922"
d="m 11.906251,227.83213 v 1.01148"
style="display:inline;fill:#202020;fill-opacity:1;stroke:#202020;stroke-width:0.13229167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="matrix(0.26458336,0,0,0.26458336,-82.137291,164.70604)"
id="g4657"
style="display:inline;fill:#fff7d4;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 71.12,40.12 a 0.24,0.24 0 0 1 0.27,0.27 v 1 a 0.25,0.25 0 0 1 -0.27,0.27 h -2.3 a 0.25,0.25 0 0 0 -0.27,0.27 v 0.29 a 0.25,0.25 0 0 0 0.27,0.27 h 1.51 a 0.24,0.24 0 0 1 0.27,0.27 v 1 a 0.25,0.25 0 0 1 -0.27,0.27 h -1.51 a 0.25,0.25 0 0 0 -0.27,0.27 v 1.87 a 0.25,0.25 0 0 1 -0.28,0.27 H 67.19 A 0.25,0.25 0 0 1 66.92,46.17 V 40.4 a 0.25,0.25 0 0 1 0.27,-0.27 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path4653" />
<path
inkscape:connector-curvature="0"
d="m 76.9,46.2 c 0.11,0.19 0,0.33 -0.19,0.33 h -1.14 a 0.34,0.34 0 0 1 -0.33,-0.18 l -0.91,-1.54 c 0,-0.06 -0.08,-0.06 -0.12,0 l -0.88,1.53 A 0.33,0.33 0 0 1 73,46.53 h -1.24 c -0.22,0 -0.3,-0.14 -0.19,-0.33 l 1.76,-3 a 0.11,0.11 0 0 0 0,-0.13 l -1.56,-2.65 c -0.11,-0.19 0,-0.33 0.19,-0.33 h 1.14 a 0.34,0.34 0 0 1 0.33,0.18 l 0.74,1.27 c 0,0.06 0.09,0.06 0.13,0 L 75,40.31 a 0.34,0.34 0 0 1 0.33,-0.18 h 1.14 c 0.21,0 0.29,0.14 0.18,0.33 l -1.54,2.69 a 0.11,0.11 0 0 0 0,0.13 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4;fill-opacity:1"
id="path4655" />
</g>
</g>
</svg>

+ 139
- 0
repos/AS/res/as-FaderPot.svg View File

@@ -0,0 +1,139 @@
<?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="74"
viewBox="0 0 3.9687499 19.579166"
version="1.1"
id="svg1579"
sodipodi:docname="as-FaderPot.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs1573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4.561532"
inkscape:cx="46.590599"
inkscape:cy="54.01017"
inkscape:document-units="mm"
inkscape:current-layer="g6763"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="1600"
inkscape:window-height="882"
inkscape:window-x="690"
inkscape:window-y="41"
inkscape:window-maximized="0" />
<metadata
id="metadata1576">
<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(-157.03322,-99.280867)">
<g
transform="matrix(0.25661767,0,0,-0.25661767,-287.89299,711.01086)"
id="g1558">
<g
transform="matrix(0.87297441,0,0,0.85245901,1736.7874,2414.7499)"
id="g6763">
<g
style="stroke-width:0.20945399;stroke-miterlimit:10;stroke-dasharray:none"
id="g1151"
transform="matrix(3.7230621,0,0,-4.5324137,-327.84689,187.33302)">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.41890797;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,49.912784 h 4.315522"
id="path1129"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1131"
d="m 87.363691,68.509274 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.41890797;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,64.789976 h 4.315522"
id="path1133"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1135"
d="m 87.363691,62.930326 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,61.070678 h 4.315522"
id="path1137"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1139"
d="m 87.363691,59.21103 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20948648;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1141"
d="m 87.363691,57.351378 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,55.491732 h 4.315522"
id="path1143"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1145"
d="m 87.363691,53.632081 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1147"
d="m 87.363691,66.649624 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,51.772433 h 4.315522"
id="path1149"
inkscape:connector-curvature="0" />
</g>
<rect
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.84512979;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect815"
width="4.4289999"
height="89.502289"
x="3.2325385"
y="36.28471"
transform="scale(1,-1)"
ry="2.4189808" />
</g>
</g>
</g>
</svg>

+ 268
- 0
repos/AS/res/as-FxKnobBlack.svg View File

@@ -0,0 +1,268 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="37.556625"
height="37.556622"
viewBox="0 0 9.9368575 9.9368564"
version="1.1"
id="svg49872"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as-FxKnobBlack.svg">
<defs
id="defs49866">
<linearGradient
gradientUnits="userSpaceOnUse"
y2="58.630001"
x2="1031.1"
y1="58.630001"
x1="1021.89"
id="linearGradient840">
<stop
id="stop836"
stop-color="#fffff5"
offset="0" />
<stop
id="stop838"
stop-color="#bebebe"
offset="1"
style="stop-color:#dcdcd6;stop-opacity:1" />
</linearGradient>
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320"
inkscape:connector-curvature="0" />
</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"
inkscape:connector-curvature="0" />
</clipPath>
<linearGradient
id="linear-gradient-3"
x1="1021.89"
y1="58.630001"
x2="1031.1"
y2="58.630001"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#fffff5"
id="stop855" />
<stop
offset="1"
stop-color="#bebebe"
id="stop857" />
</linearGradient>
<linearGradient
id="linear-gradient-4"
x1="985.98999"
y1="58.630001"
x2="995.20001"
y2="58.630001"
gradientTransform="matrix(-1,0,0,1,2043.88,0)"
xlink:href="#linearGradient840" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.52626"
inkscape:cx="22.544239"
inkscape:cy="18.388905"
inkscape:document-units="px"
inkscape:current-layer="g2593"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="1695"
inkscape:window-height="1317"
inkscape:window-x="65"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:object-paths="true"
inkscape:pagecheckerboard="false"
showguides="false" />
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-73.816227,-78.610433)">
<g
transform="matrix(0.26458334,0,0,0.26458334,-280.96667,-194.82102)"
id="g2593">
<circle
style="opacity:1;vector-effect:none;fill:#21211c;fill-opacity:1;stroke:none;stroke-width:0.87136906;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path3744"
cx="1359.6901"
cy="1052.22"
r="18" />
<g
id="g2520"
transform="translate(72.450016,93.639997)">
<path
id="path2508"
style="fill:#1e1e1e;fill-opacity:1"
transform="translate(319.8,993.59)"
d="m 980.83,-47 v 24 c -0.36,0.4 -0.75,0.78 -1.14,1.15 v -26.34 c 0.4,0.37 0.78,0.75 1.14,1.19 z"
inkscape:connector-curvature="0" />
<path
id="path2510"
style="fill:#191919;fill-opacity:1"
transform="translate(319.8,993.59)"
d="m 979.69,-48.19 v 26.33 q -0.51,0.48 -1.06,0.91 V -49.1 q 0.55,0.44 1.06,0.91 z"
inkscape:connector-curvature="0" />
<path
id="path2512"
style="fill:#0f0f0f;fill-opacity:1"
transform="translate(319.8,993.59)"
d="m 976.23,-50.72 q 0.51,0.29 1,0.6 v 30.19 q -0.49,0.32 -1,0.6 z"
inkscape:connector-curvature="0" />
<path
id="path2514"
style="fill:#141414;fill-opacity:1"
transform="translate(319.8,993.59)"
d="m 978.63,-49.1 v 28.15 c -0.45,0.36 -0.92,0.7 -1.4,1 v -30.17 c 0.48,0.32 0.95,0.66 1.4,1.02 z"
inkscape:connector-curvature="0" />
<path
id="path2516"
style="fill:#282828;fill-opacity:1"
transform="translate(319.8,993.59)"
d="m 985.44,-35 a 17.89,17.89 0 0 1 -3.6,10.79 v -21.61 a 17.89,17.89 0 0 1 3.6,10.82 z"
inkscape:connector-curvature="0" />
<path
id="path2518"
style="fill:#232323;fill-opacity:1"
transform="translate(319.8,993.59)"
d="m 980.83,-47 q 0.53,0.59 1,1.22 v 21.59 q -0.47,0.63 -1,1.22 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="rotate(-180,1323.4649,1005.385)"
id="g3709">
<path
inkscape:connector-curvature="0"
d="m 980.83,-47 v 24 c -0.36,0.4 -0.75,0.78 -1.14,1.15 v -26.34 c 0.4,0.37 0.78,0.75 1.14,1.19 z"
transform="translate(319.8,993.59)"
style="fill:#1e1e1e;fill-opacity:1"
id="path3697" />
<path
inkscape:connector-curvature="0"
d="m 979.69,-48.19 v 26.33 q -0.51,0.48 -1.06,0.91 V -49.1 q 0.55,0.44 1.06,0.91 z"
transform="translate(319.8,993.59)"
style="fill:#191919;fill-opacity:1"
id="path3699" />
<path
inkscape:connector-curvature="0"
d="m 976.23,-50.72 q 0.51,0.29 1,0.6 v 30.19 q -0.49,0.32 -1,0.6 z"
transform="translate(319.8,993.59)"
style="fill:#0f0f0f;fill-opacity:1"
id="path3701" />
<path
inkscape:connector-curvature="0"
d="m 978.63,-49.1 v 28.15 c -0.45,0.36 -0.92,0.7 -1.4,1 v -30.17 c 0.48,0.32 0.95,0.66 1.4,1.02 z"
transform="translate(319.8,993.59)"
style="fill:#141414;fill-opacity:1"
id="path3703" />
<path
inkscape:connector-curvature="0"
d="m 985.44,-35 a 17.89,17.89 0 0 1 -3.6,10.79 v -21.61 a 17.89,17.89 0 0 1 3.6,10.82 z"
transform="translate(319.8,993.59)"
style="fill:#282828;fill-opacity:1"
id="path3705" />
<path
inkscape:connector-curvature="0"
d="m 980.83,-47 q 0.53,0.59 1,1.22 v 21.59 q -0.47,0.63 -1,1.22 z"
transform="translate(319.8,993.59)"
style="fill:#232323;fill-opacity:1"
id="path3707" />
</g>
<path
id="path2522"
style="fill:#1e1e1e;fill-opacity:1"
d="m 1359.69,1070.71 a 18.52,18.52 0 0 1 -18.5,-18.48 18.52,18.52 0 0 1 18.5,-18.5 18.52,18.52 0 0 1 18.5,18.5 18.52,18.52 0 0 1 -18.5,18.48 z m 0,-36 a 17.52,17.52 0 0 0 -17.5,17.52 17.52,17.52 0 0 0 17.5,17.5 17.52,17.52 0 0 0 17.5,-17.5 17.52,17.52 0 0 0 -17.5,-17.52 z"
inkscape:connector-curvature="0" />
<path
id="path2524"
style="fill:#232323;fill-opacity:1"
d="m 1367.48,1035.98 a 17.88,17.88 0 0 0 -7.79,-1.75 v 0 a 17.88,17.88 0 0 0 -7.79,1.78 q -0.51,0.25 -1,0.52 v 31.4 q 0.49,0.28 1,0.52 a 17.88,17.88 0 0 0 7.79,1.78 17.88,17.88 0 0 0 7.79,-1.78 q 0.51,-0.25 1,-0.52 v -31.4 q -0.49,-0.3 -1,-0.55 z"
inkscape:connector-curvature="0" />
<path
id="path2526"
style="fill:#191919;fill-opacity:1"
d="m 1359.69,1035.23 a 17.88,17.88 0 0 0 -7.79,1.78 v 30.46 a 17.88,17.88 0 0 0 7.79,1.76 17.88,17.88 0 0 0 7.79,-1.78 V 1037 a 17.88,17.88 0 0 0 -7.79,-1.77 z"
inkscape:connector-curvature="0" />
<rect
style="fill:#e8e8e8;stroke-width:1.08417654;fill-opacity:1"
height="13.91"
width="1.34"
y="1034.2"
x="1359.02"
data-name="rect2716"
id="rect2716-2" />
</g>
</g>
</svg>

+ 268
- 0
repos/AS/res/as-FxKnobWhite.svg View File

@@ -0,0 +1,268 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="37.556625"
height="37.556622"
viewBox="0 0 9.9368575 9.9368564"
version="1.1"
id="svg49872"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as-FxKnobWhite.svg">
<defs
id="defs49866">
<linearGradient
gradientUnits="userSpaceOnUse"
y2="58.630001"
x2="1031.1"
y1="58.630001"
x1="1021.89"
id="linearGradient840">
<stop
id="stop836"
stop-color="#fffff5"
offset="0" />
<stop
id="stop838"
stop-color="#bebebe"
offset="1"
style="stop-color:#dcdcd6;stop-opacity:1" />
</linearGradient>
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320"
inkscape:connector-curvature="0" />
</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"
inkscape:connector-curvature="0" />
</clipPath>
<linearGradient
id="linear-gradient-3"
x1="1021.89"
y1="58.630001"
x2="1031.1"
y2="58.630001"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#fffff5"
id="stop855" />
<stop
offset="1"
stop-color="#bebebe"
id="stop857" />
</linearGradient>
<linearGradient
id="linear-gradient-4"
x1="985.98999"
y1="58.630001"
x2="995.20001"
y2="58.630001"
gradientTransform="matrix(-1,0,0,1,2043.88,0)"
xlink:href="#linearGradient840" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="19.724471"
inkscape:cx="18.430247"
inkscape:cy="11.911408"
inkscape:document-units="px"
inkscape:current-layer="g2593"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="1695"
inkscape:window-height="1317"
inkscape:window-x="198"
inkscape:window-y="4"
inkscape:window-maximized="0"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:object-paths="true"
inkscape:pagecheckerboard="false"
showguides="false" />
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-73.816227,-78.610433)">
<g
transform="matrix(0.26458334,0,0,0.26458334,-280.96667,-194.82102)"
id="g2593">
<circle
style="opacity:1;vector-effect:none;fill:#f0f0e5;fill-opacity:1;stroke:none;stroke-width:0.87136906;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path3744"
cx="1359.6901"
cy="1052.22"
r="18" />
<g
id="g2520"
transform="translate(72.450016,93.639997)">
<path
id="path2508"
style="fill:#ebebd7"
transform="translate(319.8,993.59)"
d="m 980.83,-47 v 24 c -0.36,0.4 -0.75,0.78 -1.14,1.15 v -26.34 c 0.4,0.37 0.78,0.75 1.14,1.19 z"
inkscape:connector-curvature="0" />
<path
id="path2510"
style="fill:#e6e6d2"
transform="translate(319.8,993.59)"
d="m 979.69,-48.19 v 26.33 q -0.51,0.48 -1.06,0.91 V -49.1 q 0.55,0.44 1.06,0.91 z"
inkscape:connector-curvature="0" />
<path
id="path2512"
style="fill:#dcdcc8"
transform="translate(319.8,993.59)"
d="m 976.23,-50.72 q 0.51,0.29 1,0.6 v 30.19 q -0.49,0.32 -1,0.6 z"
inkscape:connector-curvature="0" />
<path
id="path2514"
style="fill:#e1e1cd"
transform="translate(319.8,993.59)"
d="m 978.63,-49.1 v 28.15 c -0.45,0.36 -0.92,0.7 -1.4,1 v -30.17 c 0.48,0.32 0.95,0.66 1.4,1.02 z"
inkscape:connector-curvature="0" />
<path
id="path2516"
style="fill:#f0f0e5"
transform="translate(319.8,993.59)"
d="m 985.44,-35 a 17.89,17.89 0 0 1 -3.6,10.79 v -21.61 a 17.89,17.89 0 0 1 3.6,10.82 z"
inkscape:connector-curvature="0" />
<path
id="path2518"
style="fill:#f0f0dc"
transform="translate(319.8,993.59)"
d="m 980.83,-47 q 0.53,0.59 1,1.22 v 21.59 q -0.47,0.63 -1,1.22 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="rotate(-180,1323.4649,1005.385)"
id="g3709">
<path
inkscape:connector-curvature="0"
d="m 980.83,-47 v 24 c -0.36,0.4 -0.75,0.78 -1.14,1.15 v -26.34 c 0.4,0.37 0.78,0.75 1.14,1.19 z"
transform="translate(319.8,993.59)"
style="fill:#ebebd7"
id="path3697" />
<path
inkscape:connector-curvature="0"
d="m 979.69,-48.19 v 26.33 q -0.51,0.48 -1.06,0.91 V -49.1 q 0.55,0.44 1.06,0.91 z"
transform="translate(319.8,993.59)"
style="fill:#e6e6d2"
id="path3699" />
<path
inkscape:connector-curvature="0"
d="m 976.23,-50.72 q 0.51,0.29 1,0.6 v 30.19 q -0.49,0.32 -1,0.6 z"
transform="translate(319.8,993.59)"
style="fill:#dcdcc8"
id="path3701" />
<path
inkscape:connector-curvature="0"
d="m 978.63,-49.1 v 28.15 c -0.45,0.36 -0.92,0.7 -1.4,1 v -30.17 c 0.48,0.32 0.95,0.66 1.4,1.02 z"
transform="translate(319.8,993.59)"
style="fill:#e1e1cd"
id="path3703" />
<path
inkscape:connector-curvature="0"
d="m 985.44,-35 a 17.89,17.89 0 0 1 -3.6,10.79 v -21.61 a 17.89,17.89 0 0 1 3.6,10.82 z"
transform="translate(319.8,993.59)"
style="fill:#f0f0e5"
id="path3705" />
<path
inkscape:connector-curvature="0"
d="m 980.83,-47 q 0.53,0.59 1,1.22 v 21.59 q -0.47,0.63 -1,1.22 z"
transform="translate(319.8,993.59)"
style="fill:#f0f0dc"
id="path3707" />
</g>
<path
id="path2522"
style="fill:#aaa79c;fill-opacity:1"
d="m 1359.69,1070.71 a 18.52,18.52 0 0 1 -18.5,-18.48 18.52,18.52 0 0 1 18.5,-18.5 18.52,18.52 0 0 1 18.5,18.5 18.52,18.52 0 0 1 -18.5,18.48 z m 0,-36 a 17.52,17.52 0 0 0 -17.5,17.52 17.52,17.52 0 0 0 17.5,17.5 17.52,17.52 0 0 0 17.5,-17.5 17.52,17.52 0 0 0 -17.5,-17.52 z"
inkscape:connector-curvature="0" />
<path
id="path2524"
style="fill:#e1e1e1"
d="m 1367.48,1035.98 a 17.88,17.88 0 0 0 -7.79,-1.75 v 0 a 17.88,17.88 0 0 0 -7.79,1.78 q -0.51,0.25 -1,0.52 v 31.4 q 0.49,0.28 1,0.52 a 17.88,17.88 0 0 0 7.79,1.78 17.88,17.88 0 0 0 7.79,-1.78 q 0.51,-0.25 1,-0.52 v -31.4 q -0.49,-0.3 -1,-0.55 z"
inkscape:connector-curvature="0" />
<path
id="path2526"
style="fill:#f0f0e5"
d="m 1359.69,1035.23 a 17.88,17.88 0 0 0 -7.79,1.78 v 30.46 a 17.88,17.88 0 0 0 7.79,1.76 17.88,17.88 0 0 0 7.79,-1.78 V 1037 a 17.88,17.88 0 0 0 -7.79,-1.77 z"
inkscape:connector-curvature="0" />
<rect
style="fill:#1a252d;stroke-width:1.08417654"
height="13.91"
width="1.34"
y="1034.2"
x="1359.02"
data-name="rect2716"
id="rect2716-2" />
</g>
</g>
</svg>

+ 305
- 0
repos/AS/res/as-PJ301M.svg View File

@@ -0,0 +1,305 @@
<?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="24"
height="24"
viewBox="0 0 6.3499999 6.3499998"
version="1.1"
id="svg15246"
sodipodi:docname="as-PJ301M.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>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="12.542418"
inkscape:cx="9.0067134"
inkscape:cy="-16.604918"
inkscape:document-units="mm"
inkscape:current-layer="g936"
showgrid="false"
inkscape:window-width="1923"
inkscape:window-height="1396"
inkscape:window-x="194"
inkscape:window-y="605"
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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-88.611154,-121.20423)">
<g
id="g922"
transform="matrix(0.92857145,0,0,0.92857145,5.8895549,9.5508327)">
<path
style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#636663;stroke-width:0.20460665;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 92.504028,138.37571 c -1.82933,0 -3.316927,-1.48759 -3.316927,-3.31694 0,-1.82931 1.487597,-3.31692 3.316927,-3.31692 1.829327,0 3.316927,1.48761 3.316927,3.31692 0,1.82935 -1.4876,3.31694 -3.316927,3.31694"
id="path7255"
inkscape:connector-curvature="0" />
<path
style="fill:#4b4b4b;fill-opacity:1;fill-rule:nonzero;stroke:#636663;stroke-width:0.21603572;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 92.504029,137.58095 c -1.390879,0 -2.522161,-1.13131 -2.522161,-2.52218 0,-1.39088 1.131282,-2.52215 2.522161,-2.52215 1.39088,0 2.522158,1.13127 2.522158,2.52215 0,1.39087 -1.131278,2.52218 -2.522158,2.52218"
id="path7261"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.32564101"
d="m 94.165306,135.05876 c 0,0.91714 -0.744141,1.6613 -1.661277,1.6613 -0.917139,0 -1.66128,-0.74416 -1.66128,-1.6613 0,-0.91713 0.744141,-1.66125 1.66128,-1.66125 0.917136,0 1.661277,0.74412 1.661277,1.66125"
id="path7265"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.13676923,0,0,0.13676923,88.978209,112.80552)"
id="g24">
<circle
cx="86.794006"
cy="26.327333"
r="24.959999"
style="fill:#3c434a"
id="circle4" />
<path
inkscape:connector-curvature="0"
d="m 106.294,11.507333 a 24.94,24.94 0 0 0 -38.999996,0 32.94,32.94 0 0 1 38.999996,0 z"
style="fill:#4b5053"
id="path6" />
<path
inkscape:connector-curvature="0"
d="m 86.794004,46.377333 c -12,0 -21.78,-7.19 -22.83,-16.35 a 14.27,14.27 0 0 0 -0.1,1.62 c 0,9.93 10.26,18 22.92,18 12.66,0 22.919996,-8 22.919996,-18 a 14.27,14.27 0 0 0 -0.1,-1.62 c -1.03,9.16 -10.809996,16.35 -22.809996,16.35 z"
style="fill:#3c4041"
id="path8" />
<g
id="g14"
transform="translate(58.014004,1.3673334)">
<path
inkscape:connector-curvature="0"
d="M 45,65.78 A 15.46,15.46 0 1 1 60.46,50.31 15.48,15.48 0 0 1 45,65.78 Z"
transform="translate(-16.22,-25.36)"
id="path10" />
<path
inkscape:connector-curvature="0"
d="M 45,35.85 A 14.46,14.46 0 1 1 30.54,50.31 14.48,14.48 0 0 1 45,35.85 m 0,-2 A 16.46,16.46 0 1 0 61.46,50.31 16.46,16.46 0 0 0 45,33.85 Z"
transform="translate(-16.22,-25.36)"
style="fill:#282828"
id="path12" />
</g>
<path
inkscape:connector-curvature="0"
d="m 86.794004,3.3673334 a 23,23 0 1 1 -23,22.9999996 23,23 0 0 1 23,-22.9999996 m 0,-2 A 25,25 0 1 0 111.794,26.367333 25,25 0 0 0 86.794004,1.3673334 Z"
id="path22" />
<path
id="path16"
d="m 86.794004,37.797333 a 11.48,11.48 0 1 1 11.48,-11.48 11.49,11.49 0 0 1 -11.48,11.48 z"
inkscape:connector-curvature="0" />
<path
id="path18"
style="fill:#646464"
d="m 86.794004,15.347333 a 11,11 0 1 1 -11,11 11,11 0 0 1 11,-11 m 0,-1 a 12,12 0 1 0 12,12 12,12 0 0 0 -12,-12 z"
inkscape:connector-curvature="0" />
<g
id="g936"
transform="translate(-6.1411973,60.790716)">
<g
id="g914" />
<g
id="g3696">
<circle
cx="31.92053"
cy="18.542604"
r="24.959999"
style="fill:#50575e;fill-opacity:1"
id="circle868" />
<path
inkscape:connector-curvature="0"
d="m 51.420524,3.7226045 a 24.94,24.94 0 0 0 -38.999996,0 32.94,32.94 0 0 1 38.999996,0 z"
style="fill:#696e71;fill-opacity:1"
id="path870" />
<path
inkscape:connector-curvature="0"
d="m 31.920528,39.425105 c -12,0 -21.78,-7.189999 -22.8300002,-16.35 a 14.27,14.27 0 0 0 -0.1,1.62 c 0,9.930001 10.2600002,18 22.9200002,18 12.66,0 22.919996,-8 22.919996,-18 a 14.27,14.27 0 0 0 -0.1,-1.62 c -1.03,9.16 -10.809996,16.35 -22.809996,16.35 z"
style="fill:#3c4041;fill-opacity:1"
id="path872" />
<path
inkscape:connector-curvature="0"
d="M 31.920528,-4.4173948 A 23,23 0 1 1 8.9205278,18.582604 23,23 0 0 1 31.920528,-4.4173948 m 0,-2 A 25,25 0 1 0 56.920524,18.582604 25,25 0 0 0 31.920528,-6.4173948 Z"
id="path884"
style="" />
<g
style="fill:#000000;fill-opacity:1;stroke:#636663;stroke-opacity:1"
id="g878"
transform="matrix(1.0758404,0,0,1.0758404,-14.566954,15.523047)">
<path
inkscape:connector-curvature="0"
d="m 43.210386,-11.616123 a 14.46,14.46 0 1 1 -14.46,14.4599997 14.48,14.48 0 0 1 14.46,-14.4599997 m 0,-2 a 16.46,16.46 0 1 0 16.46,16.4599997 16.46,16.46 0 0 0 -16.46,-16.4599997 z"
style="fill:#282828;fill-opacity:1;stroke:none;stroke-opacity:1"
id="path876" />
</g>
<path
id="path874"
d="M 31.920524,34.238381 A 15.655775,15.655775 0 1 1 47.576297,18.572479 15.676026,15.676026 0 0 1 31.920524,34.238381 Z"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.01266325;stroke-opacity:1" />
<g
id="g923"
transform="translate(2.9527041,-6.7505473)"
style="fill:#000000;fill-opacity:1;stroke:#646464;stroke-width:2.08333325;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
<path
id="path880"
d="m 28.975333,36.820666 a 11.48,11.48 0 1 1 11.48,-11.48 11.49,11.49 0 0 1 -11.48,11.48 z"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;stroke:#646464;stroke-width:2.08333325;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

+ 139
- 0
repos/AS/res/as-SlidePot.svg View File

@@ -0,0 +1,139 @@
<?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="104"
viewBox="0 0 3.9687499 27.516666"
version="1.1"
id="svg1579"
sodipodi:docname="as-SlidePot.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<defs
id="defs1573" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4.561532"
inkscape:cx="52.071214"
inkscape:cy="54.01017"
inkscape:document-units="mm"
inkscape:current-layer="g6763"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="1600"
inkscape:window-height="882"
inkscape:window-x="690"
inkscape:window-y="41"
inkscape:window-maximized="0" />
<metadata
id="metadata1576">
<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(-157.03322,-91.343367)">
<g
transform="matrix(0.25661767,0,0,-0.25661767,-287.89299,711.01086)"
id="g1558">
<g
transform="matrix(0.87297441,0,0,0.85245901,1736.7874,2414.7499)"
id="g6763">
<g
style="stroke-width:0.20945399;stroke-miterlimit:10;stroke-dasharray:none"
id="g1151"
transform="matrix(3.7230621,0,0,-4.5324137,-327.84689,223.61783)">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.41890797;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,49.912782 h 4.315522"
id="path1129"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1131"
d="m 87.363691,76.514879 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.41890797;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,71.19446 h 4.315522"
id="path1133"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1135"
d="m 87.363691,68.534248 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,65.874039 h 4.315522"
id="path1137"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1139"
d="m 87.363691,63.213835 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.41890797;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1141"
d="m 87.363691,60.55362 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,57.893411 h 4.315522"
id="path1143"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path1145"
d="m 87.363691,55.2332 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1147"
d="m 87.363691,73.854671 h 4.315522"
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:#fff7d4;stroke-width:0.20945399;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 87.363691,52.572993 h 4.315522"
id="path1149"
inkscape:connector-curvature="0" />
</g>
<rect
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.84512979;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect815"
width="4.4289999"
height="125.787"
x="3.2325385"
y="-1.3132922e-06"
transform="scale(1,-1)"
ry="2.4189808" />
</g>
</g>
</g>
</svg>

+ 92
- 0
repos/AS/res/as-SlidePotHandle.svg View File

@@ -0,0 +1,92 @@
<?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="25"
version="1.1"
viewBox="0 0 18 25"
id="svg10"
sodipodi:docname="as-SlidePotHandle.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata16">
<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>
<defs
id="defs14" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1894"
inkscape:window-height="1361"
id="namedview12"
showgrid="false"
inkscape:zoom="28.962884"
inkscape:cx="-4.288899"
inkscape:cy="12.864919"
inkscape:window-x="136"
inkscape:window-y="140"
inkscape:window-maximized="0"
inkscape:current-layer="svg10" />
<rect
style="opacity:1;vector-effect:none;fill:#2e2e2e;fill-opacity:1;stroke:#202020;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect820"
width="17.006809"
height="24.006809"
x="0.49659538"
y="0.49659538"
ry="4" />
<rect
ry="0.124938"
y="11.75"
x="5"
height="1.5"
width="8"
id="rect828"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.17143989;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<g
id="g1430"
transform="matrix(1,0,0,-1,-20.797851,25.030773)"
style="fill:#424242;fill-opacity:1">
<path
id="path1424"
d="M 23.060085,23.507812 V 1.5722656 c -0.82432,0.7316811 -1.365234,1.7708748 -1.365234,2.9648438 V 20.542969 c 0,1.193969 0.540914,2.233162 1.365234,2.964843 z"
style="opacity:1;vector-effect:none;fill:#424242;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0" />
<path
id="path1422"
d="M 36.808594,23.28082 H 22.787109 c 0.690013,0.566665 1.541202,0.949219 2.507813,0.949219 h 9.005859 c 0.966611,0 1.8178,-0.382554 2.507813,-0.949219 z"
style="opacity:1;vector-effect:none;fill:#424242;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0" />
<path
id="path1420"
d="M 36.535851,1.5722656 V 23.507812 c 0.82432,-0.731681 1.365234,-1.770874 1.365234,-2.964843 V 4.5371094 c 0,-1.193969 -0.540914,-2.2331627 -1.365234,-2.9648438 z"
style="opacity:1;vector-effect:none;fill:#424242;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0" />
<path
id="rect1413"
d="m 25.294922,0.84077347 c -0.965045,0 -1.814383,0.38225343 -2.503906,0.94726573 H 36.804688 C 36.115164,1.2230269 35.265826,0.84077347 34.300781,0.84077347 Z"
style="opacity:1;vector-effect:none;fill:#424242;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
inkscape:connector-curvature="0" />
</g>
</svg>

+ 86
- 0
repos/AS/res/as-hexscrew.svg View File

@@ -0,0 +1,86 @@
<?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="14.998887"
viewBox="0 0 3.9687499 3.9684557"
version="1.1"
id="svg18800"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="hk-hexscrew.svg">
<defs
id="defs18794" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="27.647532"
inkscape:cy="1.4049767"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1260"
inkscape:window-height="825"
inkscape:window-x="302"
inkscape:window-y="20"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata18797">
<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(-27.124952,-67.361781)">
<ellipse
style="fill:#53606c;stroke-width:0.4302018;fill-opacity:1"
id="path526-0-2"
cx="29.109327"
cy="-69.346008"
rx="1.658"
ry="1.6580001"
transform="scale(1,-1)" />
<path
sodipodi:type="star"
style="fill:#1c1f24;stroke-width:0.26458335"
id="path530-2-7"
sodipodi:sides="6"
sodipodi:cx="1.8876497"
sodipodi:cy="1.5632759"
sodipodi:r1="0.75119221"
sodipodi:r2="0.86343932"
sodipodi:arg1="0.65967378"
sodipodi:arg2="1.1832726"
inkscape:flatsided="false"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 2.4812359,2.0236509 2.2139407,2.3626892 1.7857463,2.3075242 1.358483,2.2455589 1.1921601,1.8471492 1.0321919,1.4461456 1.2940634,1.1029009 1.5613586,0.76386265 1.989553,0.81902769 2.4168163,0.88099294 2.5831392,1.2794027 2.7431074,1.6804062 Z"
transform="matrix(1.326,0,0,1.327066,26.606303,67.271436)" />
</g>
</svg>

+ 225
- 0
repos/AS/res/as-knob.svg View File

@@ -0,0 +1,225 @@
<?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="37.556625"
height="37.556622"
viewBox="0 0 9.9368575 9.9368564"
version="1.1"
id="svg49872"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as-knob.svg">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320"
inkscape:connector-curvature="0" />
</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"
inkscape:connector-curvature="0" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.1593516"
inkscape:cx="-43.486446"
inkscape:cy="24.236213"
inkscape:document-units="mm"
inkscape:current-layer="g843"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="2286"
inkscape:window-height="1396"
inkscape:window-x="113"
inkscape:window-y="324"
inkscape:window-maximized="0"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:object-paths="true"
inkscape:pagecheckerboard="false" />
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-73.816227,-78.610433)">
<g
id="g843"
transform="translate(-9.8682824,0.06880406)">
<path
d="m 93.402872,83.510057 c 0,2.623283 -2.126915,4.749934 -4.749934,4.749934 -2.623283,0 -4.749934,-2.126651 -4.749934,-4.749934 0,-2.623283 2.126651,-4.749934 4.749934,-4.749934 2.623019,0 4.749934,2.126651 4.749934,4.749934"
style="fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2345679"
id="path6445-4"
inkscape:connector-curvature="0" />
<path
sodipodi:type="star"
style="opacity:1;vector-effect:none;fill:#363636;fill-opacity:1;stroke:#282828;stroke-width:0.40262085;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
id="path832"
sodipodi:sides="12"
sodipodi:cx="78.782166"
sodipodi:cy="83.651978"
sodipodi:r1="4.3352389"
sodipodi:r2="3.9884198"
sodipodi:arg1="0.7093546"
sodipodi:arg2="0.97115399"
inkscape:flatsided="false"
inkscape:rounded="0.21"
inkscape:randomized="0"
d="m 82.071669,86.47571 c -0.155873,0.181584 -0.841091,0.333804 -1.03865,0.468858 -0.197559,0.135053 -0.588145,0.718265 -0.813927,0.797585 -0.225782,0.07932 -0.895307,-0.131462 -1.133925,-0.113282 -0.238618,0.01818 -0.868481,0.327964 -1.103674,0.283766 -0.235193,-0.0442 -0.709628,-0.561504 -0.925367,-0.665068 -0.21574,-0.103564 -0.916109,-0.150215 -1.097693,-0.306088 -0.181584,-0.155873 -0.333804,-0.841091 -0.468858,-1.03865 -0.135053,-0.197559 -0.718265,-0.588145 -0.797585,-0.813927 -0.07932,-0.225782 0.131462,-0.895307 0.113282,-1.133925 -0.01818,-0.238618 -0.327964,-0.868481 -0.283766,-1.103674 0.0442,-0.235193 0.561504,-0.709628 0.665068,-0.925367 0.103564,-0.21574 0.150215,-0.916109 0.306088,-1.097693 0.155873,-0.181584 0.841091,-0.333804 1.03865,-0.468858 0.197559,-0.135053 0.588145,-0.718265 0.813927,-0.797585 0.225782,-0.07932 0.895307,0.131462 1.133925,0.113282 0.238618,-0.01818 0.868481,-0.327964 1.103674,-0.283766 0.235193,0.0442 0.709628,0.561504 0.925367,0.665068 0.21574,0.103564 0.916109,0.150216 1.097693,0.306088 0.181584,0.155873 0.333804,0.841091 0.468858,1.03865 0.135053,0.197559 0.718265,0.588145 0.797585,0.813927 0.07932,0.225782 -0.131462,0.895307 -0.113282,1.133925 0.01818,0.238618 0.327964,0.868481 0.283766,1.103674 -0.0442,0.235193 -0.561504,0.709628 -0.665068,0.925367 -0.103564,0.21574 -0.150215,0.916109 -0.306088,1.097693 z"
inkscape:transform-center-x="0.0095337345"
inkscape:transform-center-y="-0.084518611"
transform="matrix(0.98939575,-0.1452738,0.14639551,0.99703522,-1.5400757,11.550998)" />
<path
inkscape:transform-center-y="-0.072890159"
inkscape:transform-center-x="0.0095842329"
d="m 81.572801,86.035762 c -0.132216,0.154024 -0.713436,0.283141 -0.881011,0.397697 -0.167575,0.114557 -0.49888,0.609253 -0.690395,0.676534 -0.191514,0.06728 -0.759424,-0.11151 -0.961826,-0.09609 -0.202403,0.01542 -0.73667,0.278188 -0.936167,0.240698 -0.199497,-0.03749 -0.601925,-0.476282 -0.784922,-0.564128 -0.182996,-0.08785 -0.777068,-0.127417 -0.931093,-0.259633 -0.154024,-0.132216 -0.283141,-0.713436 -0.397697,-0.881011 -0.114557,-0.167575 -0.609253,-0.49888 -0.676534,-0.690395 -0.06728,-0.191514 0.11151,-0.759424 0.09609,-0.961826 -0.01542,-0.202403 -0.278188,-0.73667 -0.240698,-0.936167 0.03749,-0.199497 0.476282,-0.601926 0.564129,-0.784922 0.08785,-0.182996 0.127416,-0.777068 0.259632,-0.931093 0.132216,-0.154024 0.713436,-0.283141 0.881011,-0.397697 0.167575,-0.114557 0.498881,-0.609253 0.690395,-0.676535 0.191514,-0.06728 0.759424,0.111511 0.961827,0.09609 0.202402,-0.01542 0.736669,-0.278188 0.936166,-0.240699 0.199497,0.03749 0.601926,0.476283 0.784922,0.564129 0.182996,0.08785 0.777068,0.127417 0.931093,0.259633 0.154024,0.132216 0.283141,0.713436 0.397698,0.881011 0.114556,0.167575 0.609252,0.49888 0.676534,0.690395 0.06728,0.191514 -0.111511,0.759424 -0.09609,0.961826 0.01542,0.202403 0.278189,0.73667 0.240699,0.936167 -0.03749,0.199497 -0.476283,0.601925 -0.564129,0.784922 -0.08785,0.182996 -0.127417,0.777068 -0.259633,0.931093 z"
inkscape:randomized="0"
inkscape:rounded="0.21"
inkscape:flatsided="false"
sodipodi:arg2="0.97115399"
sodipodi:arg1="0.7093546"
sodipodi:r2="3.3830867"
sodipodi:r1="3.6772683"
sodipodi:cy="83.640594"
sodipodi:cx="78.782555"
sodipodi:sides="12"
id="path834"
style="opacity:1;vector-effect:none;fill:#424242;fill-opacity:1;stroke:#2d2d2d;stroke-width:0.38345429;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
sodipodi:type="star"
transform="matrix(1.0117227,-0.1656356,0.16810723,1.0130407,-5.1136902,11.82785)" />
<path
sodipodi:type="star"
style="opacity:1;vector-effect:none;fill:#565656;fill-opacity:1;stroke:none;stroke-width:0.35700917;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
id="path896"
sodipodi:sides="12"
sodipodi:cx="78.7827"
sodipodi:cy="83.636337"
sodipodi:r1="3.4236636"
sodipodi:r2="3.1497705"
sodipodi:arg1="0.7093546"
sodipodi:arg2="0.97115399"
inkscape:flatsided="false"
inkscape:rounded="0.21"
inkscape:randomized="0"
d="m 81.380515,85.866321 c -0.123097,0.143402 -0.664233,0.263614 -0.820251,0.37027 -0.156018,0.106656 -0.464475,0.567235 -0.642782,0.629876 -0.178306,0.06264 -0.70705,-0.103819 -0.895493,-0.08946 -0.188444,0.01436 -0.685865,0.259003 -0.871604,0.224098 -0.185738,-0.0349 -0.560413,-0.443435 -0.730789,-0.525223 -0.170376,-0.08179 -0.723478,-0.11863 -0.86688,-0.241727 -0.143402,-0.123097 -0.263614,-0.664233 -0.37027,-0.820251 -0.106656,-0.156019 -0.567235,-0.464475 -0.629877,-0.642782 -0.06264,-0.178307 0.10382,-0.70705 0.08946,-0.895494 -0.01436,-0.188443 -0.259003,-0.685865 -0.224099,-0.871603 0.0349,-0.185739 0.443436,-0.560414 0.525224,-0.730789 0.08179,-0.170376 0.118629,-0.723478 0.241727,-0.86688 0.123097,-0.143402 0.664233,-0.263615 0.820251,-0.37027 0.156018,-0.106656 0.464475,-0.567236 0.642782,-0.629877 0.178306,-0.06264 0.70705,0.10382 0.895494,0.08946 0.188443,-0.01436 0.685864,-0.259002 0.871603,-0.224098 0.185739,0.03491 0.560413,0.443436 0.730789,0.525224 0.170376,0.08179 0.723478,0.118629 0.86688,0.241727 0.143402,0.123097 0.263614,0.664233 0.37027,0.820251 0.106656,0.156018 0.567236,0.464475 0.629877,0.642782 0.06264,0.178306 -0.10382,0.70705 -0.08946,0.895493 0.01436,0.188444 0.259002,0.685865 0.224098,0.871604 -0.0349,0.185738 -0.443436,0.560413 -0.525224,0.730789 -0.08179,0.170376 -0.118629,0.723478 -0.241727,0.86688 z"
inkscape:transform-center-x="0.0080053118"
inkscape:transform-center-y="-0.063938355"
transform="matrix(0.95425249,-0.15002639,0.15244855,0.95470416,0.72417081,15.481505)" />
<g
style="fill:#bcbcbc;fill-opacity:1;stroke-width:0.88890123"
id="g900"
transform="matrix(0.33444815,0,0,-0.21775211,88.852938,79.100726)">
<path
d="M 0,0 C -0.195,0.045 -0.393,0.069 -0.598,0.069 -0.804,0.069 -1.002,0.045 -1.196,0 V -18.157 H 0 Z"
style="fill:#bcbcbc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.88890123"
id="path898"
inkscape:connector-curvature="0" />
</g>
<g
id="g10741">
<g
id="g7033">
<path
inkscape:connector-curvature="0"
id="path7027"
style="fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2345679"
d="m 76.887535,82.512184 c 0,2.623283 -2.126915,4.749934 -4.749934,4.749934 -2.623283,0 -4.749934,-2.126651 -4.749934,-4.749934 0,-2.623283 2.126651,-4.749934 4.749934,-4.749934 2.623019,0 4.749934,2.126651 4.749934,4.749934" />
<g
transform="rotate(-0.4,72.137628,82.512196)"
id="g7042">
<path
inkscape:connector-curvature="0"
id="path7016"
d="m 72.045205,78.143326 c -0.285853,0.10456 -0.6721,0.328072 -0.864722,0.373593 -0.18967,0.04482 -0.623248,0.02131 -0.926987,0.05247 a 4.3879734,4.3879734 0 0 0 -0.396681,0.214081 c -0.192679,0.236517 -0.411168,0.610747 -0.552695,0.744388 -0.142741,0.134788 -0.53571,0.332713 -0.781467,0.512818 a 4.3879734,4.3879734 0 0 0 -0.228773,0.372193 c -0.05011,0.300808 -0.05031,0.741541 -0.10634,0.929786 -0.05622,0.188867 -0.298706,0.558916 -0.420469,0.838138 a 4.3879734,4.3879734 0 0 0 -0.01749,0.347007 4.3879734,4.3879734 0 0 0 0.0029,0.07836 c 0.10456,0.286196 0.330946,0.675595 0.377091,0.868921 0.04646,0.194666 0.01844,0.649061 0.05597,0.950774 a 4.3879734,4.3879734 0 0 0 0.194493,0.358903 c 0.232107,0.196837 0.627905,0.423223 0.765377,0.568784 0.138587,0.146744 0.343057,0.561958 0.527507,0.803155 a 4.3879734,4.3879734 0 0 0 0.337215,0.207087 c 0.29828,0.05619 0.759937,0.05265 0.952873,0.110541 0.189428,0.05683 0.561336,0.302711 0.840934,0.424665 a 4.3879734,4.3879734 0 0 0 0.333716,0.01678 4.3879734,4.3879734 0 0 0 0.09234,-0.0035 c 0.285851,-0.10456 0.672099,-0.328074 0.864721,-0.373593 0.189384,-0.04476 0.621759,-0.02161 0.925589,-0.05247 a 4.3879734,4.3879734 0 0 0 0.398079,-0.214781 c 0.19258,-0.236633 0.410567,-0.610141 0.551996,-0.743689 0.142535,-0.134599 0.534761,-0.33293 0.780766,-0.512816 a 4.3879734,4.3879734 0 0 0 0.230173,-0.372195 c 0.05023,-0.300755 0.05027,-0.74143 0.106341,-0.929785 0.05622,-0.188894 0.298737,-0.559612 0.420469,-0.838837 a 4.3879734,4.3879734 0 0 0 0.01749,-0.346307 4.3879734,4.3879734 0 0 0 -0.0029,-0.07906 C 76.418128,82.162544 76.191768,81.773816 76.14563,81.580517 76.09917,81.38585 76.12719,80.931455 76.08966,80.629742 a 4.3879734,4.3879734 0 0 0 -0.194492,-0.3589 C 75.663063,80.074027 75.267266,79.847643 75.129794,79.702081 74.990831,79.554941 74.785033,79.1374 74.600186,78.896826 a 4.3879734,4.3879734 0 0 0 -0.335115,-0.204987 c -0.298199,-0.05632 -0.759821,-0.05331 -0.952873,-0.111245 -0.189539,-0.05687 -0.562014,-0.302149 -0.841634,-0.423965 a 4.3879734,4.3879734 0 0 0 -0.333015,-0.01678 4.3879734,4.3879734 0 0 0 -0.09234,0.0035 z"
style="opacity:1;vector-effect:none;fill:#363636;fill-opacity:1;stroke:#2d2d2d;stroke-width:0.1984375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
<path
style="opacity:1;vector-effect:none;fill:#424242;fill-opacity:1;stroke:#2d2d2d;stroke-width:0.19359629;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
d="m 72.056095,78.643376 c -0.252234,0.09226 -0.593055,0.289488 -0.763022,0.329656 -0.167363,0.03955 -0.549949,0.0188 -0.817965,0.0463 a 3.8719064,3.8719064 0 0 0 -0.350028,0.188903 c -0.170018,0.2087 -0.36281,0.538918 -0.487692,0.656842 -0.125953,0.118934 -0.472706,0.293582 -0.689559,0.452505 a 3.8719064,3.8719064 0 0 0 -0.201867,0.328419 c -0.04422,0.265431 -0.04439,0.65433 -0.09383,0.820435 -0.04961,0.166654 -0.263576,0.493182 -0.371018,0.739565 a 3.8719064,3.8719064 0 0 0 -0.01543,0.306196 3.8719064,3.8719064 0 0 0 0.0025,0.06914 c 0.09226,0.252536 0.292024,0.596138 0.332742,0.766727 0.041,0.171772 0.01627,0.572725 0.04939,0.838954 a 3.8719064,3.8719064 0 0 0 0.171619,0.316692 c 0.204809,0.173688 0.554057,0.373449 0.675362,0.501891 0.122288,0.129485 0.30271,0.495866 0.465467,0.708696 a 3.8719064,3.8719064 0 0 0 0.297555,0.182731 c 0.263199,0.04958 0.670561,0.04646 0.840806,0.09754 0.167149,0.05015 0.495318,0.267109 0.742032,0.37472 a 3.8719064,3.8719064 0 0 0 0.294469,0.01481 3.8719064,3.8719064 0 0 0 0.08148,-0.0031 c 0.252232,-0.09226 0.593054,-0.289489 0.763021,-0.329654 0.167111,-0.03949 0.548635,-0.01907 0.816731,-0.0463 a 3.8719064,3.8719064 0 0 0 0.351262,-0.189521 c 0.16993,-0.208803 0.36228,-0.538383 0.487075,-0.656224 0.125772,-0.118769 0.471868,-0.293775 0.688941,-0.452504 a 3.8719064,3.8719064 0 0 0 0.203103,-0.328422 c 0.04432,-0.265383 0.04436,-0.654231 0.09383,-0.820433 0.04961,-0.166678 0.263603,-0.493796 0.371018,-0.740182 a 3.8719064,3.8719064 0 0 0 0.01543,-0.305578 3.8719064,3.8719064 0 0 0 -0.0025,-0.06977 c -0.09229,-0.252534 -0.29203,-0.595543 -0.332742,-0.766109 -0.04099,-0.171772 -0.01627,-0.572726 -0.04939,-0.838954 A 3.8719064,3.8719064 0 0 0 75.453269,80.52064 C 75.248461,80.346973 74.899214,80.147213 74.77791,80.018771 74.65529,79.888936 74.473697,79.520502 74.310589,79.308222 a 3.8719064,3.8719064 0 0 0 -0.295702,-0.180879 c -0.263128,-0.0497 -0.670459,-0.04704 -0.840806,-0.09816 -0.167248,-0.05018 -0.495916,-0.266614 -0.74265,-0.374103 a 3.8719064,3.8719064 0 0 0 -0.29385,-0.01481 3.8719064,3.8719064 0 0 0 -0.08148,0.0031 z"
id="path7014"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path6987"
d="m 72.069375,79.27363 c -0.211143,0.07723 -0.496442,0.242328 -0.638721,0.275952 -0.140098,0.03311 -0.460358,0.01574 -0.684712,0.03876 a 3.2411458,3.2411458 0 0 0 -0.293006,0.15813 c -0.142321,0.174701 -0.303706,0.451124 -0.408244,0.549837 -0.105435,0.09956 -0.395699,0.245756 -0.577225,0.378789 a 3.2411458,3.2411458 0 0 0 -0.168982,0.274918 c -0.03701,0.22219 -0.03716,0.547734 -0.07855,0.68678 -0.04153,0.139505 -0.220637,0.412839 -0.310576,0.619084 a 3.2411458,3.2411458 0 0 0 -0.01292,0.256315 3.2411458,3.2411458 0 0 0 0.0021,0.05788 c 0.07723,0.211395 0.244451,0.499022 0.278536,0.641822 0.03432,0.143789 0.01362,0.479424 0.04134,0.702282 a 3.2411458,3.2411458 0 0 0 0.143661,0.265101 c 0.171444,0.145393 0.463797,0.312611 0.56534,0.420129 0.102367,0.108391 0.253397,0.415086 0.38964,0.593245 a 3.2411458,3.2411458 0 0 0 0.249081,0.152963 c 0.220322,0.0415 0.561322,0.03889 0.703833,0.08165 0.139919,0.04198 0.414627,0.223595 0.62115,0.313676 a 3.2411458,3.2411458 0 0 0 0.246497,0.0124 3.2411458,3.2411458 0 0 0 0.06821,-0.0026 c 0.211142,-0.07723 0.496441,-0.242328 0.63872,-0.275952 0.139888,-0.03306 0.459258,-0.01597 0.68368,-0.03876 a 3.2411458,3.2411458 0 0 0 0.294038,-0.158646 c 0.142248,-0.174786 0.303263,-0.450677 0.407728,-0.549321 0.105283,-0.09942 0.394998,-0.245916 0.576708,-0.378788 a 3.2411458,3.2411458 0 0 0 0.170016,-0.274919 c 0.0371,-0.222151 0.03713,-0.547652 0.07855,-0.686779 0.04153,-0.139525 0.22066,-0.413353 0.310576,-0.619601 a 3.2411458,3.2411458 0 0 0 0.01292,-0.255798 3.2411458,3.2411458 0 0 0 -0.0021,-0.0584 c -0.07726,-0.211394 -0.244456,-0.498525 -0.278536,-0.641304 -0.03432,-0.14379 -0.01362,-0.479425 -0.04134,-0.702283 a 3.2411458,3.2411458 0 0 0 -0.14366,-0.2651 C 74.741682,80.6997 74.44933,80.532482 74.347787,80.424964 74.245143,80.31628 74.093132,80.007867 73.956596,79.830168 a 3.2411458,3.2411458 0 0 0 -0.24753,-0.151412 c -0.220263,-0.0416 -0.561237,-0.03938 -0.703833,-0.08217 -0.140002,-0.04201 -0.415128,-0.223181 -0.621667,-0.313159 a 3.2411458,3.2411458 0 0 0 -0.24598,-0.0124 3.2411458,3.2411458 0 0 0 -0.06821,0.0026 z"
style="opacity:1;vector-effect:none;fill:#565656;fill-opacity:1;stroke:none;stroke-width:0.7028262;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
</g>
</g>
<g
style="fill:#bcbcbc;fill-opacity:1;stroke-width:0.88890123"
id="g7037"
transform="matrix(0.33444815,0,0,-0.21775211,72.36824,78.048818)">
<path
d="M 0,0 C -0.195,0.045 -0.393,0.069 -0.598,0.069 -0.804,0.069 -1.002,0.045 -1.196,0 V -18.157 H 0 Z"
style="fill:#bcbcbc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.88890123"
id="path7035"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
</svg>

+ 228
- 0
repos/AS/res/as-knobBlack.svg View File

@@ -0,0 +1,228 @@
<?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="37.556625"
height="37.556622"
viewBox="0 0 9.9368575 9.9368564"
version="1.1"
id="svg49872"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as-knobBlack.svg">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320"
inkscape:connector-curvature="0" />
</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"
inkscape:connector-curvature="0" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.109749"
inkscape:cx="26.371079"
inkscape:cy="21.496911"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="1695"
inkscape:window-height="1317"
inkscape:window-x="455"
inkscape:window-y="138"
inkscape:window-maximized="0"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:object-paths="true"
inkscape:pagecheckerboard="false"
showguides="false" />
<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>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-73.816227,-78.610433)">
<path
inkscape:connector-curvature="0"
id="path6445"
style="fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.2345679"
d="m 83.534527,83.578937 c 0,2.623283 -2.126915,4.749934 -4.749934,4.749934 -2.623283,0 -4.749934,-2.126651 -4.749934,-4.749934 0,-2.623283 2.126651,-4.749934 4.749934,-4.749934 2.623019,0 4.749934,2.126651 4.749934,4.749934" />
<g
id="g879">
<path
inkscape:connector-curvature="0"
id="path851"
style="fill:#232323;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.20915346"
d="m 104.16261,83.131343 c -0.18589,-0.300941 -0.49883,-0.596939 -0.67295,-1.018118 -0.17411,-0.419765 -0.16259,-0.849177 -0.24306,-1.192235 -0.18941,-0.234589 -0.40258,-0.447529 -0.63741,-0.637178 -0.34329,-0.0802 -0.77223,-0.06896 -1.19247,-0.243058 -0.42118,-0.174591 -0.71718,-0.486827 -1.01765,-0.672944 -0.14705,-0.01556 -0.29647,-0.02445 -0.447533,-0.02445 -0.151527,0 -0.300937,0.0089 -0.44776,0.02445 -0.300943,0.186117 -0.596946,0.498353 -1.018123,0.672944 -0.41976,0.174116 -0.848704,0.162823 -1.192236,0.243058 -0.234587,0.189649 -0.448,0.402589 -0.637179,0.637178 -0.08047,0.343058 -0.06914,0.77247 -0.243528,1.192235 -0.174115,0.421179 -0.486825,0.717177 -0.67247,1.018118 -0.01557,0.14706 -0.0242,0.296472 -0.0242,0.447529 0,0.151293 0.0088,0.300707 0.0242,0.448238 0.185645,0.300468 0.498355,0.59647 0.67247,1.017649 0.174354,0.41976 0.163058,0.849176 0.243528,1.192001 0.189179,0.234822 0.402592,0.448 0.637179,0.637413 0.343532,0.08047 0.772476,0.06897 1.192236,0.242821 0.421177,0.174821 0.71718,0.487291 1.018123,0.673178 0.146823,0.0153 0.296233,0.02419 0.44776,0.02419 0.151063,0 0.300483,-0.0089 0.447533,-0.02419 0.30047,-0.185887 0.59647,-0.498357 1.01765,-0.673178 0.42024,-0.173881 0.84918,-0.16235 1.19247,-0.242821 0.23483,-0.189413 0.448,-0.402591 0.63741,-0.637413 0.0805,-0.342825 0.069,-0.772241 0.24306,-1.192001 0.17412,-0.421179 0.48706,-0.717181 0.67295,-1.017649 0.0153,-0.147531 0.024,-0.296945 0.024,-0.448238 0,-0.151057 -0.009,-0.300469 -0.024,-0.447529" />
<g
transform="translate(-0.01737363,-0.22792944)"
id="g854">
<path
inkscape:connector-curvature="0"
id="path6449"
style="fill:#1e1e1e;fill-opacity:0.97254902;fill-rule:evenodd;stroke:none;stroke-width:0.22222535"
d="m 104.44318,83.3313 c -0.1975,-0.319749 -0.53,-0.634248 -0.715,-1.08175 -0.185,-0.446 -0.17275,-0.90225 -0.25825,-1.26675 -0.20125,-0.249249 -0.42775,-0.475498 -0.67725,-0.677 -0.36475,-0.08521 -0.8205,-0.07327 -1.267,-0.25825 -0.4475,-0.185502 -0.76201,-0.517252 -1.08125,-0.715001 -0.15625,-0.01654 -0.315,-0.02598 -0.475503,-0.02598 -0.161002,0 -0.31975,0.0095 -0.47575,0.02598 -0.319752,0.197749 -0.634253,0.529499 -1.081754,0.715001 -0.445996,0.185 -0.901746,0.173001 -1.266749,0.25825 -0.249249,0.201502 -0.476,0.427751 -0.677002,0.677 -0.0855,0.3645 -0.07346,0.82075 -0.258749,1.26675 -0.184997,0.447502 -0.51725,0.762001 -0.7145,1.08175 -0.01654,0.15625 -0.02571,0.315 -0.02571,0.475499 0,0.160749 0.0093,0.3195 0.02571,0.476253 0.19725,0.319248 0.529503,0.633748 0.7145,1.08125 0.185251,0.445996 0.173249,0.902249 0.258749,1.266501 0.201002,0.249497 0.427753,0.476 0.677002,0.67725 0.365003,0.0855 0.820753,0.07328 1.266749,0.257998 0.447501,0.185747 0.762002,0.517746 1.081754,0.715251 0.156,0.01625 0.314748,0.02571 0.47575,0.02571 0.160503,0 0.319253,-0.0095 0.475503,-0.02571 0.31924,-0.197505 0.63375,-0.529504 1.08125,-0.715251 0.4465,-0.184748 0.90225,-0.172498 1.267,-0.257998 0.2495,-0.20125 0.476,-0.427753 0.67725,-0.67725 0.0855,-0.364252 0.0733,-0.820505 0.25825,-1.266501 0.185,-0.447502 0.5175,-0.762002 0.715,-1.08125 0.0162,-0.156753 0.0255,-0.315504 0.0255,-0.476253 0,-0.160499 -0.009,-0.319249 -0.0255,-0.475499" />
<g
id="g840"
transform="translate(21.18404,0.2279295)">
<path
d="m 82.372318,83.197612 c -0.158343,-0.256375 -0.424955,-0.50854 -0.573289,-0.867346 -0.148324,-0.357603 -0.138509,-0.723424 -0.207063,-1.01568 -0.161354,-0.199847 -0.342971,-0.381253 -0.54302,-0.542819 -0.292456,-0.06833 -0.657875,-0.05873 -1.015881,-0.207065 -0.358802,-0.148735 -0.610972,-0.414733 -0.866944,-0.573289 -0.125272,-0.0132 -0.252565,-0.02083 -0.381252,-0.02083 -0.129088,0 -0.256378,0.0076 -0.381457,0.02083 -0.256376,0.15855 -0.508546,0.424554 -0.867352,0.573289 -0.357595,0.148324 -0.723019,0.138716 -1.015677,0.207065 -0.199846,0.161562 -0.381657,0.342972 -0.542819,0.542819 -0.06855,0.292256 -0.05892,0.658077 -0.207464,1.01568 -0.148325,0.358806 -0.414732,0.610971 -0.572886,0.867346 -0.0132,0.125272 -0.02063,0.252566 -0.02063,0.381252 0,0.128881 0.0076,0.256179 0.02063,0.381861 0.158158,0.255973 0.424555,0.508139 0.572886,0.866949 0.148528,0.357595 0.138901,0.72342 0.207464,1.015475 0.161168,0.200053 0.342971,0.381658 0.542819,0.54302 0.292658,0.06855 0.658082,0.05875 1.015677,0.206864 0.358806,0.148942 0.610976,0.415129 0.867352,0.573486 0.125088,0.01299 0.252366,0.02062 0.381457,0.02062 0.128694,0 0.255971,-0.0076 0.381252,-0.02062 0.255972,-0.158364 0.508142,-0.424554 0.866944,-0.573486 0.358006,-0.148138 0.723425,-0.138304 1.015881,-0.206864 0.200053,-0.161374 0.381658,-0.34297 0.54302,-0.54302 0.06855,-0.292055 0.05874,-0.65788 0.207063,-1.015475 0.148324,-0.35881 0.414934,-0.610976 0.573289,-0.866949 0.01299,-0.125684 0.02041,-0.25297 0.02041,-0.381861 0,-0.128694 -0.0076,-0.25597 -0.02041,-0.381252"
style="fill:#323232;fill-opacity:1;fill-rule:evenodd;stroke:#282828;stroke-width:0.28385511;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
id="path861"
inkscape:connector-curvature="0" />
<circle
r="0.59531248"
cy="81.337395"
cx="78.784653"
id="path830"
style="opacity:1;vector-effect:none;fill:#bcbcbc;fill-opacity:1;stroke:none;stroke-width:0.80542296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
</g>
</g>
</g>
<g
id="g914"
transform="translate(-3.1099673e-7,-0.05861626)">
<path
transform="matrix(0.98939574,-0.1452738,0.14639551,0.99703522,-11.408357,11.678494)"
inkscape:transform-center-y="-0.084518611"
inkscape:transform-center-x="0.0095337345"
d="m 82.071669,86.47571 c -0.155873,0.181584 -0.841091,0.333804 -1.03865,0.468858 -0.197559,0.135053 -0.588145,0.718265 -0.813927,0.797585 -0.225782,0.07932 -0.895307,-0.131462 -1.133925,-0.113282 -0.238618,0.01818 -0.868481,0.327964 -1.103674,0.283766 -0.235193,-0.0442 -0.709628,-0.561504 -0.925367,-0.665068 -0.21574,-0.103564 -0.916109,-0.150215 -1.097693,-0.306088 -0.181584,-0.155873 -0.333804,-0.841091 -0.468858,-1.03865 -0.135053,-0.197559 -0.718265,-0.588145 -0.797585,-0.813927 -0.07932,-0.225782 0.131462,-0.895307 0.113282,-1.133925 -0.01818,-0.238618 -0.327964,-0.868481 -0.283766,-1.103674 0.0442,-0.235193 0.561504,-0.709628 0.665068,-0.925367 0.103564,-0.21574 0.150215,-0.916109 0.306088,-1.097693 0.155873,-0.181584 0.841091,-0.333804 1.03865,-0.468858 0.197559,-0.135053 0.588145,-0.718265 0.813927,-0.797585 0.225782,-0.07932 0.895307,0.131462 1.133925,0.113282 0.238618,-0.01818 0.868481,-0.327964 1.103674,-0.283766 0.235193,0.0442 0.709628,0.561504 0.925367,0.665068 0.21574,0.103564 0.916109,0.150216 1.097693,0.306088 0.181584,0.155873 0.333804,0.841091 0.468858,1.03865 0.135053,0.197559 0.718265,0.588145 0.797585,0.813927 0.07932,0.225782 -0.131462,0.895307 -0.113282,1.133925 0.01818,0.238618 0.327964,0.868481 0.283766,1.103674 -0.0442,0.235193 -0.561504,0.709628 -0.665068,0.925367 -0.103564,0.21574 -0.150215,0.916109 -0.306088,1.097693 z"
inkscape:randomized="0"
inkscape:rounded="0.21"
inkscape:flatsided="false"
sodipodi:arg2="0.97115399"
sodipodi:arg1="0.7093546"
sodipodi:r2="3.9884198"
sodipodi:r1="4.3352389"
sodipodi:cy="83.651978"
sodipodi:cx="78.782166"
sodipodi:sides="12"
id="path832"
style="opacity:1;vector-effect:none;fill:#2e2e2e;fill-opacity:1;stroke:#1e1e1e;stroke-width:0.40262085;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
sodipodi:type="star" />
<path
transform="matrix(1.0117227,-0.1656356,0.16810723,1.0130407,-14.982032,11.955347)"
sodipodi:type="star"
style="opacity:1;vector-effect:none;fill:#363636;fill-opacity:1;stroke:#242424;stroke-width:0.38345429;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
id="path834"
sodipodi:sides="12"
sodipodi:cx="78.782555"
sodipodi:cy="83.640594"
sodipodi:r1="3.6772683"
sodipodi:r2="3.3830867"
sodipodi:arg1="0.7093546"
sodipodi:arg2="0.97115399"
inkscape:flatsided="false"
inkscape:rounded="0.21"
inkscape:randomized="0"
d="m 81.572801,86.035762 c -0.132216,0.154024 -0.713436,0.283141 -0.881011,0.397697 -0.167575,0.114557 -0.49888,0.609253 -0.690395,0.676534 -0.191514,0.06728 -0.759424,-0.11151 -0.961826,-0.09609 -0.202403,0.01542 -0.73667,0.278188 -0.936167,0.240698 -0.199497,-0.03749 -0.601925,-0.476282 -0.784922,-0.564128 -0.182996,-0.08785 -0.777068,-0.127417 -0.931093,-0.259633 -0.154024,-0.132216 -0.283141,-0.713436 -0.397697,-0.881011 -0.114557,-0.167575 -0.609253,-0.49888 -0.676534,-0.690395 -0.06728,-0.191514 0.11151,-0.759424 0.09609,-0.961826 -0.01542,-0.202403 -0.278188,-0.73667 -0.240698,-0.936167 0.03749,-0.199497 0.476282,-0.601926 0.564129,-0.784922 0.08785,-0.182996 0.127416,-0.777068 0.259632,-0.931093 0.132216,-0.154024 0.713436,-0.283141 0.881011,-0.397697 0.167575,-0.114557 0.498881,-0.609253 0.690395,-0.676535 0.191514,-0.06728 0.759424,0.111511 0.961827,0.09609 0.202402,-0.01542 0.736669,-0.278188 0.936166,-0.240699 0.199497,0.03749 0.601926,0.476283 0.784922,0.564129 0.182996,0.08785 0.777068,0.127417 0.931093,0.259633 0.154024,0.132216 0.283141,0.713436 0.397698,0.881011 0.114556,0.167575 0.609252,0.49888 0.676534,0.690395 0.06728,0.191514 -0.111511,0.759424 -0.09609,0.961826 0.01542,0.202403 0.278189,0.73667 0.240699,0.936167 -0.03749,0.199497 -0.476283,0.601925 -0.564129,0.784922 -0.08785,0.182996 -0.127417,0.777068 -0.259633,0.931093 z"
inkscape:transform-center-x="0.0095842329"
inkscape:transform-center-y="-0.072890159" />
<path
transform="matrix(0.9542525,-0.15002639,0.15244855,0.95470416,-9.1441708,15.609002)"
inkscape:transform-center-y="-0.063938355"
inkscape:transform-center-x="0.0080053118"
d="m 81.380515,85.866321 c -0.123097,0.143402 -0.664233,0.263614 -0.820251,0.37027 -0.156018,0.106656 -0.464475,0.567235 -0.642782,0.629876 -0.178306,0.06264 -0.70705,-0.103819 -0.895493,-0.08946 -0.188444,0.01436 -0.685865,0.259003 -0.871604,0.224098 -0.185738,-0.0349 -0.560413,-0.443435 -0.730789,-0.525223 -0.170376,-0.08179 -0.723478,-0.11863 -0.86688,-0.241727 -0.143402,-0.123097 -0.263614,-0.664233 -0.37027,-0.820251 -0.106656,-0.156019 -0.567235,-0.464475 -0.629877,-0.642782 -0.06264,-0.178307 0.10382,-0.70705 0.08946,-0.895494 -0.01436,-0.188443 -0.259003,-0.685865 -0.224099,-0.871603 0.0349,-0.185739 0.443436,-0.560414 0.525224,-0.730789 0.08179,-0.170376 0.118629,-0.723478 0.241727,-0.86688 0.123097,-0.143402 0.664233,-0.263615 0.820251,-0.37027 0.156018,-0.106656 0.464475,-0.567236 0.642782,-0.629877 0.178306,-0.06264 0.70705,0.10382 0.895494,0.08946 0.188443,-0.01436 0.685864,-0.259002 0.871603,-0.224098 0.185739,0.03491 0.560413,0.443436 0.730789,0.525224 0.170376,0.08179 0.723478,0.118629 0.86688,0.241727 0.143402,0.123097 0.263614,0.664233 0.37027,0.820251 0.106656,0.156018 0.567236,0.464475 0.629877,0.642782 0.06264,0.178306 -0.10382,0.70705 -0.08946,0.895493 0.01436,0.188444 0.259002,0.685865 0.224098,0.871604 -0.0349,0.185738 -0.443436,0.560413 -0.525224,0.730789 -0.08179,0.170376 -0.118629,0.723478 -0.241727,0.86688 z"
inkscape:randomized="0"
inkscape:rounded="0.21"
inkscape:flatsided="false"
sodipodi:arg2="0.97115399"
sodipodi:arg1="0.7093546"
sodipodi:r2="3.1497705"
sodipodi:r1="3.4236636"
sodipodi:cy="83.636337"
sodipodi:cx="78.7827"
sodipodi:sides="12"
id="path896"
style="opacity:1;vector-effect:none;fill:#2e2e2e;fill-opacity:1;stroke:none;stroke-width:0.35700917;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
sodipodi:type="star" />
</g>
<g
style="fill:#242424;fill-opacity:1;stroke-width:0.88890123"
id="g6631"
transform="matrix(0.71322466,0,0,-0.23081725,79.211164,79.170507)">
<path
d="M 0,0 C -0.195,0.045 -0.393,0.069 -0.598,0.069 -0.804,0.069 -1.002,0.045 -1.196,0 V -18.157 H 0 Z"
style="fill:#242424;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.88890123"
id="path6629"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.33444816,0,0,-0.21775211,78.984656,79.169606)"
id="g900"
style="fill:#bebebe;fill-opacity:1;stroke-width:0.88890123">
<path
inkscape:connector-curvature="0"
id="path898"
style="fill:#bebebe;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.88890123"
d="M 0,0 C -0.195,0.045 -0.393,0.069 -0.598,0.069 -0.804,0.069 -1.002,0.045 -1.196,0 V -18.157 H 0 Z" />
</g>
</g>
</svg>

+ 361
- 0
repos/AS/res/as-knobMG.svg View File

@@ -0,0 +1,361 @@
<?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="37.556625"
height="37.556622"
viewBox="0 0 9.9368575 9.9368564"
version="1.1"
id="svg49872"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as-knobMG.svg">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320"
inkscape:connector-curvature="0" />
</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"
inkscape:connector-curvature="0" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="25.489384"
inkscape:cx="16.137541"
inkscape:cy="17.235727"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="1695"
inkscape:window-height="1317"
inkscape:window-x="130"
inkscape:window-y="36"
inkscape:window-maximized="0"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:object-paths="true"
inkscape:pagecheckerboard="false"
showguides="false" />
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-73.816227,-78.610433)">
<path
id="path6445-4-10"
data-name="path6445-4"
d="m 83.547151,83.578858 a 4.7625001,4.7625001 0 1 1 -4.7625,-4.7625 4.7625001,4.7625001 0 0 1 4.7625,4.7625"
style="fill:#050505;stroke-width:0.26458335;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path6449-6"
data-name="path6449"
d="M 83.332444,83.095762 C 83.131095,82.77092 82.795515,82.451447 82.60759,81.997742 82.419664,81.544036 82.433089,81.082278 82.339125,80.711797 a 4.5826892,4.5826892 0 0 0 -0.687269,-0.687269 c -0.370481,-0.08592 -0.832239,-0.07518 -1.285945,-0.268464 -0.453705,-0.193295 -0.773178,-0.53693 -1.09802,-0.724855 a 4.4323491,4.4323491 0 0 0 -0.966471,0 c -0.324842,0.201349 -0.644315,0.536929 -1.098021,0.724855 -0.453706,0.187925 -0.915464,0.1745 -1.285944,0.268464 a 4.5800046,4.5800046 0 0 0 -0.687268,0.687269 c -0.08592,0.370481 -0.07518,0.832239 -0.268468,1.285945 -0.193291,0.453705 -0.536927,0.773178 -0.724851,1.09802 a 4.5826892,4.5826892 0 0 0 -0.02686,0.483236 4.6363821,4.6363821 0 0 0 0.02686,0.483235 c 0.201348,0.324843 0.536927,0.644315 0.724851,1.098021 0.187928,0.453706 0.174503,0.915464 0.268468,1.285944 a 4.5638967,4.5638967 0 0 0 0.687268,0.687268 c 0.37048,0.08592 0.832238,0.07518 1.285944,0.268469 0.453706,0.19329 0.773179,0.536926 1.098021,0.72485 a 4.4779881,4.4779881 0 0 0 0.966471,0 c 0.324842,-0.201348 0.644315,-0.536927 1.09802,-0.72485 0.453706,-0.187929 0.915464,-0.174504 1.285945,-0.268469 a 4.5638967,4.5638967 0 0 0 0.687269,-0.687268 c 0.08592,-0.37048 0.07518,-0.832238 0.268465,-1.285944 0.193294,-0.453706 0.536929,-0.773178 0.724854,-1.098021 a 4.698129,4.698129 0 0 0 0.02686,-0.483235 4.5961125,4.5961125 0 0 0 -0.02686,-0.483236"
style="fill:#141414;fill-opacity:0.97254902;stroke-width:0.26846454"
inkscape:connector-curvature="0" />
<path
id="path851-6"
data-name="path851"
d="m 82.996817,83.121129 a 6.511396,6.511396 0 0 1 -0.672041,-1.018646 6.4452502,6.4452502 0 0 1 -0.243417,-1.190625 4.2465626,4.2465626 0 0 0 -0.637646,-0.637646 6.432021,6.432021 0 0 1 -1.190625,-0.243416 6.5008127,6.5008127 0 0 1 -1.016,-0.672042 4.1089793,4.1089793 0 0 0 -0.894292,0 6.5299168,6.5299168 0 0 1 -1.018645,0.672042 6.4187918,6.4187918 0 0 1 -1.190625,0.243416 4.2465626,4.2465626 0 0 0 -0.637646,0.637646 6.4267293,6.4267293 0 0 1 -0.243417,1.190625 6.5299168,6.5299168 0 0 1 -0.672042,1.018646 4.2492084,4.2492084 0 0 0 -0.0291,0.457729 4.3100626,4.3100626 0 0 0 0.02381,0.447146 6.5008127,6.5008127 0 0 1 0.672041,1.016 6.432021,6.432021 0 0 1 0.243417,1.190625 4.2333334,4.2333334 0 0 0 0.637646,0.637646 6.4584793,6.4584793 0 0 1 1.190625,0.243417 6.5616668,6.5616668 0 0 1 1.018646,0.672041 4.1513126,4.1513126 0 0 0 0.894291,0 3.1961667,3.1961667 0 0 1 2.209271,-0.915458 4.2333334,4.2333334 0 0 0 0.637646,-0.637646 3.1988126,3.1988126 0 0 1 0.915459,-2.209271 4.3418126,4.3418126 0 0 0 0.02381,-0.4445 4.4079584,4.4079584 0 0 0 -0.02381,-0.447146"
style="fill:#1b1b1b;stroke-width:0.26458335"
inkscape:connector-curvature="0" />
<g
id="g5100"
transform="matrix(0.26458334,0,0,0.26458334,-560.39578,-232.70142)">
<circle
cx="2415.9199"
cy="1181.8199"
r="1.0700001"
style="fill:#bababa"
id="circle5096" />
<path
d="m 2096.12,483.49 a 0.94,0.94 0 1 1 -0.94,0.94 0.94,0.94 0 0 1 0.94,-0.94 m 0,-0.25 a 1.19,1.19 0 1 0 1.19,1.19 1.19,1.19 0 0 0 -1.19,-1.19 z"
transform="translate(319.8,697.39)"
style="fill:#191919"
id="path5098"
inkscape:connector-curvature="0" />
</g>
<circle
cx="78.787315"
cy="83.568268"
r="2.5135417"
style="fill:#8c8c8c;stroke-width:0.26458335"
id="circle5102" />
<g
id="g5170"
transform="matrix(0.26458334,0,0,0.26458334,-560.39578,-232.70142)">
<circle
cx="2415.8101"
cy="1195.35"
r="11"
style="fill:#8c8c8c"
id="circle5104" />
<path
d="m 2100.22,487.8 a 11,11 0 0 0 -2.06,-0.63 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#5f5f5f"
id="path5106"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 6.11,-9.15 a 11,11 0 0 0 -1.9,-1 z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path5108"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 h 11 a 11,11 0 0 0 -0.21,-2.15 z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path5110"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l 10.79,-2.15 a 11,11 0 0 0 -0.63,-2.06 l -4.5,1.87 z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path5112"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 10.79,2.15 A 11,11 0 0 0 2107,498 Z"
transform="translate(319.8,697.39)"
style="fill:#8c8c8c"
id="path5114"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 10.16,4.21 a 11,11 0 0 0 0.63,-2.06 z"
transform="translate(319.8,697.39)"
style="fill:#878787"
id="path5116"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -2.15,10.79 A 11,11 0 0 0 2096,509 Z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path5118"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -4.21,10.16 a 11,11 0 0 0 2.06,0.63 z"
transform="translate(319.8,697.39)"
style="fill:#5f5f5f"
id="path5120"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 9.14,-6.11 a 11,11 0 0 0 -1.37,-1.67 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path5122"
inkscape:connector-curvature="0" />
<path
d="m 2101.66,495.62 4.5,-1.87 a 11,11 0 0 0 -1,-1.9 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path5124"
inkscape:connector-curvature="0" />
<path
d="m 2085.22,500.11 a 11,11 0 0 0 0.63,2.06 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path5126"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 h -11 a 11,11 0 0 0 0.21,2.15 z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path5128"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -10.16,4.21 a 11,11 0 0 0 1,1.9 z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path5130"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -9.15,6.11 a 11,11 0 0 0 1.37,1.67 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path5132"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 2.15,10.79 a 11,11 0 0 0 2.06,-0.63 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path5134"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 11 a 11,11 0 0 0 2.15,-0.21 z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path5136"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 7.78,7.78 a 11,11 0 0 0 1.37,-1.67 z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path5138"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 9.15,6.11 a 11,11 0 0 0 1,-1.9 z"
transform="translate(319.8,697.39)"
style="fill:#828282"
id="path5140"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 4.21,10.16 a 11,11 0 0 0 1.9,-1 z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path5142"
inkscape:connector-curvature="0" />
<path
d="m 2102.12,507.11 a 11,11 0 0 0 1.67,-1.37 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path5144"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -6.11,9.15 a 11,11 0 0 0 1.9,1 z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path5146"
inkscape:connector-curvature="0" />
<path
d="m 2088.23,505.74 a 11,11 0 0 0 1.67,1.37 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path5148"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 2.15,-10.79 A 11,11 0 0 0 2096,487 Z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path5150"
inkscape:connector-curvature="0" />
<path
d="m 2103.79,490.18 a 11,11 0 0 0 -1.67,-1.37 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path5152"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v -11 a 11,11 0 0 0 -2.15,0.21 z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path5154"
inkscape:connector-curvature="0" />
<path
d="m 2093.86,487.17 a 11,11 0 0 0 -2.06,0.63 l 4.2,10.2 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path5156"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -1.8,-0.75 -8.36,-3.46 a 11,11 0 0 0 -0.63,2.06 z"
transform="translate(319.8,697.39)"
style="fill:#878787"
id="path5158"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l -10.79,-2.15 A 11,11 0 0 0 2085,498 Z"
transform="translate(319.8,697.39)"
style="fill:#8c8c8c"
id="path5160"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l -9.14,-6.11 a 11,11 0 0 0 -1,1.9 l 8.36,3.46 z"
transform="translate(319.8,697.39)"
style="fill:#828282"
id="path5162"
inkscape:connector-curvature="0" />
<path
d="m 2090,492 -1.82,-1.82 a 11,11 0 0 0 -1.37,1.67 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path5164"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -4.21,-10.16 a 11,11 0 0 0 -1.9,1 z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path5166"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l -6.11,-9.15 a 11,11 0 0 0 -1.67,1.37 L 2090,492 Z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path5168"
inkscape:connector-curvature="0" />
</g>
<circle
cx="78.787315"
cy="83.568268"
r="2.9104168"
style="fill:none;stroke:#141414;stroke-width:0.18520834;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
id="circle5172" />
</g>
</svg>

+ 365
- 0
repos/AS/res/as-knobMGbig.svg View File

@@ -0,0 +1,365 @@
<?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="50"
height="50"
viewBox="0 0 50 50"
version="1.1"
id="svg49872"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as-knobMGbig.svg">
<defs
id="defs49866">
<clipPath
id="clip12">
<path
d="m 143,129.75 h 3 V 158 h -3 z m 0,0"
id="path28860"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip11">
<path
d="m 117.39453,129.75 h 54 v 54.00391 h -54 z m 0,0"
id="path28857"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip150">
<path
d="m 176,208.92578 h 2 V 228 h -2 z m 0,0"
id="path29465"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip149">
<path
d="m 159.27734,208.92578 h 36 v 36 h -36 z m 0,0"
id="path29462"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
id="clip142">
<path
d="m 110,208.92578 h 3 V 228 h -3 z m 0,0"
id="path29320"
inkscape:connector-curvature="0" />
</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"
inkscape:connector-curvature="0" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="6.372346"
inkscape:cx="-0.18297893"
inkscape:cy="17.235727"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="1695"
inkscape:window-height="1317"
inkscape:window-x="130"
inkscape:window-y="36"
inkscape:window-maximized="0"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:object-paths="true"
inkscape:pagecheckerboard="false"
showguides="false" />
<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>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-73.816227,-75.318122)">
<g
id="g994"
transform="matrix(5.2493437,0,0,5.2493437,-314.75148,-338.41603)">
<path
id="path910"
data-name="path6445-4"
d="m 83.547151,83.578858 a 4.7625001,4.7625001 0 1 1 -4.7625,-4.7625 4.7625001,4.7625001 0 0 1 4.7625,4.7625"
style="fill:#050505;fill-opacity:1;stroke-width:0.26458335"
inkscape:connector-curvature="0" />
<path
id="path912"
data-name="path6449"
d="M 83.332444,83.095762 C 83.131095,82.77092 82.795515,82.451447 82.60759,81.997742 82.419664,81.544036 82.433089,81.082278 82.339125,80.711797 a 4.5826892,4.5826892 0 0 0 -0.687269,-0.687269 c -0.370481,-0.08592 -0.832239,-0.07518 -1.285945,-0.268464 -0.453705,-0.193295 -0.773178,-0.53693 -1.09802,-0.724855 a 4.4323491,4.4323491 0 0 0 -0.966471,0 c -0.324842,0.201349 -0.644315,0.536929 -1.098021,0.724855 -0.453706,0.187925 -0.915464,0.1745 -1.285944,0.268464 a 4.5800046,4.5800046 0 0 0 -0.687268,0.687269 c -0.08592,0.370481 -0.07518,0.832239 -0.268468,1.285945 -0.193291,0.453705 -0.536927,0.773178 -0.724851,1.09802 a 4.5826892,4.5826892 0 0 0 -0.02686,0.483236 4.6363821,4.6363821 0 0 0 0.02686,0.483235 c 0.201348,0.324843 0.536927,0.644315 0.724851,1.098021 0.187928,0.453706 0.174503,0.915464 0.268468,1.285944 a 4.5638967,4.5638967 0 0 0 0.687268,0.687268 c 0.37048,0.08592 0.832238,0.07518 1.285944,0.268469 0.453706,0.19329 0.773179,0.536926 1.098021,0.72485 a 4.4779881,4.4779881 0 0 0 0.966471,0 c 0.324842,-0.201348 0.644315,-0.536927 1.09802,-0.72485 0.453706,-0.187929 0.915464,-0.174504 1.285945,-0.268469 a 4.5638967,4.5638967 0 0 0 0.687269,-0.687268 c 0.08592,-0.37048 0.07518,-0.832238 0.268465,-1.285944 0.193294,-0.453706 0.536929,-0.773178 0.724854,-1.098021 a 4.698129,4.698129 0 0 0 0.02686,-0.483235 4.5961125,4.5961125 0 0 0 -0.02686,-0.483236"
style="fill:#141414;fill-opacity:0.97254902;stroke-width:0.26846454"
inkscape:connector-curvature="0" />
<path
id="path914"
data-name="path851"
d="m 82.996817,83.121129 a 6.511396,6.511396 0 0 1 -0.672041,-1.018646 6.4452502,6.4452502 0 0 1 -0.243417,-1.190625 4.2465626,4.2465626 0 0 0 -0.637646,-0.637646 6.432021,6.432021 0 0 1 -1.190625,-0.243416 6.5008127,6.5008127 0 0 1 -1.016,-0.672042 4.1089793,4.1089793 0 0 0 -0.894292,0 6.5299168,6.5299168 0 0 1 -1.018645,0.672042 6.4187918,6.4187918 0 0 1 -1.190625,0.243416 4.2465626,4.2465626 0 0 0 -0.637646,0.637646 6.4267293,6.4267293 0 0 1 -0.243417,1.190625 6.5299168,6.5299168 0 0 1 -0.672042,1.018646 4.2492084,4.2492084 0 0 0 -0.0291,0.457729 4.3100626,4.3100626 0 0 0 0.02381,0.447146 6.5008127,6.5008127 0 0 1 0.672041,1.016 6.432021,6.432021 0 0 1 0.243417,1.190625 4.2333334,4.2333334 0 0 0 0.637646,0.637646 6.4584793,6.4584793 0 0 1 1.190625,0.243417 6.5616668,6.5616668 0 0 1 1.018646,0.672041 4.1513126,4.1513126 0 0 0 0.894291,0 3.1961667,3.1961667 0 0 1 2.209271,-0.915458 4.2333334,4.2333334 0 0 0 0.637646,-0.637646 3.1988126,3.1988126 0 0 1 0.915459,-2.209271 4.3418126,4.3418126 0 0 0 0.02381,-0.4445 4.4079584,4.4079584 0 0 0 -0.02381,-0.447146"
style="fill:#1b1b1b;stroke-width:0.26458335"
inkscape:connector-curvature="0" />
<g
id="g920"
transform="matrix(0.26458334,0,0,0.26458334,-560.39578,-232.70142)">
<circle
cx="2415.9199"
cy="1181.8199"
r="1.0700001"
style="fill:#bababa"
id="circle916" />
<path
d="m 2096.12,483.49 a 0.94,0.94 0 1 1 -0.94,0.94 0.94,0.94 0 0 1 0.94,-0.94 m 0,-0.25 a 1.19,1.19 0 1 0 1.19,1.19 1.19,1.19 0 0 0 -1.19,-1.19 z"
transform="translate(319.8,697.39)"
style="fill:#191919"
id="path918"
inkscape:connector-curvature="0" />
</g>
<circle
cx="78.787315"
cy="83.568268"
r="2.5135417"
style="fill:#8c8c8c;stroke-width:0.26458335"
id="circle922" />
<g
id="g990"
transform="matrix(0.26458334,0,0,0.26458334,-560.39578,-232.70142)">
<circle
cx="2415.8101"
cy="1195.35"
r="11"
style="fill:#8c8c8c"
id="circle924" />
<path
d="m 2100.22,487.8 a 11,11 0 0 0 -2.06,-0.63 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#5f5f5f"
id="path926"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 6.11,-9.15 a 11,11 0 0 0 -1.9,-1 z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path928"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 h 11 a 11,11 0 0 0 -0.21,-2.15 z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path930"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l 10.79,-2.15 a 11,11 0 0 0 -0.63,-2.06 l -4.5,1.87 z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path932"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 10.79,2.15 A 11,11 0 0 0 2107,498 Z"
transform="translate(319.8,697.39)"
style="fill:#8c8c8c"
id="path934"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 10.16,4.21 a 11,11 0 0 0 0.63,-2.06 z"
transform="translate(319.8,697.39)"
style="fill:#878787"
id="path936"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -2.15,10.79 A 11,11 0 0 0 2096,509 Z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path938"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -4.21,10.16 a 11,11 0 0 0 2.06,0.63 z"
transform="translate(319.8,697.39)"
style="fill:#5f5f5f"
id="path940"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 9.14,-6.11 a 11,11 0 0 0 -1.37,-1.67 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path942"
inkscape:connector-curvature="0" />
<path
d="m 2101.66,495.62 4.5,-1.87 a 11,11 0 0 0 -1,-1.9 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path944"
inkscape:connector-curvature="0" />
<path
d="m 2085.22,500.11 a 11,11 0 0 0 0.63,2.06 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path946"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 h -11 a 11,11 0 0 0 0.21,2.15 z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path948"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -10.16,4.21 a 11,11 0 0 0 1,1.9 z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path950"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -9.15,6.11 a 11,11 0 0 0 1.37,1.67 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path952"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 2.15,10.79 a 11,11 0 0 0 2.06,-0.63 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path954"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 11 a 11,11 0 0 0 2.15,-0.21 z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path956"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 7.78,7.78 a 11,11 0 0 0 1.37,-1.67 z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path958"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 9.15,6.11 a 11,11 0 0 0 1,-1.9 z"
transform="translate(319.8,697.39)"
style="fill:#828282"
id="path960"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 4.21,10.16 a 11,11 0 0 0 1.9,-1 z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path962"
inkscape:connector-curvature="0" />
<path
d="m 2102.12,507.11 a 11,11 0 0 0 1.67,-1.37 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path964"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -6.11,9.15 a 11,11 0 0 0 1.9,1 z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path966"
inkscape:connector-curvature="0" />
<path
d="m 2088.23,505.74 a 11,11 0 0 0 1.67,1.37 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path968"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 2.15,-10.79 A 11,11 0 0 0 2096,487 Z"
transform="translate(319.8,697.39)"
style="fill:#646464"
id="path970"
inkscape:connector-curvature="0" />
<path
d="m 2103.79,490.18 a 11,11 0 0 0 -1.67,-1.37 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path972"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v -11 a 11,11 0 0 0 -2.15,0.21 z"
transform="translate(319.8,697.39)"
style="fill:#696969"
id="path974"
inkscape:connector-curvature="0" />
<path
d="m 2093.86,487.17 a 11,11 0 0 0 -2.06,0.63 l 4.2,10.2 z"
transform="translate(319.8,697.39)"
style="fill:#6e6e6e"
id="path976"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -1.8,-0.75 -8.36,-3.46 a 11,11 0 0 0 -0.63,2.06 z"
transform="translate(319.8,697.39)"
style="fill:#878787"
id="path978"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l -10.79,-2.15 A 11,11 0 0 0 2085,498 Z"
transform="translate(319.8,697.39)"
style="fill:#8c8c8c"
id="path980"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l -9.14,-6.11 a 11,11 0 0 0 -1,1.9 l 8.36,3.46 z"
transform="translate(319.8,697.39)"
style="fill:#828282"
id="path982"
inkscape:connector-curvature="0" />
<path
d="m 2090,492 -1.82,-1.82 a 11,11 0 0 0 -1.37,1.67 L 2096,498 Z"
transform="translate(319.8,697.39)"
style="fill:#7d7d7d"
id="path984"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 -4.21,-10.16 a 11,11 0 0 0 -1.9,1 z"
transform="translate(319.8,697.39)"
style="fill:#737373"
id="path986"
inkscape:connector-curvature="0" />
<path
d="m 2096,498 v 0 l -6.11,-9.15 a 11,11 0 0 0 -1.67,1.37 L 2090,492 Z"
transform="translate(319.8,697.39)"
style="fill:#787878"
id="path988"
inkscape:connector-curvature="0" />
</g>
<circle
cx="78.787315"
cy="83.568268"
r="2.9104168"
style="fill:none;stroke:#141414;stroke-width:0.18520834;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="circle992" />
</g>
</g>
</svg>

+ 104
- 0
repos/AS/res/as_CKSSH_0.svg View File

@@ -0,0 +1,104 @@
<?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="24"
height="16"
viewBox="0 0 6.3499999 4.2333335"
version="1.1"
id="svg56722"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_CKSSH_0.svg">
<defs
id="defs56716" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="33.219203"
inkscape:cx="3.8503681"
inkscape:cy="10.312847"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1979"
inkscape:window-height="1285"
inkscape:window-x="460"
inkscape:window-y="8"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata56719">
<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(-30.16787,-66.602417)">
<g
id="g829"
transform="rotate(-90,33.342865,67.660749)">
<g
transform="matrix(-0.31455887,0,0,0.32002822,34.401196,70.381953)"
id="g5827"
style="stroke-width:1.2817142">
<path
inkscape:connector-curvature="0"
id="path5829"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2817142"
d="M 0,0 C 0,0.779 0.639,1.418 1.418,1.418 H 12.04 c 0.779,0 1.418,-0.639 1.418,-1.418 v -17.007 c 0,-0.779 -0.639,-1.417 -1.418,-1.417 H 1.418 C 0.639,-18.424 0,-17.786 0,-17.007 Z" />
</g>
<g
transform="matrix(-0.31455887,0,0,0.32002822,274.25479,-303.20785)"
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142"
id="g5839">
<g
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142"
id="g5841">
<path
inkscape:connector-curvature="0"
id="path5849"
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:1.2817142"
d="m 764.617,1167.502 c -0.468,0 -0.852,-0.382 -0.852,-0.85 v 0 -15.724 c 0,-0.468 0.384,-0.851 0.852,-0.851 v 0 h 9.239 c 0.467,0 0.85,0.383 0.85,0.851 v 0 15.724 c 0,0.468 -0.383,0.85 -0.85,0.85 v 0 z" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="path5859"
style="fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:#424242;stroke-width:0.13229167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 34.005104,70.426053 h -3.441275 v -2.72152 h 3.441275 z" />
<rect
transform="scale(-1)"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.04536014;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect828"
width="2.1166666"
height="0.39687499"
x="-33.3428"
y="-69.263725"
ry="0.033056512" />
</g>
</g>
</svg>

+ 103
- 0
repos/AS/res/as_CKSSH_1.svg View File

@@ -0,0 +1,103 @@
<?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="24"
height="16"
viewBox="0 0 6.3499999 4.2333335"
version="1.1"
id="svg56722"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_CKSSH_1.svg">
<defs
id="defs56716" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="33.139157"
inkscape:cx="9.1714748"
inkscape:cy="10.5905"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1582"
inkscape:window-height="1268"
inkscape:window-x="296"
inkscape:window-y="68"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata56719">
<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(-30.16787,-66.602417)">
<g
id="g829"
transform="rotate(-90,33.342865,67.660747)">
<g
transform="matrix(0.31455887,0,0,-0.32002822,30.167862,64.939553)"
id="g5827"
style="stroke-width:1.2817142">
<path
inkscape:connector-curvature="0"
id="path5829"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2817142"
d="M 0,0 C 0,0.779 0.639,1.418 1.418,1.418 H 12.04 c 0.779,0 1.418,-0.639 1.418,-1.418 v -17.007 c 0,-0.779 -0.639,-1.417 -1.418,-1.417 H 1.418 C 0.639,-18.424 0,-17.786 0,-17.007 Z" />
</g>
<g
transform="matrix(0.31455887,0,0,-0.32002822,-209.68573,438.52936)"
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142"
id="g5839">
<g
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142"
id="g5841">
<path
inkscape:connector-curvature="0"
id="path5849"
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:1.2817142"
d="m 764.617,1167.502 c -0.468,0 -0.852,-0.382 -0.852,-0.85 v 0 -15.724 c 0,-0.468 0.384,-0.851 0.852,-0.851 v 0 h 9.239 c 0.467,0 0.85,0.383 0.85,0.851 v 0 15.724 c 0,0.468 -0.383,0.85 -0.85,0.85 v 0 z" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="path5859"
style="fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:#424242;stroke-width:0.13229167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 30.563954,64.895453 h 3.441275 v 2.72152 h -3.441275 z" />
<rect
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.04536014;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect828"
width="2.1166666"
height="0.39687499"
x="31.226257"
y="66.057777"
ry="0.033056512" />
</g>
</g>
</svg>

+ 309
- 0
repos/AS/res/as_CKSSThree_0.svg View File

@@ -0,0 +1,309 @@
<?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="16"
height="36"
viewBox="0 0 16 36"
version="1.1"
id="svg258108"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_CKSSThree_0.svg">
<defs
id="defs258102">
<linearGradient
id="linear20"
gradientUnits="userSpaceOnUse"
x1="-0.095554203"
y1="0"
x2="1.32507"
y2="0"
gradientTransform="matrix(0,6.4087959,-6.4087959,0,102.632,66.415358)">
<stop
offset="0"
style="stop-color:rgb(25.489807%,25.097656%,25.881958%);stop-opacity:1;"
id="stop217759" />
<stop
offset="0.0625"
style="stop-color:rgb(25.489807%,25.097656%,25.881958%);stop-opacity:1;"
id="stop217761" />
<stop
offset="0.078125"
style="stop-color:rgb(25.398254%,24.996948%,25.778198%);stop-opacity:1;"
id="stop217763" />
<stop
offset="0.09375"
style="stop-color:rgb(25.177002%,24.754333%,25.527954%);stop-opacity:1;"
id="stop217765" />
<stop
offset="0.109375"
style="stop-color:rgb(24.916077%,24.465942%,25.231934%);stop-opacity:1;"
id="stop217767" />
<stop
offset="0.125"
style="stop-color:rgb(24.653625%,24.179077%,24.935913%);stop-opacity:1;"
id="stop217769" />
<stop
offset="0.140625"
style="stop-color:rgb(24.3927%,23.892212%,24.639893%);stop-opacity:1;"
id="stop217771" />
<stop
offset="0.15625"
style="stop-color:rgb(24.131775%,23.605347%,24.343872%);stop-opacity:1;"
id="stop217773" />
<stop
offset="0.171875"
style="stop-color:rgb(23.87085%,23.316956%,24.047852%);stop-opacity:1;"
id="stop217775" />
<stop
offset="0.1875"
style="stop-color:rgb(23.609924%,23.03009%,23.751831%);stop-opacity:1;"
id="stop217777" />
<stop
offset="0.203125"
style="stop-color:rgb(23.348999%,22.743225%,23.455811%);stop-opacity:1;"
id="stop217779" />
<stop
offset="0.21875"
style="stop-color:rgb(23.088074%,22.45636%,23.15979%);stop-opacity:1;"
id="stop217781" />
<stop
offset="0.234375"
style="stop-color:rgb(22.825623%,22.167969%,22.86377%);stop-opacity:1;"
id="stop217783" />
<stop
offset="0.25"
style="stop-color:rgb(22.564697%,21.881104%,22.567749%);stop-opacity:1;"
id="stop217785" />
<stop
offset="0.265625"
style="stop-color:rgb(22.303772%,21.594238%,22.271729%);stop-opacity:1;"
id="stop217787" />
<stop
offset="0.28125"
style="stop-color:rgb(22.042847%,21.307373%,21.975708%);stop-opacity:1;"
id="stop217789" />
<stop
offset="0.296875"
style="stop-color:rgb(21.781921%,21.018982%,21.679688%);stop-opacity:1;"
id="stop217791" />
<stop
offset="0.3125"
style="stop-color:rgb(21.520996%,20.732117%,21.383667%);stop-opacity:1;"
id="stop217793" />
<stop
offset="0.328125"
style="stop-color:rgb(21.260071%,20.445251%,21.087646%);stop-opacity:1;"
id="stop217795" />
<stop
offset="0.34375"
style="stop-color:rgb(20.99762%,20.15686%,20.793152%);stop-opacity:1;"
id="stop217797" />
<stop
offset="0.359375"
style="stop-color:rgb(20.736694%,19.869995%,20.497131%);stop-opacity:1;"
id="stop217799" />
<stop
offset="0.375"
style="stop-color:rgb(20.475769%,19.58313%,20.201111%);stop-opacity:1;"
id="stop217801" />
<stop
offset="0.390625"
style="stop-color:rgb(20.214844%,19.296265%,19.90509%);stop-opacity:1;"
id="stop217803" />
<stop
offset="0.40625"
style="stop-color:rgb(19.953918%,19.007874%,19.60907%);stop-opacity:1;"
id="stop217805" />
<stop
offset="0.421875"
style="stop-color:rgb(19.692993%,18.721008%,19.313049%);stop-opacity:1;"
id="stop217807" />
<stop
offset="0.4375"
style="stop-color:rgb(19.432068%,18.434143%,19.017029%);stop-opacity:1;"
id="stop217809" />
<stop
offset="0.453125"
style="stop-color:rgb(19.169617%,18.147278%,18.721008%);stop-opacity:1;"
id="stop217811" />
<stop
offset="0.46875"
style="stop-color:rgb(18.908691%,17.858887%,18.424988%);stop-opacity:1;"
id="stop217813" />
<stop
offset="0.484375"
style="stop-color:rgb(18.647766%,17.572021%,18.128967%);stop-opacity:1;"
id="stop217815" />
<stop
offset="0.5"
style="stop-color:rgb(18.386841%,17.285156%,17.832947%);stop-opacity:1;"
id="stop217817" />
<stop
offset="0.515625"
style="stop-color:rgb(18.125916%,16.998291%,17.536926%);stop-opacity:1;"
id="stop217819" />
<stop
offset="0.53125"
style="stop-color:rgb(17.86499%,16.7099%,17.240906%);stop-opacity:1;"
id="stop217821" />
<stop
offset="0.546875"
style="stop-color:rgb(17.604065%,16.423035%,16.944885%);stop-opacity:1;"
id="stop217823" />
<stop
offset="0.5625"
style="stop-color:rgb(17.341614%,16.136169%,16.648865%);stop-opacity:1;"
id="stop217825" />
<stop
offset="0.578125"
style="stop-color:rgb(17.080688%,15.849304%,16.352844%);stop-opacity:1;"
id="stop217827" />
<stop
offset="0.59375"
style="stop-color:rgb(16.819763%,15.560913%,16.056824%);stop-opacity:1;"
id="stop217829" />
<stop
offset="0.609375"
style="stop-color:rgb(16.558838%,15.274048%,15.760803%);stop-opacity:1;"
id="stop217831" />
<stop
offset="0.625"
style="stop-color:rgb(16.297913%,14.987183%,15.464783%);stop-opacity:1;"
id="stop217833" />
<stop
offset="0.640625"
style="stop-color:rgb(16.036987%,14.700317%,15.168762%);stop-opacity:1;"
id="stop217835" />
<stop
offset="0.65625"
style="stop-color:rgb(15.776062%,14.411926%,14.872742%);stop-opacity:1;"
id="stop217837" />
<stop
offset="0.671875"
style="stop-color:rgb(15.513611%,14.125061%,14.576721%);stop-opacity:1;"
id="stop217839" />
<stop
offset="0.6875"
style="stop-color:rgb(15.252686%,13.838196%,14.280701%);stop-opacity:1;"
id="stop217841" />
<stop
offset="0.703125"
style="stop-color:rgb(14.99176%,13.551331%,13.98468%);stop-opacity:1;"
id="stop217843" />
<stop
offset="0.71875"
style="stop-color:rgb(14.730835%,13.262939%,13.68866%);stop-opacity:1;"
id="stop217845" />
<stop
offset="0.734375"
style="stop-color:rgb(14.46991%,12.976074%,13.392639%);stop-opacity:1;"
id="stop217847" />
<stop
offset="0.75"
style="stop-color:rgb(14.208984%,12.689209%,13.096619%);stop-opacity:1;"
id="stop217849" />
<stop
offset="0.765625"
style="stop-color:rgb(13.948059%,12.402344%,12.802124%);stop-opacity:1;"
id="stop217851" />
<stop
offset="0.78125"
style="stop-color:rgb(13.771057%,12.207031%,12.600708%);stop-opacity:1;"
id="stop217853" />
<stop
offset="0.8125"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217855" />
<stop
offset="0.875"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217857" />
<stop
offset="1"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217859" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="20.850185"
inkscape:cx="8.5303695"
inkscape:cy="17.188695"
inkscape:document-units="px"
inkscape:current-layer="g919"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1754"
inkscape:window-height="1186"
inkscape:window-x="607"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata258105">
<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(-100.25783,-68.77232)">
<g
id="g919"
transform="translate(0,29.416667)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20855224"
d="m 100.25783,40.897653 c 0,-0.959731 0.76165,-1.542 1.68586,-1.542 h 12.63283 c 0.92431,0 1.68131,0.582269 1.68131,1.542 v 32.916 c 0,0.95493 -0.757,1.542 -1.68131,1.542 h -12.63283 c -0.92421,0 -1.68586,-0.58707 -1.68586,-1.542 z"
id="path243332"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
<path
style="clip-rule:nonzero;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23278403"
d="m 114.75783,40.855653 h -13 v 33 h 13 z m 0,0"
id="path243334"
inkscape:connector-curvature="0" />
<g
transform="matrix(3.7762484,0,0,3.8570539,-242.23982,-206.24743)"
id="g897">
<path
d="m 94.537,72.522183 h -3.44127 v -2.72152 H 94.537 Z"
style="fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:#424242;stroke-width:0.13229169;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5859"
inkscape:connector-curvature="0" />
<rect
ry="0.033056512"
y="-71.359848"
x="-93.874702"
height="0.39687499"
width="2.1166666"
id="rect828"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.04536014;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
transform="scale(-1)" />
</g>
</g>
</g>
</svg>

+ 309
- 0
repos/AS/res/as_CKSSThree_1.svg View File

@@ -0,0 +1,309 @@
<?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="16"
height="36"
viewBox="0 0 16 36"
version="1.1"
id="svg258108"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_CKSSThree_1.svg">
<defs
id="defs258102">
<linearGradient
id="linear20"
gradientUnits="userSpaceOnUse"
x1="-0.095554203"
y1="0"
x2="1.32507"
y2="0"
gradientTransform="matrix(0,6.4087959,-6.4087959,0,102.632,66.415358)">
<stop
offset="0"
style="stop-color:rgb(25.489807%,25.097656%,25.881958%);stop-opacity:1;"
id="stop217759" />
<stop
offset="0.0625"
style="stop-color:rgb(25.489807%,25.097656%,25.881958%);stop-opacity:1;"
id="stop217761" />
<stop
offset="0.078125"
style="stop-color:rgb(25.398254%,24.996948%,25.778198%);stop-opacity:1;"
id="stop217763" />
<stop
offset="0.09375"
style="stop-color:rgb(25.177002%,24.754333%,25.527954%);stop-opacity:1;"
id="stop217765" />
<stop
offset="0.109375"
style="stop-color:rgb(24.916077%,24.465942%,25.231934%);stop-opacity:1;"
id="stop217767" />
<stop
offset="0.125"
style="stop-color:rgb(24.653625%,24.179077%,24.935913%);stop-opacity:1;"
id="stop217769" />
<stop
offset="0.140625"
style="stop-color:rgb(24.3927%,23.892212%,24.639893%);stop-opacity:1;"
id="stop217771" />
<stop
offset="0.15625"
style="stop-color:rgb(24.131775%,23.605347%,24.343872%);stop-opacity:1;"
id="stop217773" />
<stop
offset="0.171875"
style="stop-color:rgb(23.87085%,23.316956%,24.047852%);stop-opacity:1;"
id="stop217775" />
<stop
offset="0.1875"
style="stop-color:rgb(23.609924%,23.03009%,23.751831%);stop-opacity:1;"
id="stop217777" />
<stop
offset="0.203125"
style="stop-color:rgb(23.348999%,22.743225%,23.455811%);stop-opacity:1;"
id="stop217779" />
<stop
offset="0.21875"
style="stop-color:rgb(23.088074%,22.45636%,23.15979%);stop-opacity:1;"
id="stop217781" />
<stop
offset="0.234375"
style="stop-color:rgb(22.825623%,22.167969%,22.86377%);stop-opacity:1;"
id="stop217783" />
<stop
offset="0.25"
style="stop-color:rgb(22.564697%,21.881104%,22.567749%);stop-opacity:1;"
id="stop217785" />
<stop
offset="0.265625"
style="stop-color:rgb(22.303772%,21.594238%,22.271729%);stop-opacity:1;"
id="stop217787" />
<stop
offset="0.28125"
style="stop-color:rgb(22.042847%,21.307373%,21.975708%);stop-opacity:1;"
id="stop217789" />
<stop
offset="0.296875"
style="stop-color:rgb(21.781921%,21.018982%,21.679688%);stop-opacity:1;"
id="stop217791" />
<stop
offset="0.3125"
style="stop-color:rgb(21.520996%,20.732117%,21.383667%);stop-opacity:1;"
id="stop217793" />
<stop
offset="0.328125"
style="stop-color:rgb(21.260071%,20.445251%,21.087646%);stop-opacity:1;"
id="stop217795" />
<stop
offset="0.34375"
style="stop-color:rgb(20.99762%,20.15686%,20.793152%);stop-opacity:1;"
id="stop217797" />
<stop
offset="0.359375"
style="stop-color:rgb(20.736694%,19.869995%,20.497131%);stop-opacity:1;"
id="stop217799" />
<stop
offset="0.375"
style="stop-color:rgb(20.475769%,19.58313%,20.201111%);stop-opacity:1;"
id="stop217801" />
<stop
offset="0.390625"
style="stop-color:rgb(20.214844%,19.296265%,19.90509%);stop-opacity:1;"
id="stop217803" />
<stop
offset="0.40625"
style="stop-color:rgb(19.953918%,19.007874%,19.60907%);stop-opacity:1;"
id="stop217805" />
<stop
offset="0.421875"
style="stop-color:rgb(19.692993%,18.721008%,19.313049%);stop-opacity:1;"
id="stop217807" />
<stop
offset="0.4375"
style="stop-color:rgb(19.432068%,18.434143%,19.017029%);stop-opacity:1;"
id="stop217809" />
<stop
offset="0.453125"
style="stop-color:rgb(19.169617%,18.147278%,18.721008%);stop-opacity:1;"
id="stop217811" />
<stop
offset="0.46875"
style="stop-color:rgb(18.908691%,17.858887%,18.424988%);stop-opacity:1;"
id="stop217813" />
<stop
offset="0.484375"
style="stop-color:rgb(18.647766%,17.572021%,18.128967%);stop-opacity:1;"
id="stop217815" />
<stop
offset="0.5"
style="stop-color:rgb(18.386841%,17.285156%,17.832947%);stop-opacity:1;"
id="stop217817" />
<stop
offset="0.515625"
style="stop-color:rgb(18.125916%,16.998291%,17.536926%);stop-opacity:1;"
id="stop217819" />
<stop
offset="0.53125"
style="stop-color:rgb(17.86499%,16.7099%,17.240906%);stop-opacity:1;"
id="stop217821" />
<stop
offset="0.546875"
style="stop-color:rgb(17.604065%,16.423035%,16.944885%);stop-opacity:1;"
id="stop217823" />
<stop
offset="0.5625"
style="stop-color:rgb(17.341614%,16.136169%,16.648865%);stop-opacity:1;"
id="stop217825" />
<stop
offset="0.578125"
style="stop-color:rgb(17.080688%,15.849304%,16.352844%);stop-opacity:1;"
id="stop217827" />
<stop
offset="0.59375"
style="stop-color:rgb(16.819763%,15.560913%,16.056824%);stop-opacity:1;"
id="stop217829" />
<stop
offset="0.609375"
style="stop-color:rgb(16.558838%,15.274048%,15.760803%);stop-opacity:1;"
id="stop217831" />
<stop
offset="0.625"
style="stop-color:rgb(16.297913%,14.987183%,15.464783%);stop-opacity:1;"
id="stop217833" />
<stop
offset="0.640625"
style="stop-color:rgb(16.036987%,14.700317%,15.168762%);stop-opacity:1;"
id="stop217835" />
<stop
offset="0.65625"
style="stop-color:rgb(15.776062%,14.411926%,14.872742%);stop-opacity:1;"
id="stop217837" />
<stop
offset="0.671875"
style="stop-color:rgb(15.513611%,14.125061%,14.576721%);stop-opacity:1;"
id="stop217839" />
<stop
offset="0.6875"
style="stop-color:rgb(15.252686%,13.838196%,14.280701%);stop-opacity:1;"
id="stop217841" />
<stop
offset="0.703125"
style="stop-color:rgb(14.99176%,13.551331%,13.98468%);stop-opacity:1;"
id="stop217843" />
<stop
offset="0.71875"
style="stop-color:rgb(14.730835%,13.262939%,13.68866%);stop-opacity:1;"
id="stop217845" />
<stop
offset="0.734375"
style="stop-color:rgb(14.46991%,12.976074%,13.392639%);stop-opacity:1;"
id="stop217847" />
<stop
offset="0.75"
style="stop-color:rgb(14.208984%,12.689209%,13.096619%);stop-opacity:1;"
id="stop217849" />
<stop
offset="0.765625"
style="stop-color:rgb(13.948059%,12.402344%,12.802124%);stop-opacity:1;"
id="stop217851" />
<stop
offset="0.78125"
style="stop-color:rgb(13.771057%,12.207031%,12.600708%);stop-opacity:1;"
id="stop217853" />
<stop
offset="0.8125"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217855" />
<stop
offset="0.875"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217857" />
<stop
offset="1"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217859" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="20.850185"
inkscape:cx="8.5303695"
inkscape:cy="17.188695"
inkscape:document-units="px"
inkscape:current-layer="g919"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1754"
inkscape:window-height="1186"
inkscape:window-x="607"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata258105">
<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(-100.25783,-68.77232)">
<g
id="g919"
transform="translate(0,29.416667)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20855224"
d="m 100.25783,40.897653 c 0,-0.959731 0.76165,-1.542 1.68586,-1.542 h 12.63283 c 0.92431,0 1.68131,0.582269 1.68131,1.542 v 32.916 c 0,0.95493 -0.757,1.542 -1.68131,1.542 h -12.63283 c -0.92421,0 -1.68586,-0.58707 -1.68586,-1.542 z"
id="path243332"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
<path
style="clip-rule:nonzero;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23278403"
d="m 114.75783,40.855653 h -13 v 33 h 13 z m 0,0"
id="path243334"
inkscape:connector-curvature="0" />
<g
id="g925"
transform="matrix(3.7762484,0,0,3.8570539,-242.23982,-217.11779)">
<path
inkscape:connector-curvature="0"
id="path921"
style="fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:#424242;stroke-width:0.13229169;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 94.537,72.522183 h -3.44127 v -2.72152 H 94.537 Z" />
<rect
transform="scale(-1)"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.04536014;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
id="rect923"
width="2.1166666"
height="0.39687499"
x="-93.874702"
y="-71.359848"
ry="0.033056512" />
</g>
</g>
</g>
</svg>

+ 309
- 0
repos/AS/res/as_CKSSThree_2.svg View File

@@ -0,0 +1,309 @@
<?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="16"
height="36"
viewBox="0 0 16 36"
version="1.1"
id="svg258108"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_CKSSThree_2.svg">
<defs
id="defs258102">
<linearGradient
id="linear20"
gradientUnits="userSpaceOnUse"
x1="-0.095554203"
y1="0"
x2="1.32507"
y2="0"
gradientTransform="matrix(0,6.4087959,-6.4087959,0,102.632,66.415358)">
<stop
offset="0"
style="stop-color:rgb(25.489807%,25.097656%,25.881958%);stop-opacity:1;"
id="stop217759" />
<stop
offset="0.0625"
style="stop-color:rgb(25.489807%,25.097656%,25.881958%);stop-opacity:1;"
id="stop217761" />
<stop
offset="0.078125"
style="stop-color:rgb(25.398254%,24.996948%,25.778198%);stop-opacity:1;"
id="stop217763" />
<stop
offset="0.09375"
style="stop-color:rgb(25.177002%,24.754333%,25.527954%);stop-opacity:1;"
id="stop217765" />
<stop
offset="0.109375"
style="stop-color:rgb(24.916077%,24.465942%,25.231934%);stop-opacity:1;"
id="stop217767" />
<stop
offset="0.125"
style="stop-color:rgb(24.653625%,24.179077%,24.935913%);stop-opacity:1;"
id="stop217769" />
<stop
offset="0.140625"
style="stop-color:rgb(24.3927%,23.892212%,24.639893%);stop-opacity:1;"
id="stop217771" />
<stop
offset="0.15625"
style="stop-color:rgb(24.131775%,23.605347%,24.343872%);stop-opacity:1;"
id="stop217773" />
<stop
offset="0.171875"
style="stop-color:rgb(23.87085%,23.316956%,24.047852%);stop-opacity:1;"
id="stop217775" />
<stop
offset="0.1875"
style="stop-color:rgb(23.609924%,23.03009%,23.751831%);stop-opacity:1;"
id="stop217777" />
<stop
offset="0.203125"
style="stop-color:rgb(23.348999%,22.743225%,23.455811%);stop-opacity:1;"
id="stop217779" />
<stop
offset="0.21875"
style="stop-color:rgb(23.088074%,22.45636%,23.15979%);stop-opacity:1;"
id="stop217781" />
<stop
offset="0.234375"
style="stop-color:rgb(22.825623%,22.167969%,22.86377%);stop-opacity:1;"
id="stop217783" />
<stop
offset="0.25"
style="stop-color:rgb(22.564697%,21.881104%,22.567749%);stop-opacity:1;"
id="stop217785" />
<stop
offset="0.265625"
style="stop-color:rgb(22.303772%,21.594238%,22.271729%);stop-opacity:1;"
id="stop217787" />
<stop
offset="0.28125"
style="stop-color:rgb(22.042847%,21.307373%,21.975708%);stop-opacity:1;"
id="stop217789" />
<stop
offset="0.296875"
style="stop-color:rgb(21.781921%,21.018982%,21.679688%);stop-opacity:1;"
id="stop217791" />
<stop
offset="0.3125"
style="stop-color:rgb(21.520996%,20.732117%,21.383667%);stop-opacity:1;"
id="stop217793" />
<stop
offset="0.328125"
style="stop-color:rgb(21.260071%,20.445251%,21.087646%);stop-opacity:1;"
id="stop217795" />
<stop
offset="0.34375"
style="stop-color:rgb(20.99762%,20.15686%,20.793152%);stop-opacity:1;"
id="stop217797" />
<stop
offset="0.359375"
style="stop-color:rgb(20.736694%,19.869995%,20.497131%);stop-opacity:1;"
id="stop217799" />
<stop
offset="0.375"
style="stop-color:rgb(20.475769%,19.58313%,20.201111%);stop-opacity:1;"
id="stop217801" />
<stop
offset="0.390625"
style="stop-color:rgb(20.214844%,19.296265%,19.90509%);stop-opacity:1;"
id="stop217803" />
<stop
offset="0.40625"
style="stop-color:rgb(19.953918%,19.007874%,19.60907%);stop-opacity:1;"
id="stop217805" />
<stop
offset="0.421875"
style="stop-color:rgb(19.692993%,18.721008%,19.313049%);stop-opacity:1;"
id="stop217807" />
<stop
offset="0.4375"
style="stop-color:rgb(19.432068%,18.434143%,19.017029%);stop-opacity:1;"
id="stop217809" />
<stop
offset="0.453125"
style="stop-color:rgb(19.169617%,18.147278%,18.721008%);stop-opacity:1;"
id="stop217811" />
<stop
offset="0.46875"
style="stop-color:rgb(18.908691%,17.858887%,18.424988%);stop-opacity:1;"
id="stop217813" />
<stop
offset="0.484375"
style="stop-color:rgb(18.647766%,17.572021%,18.128967%);stop-opacity:1;"
id="stop217815" />
<stop
offset="0.5"
style="stop-color:rgb(18.386841%,17.285156%,17.832947%);stop-opacity:1;"
id="stop217817" />
<stop
offset="0.515625"
style="stop-color:rgb(18.125916%,16.998291%,17.536926%);stop-opacity:1;"
id="stop217819" />
<stop
offset="0.53125"
style="stop-color:rgb(17.86499%,16.7099%,17.240906%);stop-opacity:1;"
id="stop217821" />
<stop
offset="0.546875"
style="stop-color:rgb(17.604065%,16.423035%,16.944885%);stop-opacity:1;"
id="stop217823" />
<stop
offset="0.5625"
style="stop-color:rgb(17.341614%,16.136169%,16.648865%);stop-opacity:1;"
id="stop217825" />
<stop
offset="0.578125"
style="stop-color:rgb(17.080688%,15.849304%,16.352844%);stop-opacity:1;"
id="stop217827" />
<stop
offset="0.59375"
style="stop-color:rgb(16.819763%,15.560913%,16.056824%);stop-opacity:1;"
id="stop217829" />
<stop
offset="0.609375"
style="stop-color:rgb(16.558838%,15.274048%,15.760803%);stop-opacity:1;"
id="stop217831" />
<stop
offset="0.625"
style="stop-color:rgb(16.297913%,14.987183%,15.464783%);stop-opacity:1;"
id="stop217833" />
<stop
offset="0.640625"
style="stop-color:rgb(16.036987%,14.700317%,15.168762%);stop-opacity:1;"
id="stop217835" />
<stop
offset="0.65625"
style="stop-color:rgb(15.776062%,14.411926%,14.872742%);stop-opacity:1;"
id="stop217837" />
<stop
offset="0.671875"
style="stop-color:rgb(15.513611%,14.125061%,14.576721%);stop-opacity:1;"
id="stop217839" />
<stop
offset="0.6875"
style="stop-color:rgb(15.252686%,13.838196%,14.280701%);stop-opacity:1;"
id="stop217841" />
<stop
offset="0.703125"
style="stop-color:rgb(14.99176%,13.551331%,13.98468%);stop-opacity:1;"
id="stop217843" />
<stop
offset="0.71875"
style="stop-color:rgb(14.730835%,13.262939%,13.68866%);stop-opacity:1;"
id="stop217845" />
<stop
offset="0.734375"
style="stop-color:rgb(14.46991%,12.976074%,13.392639%);stop-opacity:1;"
id="stop217847" />
<stop
offset="0.75"
style="stop-color:rgb(14.208984%,12.689209%,13.096619%);stop-opacity:1;"
id="stop217849" />
<stop
offset="0.765625"
style="stop-color:rgb(13.948059%,12.402344%,12.802124%);stop-opacity:1;"
id="stop217851" />
<stop
offset="0.78125"
style="stop-color:rgb(13.771057%,12.207031%,12.600708%);stop-opacity:1;"
id="stop217853" />
<stop
offset="0.8125"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217855" />
<stop
offset="0.875"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217857" />
<stop
offset="1"
style="stop-color:rgb(13.725281%,12.156677%,12.548828%);stop-opacity:1;"
id="stop217859" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="20.850185"
inkscape:cx="8.5303695"
inkscape:cy="17.188695"
inkscape:document-units="px"
inkscape:current-layer="g919"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1754"
inkscape:window-height="1186"
inkscape:window-x="607"
inkscape:window-y="0"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata258105">
<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(-100.25783,-68.77232)">
<g
id="g919"
transform="translate(0,29.416667)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20855224"
d="m 100.25783,40.897653 c 0,-0.959731 0.76165,-1.542 1.68586,-1.542 h 12.63283 c 0.92431,0 1.68131,0.582269 1.68131,1.542 v 32.916 c 0,0.95493 -0.757,1.542 -1.68131,1.542 h -12.63283 c -0.92421,0 -1.68586,-0.58707 -1.68586,-1.542 z"
id="path243332"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssss" />
<path
style="clip-rule:nonzero;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23278403"
d="m 114.75783,40.855653 h -13 v 33 h 13 z m 0,0"
id="path243334"
inkscape:connector-curvature="0" />
<g
transform="matrix(3.7762484,0,0,3.8570539,-242.23982,-227.98815)"
id="g931">
<path
d="m 94.537,72.522183 h -3.44127 v -2.72152 H 94.537 Z"
style="fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:#424242;stroke-width:0.13229169;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path927"
inkscape:connector-curvature="0" />
<rect
ry="0.033056512"
y="-71.359848"
x="-93.874702"
height="0.39687499"
width="2.1166666"
id="rect929"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.04536014;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
transform="scale(-1)" />
</g>
</g>
</g>
</svg>

+ 100
- 0
repos/AS/res/as_CKSS_0.svg View File

@@ -0,0 +1,100 @@
<?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="16"
height="24"
viewBox="0 0 4.2333333 6.3500002"
version="1.1"
id="svg56722"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_CKSS_0.svg">
<defs
id="defs56716" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="33.219203"
inkscape:cx="-5.598553"
inkscape:cy="10.312847"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1582"
inkscape:window-height="1268"
inkscape:window-x="652"
inkscape:window-y="59"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata56719">
<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(-30.16787,-64.48575)">
<g
style="stroke-width:1.2817142"
id="g5827"
transform="matrix(-0.31455887,0,0,0.32002822,34.401196,70.381953)">
<path
d="M 0,0 C 0,0.779 0.639,1.418 1.418,1.418 H 12.04 c 0.779,0 1.418,-0.639 1.418,-1.418 v -17.007 c 0,-0.779 -0.639,-1.417 -1.418,-1.417 H 1.418 C 0.639,-18.424 0,-17.786 0,-17.007 Z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2817142"
id="path5829"
inkscape:connector-curvature="0" />
</g>
<g
id="g5839"
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142"
transform="matrix(-0.31455887,0,0,0.32002822,274.25479,-303.20785)">
<g
id="g5841"
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142">
<path
d="m 764.617,1167.502 c -0.468,0 -0.852,-0.382 -0.852,-0.85 v 0 -15.724 c 0,-0.468 0.384,-0.851 0.852,-0.851 v 0 h 9.239 c 0.467,0 0.85,0.383 0.85,0.851 v 0 15.724 c 0,0.468 -0.383,0.85 -0.85,0.85 v 0 z"
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:1.2817142"
id="path5849"
inkscape:connector-curvature="0" />
</g>
</g>
<path
d="m 34.005104,70.426053 h -3.441275 v -2.72152 h 3.441275 z"
style="fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:#424242;stroke-width:0.13229167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path5859"
inkscape:connector-curvature="0" />
<rect
ry="0.033056512"
y="-69.263725"
x="-33.3428"
height="0.39687499"
width="2.1166666"
id="rect828"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.04536014;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
transform="scale(-1)" />
</g>
</svg>

+ 99
- 0
repos/AS/res/as_CKSS_1.svg View File

@@ -0,0 +1,99 @@
<?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="16"
height="24"
viewBox="0 0 4.2333333 6.3500002"
version="1.1"
id="svg56722"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_CKSS_1.svg">
<defs
id="defs56716" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="33.139157"
inkscape:cx="-4.5886821"
inkscape:cy="10.5905"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1582"
inkscape:window-height="1268"
inkscape:window-x="296"
inkscape:window-y="68"
inkscape:window-maximized="0"
units="px" />
<metadata
id="metadata56719">
<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(-30.16787,-64.48575)">
<g
style="stroke-width:1.2817142"
id="g5827"
transform="matrix(0.31455887,0,0,-0.32002822,30.167862,64.939553)">
<path
d="M 0,0 C 0,0.779 0.639,1.418 1.418,1.418 H 12.04 c 0.779,0 1.418,-0.639 1.418,-1.418 v -17.007 c 0,-0.779 -0.639,-1.417 -1.418,-1.417 H 1.418 C 0.639,-18.424 0,-17.786 0,-17.007 Z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2817142"
id="path5829"
inkscape:connector-curvature="0" />
</g>
<g
id="g5839"
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142"
transform="matrix(0.31455887,0,0,-0.32002822,-209.68573,438.52936)">
<g
id="g5841"
style="fill:#1a1a1a;fill-opacity:1;stroke-width:1.2817142">
<path
d="m 764.617,1167.502 c -0.468,0 -0.852,-0.382 -0.852,-0.85 v 0 -15.724 c 0,-0.468 0.384,-0.851 0.852,-0.851 v 0 h 9.239 c 0.467,0 0.85,0.383 0.85,0.851 v 0 15.724 c 0,0.468 -0.383,0.85 -0.85,0.85 v 0 z"
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:1.2817142"
id="path5849"
inkscape:connector-curvature="0" />
</g>
</g>
<path
d="m 30.563954,64.895453 h 3.441275 v 2.72152 h -3.441275 z"
style="fill:#2e2e2e;fill-opacity:1;fill-rule:nonzero;stroke:#424242;stroke-width:0.13229167;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
id="path5859"
inkscape:connector-curvature="0" />
<rect
ry="0.033056512"
y="66.057777"
x="31.226257"
height="0.39687499"
width="2.1166666"
id="rect828"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.04536014;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" />
</g>
</svg>

+ 786
- 0
repos/AS/res/as_LFO.svg View File

@@ -0,0 +1,786 @@
<?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="150"
height="380"
viewBox="0 0 39.6875 100.54167"
version="1.1"
id="svg11003"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="as_LFO.svg">
<defs
id="defs10997" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.9380962"
inkscape:cx="116.06454"
inkscape:cy="98.913681"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1971"
inkscape:window-height="1370"
inkscape:window-x="299"
inkscape:window-y="29"
inkscape:window-maximized="0"
units="px"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="33.913185,79.927163"
orientation="1,0"
id="guide6838"
inkscape:locked="false" />
<sodipodi:guide
position="32.325618,76.703931"
orientation="0,1"
id="guide6840"
inkscape:locked="false" />
<sodipodi:guide
position="31.762481,86.597932"
orientation="0,1"
id="guide6842"
inkscape:locked="false" />
<sodipodi:guide
position="37.855309,50.338177"
orientation="0,1"
id="guide6926"
inkscape:locked="false" />
<sodipodi:guide
position="27.04621,49.712469"
orientation="0,1"
id="guide6960"
inkscape:locked="false" />
<sodipodi:guide
position="26.914484,23.24484"
orientation="0,1"
id="guide6977"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata11000">
<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:groupmode="layer"
id="layer2"
inkscape:label="background">
<rect
style="opacity:1;vector-effect:none;fill:#44423e;fill-opacity:1;stroke:none;stroke-width:0.28802884;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1709"
width="39.6875"
height="100.54166"
x="6.6526909e-06"
y="-6.0816699e-15" />
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.33258703;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759"
width="39.6875"
height="5.2916665"
x="6.6526909e-06"
y="95.25" />
<rect
y="-6.0816699e-15"
x="6.6526909e-06"
height="5.2916665"
width="39.6875"
id="rect1806"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.33258703;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-105.98943,-706.23001)"
data-name="Layer 2"
id="g1661"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657" />
</g>
</g>
<g
id="g1561"
transform="translate(3.9687443)">
<circle
r="4"
cy="95.218735"
cx="15.875006"
id="path1686"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.17622025,0,0,0.17622025,5.30634,31.483546)"
data-name="Layer 2"
id="Layer_2-2"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6" />
</g>
</g>
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,48.154166,1.7734471)"
style="display:inline;fill:#202020;fill-opacity:1"
id="g10869">
<path
inkscape:connector-curvature="0"
id="path1191"
d="m -164.1052,-3.9002023 c -2.91561,0 -5.26171,2.1073104 -5.26171,4.72463004 0,2.61732716 2.3461,4.72460206 5.26171,4.72460206 h 8.37305 c 2.91561,0 5.26172,-2.1072749 5.26172,-4.72460206 0,-2.61731964 -2.34611,-4.72463004 -5.26172,-4.72463004 z"
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.57401621;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect865"
d="m -164.1052,361.58037 c -2.91561,0 -5.26171,2.10727 -5.26171,4.72458 0,2.61734 2.3461,4.72461 5.26171,4.72461 h 8.37305 c 2.91561,0 5.26172,-2.10727 5.26172,-4.72461 0,-2.61731 -2.34611,-4.72458 -5.26172,-4.72458 z"
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.57401621;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
<g
id="g6017"
style="display:inline;fill:#202020;fill-opacity:1"
transform="matrix(0.26458333,0,0,0.26458333,76.200002,1.7734471)">
<path
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.57401621;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -164.1052,-3.9002023 c -2.91561,0 -5.26171,2.1073104 -5.26171,4.72463004 0,2.61732716 2.3461,4.72460206 5.26171,4.72460206 h 8.37305 c 2.91561,0 5.26172,-2.1072749 5.26172,-4.72460206 0,-2.61731964 -2.34611,-4.72463004 -5.26172,-4.72463004 z"
id="path6013"
inkscape:connector-curvature="0" />
<path
style="opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.57401621;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -164.1052,361.58037 c -2.91561,0 -5.26171,2.10727 -5.26171,4.72458 0,2.61734 2.3461,4.72461 5.26171,4.72461 h 8.37305 c 2.91561,0 5.26172,-2.10727 5.26172,-4.72461 0,-2.61731 -2.34611,-4.72458 -5.26172,-4.72458 z"
id="path6015"
inkscape:connector-curvature="0" />
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-35.146312,-50.389004)">
<g
id="g12243"
transform="translate(0,-31.750001)">
<g
id="g12156">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 40.362467,80.823402 c 0.267388,0 0.457173,-0.13801 0.457173,-0.38815 v -0.004 c 0,-0.21996 -0.142346,-0.31053 -0.396795,-0.37523 -0.215636,-0.0561 -0.271701,-0.0819 -0.271701,-0.1682 0,-0.0647 0.05607,-0.11213 0.163883,-0.11213 0.08625,0 0.172508,0.0302 0.263075,0.0863 0.0217,0.0129 0.04313,0.0172 0.069,0.0172 0.07332,0 0.129382,-0.0561 0.129382,-0.12507 0,-0.0561 -0.03019,-0.0906 -0.06038,-0.11213 -0.112131,-0.069 -0.245825,-0.10783 -0.396769,-0.10783 -0.258789,0 -0.439923,0.15095 -0.439923,0.37522 v 0.004 c 0,0.25014 0.15957,0.31915 0.414046,0.38384 0.211323,0.0561 0.25445,0.0906 0.25445,0.15958 v 0.004 c 0,0.0733 -0.069,0.12076 -0.181134,0.12076 -0.125068,0 -0.228573,-0.0431 -0.323479,-0.11645 -0.0172,-0.0129 -0.04313,-0.0216 -0.07763,-0.0216 -0.07332,0 -0.129381,0.0518 -0.129381,0.12507 0,0.0431 0.0217,0.082 0.05175,0.10351 0.14232,0.10351 0.306229,0.15095 0.474425,0.15095 z m 0,0"
id="path4197"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 41.133409,80.676772 c 0,0.0776 0.06038,0.13801 0.138007,0.13801 0.07766,0 0.138033,-0.0604 0.138033,-0.13801 v -1.00059 c 0,-0.0776 -0.06038,-0.13801 -0.138033,-0.13801 -0.07763,0 -0.138007,0.0604 -0.138007,0.13801 z m 0,0"
id="path4193"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 41.782538,80.681082 c 0,0.0733 0.06038,0.1337 0.138007,0.1337 0.07334,0 0.13372,-0.0604 0.13372,-0.1337 v -0.67281 l 0.552027,0.72457 c 0.03881,0.0474 0.07766,0.0819 0.146659,0.0819 h 0.0087 c 0.07763,0 0.138006,-0.0604 0.138006,-0.13801 v -1.00059 c 0,-0.0776 -0.06038,-0.13801 -0.138006,-0.13801 -0.07332,0 -0.138033,0.0604 -0.138033,0.13801 v 0.64693 l -0.530463,-0.69868 c -0.03881,-0.0474 -0.07763,-0.082 -0.142346,-0.082 h -0.03019 c -0.07763,0 -0.138007,0.0604 -0.138007,0.13801 z m 0,0"
id="path4189"
inkscape:connector-curvature="0" />
</g>
<g
id="g12161">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 49.343033,80.676772 c 0,0.0776 0.06038,0.13801 0.138007,0.13801 0.07763,0 0.138007,-0.0604 0.138007,-0.13801 v -0.8712 h 0.263075 c 0.07334,0 0.129408,-0.0561 0.129408,-0.12939 0,-0.069 -0.05606,-0.12507 -0.129408,-0.12507 h -0.806503 c -0.069,0 -0.125068,0.0561 -0.125068,0.12507 0,0.0733 0.05606,0.12939 0.125068,0.12939 h 0.267414 z m 0,0"
id="path4185"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 50.253623,80.676772 c 0,0.0776 0.06038,0.13801 0.138007,0.13801 0.07766,0 0.138033,-0.0604 0.138033,-0.13801 v -0.27171 h 0.219948 l 0.271701,0.34071 c 0.03019,0.0388 0.07332,0.069 0.13372,0.069 0.069,0 0.133694,-0.0474 0.133694,-0.12507 0,-0.0431 -0.0217,-0.0733 -0.04744,-0.10782 l -0.189786,-0.2329 c 0.150971,-0.0604 0.250164,-0.18545 0.250164,-0.37953 v -0.004 c 0,-0.12076 -0.03881,-0.21564 -0.107818,-0.28896 -0.08197,-0.0819 -0.207037,-0.12507 -0.366607,-0.12507 h -0.43561 c -0.07763,0 -0.138007,0.0604 -0.138007,0.13801 z m 0.27604,-0.51755 v -0.35796 h 0.276014 c 0.133694,0 0.215635,0.0604 0.215635,0.17682 v 0.004 c 0,0.10782 -0.07763,0.17682 -0.211323,0.17682 z m 0,0"
id="path4181"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 51.627049,80.676772 c 0,0.0776 0.06038,0.13801 0.138007,0.13801 0.07766,0 0.138033,-0.0604 0.138033,-0.13801 v -1.00059 c 0,-0.0776 -0.06038,-0.13801 -0.138033,-0.13801 -0.07763,0 -0.138007,0.0604 -0.138007,0.13801 z m 0,0"
id="path4177"
inkscape:connector-curvature="0" />
</g>
<g
id="g12171">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 57.903918,80.823402 c 0.267388,0 0.457174,-0.13801 0.457174,-0.38815 v -0.004 c 0,-0.21996 -0.142346,-0.31053 -0.396796,-0.37523 -0.215635,-0.0561 -0.2717,-0.0819 -0.2717,-0.1682 0,-0.0647 0.05606,-0.11213 0.163882,-0.11213 0.08626,0 0.172509,0.0302 0.263076,0.0863 0.0217,0.0129 0.04313,0.0172 0.069,0.0172 0.07332,0 0.129381,-0.0561 0.129381,-0.12507 0,-0.0561 -0.03019,-0.0906 -0.06038,-0.11213 -0.11213,-0.069 -0.245824,-0.10783 -0.396769,-0.10783 -0.258789,0 -0.439923,0.15095 -0.439923,0.37522 v 0.004 c 0,0.25014 0.159571,0.31915 0.414047,0.38384 0.211323,0.0561 0.25445,0.0906 0.25445,0.15958 v 0.004 c 0,0.0733 -0.069,0.12076 -0.181134,0.12076 -0.125069,0 -0.228574,-0.0431 -0.32348,-0.11645 -0.0172,-0.0129 -0.04313,-0.0216 -0.07763,-0.0216 -0.07332,0 -0.129382,0.0518 -0.129382,0.12507 0,0.0431 0.0217,0.082 0.05175,0.10351 0.142319,0.10351 0.306229,0.15095 0.474424,0.15095 z m 0,0"
id="path4173"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 58.558444,80.689712 c 0,0.069 0.05607,0.12507 0.129382,0.12507 0.05607,0 0.103505,-0.0302 0.125068,-0.0819 l 0.08628,-0.20702 h 0.556339 l 0.08194,0.19408 c 0.02593,0.0604 0.06903,0.0949 0.13372,0.0949 0.07332,0 0.129381,-0.0561 0.129381,-0.12939 0,-0.0172 -0.0042,-0.0388 -0.01296,-0.0561 l -0.439923,-0.98765 c -0.03019,-0.069 -0.08194,-0.11214 -0.15957,-0.11214 h -0.01296 c -0.07763,0 -0.133694,0.0431 -0.163883,0.11214 l -0.43561,0.98765 c -0.0087,0.0173 -0.0172,0.0388 -0.0172,0.0604 z m 0.444236,-0.40973 0.172508,-0.41403 0.176821,0.41403 z m 0,0"
id="path4169"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 60.267441,80.711272 c 0.02593,0.0733 0.07763,0.11645 0.14232,0.11645 h 0.03019 c 0.069,0 0.116444,-0.0431 0.14232,-0.11645 l 0.245824,-0.71594 0.250164,0.71594 c 0.02593,0.0733 0.07332,0.11645 0.142319,0.11645 h 0.02593 c 0.069,0 0.120756,-0.0431 0.146632,-0.11645 l 0.349356,-0.98333 c 0.0042,-0.0172 0.01297,-0.0388 0.01297,-0.0561 0,-0.0733 -0.06469,-0.1337 -0.138007,-0.1337 -0.06903,0 -0.116469,0.0474 -0.13372,0.0992 l -0.250137,0.772 -0.250137,-0.76338 c -0.02143,-0.069 -0.069,-0.11213 -0.138034,-0.11213 h -0.0217 c -0.07332,0 -0.120756,0.0474 -0.14232,0.11213 l -0.250137,0.76338 -0.250163,-0.772 c -0.0172,-0.0561 -0.069,-0.0992 -0.133694,-0.0992 -0.07763,0 -0.14232,0.0604 -0.14232,0.13801 0,0.0129 0.0042,0.0345 0.01297,0.0518 z m 0,0"
id="path4165"
inkscape:connector-curvature="0" />
</g>
<g
id="g12166">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 67.190476,80.823402 c 0.267388,0 0.457173,-0.13801 0.457173,-0.38815 v -0.004 c 0,-0.21996 -0.142346,-0.31053 -0.396795,-0.37523 -0.215636,-0.0561 -0.271701,-0.0819 -0.271701,-0.1682 0,-0.0647 0.05606,-0.11213 0.163883,-0.11213 0.08625,0 0.172508,0.0302 0.263075,0.0863 0.0217,0.0129 0.04313,0.0172 0.069,0.0172 0.07332,0 0.129382,-0.0561 0.129382,-0.12507 0,-0.0561 -0.03019,-0.0906 -0.06038,-0.11213 -0.112131,-0.069 -0.245825,-0.10783 -0.396769,-0.10783 -0.258789,0 -0.439923,0.15095 -0.439923,0.37522 v 0.004 c 0,0.25014 0.15957,0.31915 0.414046,0.38384 0.211323,0.0561 0.25445,0.0906 0.25445,0.15958 v 0.004 c 0,0.0733 -0.069,0.12076 -0.181134,0.12076 -0.125068,0 -0.228573,-0.0431 -0.323479,-0.11645 -0.0172,-0.0129 -0.04313,-0.0216 -0.07763,-0.0216 -0.07332,0 -0.129381,0.0518 -0.129381,0.12507 0,0.0431 0.0217,0.082 0.05175,0.10351 0.14232,0.10351 0.306229,0.15095 0.474425,0.15095 z m 0,0"
id="path4161"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 68.541332,80.827722 c 0.14232,0 0.267388,-0.0388 0.375232,-0.10782 l 0.069,0.0604 c 0.0217,0.0216 0.05175,0.0388 0.09057,0.0388 0.07332,0 0.129381,-0.0604 0.129381,-0.12938 0,-0.0474 -0.0217,-0.082 -0.05175,-0.10782 l -0.05175,-0.0431 c 0.069,-0.10351 0.11213,-0.22859 0.11213,-0.36229 0,-0.35796 -0.280326,-0.64693 -0.668496,-0.64693 -0.388144,0 -0.668496,0.29328 -0.668496,0.64693 v 0.004 c 0,0.35797 0.280352,0.64693 0.664183,0.64693 z m 0.03881,-0.4011 0.129381,0.11214 c -0.04744,0.0216 -0.103505,0.0345 -0.163883,0.0345 -0.219948,0 -0.379518,-0.18114 -0.379518,-0.39679 0,-0.21564 0.155257,-0.39247 0.375205,-0.39247 0.224261,0 0.383858,0.17683 0.383858,0.39247 v 0.004 c 0,0.0647 -0.01297,0.12507 -0.0345,0.17251 l -0.138033,-0.12507 c -0.03019,-0.0216 -0.05607,-0.0345 -0.09488,-0.0345 -0.069,0 -0.129382,0.0561 -0.129382,0.12938 0,0.0431 0.0217,0.0776 0.05175,0.10351 z m 0,0"
id="path4157"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 69.532197,80.676772 c 0,0.0776 0.06038,0.13801 0.138007,0.13801 0.07766,0 0.138033,-0.0604 0.138033,-0.13801 v -0.27171 h 0.219948 l 0.271701,0.34071 c 0.03019,0.0388 0.07332,0.069 0.13372,0.069 0.069,0 0.133694,-0.0474 0.133694,-0.12507 0,-0.0431 -0.0217,-0.0733 -0.04744,-0.10782 l -0.189786,-0.2329 c 0.150972,-0.0604 0.250164,-0.18545 0.250164,-0.37953 v -0.004 c 0,-0.12076 -0.03881,-0.21564 -0.107818,-0.28896 -0.08197,-0.0819 -0.207036,-0.12507 -0.366606,-0.12507 h -0.43561 c -0.07763,0 -0.138007,0.0604 -0.138007,0.13801 z m 0.27604,-0.51755 v -0.35796 h 0.276013 c 0.133694,0 0.215636,0.0604 0.215636,0.17682 v 0.004 c 0,0.10782 -0.07763,0.17682 -0.211323,0.17682 z m 0,0"
id="path4153"
inkscape:connector-curvature="0" />
</g>
</g>
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 59.896114,64.985413 c 0.327766,0 0.539115,-0.189766 0.539115,-0.564986 v -0.612428 c 0,-0.06038 -0.04744,-0.107822 -0.107818,-0.107822 -0.06472,0 -0.112157,0.04744 -0.112157,0.107822 v 0.621054 c 0,0.232895 -0.120755,0.349342 -0.314827,0.349342 -0.198385,0 -0.319141,-0.125073 -0.319141,-0.357968 v -0.612428 c 0,-0.06038 -0.04747,-0.107822 -0.107844,-0.107822 -0.06469,0 -0.11213,0.04744 -0.11213,0.107822 v 0.621054 c 0,0.366594 0.20701,0.55636 0.534802,0.55636 z m 0,0"
id="path4149"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 60.806731,64.864653 c 0,0.06038 0.05175,0.107821 0.11213,0.107821 0.06038,0 0.107844,-0.04744 0.107844,-0.107821 v -0.797881 l 0.646906,0.836696 c 0.03022,0.03882 0.06041,0.06901 0.112157,0.06901 h 0.0087 c 0.06038,0 0.107818,-0.05175 0.107818,-0.112134 v -1.052341 c 0,-0.06038 -0.04744,-0.107822 -0.107818,-0.107822 -0.06038,0 -0.107844,0.04744 -0.107844,0.107822 v 0.772004 l -0.629655,-0.815133 c -0.03019,-0.03881 -0.0604,-0.06469 -0.112157,-0.06469 h -0.02593 c -0.06038,0 -0.112131,0.05175 -0.112131,0.112135 z m 0,0"
id="path4145"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 62.296255,64.864653 c 0,0.06038 0.05175,0.107821 0.112131,0.107821 0.06038,0 0.112157,-0.04744 0.112157,-0.107821 v -1.056654 c 0,-0.06038 -0.05178,-0.107822 -0.112157,-0.107822 -0.06038,0 -0.112131,0.04744 -0.112131,0.107822 z m 0,0"
id="path4141"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 60.144121,74.744676 c 0,0.06469 0.05175,0.112136 0.11213,0.112136 h 0.470112 c 0.280326,0 0.465799,-0.120761 0.465799,-0.34503 v -0.0043 c 0,-0.168201 -0.103505,-0.25446 -0.250163,-0.3019 0.09491,-0.05175 0.18116,-0.129386 0.18116,-0.280336 v -0.0043 c 0,-0.08626 -0.03019,-0.155266 -0.08625,-0.207018 -0.06903,-0.07332 -0.185473,-0.112136 -0.327793,-0.112136 h -0.452861 c -0.06038,0 -0.11213,0.04744 -0.11213,0.112136 z m 0.219975,-0.612426 v -0.336404 h 0.314827 c 0.14232,0 0.224261,0.06038 0.224261,0.159575 v 0.0043 c 0,0.116449 -0.09488,0.172516 -0.237199,0.172516 z m 0,0.530482 v -0.34503 h 0.349329 c 0.172508,0 0.258762,0.06038 0.258762,0.168204 v 0.0043 c 0,0.112134 -0.09057,0.172514 -0.241511,0.172514 z m 0,0"
id="path4137"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 61.513446,74.757617 c 0,0.06038 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.04744 0.112157,-0.10782 v -1.056656 c 0,-0.06038 -0.05178,-0.10782 -0.112157,-0.10782 -0.06038,0 -0.11213,0.04744 -0.11213,0.10782 z m 0,0"
id="path4133"
inkscape:connector-curvature="0" />
<g
id="g6852"
transform="translate(0,0.09987067)">
<g
transform="matrix(0.26458333,0,0,0.26458333,-123.28977,-242.65107)"
id="g1734">
<path
inkscape:connector-curvature="0"
id="path1730-7"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 404.29,464.3 a 3.86,3.86 0 0 1 0,-3.65 1.71,1.71 0 0 1 2.66,0 3.86,3.86 0 0 1 0,3.65 1.71,1.71 0 0 1 -2.66,0 z m 1.9,-0.57 a 3.23,3.23 0 0 0 0.18,-1.26 3.2,3.2 0 0 0 -0.18,-1.26 0.62,0.62 0 0 0 -1.15,0 4.46,4.46 0 0 0 0,2.51 0.62,0.62 0 0 0 1.15,0 z" />
<path
inkscape:connector-curvature="0"
id="path1732-0"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 408.74,461.85 a 1,1 0 0 1 -0.3,-0.75 1,1 0 0 1 0.3,-0.75 1.41,1.41 0 0 1 1.74,0 1,1 0 0 1 0.3,0.75 1,1 0 0 1 -0.3,0.75 1.4,1.4 0 0 1 -1.74,0 z m 1.13,-0.46 a 0.51,0.51 0 0 0 0,-0.58 0.33,0.33 0 0 0 -0.25,-0.1 c -0.22,0 -0.33,0.13 -0.33,0.39 a 0.44,0.44 0 0 0 0.09,0.29 0.31,0.31 0 0 0 0.25,0.1 0.32,0.32 0 0 0 0.23,-0.11 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-123.35608,-236.85976)"
id="g1744">
<path
inkscape:connector-curvature="0"
id="path1736-2"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 402.75,480 c 0,0.29 -0.17,0.43 -0.5,0.43 h -2.33 q -0.5,0 -0.5,-0.43 0,-0.43 0.5,-0.42 h 0.63 v -2.78 l -0.6,0.36 a 0.39,0.39 0 0 1 -0.2,0.06 0.36,0.36 0 0 1 -0.29,-0.14 0.49,0.49 0 0 1 -0.12,-0.32 0.39,0.39 0 0 1 0.21,-0.36 l 1.07,-0.65 a 0.92,0.92 0 0 1 0.48,-0.14 0.48,0.48 0 0 1 0.51,0.52 v 3.45 h 0.63 c 0.35,-0.05 0.51,0.09 0.51,0.42 z" />
<path
inkscape:connector-curvature="0"
id="path1738"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 407.23,478.34 a 1.21,1.21 0 0 1 0.22,0.74 1.17,1.17 0 0 1 -0.49,1 2.73,2.73 0 0 1 -2.71,0 1.17,1.17 0 0 1 -0.49,-1 1.21,1.21 0 0 1 0.22,-0.75 0.45,0.45 0 1 0 0.1,-0.84 1.14,1.14 0 0 1 -0.2,-0.67 1.13,1.13 0 0 1 0.46,-0.95 2.45,2.45 0 0 1 2.52,0 1.13,1.13 0 0 1 0.46,1 1.19,1.19 0 0 1 -0.2,0.68 1,1 0 0 1 -0.54,0.41 1.18,1.18 0 0 1 0.65,0.38 z m -0.76,0.66 q 0,-0.63 -0.86,-0.63 -0.86,0 -0.86,0.63 0,0.63 0.86,0.63 0.86,0 0.86,-0.63 z m -1.58,-2.05 q 0,0.61 0.73,0.61 0.73,0 0.73,-0.61 0,-0.61 -0.73,-0.61 -0.73,0 -0.73,0.6 z" />
<path
inkscape:connector-curvature="0"
id="path1740-1"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 409,479.81 a 3.86,3.86 0 0 1 0,-3.65 1.71,1.71 0 0 1 2.66,0 3.86,3.86 0 0 1 0,3.65 1.71,1.71 0 0 1 -2.66,0 z m 1.9,-0.57 a 4.47,4.47 0 0 0 0,-2.52 0.62,0.62 0 0 0 -1.15,0 4.48,4.48 0 0 0 0,2.51 0.62,0.62 0 0 0 1.15,0 z" />
<path
inkscape:connector-curvature="0"
id="path1742-1"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 413.5,477.35 a 1,1 0 0 1 -0.3,-0.75 1,1 0 0 1 0.3,-0.75 1.41,1.41 0 0 1 1.74,0 1,1 0 0 1 0.3,0.75 1,1 0 0 1 -0.3,0.75 1.4,1.4 0 0 1 -1.74,0 z m 1.13,-0.46 a 0.51,0.51 0 0 0 0,-0.59 0.33,0.33 0 0 0 -0.25,-0.1 c -0.22,0 -0.33,0.13 -0.33,0.39 a 0.43,0.43 0 0 0 0.09,0.29 0.31,0.31 0 0 0 0.24,0.1 0.32,0.32 0 0 0 0.24,-0.09 z" />
</g>
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,45.294289,52.712853)"
id="g193">
<path
inkscape:connector-curvature="0"
d="m -119.68,91.42 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.85 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.37 v 1.59 h 2.21 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 V 91 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.39,-0.12 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path185" />
<path
inkscape:connector-curvature="0"
d="m -109.51,91.14 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.1,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 V 91 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.82 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.08,0.28 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.39 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.85,-0.25 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path187" />
<path
inkscape:connector-curvature="0"
d="m -107.56,91.39 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path189" />
<path
inkscape:connector-curvature="0"
d="m -97.21,92.34 a 0.55,0.55 0 0 1 0.09,0.29 0.38,0.38 0 0 1 -0.15,0.31 0.54,0.54 0 0 1 -0.35,0.12 0.59,0.59 0 0 1 -0.28,-0.07 0.55,0.55 0 0 1 -0.22,-0.21 L -98.6,92 a 0.72,0.72 0 0 0 -0.3,-0.28 1.11,1.11 0 0 0 -0.49,-0.09 2.89,2.89 0 0 1 -1.48,-0.37 2.44,2.44 0 0 1 -1,-1 3.52,3.52 0 0 1 -0.34,-1.59 3.49,3.49 0 0 1 0.34,-1.59 2.45,2.45 0 0 1 1,-1 2.89,2.89 0 0 1 1.48,-0.37 2.88,2.88 0 0 1 1.47,0.37 2.45,2.45 0 0 1 1,1 3.5,3.5 0 0 1 0.34,1.59 3.44,3.44 0 0 1 -0.39,1.7 2.34,2.34 0 0 1 -1.12,1 1.2,1.2 0 0 1 0.63,0.55 z m -0.93,-2.15 a 2.47,2.47 0 0 0 0.45,-1.59 2.45,2.45 0 0 0 -0.44,-1.6 1.54,1.54 0 0 0 -1.26,-0.55 1.55,1.55 0 0 0 -1.27,0.55 2.45,2.45 0 0 0 -0.45,1.59 2.47,2.47 0 0 0 0.45,1.59 1.54,1.54 0 0 0 1.27,0.56 1.53,1.53 0 0 0 1.26,-0.55 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path191" />
</g>
<g
id="g1566"
transform="translate(-18.520835,-46.685053)">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 56.587299,121.88025 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.05607,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.082 l -0.241538,-0.3019 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="path1556"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 58.059943,121.97944 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 58.1721 v -0.3364 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.09919,-0.1035 H 58.1721 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.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.11213,0.11213 z m 0,0"
id="path1558"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 59.643659,121.99669 c 0.267388,0 0.448522,-0.13801 0.448522,-0.37522 v -0.004 c 0,-0.20702 -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.05607,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.11644 -0.39677,-0.11644 -0.250163,0 -0.426984,0.14663 -0.426984,0.36228 v 0.004 c 0,0.23289 0.146632,0.31052 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.0862 0.138007,0.10351 0.301916,0.15527 0.470111,0.15527 z m 0,0"
id="path1560"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 60.525833,121.97944 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0518 -0.04744,-0.0992 -0.09922,-0.0992 H 60.63799 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.09919,-0.1035 H 60.63799 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.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.11213,0.11213 z m 0,0"
id="path1562"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 61.996467,121.88025 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.05606,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="path1564"
inkscape:connector-curvature="0" />
</g>
<g
id="g1616"
transform="matrix(0.26458333,0,0,0.26458333,45.294289,79.070816)">
<path
id="path1608"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -119.68,91.42 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.85 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.37 v 1.59 h 2.21 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 V 91 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.39,-0.12 z"
inkscape:connector-curvature="0" />
<path
id="path1610"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -109.51,91.14 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.1,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 V 91 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.82 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.08,0.28 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.39 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.85,-0.25 z"
inkscape:connector-curvature="0" />
<path
id="path1612"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -107.56,91.39 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z"
inkscape:connector-curvature="0" />
<path
id="path1614"
style="fill:#fff8d5"
transform="translate(129.82)"
d="m -97.21,92.34 a 0.55,0.55 0 0 1 0.09,0.29 0.38,0.38 0 0 1 -0.15,0.31 0.54,0.54 0 0 1 -0.35,0.12 0.59,0.59 0 0 1 -0.28,-0.07 0.55,0.55 0 0 1 -0.22,-0.21 L -98.6,92 a 0.72,0.72 0 0 0 -0.3,-0.28 1.11,1.11 0 0 0 -0.49,-0.09 2.89,2.89 0 0 1 -1.48,-0.37 2.44,2.44 0 0 1 -1,-1 3.52,3.52 0 0 1 -0.34,-1.59 3.49,3.49 0 0 1 0.34,-1.59 2.45,2.45 0 0 1 1,-1 2.89,2.89 0 0 1 1.48,-0.37 2.88,2.88 0 0 1 1.47,0.37 2.45,2.45 0 0 1 1,1 3.5,3.5 0 0 1 0.34,1.59 3.44,3.44 0 0 1 -0.39,1.7 2.34,2.34 0 0 1 -1.12,1 1.2,1.2 0 0 1 0.63,0.55 z m -0.93,-2.15 a 2.47,2.47 0 0 0 0.45,-1.59 2.45,2.45 0 0 0 -0.44,-1.6 1.54,1.54 0 0 0 -1.26,-0.55 1.55,1.55 0 0 0 -1.27,0.55 2.45,2.45 0 0 0 -0.45,1.59 2.47,2.47 0 0 0 0.45,1.59 1.54,1.54 0 0 0 1.27,0.56 1.53,1.53 0 0 0 1.26,-0.55 z"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(-18.520835,-20.32709)"
id="g1628">
<path
inkscape:connector-curvature="0"
id="path1618"
d="m 56.587299,121.88025 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.05607,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.082 l -0.241538,-0.3019 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:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1620"
d="m 58.059943,121.97944 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 58.1721 v -0.3364 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.09919,-0.1035 H 58.1721 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.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.11213,0.11213 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1622"
d="m 59.643659,121.99669 c 0.267388,0 0.448522,-0.13801 0.448522,-0.37522 v -0.004 c 0,-0.20702 -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.05607,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.11644 -0.39677,-0.11644 -0.250163,0 -0.426984,0.14663 -0.426984,0.36228 v 0.004 c 0,0.23289 0.146632,0.31052 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.0862 0.138007,0.10351 0.301916,0.15527 0.470111,0.15527 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1624"
d="m 60.525833,121.97944 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0518 -0.04744,-0.0992 -0.09922,-0.0992 H 60.63799 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.09919,-0.1035 H 60.63799 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.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.11213,0.11213 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1626"
d="m 61.996467,121.88025 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.05606,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:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
</g>
<g
transform="translate(19.969244,22.183153)"
id="g1596">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 40.174877,78.919485 c 0,0.06469 0.05175,0.112136 0.11213,0.112136 h 0.470112 c 0.280326,0 0.465799,-0.120761 0.465799,-0.34503 v -0.0043 c 0,-0.168201 -0.103505,-0.25446 -0.250163,-0.3019 0.09491,-0.05175 0.18116,-0.129386 0.18116,-0.280336 v -0.0043 c 0,-0.08626 -0.03019,-0.155266 -0.08625,-0.207018 -0.06903,-0.07332 -0.185473,-0.112136 -0.327793,-0.112136 h -0.452861 c -0.06038,0 -0.11213,0.04744 -0.11213,0.112136 z m 0.219975,-0.612426 v -0.336404 h 0.314827 c 0.14232,0 0.224261,0.06038 0.224261,0.159575 v 0.0043 c 0,0.116449 -0.09488,0.172516 -0.237199,0.172516 z m 0,0.530482 v -0.34503 h 0.349329 c 0.172508,0 0.258762,0.06038 0.258762,0.168204 v 0.0043 c 0,0.112134 -0.09057,0.172514 -0.241511,0.172514 z m 0,0"
id="path1592"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 41.544202,78.932426 c 0,0.06038 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.04744 0.112157,-0.10782 V 77.87577 c 0,-0.06038 -0.05178,-0.10782 -0.112157,-0.10782 -0.06038,0 -0.11213,0.04744 -0.11213,0.10782 z m 0,0"
id="path1594"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(19.978756,22.213196)"
id="g1636">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 39.917358,69.160222 c 0.327766,0 0.539115,-0.189766 0.539115,-0.564986 v -0.612428 c 0,-0.06038 -0.04744,-0.107822 -0.107818,-0.107822 -0.06472,0 -0.112157,0.04744 -0.112157,0.107822 v 0.621054 c 0,0.232895 -0.120755,0.349342 -0.314827,0.349342 -0.198385,0 -0.319141,-0.125073 -0.319141,-0.357968 v -0.612428 c 0,-0.06038 -0.04747,-0.107822 -0.107844,-0.107822 -0.06469,0 -0.11213,0.04744 -0.11213,0.107822 v 0.621054 c 0,0.366594 0.20701,0.55636 0.534802,0.55636 z m 0,0"
id="path1630"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 40.827975,69.039462 c 0,0.06038 0.05175,0.107821 0.11213,0.107821 0.06038,0 0.107844,-0.04744 0.107844,-0.107821 v -0.797881 l 0.646906,0.836696 c 0.03022,0.03882 0.06041,0.06901 0.112157,0.06901 h 0.0087 c 0.06038,0 0.107818,-0.05175 0.107818,-0.112134 v -1.052341 c 0,-0.06038 -0.04744,-0.107822 -0.107818,-0.107822 -0.06038,0 -0.107844,0.04744 -0.107844,0.107822 v 0.772004 l -0.629655,-0.815133 c -0.03019,-0.03881 -0.0604,-0.06469 -0.112157,-0.06469 h -0.02593 c -0.06038,0 -0.112131,0.05175 -0.112131,0.112135 z m 0,0"
id="path1632"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 42.317499,69.039462 c 0,0.06038 0.05175,0.107821 0.112131,0.107821 0.06038,0 0.112157,-0.04744 0.112157,-0.107821 v -1.056654 c 0,-0.06038 -0.05178,-0.107822 -0.112157,-0.107822 -0.06038,0 -0.112131,0.04744 -0.112131,0.107822 z m 0,0"
id="path1634"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,45.294289,105.52915)"
id="g1748">
<path
inkscape:connector-curvature="0"
d="m -119.68,91.42 a 0.54,0.54 0 0 1 -0.15,-0.39 v -4.85 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.91 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.37 v 1.59 h 2.21 q 0.51,0 0.51,0.43 0,0.43 -0.51,0.42 h -2.21 V 91 a 0.55,0.55 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.15 0.51,0.51 0 0 1 -0.39,-0.12 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path1740" />
<path
inkscape:connector-curvature="0"
d="m -109.51,91.14 a 0.39,0.39 0 0 1 -0.15,0.32 0.55,0.55 0 0 1 -0.36,0.12 0.55,0.55 0 0 1 -0.25,-0.06 0.54,0.54 0 0 1 -0.2,-0.19 l -1.1,-1.68 a 1.08,1.08 0 0 0 -0.35,-0.37 1,1 0 0 0 -0.49,-0.11 h -0.81 V 91 a 0.54,0.54 0 0 1 -0.14,0.39 0.51,0.51 0 0 1 -0.38,0.15 0.52,0.52 0 0 1 -0.39,-0.15 0.53,0.53 0 0 1 -0.15,-0.39 v -4.82 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 2.07 a 2.27,2.27 0 0 1 1.52,0.44 1.59,1.59 0 0 1 0.52,1.28 1.62,1.62 0 0 1 -0.39,1.12 1.83,1.83 0 0 1 -1.09,0.56 1,1 0 0 1 0.42,0.21 1.84,1.84 0 0 1 0.36,0.42 l 0.76,1.15 a 0.53,0.53 0 0 1 0.08,0.28 z m -1.45,-3 a 0.85,0.85 0 0 0 0.28,-0.7 0.84,0.84 0 0 0 -0.28,-0.7 1.45,1.45 0 0 0 -0.89,-0.22 h -1.39 v 1.85 h 1.39 a 1.4,1.4 0 0 0 0.85,-0.25 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path1742" />
<path
inkscape:connector-curvature="0"
d="m -107.56,91.39 a 0.5,0.5 0 0 1 -0.14,-0.37 v -4.84 a 0.5,0.5 0 0 1 0.14,-0.37 0.52,0.52 0 0 1 0.38,-0.13 h 3 a 0.58,0.58 0 0 1 0.37,0.11 0.37,0.37 0 0 1 0.13,0.31 0.39,0.39 0 0 1 -0.13,0.32 0.56,0.56 0 0 1 -0.37,0.11 h -2.46 v 1.61 h 2.3 a 0.58,0.58 0 0 1 0.37,0.11 0.38,0.38 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -2.3 v 1.71 h 2.46 a 0.56,0.56 0 0 1 0.37,0.11 0.4,0.4 0 0 1 0.13,0.32 0.37,0.37 0 0 1 -0.13,0.31 0.58,0.58 0 0 1 -0.37,0.11 h -3 a 0.52,0.52 0 0 1 -0.38,-0.16 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path1744" />
<path
inkscape:connector-curvature="0"
d="m -97.21,92.34 a 0.55,0.55 0 0 1 0.09,0.29 0.38,0.38 0 0 1 -0.15,0.31 0.54,0.54 0 0 1 -0.35,0.12 0.59,0.59 0 0 1 -0.28,-0.07 0.55,0.55 0 0 1 -0.22,-0.21 L -98.6,92 a 0.72,0.72 0 0 0 -0.3,-0.28 1.11,1.11 0 0 0 -0.49,-0.09 2.89,2.89 0 0 1 -1.48,-0.37 2.44,2.44 0 0 1 -1,-1 3.52,3.52 0 0 1 -0.34,-1.59 3.49,3.49 0 0 1 0.34,-1.59 2.45,2.45 0 0 1 1,-1 2.89,2.89 0 0 1 1.48,-0.37 2.88,2.88 0 0 1 1.47,0.37 2.45,2.45 0 0 1 1,1 3.5,3.5 0 0 1 0.34,1.59 3.44,3.44 0 0 1 -0.39,1.7 2.34,2.34 0 0 1 -1.12,1 1.2,1.2 0 0 1 0.63,0.55 z m -0.93,-2.15 a 2.47,2.47 0 0 0 0.45,-1.59 2.45,2.45 0 0 0 -0.44,-1.6 1.54,1.54 0 0 0 -1.26,-0.55 1.55,1.55 0 0 0 -1.27,0.55 2.45,2.45 0 0 0 -0.45,1.59 2.47,2.47 0 0 0 0.45,1.59 1.54,1.54 0 0 0 1.27,0.56 1.53,1.53 0 0 0 1.26,-0.55 z"
transform="translate(129.82)"
style="fill:#fff8d5"
id="path1746" />
</g>
<g
id="g1760"
transform="translate(-18.520835,6.131244)">
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 56.587299,121.88025 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.05607,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.082 l -0.241538,-0.3019 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="path1750"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 58.059943,121.97944 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 58.1721 v -0.3364 h 0.539088 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.09919,-0.1035 H 58.1721 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.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.11213,0.11213 z m 0,0"
id="path1752"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 59.643659,121.99669 c 0.267388,0 0.448522,-0.13801 0.448522,-0.37522 v -0.004 c 0,-0.20702 -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.05607,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.11644 -0.39677,-0.11644 -0.250163,0 -0.426984,0.14663 -0.426984,0.36228 v 0.004 c 0,0.23289 0.146632,0.31052 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.0862 0.138007,0.10351 0.301916,0.15527 0.470111,0.15527 z m 0,0"
id="path1754"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 60.525833,121.97944 h 0.741813 c 0.05178,0 0.09922,-0.0431 0.09922,-0.0992 0,-0.0518 -0.04744,-0.0992 -0.09922,-0.0992 H 60.63799 v -0.3364 h 0.539089 c 0.05175,0 0.09919,-0.0431 0.09919,-0.0949 0,-0.0561 -0.04744,-0.1035 -0.09919,-0.1035 H 60.63799 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.11213 v 1.03078 c 0,0.0647 0.05175,0.11213 0.11213,0.11213 z m 0,0"
id="path1756"
inkscape:connector-curvature="0" />
<path
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378"
d="m 61.996467,121.88025 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.05606,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="path1758"
inkscape:connector-curvature="0" />
</g>
<g
id="g1728"
transform="translate(19.969244,48.641487)">
<path
inkscape:connector-curvature="0"
id="path1724"
d="m 40.174877,78.919485 c 0,0.06469 0.05175,0.112136 0.11213,0.112136 h 0.470112 c 0.280326,0 0.465799,-0.120761 0.465799,-0.34503 v -0.0043 c 0,-0.168201 -0.103505,-0.25446 -0.250163,-0.3019 0.09491,-0.05175 0.18116,-0.129386 0.18116,-0.280336 v -0.0043 c 0,-0.08626 -0.03019,-0.155266 -0.08625,-0.207018 -0.06903,-0.07332 -0.185473,-0.112136 -0.327793,-0.112136 h -0.452861 c -0.06038,0 -0.11213,0.04744 -0.11213,0.112136 z m 0.219975,-0.612426 v -0.336404 h 0.314827 c 0.14232,0 0.224261,0.06038 0.224261,0.159575 v 0.0043 c 0,0.116449 -0.09488,0.172516 -0.237199,0.172516 z m 0,0.530482 v -0.34503 h 0.349329 c 0.172508,0 0.258762,0.06038 0.258762,0.168204 v 0.0043 c 0,0.112134 -0.09057,0.172514 -0.241511,0.172514 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1726"
d="m 41.544202,78.932426 c 0,0.06038 0.05175,0.10782 0.11213,0.10782 0.06038,0 0.112157,-0.04744 0.112157,-0.10782 V 77.87577 c 0,-0.06038 -0.05178,-0.10782 -0.112157,-0.10782 -0.06038,0 -0.11213,0.04744 -0.11213,0.10782 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
</g>
<g
id="g1768"
transform="translate(19.978756,48.67153)">
<path
inkscape:connector-curvature="0"
id="path1762"
d="m 39.917358,69.160222 c 0.327766,0 0.539115,-0.189766 0.539115,-0.564986 v -0.612428 c 0,-0.06038 -0.04744,-0.107822 -0.107818,-0.107822 -0.06472,0 -0.112157,0.04744 -0.112157,0.107822 v 0.621054 c 0,0.232895 -0.120755,0.349342 -0.314827,0.349342 -0.198385,0 -0.319141,-0.125073 -0.319141,-0.357968 v -0.612428 c 0,-0.06038 -0.04747,-0.107822 -0.107844,-0.107822 -0.06469,0 -0.11213,0.04744 -0.11213,0.107822 v 0.621054 c 0,0.366594 0.20701,0.55636 0.534802,0.55636 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1764"
d="m 40.827975,69.039462 c 0,0.06038 0.05175,0.107821 0.11213,0.107821 0.06038,0 0.107844,-0.04744 0.107844,-0.107821 v -0.797881 l 0.646906,0.836696 c 0.03022,0.03882 0.06041,0.06901 0.112157,0.06901 h 0.0087 c 0.06038,0 0.107818,-0.05175 0.107818,-0.112134 v -1.052341 c 0,-0.06038 -0.04744,-0.107822 -0.107818,-0.107822 -0.06038,0 -0.107844,0.04744 -0.107844,0.107822 v 0.772004 l -0.629655,-0.815133 c -0.03019,-0.03881 -0.0604,-0.06469 -0.112157,-0.06469 h -0.02593 c -0.06038,0 -0.112131,0.05175 -0.112131,0.112135 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
<path
inkscape:connector-curvature="0"
id="path1766"
d="m 42.317499,69.039462 c 0,0.06038 0.05175,0.107821 0.112131,0.107821 0.06038,0 0.112157,-0.04744 0.112157,-0.107821 v -1.056654 c 0,-0.06038 -0.05178,-0.107822 -0.112157,-0.107822 -0.06038,0 -0.112131,0.04744 -0.112131,0.107822 z m 0,0"
style="fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:0.27602378" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-41.595423,7.7715854)"
id="g1811">
<path
inkscape:connector-curvature="0"
d="M 29.28,79.48 A 0.9,0.9 0 0 1 29,78.8 v -6.07 h -1.93 q -0.89,0 -0.89,-0.77 0,-0.77 0.89,-0.76 h 5.76 q 0.89,0 0.89,0.76 0,0.76 -0.89,0.77 h -1.94 v 6.07 a 0.91,0.91 0 0 1 -0.25,0.67 1,1 0 0 1 -1.36,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1799" />
<path
inkscape:connector-curvature="0"
d="m 37.75,73.82 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.42,1.42 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.19 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1801" />
<path
inkscape:connector-curvature="0"
d="m 38.87,72.45 a 0.85,0.85 0 0 1 -0.28,-0.67 0.83,0.83 0 0 1 0.28,-0.66 1.29,1.29 0 0 1 1.51,0 0.83,0.83 0 0 1 0.28,0.65 0.85,0.85 0 0 1 -0.28,0.67 1.29,1.29 0 0 1 -1.51,0 z m 0.1,7.07 a 0.78,0.78 0 0 1 -0.26,-0.64 v -4.37 a 0.77,0.77 0 0 1 0.26,-0.64 1,1 0 0 1 0.65,-0.22 1,1 0 0 1 0.64,0.22 0.78,0.78 0 0 1 0.26,0.64 v 4.38 A 0.78,0.78 0 0 1 40.26,79.53 1,1 0 0 1 39.62,79.75 1,1 0 0 1 39,79.52 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1803" />
<path
inkscape:connector-curvature="0"
d="M 42.53,79.44 A 0.88,0.88 0 0 1 42.3,78.79 v -6.72 a 0.91,0.91 0 0 1 0.25,-0.67 1.05,1.05 0 0 1 1.37,0 0.91,0.91 0 0 1 0.25,0.67 v 6.07 h 3.07 c 0.58,0 0.88,0.26 0.88,0.77 0,0.51 -0.29,0.76 -0.88,0.76 h -4.06 a 0.88,0.88 0 0 1 -0.65,-0.23 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1805" />
<path
inkscape:connector-curvature="0"
d="M 49.56,79.48 A 0.91,0.91 0 0 1 49.3,78.8 v -6.72 a 0.8,0.8 0 0 1 0.88,-0.88 h 4.12 a 1,1 0 0 1 0.67,0.18 0.69,0.69 0 0 1 0.22,0.56 0.68,0.68 0 0 1 -0.22,0.55 1,1 0 0 1 -0.67,0.18 h -3.15 v 1.94 h 2.92 a 1,1 0 0 1 0.67,0.18 0.69,0.69 0 0 1 0.22,0.56 0.68,0.68 0 0 1 -0.22,0.55 1,1 0 0 1 -0.67,0.18 h -2.92 v 2.7 a 0.94,0.94 0 0 1 -0.25,0.68 0.89,0.89 0 0 1 -0.67,0.25 0.91,0.91 0 0 1 -0.67,-0.23 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1807" />
<path
inkscape:connector-curvature="0"
d="m 58,79.24 a 3.61,3.61 0 0 1 -1.43,-1.51 5.49,5.49 0 0 1 0,-4.6 3.57,3.57 0 0 1 1.43,-1.5 4.81,4.81 0 0 1 4.38,0 3.57,3.57 0 0 1 1.43,1.51 5.49,5.49 0 0 1 0,4.6 3.61,3.61 0 0 1 -1.43,1.51 4.76,4.76 0 0 1 -4.38,0 z m 3.85,-1.66 a 4.12,4.12 0 0 0 0,-4.29 2.25,2.25 0 0 0 -3.33,0 4.15,4.15 0 0 0 0,4.29 2.22,2.22 0 0 0 3.32,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1809" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-447.73811,-83.914682)"
id="g12318">
<g
id="g12351">
<path
id="path12310"
style="fill:none;stroke:#fff7d4;stroke-width:1.00000001;stroke-linecap:round;stroke-miterlimit:10;stroke-dasharray:none"
transform="translate(319.8,697.39)"
d="m 1524.53,120.46 v 2 a 2.16,2.16 0 0 0 2.17,2.17 2.06,2.06 0 0 0 2.06,-2.06 v 0 a 2.06,2.06 0 0 1 2.06,-2.06 2.16,2.16 0 0 1 2.17,2.17 v 2"
inkscape:connector-curvature="0" />
<polyline
id="polyline12312"
style="fill:none;stroke:#fff7d4;stroke-width:1.00000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
points="1947.37 817.85 1947.37 821.96 1951.6 821.96 1951.6 817.85 1955.82 817.85 1955.82 821.96" />
<polyline
id="polyline12314"
style="fill:none;stroke:#fff7d4;stroke-width:1.00000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
points="1877.99 822.01 1882.71 817.8 1886.94 822.01" />
<polyline
id="polyline12316"
style="fill:none;stroke:#fff7d4;stroke-width:1.00000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
points="1913.05 822.01 1917.28 817.8 1917.28 822.01 1917.28 822.01 1921.51 817.8 1921.51 822.01" />
</g>
</g>
<g
id="g12361"
transform="matrix(0.26458333,0,0,0.26458333,-447.73811,-110.37301)">
<path
inkscape:connector-curvature="0"
d="m 1524.53,120.46 v 2 a 2.16,2.16 0 0 0 2.17,2.17 2.06,2.06 0 0 0 2.06,-2.06 v 0 a 2.06,2.06 0 0 1 2.06,-2.06 2.16,2.16 0 0 1 2.17,2.17 v 2"
transform="translate(319.8,697.39)"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-miterlimit:10;stroke-dasharray:none"
id="path12353" />
<polyline
points="1947.37 817.85 1947.37 821.96 1951.6 821.96 1951.6 817.85 1955.82 817.85 1955.82 821.96"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
id="polyline12355" />
<polyline
points="1877.99 822.01 1882.71 817.8 1886.94 822.01"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
id="polyline12357" />
<polyline
points="1913.05 822.01 1917.28 817.8 1917.28 822.01 1917.28 822.01 1921.51 817.8 1921.51 822.01"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
id="polyline12359" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-447.73811,-136.83136)"
id="g12398">
<path
id="path12390"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-miterlimit:10;stroke-dasharray:none"
transform="translate(319.8,697.39)"
d="m 1524.53,120.46 v 2 a 2.16,2.16 0 0 0 2.17,2.17 2.06,2.06 0 0 0 2.06,-2.06 v 0 a 2.06,2.06 0 0 1 2.06,-2.06 2.16,2.16 0 0 1 2.17,2.17 v 2"
inkscape:connector-curvature="0" />
<polyline
id="polyline12392"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
points="1947.37 817.85 1947.37 821.96 1951.6 821.96 1951.6 817.85 1955.82 817.85 1955.82 821.96" />
<polyline
id="polyline12394"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
points="1877.99 822.01 1882.71 817.8 1886.94 822.01" />
<polyline
id="polyline12396"
style="fill:none;stroke:#fff7d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
points="1913.05 822.01 1917.28 817.8 1917.28 822.01 1917.28 822.01 1921.51 817.8 1921.51 822.01" />
</g>
<g
transform="translate(0,26.448706)"
id="g6958">
<g
id="g6946"
transform="matrix(0.26458333,0,0,0.26458333,-123.28977,-242.65107)">
<path
d="m 404.29,464.3 a 3.86,3.86 0 0 1 0,-3.65 1.71,1.71 0 0 1 2.66,0 3.86,3.86 0 0 1 0,3.65 1.71,1.71 0 0 1 -2.66,0 z m 1.9,-0.57 a 3.23,3.23 0 0 0 0.18,-1.26 3.2,3.2 0 0 0 -0.18,-1.26 0.62,0.62 0 0 0 -1.15,0 4.46,4.46 0 0 0 0,2.51 0.62,0.62 0 0 0 1.15,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path6942"
inkscape:connector-curvature="0" />
<path
d="m 408.74,461.85 a 1,1 0 0 1 -0.3,-0.75 1,1 0 0 1 0.3,-0.75 1.41,1.41 0 0 1 1.74,0 1,1 0 0 1 0.3,0.75 1,1 0 0 1 -0.3,0.75 1.4,1.4 0 0 1 -1.74,0 z m 1.13,-0.46 a 0.51,0.51 0 0 0 0,-0.58 0.33,0.33 0 0 0 -0.25,-0.1 c -0.22,0 -0.33,0.13 -0.33,0.39 a 0.44,0.44 0 0 0 0.09,0.29 0.31,0.31 0 0 0 0.25,0.1 0.32,0.32 0 0 0 0.23,-0.11 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path6944"
inkscape:connector-curvature="0" />
</g>
<g
id="g6956"
transform="matrix(0.26458333,0,0,0.26458333,-123.35608,-236.85976)">
<path
d="m 402.75,480 c 0,0.29 -0.17,0.43 -0.5,0.43 h -2.33 q -0.5,0 -0.5,-0.43 0,-0.43 0.5,-0.42 h 0.63 v -2.78 l -0.6,0.36 a 0.39,0.39 0 0 1 -0.2,0.06 0.36,0.36 0 0 1 -0.29,-0.14 0.49,0.49 0 0 1 -0.12,-0.32 0.39,0.39 0 0 1 0.21,-0.36 l 1.07,-0.65 a 0.92,0.92 0 0 1 0.48,-0.14 0.48,0.48 0 0 1 0.51,0.52 v 3.45 h 0.63 c 0.35,-0.05 0.51,0.09 0.51,0.42 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path6948"
inkscape:connector-curvature="0" />
<path
d="m 407.23,478.34 a 1.21,1.21 0 0 1 0.22,0.74 1.17,1.17 0 0 1 -0.49,1 2.73,2.73 0 0 1 -2.71,0 1.17,1.17 0 0 1 -0.49,-1 1.21,1.21 0 0 1 0.22,-0.75 0.45,0.45 0 1 0 0.1,-0.84 1.14,1.14 0 0 1 -0.2,-0.67 1.13,1.13 0 0 1 0.46,-0.95 2.45,2.45 0 0 1 2.52,0 1.13,1.13 0 0 1 0.46,1 1.19,1.19 0 0 1 -0.2,0.68 1,1 0 0 1 -0.54,0.41 1.18,1.18 0 0 1 0.65,0.38 z m -0.76,0.66 q 0,-0.63 -0.86,-0.63 -0.86,0 -0.86,0.63 0,0.63 0.86,0.63 0.86,0 0.86,-0.63 z m -1.58,-2.05 q 0,0.61 0.73,0.61 0.73,0 0.73,-0.61 0,-0.61 -0.73,-0.61 -0.73,0 -0.73,0.6 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path6950"
inkscape:connector-curvature="0" />
<path
d="m 409,479.81 a 3.86,3.86 0 0 1 0,-3.65 1.71,1.71 0 0 1 2.66,0 3.86,3.86 0 0 1 0,3.65 1.71,1.71 0 0 1 -2.66,0 z m 1.9,-0.57 a 4.47,4.47 0 0 0 0,-2.52 0.62,0.62 0 0 0 -1.15,0 4.48,4.48 0 0 0 0,2.51 0.62,0.62 0 0 0 1.15,0 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path6952"
inkscape:connector-curvature="0" />
<path
d="m 413.5,477.35 a 1,1 0 0 1 -0.3,-0.75 1,1 0 0 1 0.3,-0.75 1.41,1.41 0 0 1 1.74,0 1,1 0 0 1 0.3,0.75 1,1 0 0 1 -0.3,0.75 1.4,1.4 0 0 1 -1.74,0 z m 1.13,-0.46 a 0.51,0.51 0 0 0 0,-0.59 0.33,0.33 0 0 0 -0.25,-0.1 c -0.22,0 -0.33,0.13 -0.33,0.39 a 0.43,0.43 0 0 0 0.09,0.29 0.31,0.31 0 0 0 0.24,0.1 0.32,0.32 0 0 0 0.24,-0.09 z"
transform="translate(319.8,697.39)"
style="fill:#fff7d4"
id="path6954"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g6995"
transform="translate(0,52.907041)">
<g
transform="matrix(0.26458333,0,0,0.26458333,-123.28977,-242.65107)"
id="g6983">
<path
inkscape:connector-curvature="0"
id="path6979"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 404.29,464.3 a 3.86,3.86 0 0 1 0,-3.65 1.71,1.71 0 0 1 2.66,0 3.86,3.86 0 0 1 0,3.65 1.71,1.71 0 0 1 -2.66,0 z m 1.9,-0.57 a 3.23,3.23 0 0 0 0.18,-1.26 3.2,3.2 0 0 0 -0.18,-1.26 0.62,0.62 0 0 0 -1.15,0 4.46,4.46 0 0 0 0,2.51 0.62,0.62 0 0 0 1.15,0 z" />
<path
inkscape:connector-curvature="0"
id="path6981"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 408.74,461.85 a 1,1 0 0 1 -0.3,-0.75 1,1 0 0 1 0.3,-0.75 1.41,1.41 0 0 1 1.74,0 1,1 0 0 1 0.3,0.75 1,1 0 0 1 -0.3,0.75 1.4,1.4 0 0 1 -1.74,0 z m 1.13,-0.46 a 0.51,0.51 0 0 0 0,-0.58 0.33,0.33 0 0 0 -0.25,-0.1 c -0.22,0 -0.33,0.13 -0.33,0.39 a 0.44,0.44 0 0 0 0.09,0.29 0.31,0.31 0 0 0 0.25,0.1 0.32,0.32 0 0 0 0.23,-0.11 z" />
</g>
<g
transform="matrix(0.26458333,0,0,0.26458333,-123.35608,-236.85976)"
id="g6993">
<path
inkscape:connector-curvature="0"
id="path6985"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 402.75,480 c 0,0.29 -0.17,0.43 -0.5,0.43 h -2.33 q -0.5,0 -0.5,-0.43 0,-0.43 0.5,-0.42 h 0.63 v -2.78 l -0.6,0.36 a 0.39,0.39 0 0 1 -0.2,0.06 0.36,0.36 0 0 1 -0.29,-0.14 0.49,0.49 0 0 1 -0.12,-0.32 0.39,0.39 0 0 1 0.21,-0.36 l 1.07,-0.65 a 0.92,0.92 0 0 1 0.48,-0.14 0.48,0.48 0 0 1 0.51,0.52 v 3.45 h 0.63 c 0.35,-0.05 0.51,0.09 0.51,0.42 z" />
<path
inkscape:connector-curvature="0"
id="path6987"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 407.23,478.34 a 1.21,1.21 0 0 1 0.22,0.74 1.17,1.17 0 0 1 -0.49,1 2.73,2.73 0 0 1 -2.71,0 1.17,1.17 0 0 1 -0.49,-1 1.21,1.21 0 0 1 0.22,-0.75 0.45,0.45 0 1 0 0.1,-0.84 1.14,1.14 0 0 1 -0.2,-0.67 1.13,1.13 0 0 1 0.46,-0.95 2.45,2.45 0 0 1 2.52,0 1.13,1.13 0 0 1 0.46,1 1.19,1.19 0 0 1 -0.2,0.68 1,1 0 0 1 -0.54,0.41 1.18,1.18 0 0 1 0.65,0.38 z m -0.76,0.66 q 0,-0.63 -0.86,-0.63 -0.86,0 -0.86,0.63 0,0.63 0.86,0.63 0.86,0 0.86,-0.63 z m -1.58,-2.05 q 0,0.61 0.73,0.61 0.73,0 0.73,-0.61 0,-0.61 -0.73,-0.61 -0.73,0 -0.73,0.6 z" />
<path
inkscape:connector-curvature="0"
id="path6989"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 409,479.81 a 3.86,3.86 0 0 1 0,-3.65 1.71,1.71 0 0 1 2.66,0 3.86,3.86 0 0 1 0,3.65 1.71,1.71 0 0 1 -2.66,0 z m 1.9,-0.57 a 4.47,4.47 0 0 0 0,-2.52 0.62,0.62 0 0 0 -1.15,0 4.48,4.48 0 0 0 0,2.51 0.62,0.62 0 0 0 1.15,0 z" />
<path
inkscape:connector-curvature="0"
id="path6991"
style="fill:#fff7d4"
transform="translate(319.8,697.39)"
d="m 413.5,477.35 a 1,1 0 0 1 -0.3,-0.75 1,1 0 0 1 0.3,-0.75 1.41,1.41 0 0 1 1.74,0 1,1 0 0 1 0.3,0.75 1,1 0 0 1 -0.3,0.75 1.4,1.4 0 0 1 -1.74,0 z m 1.13,-0.46 a 0.51,0.51 0 0 0 0,-0.59 0.33,0.33 0 0 0 -0.25,-0.1 c -0.22,0 -0.33,0.13 -0.33,0.39 a 0.43,0.43 0 0 0 0.09,0.29 0.31,0.31 0 0 0 0.24,0.1 0.32,0.32 0 0 0 0.24,-0.09 z" />
</g>
</g>
</g>
</svg>

+ 76
- 0
repos/AS/res/as_bigLEDBezel.svg View File

@@ -0,0 +1,76 @@
<?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="svg7595"
width="60"
height="60"
viewBox="0 0 60.000002 60.000001"
version="1.1"
sodipodi:docname="as_bigLEDButton.svg"
inkscape:version="0.92.2 5c3e80d, 2017-08-06">
<metadata
id="metadata3731">
<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>as_bigLEDButton</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2033"
inkscape:window-height="1354"
id="namedview3729"
showgrid="false"
inkscape:zoom="13.446444"
inkscape:cx="39.757723"
inkscape:cy="25.114446"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g4284" />
<defs
id="defs3715">
<clipPath
id="clip-path"
transform="translate(0 2.55)">
<rect
width="60"
height="60"
style="fill:none"
id="rect3712"
x="0"
y="0" />
</clipPath>
</defs>
<title
id="title3717">as_bigLEDButton</title>
<g
id="g4284"
transform="matrix(1.0398501,0,0,1.0380567,-1.2007014,1.5570827)">
<ellipse
cy="27.400158"
cx="30.004999"
id="path4279"
style="opacity:1;vector-effect:none;fill:#2b2b2b;fill-opacity:1;stroke:#202020;stroke-width:0.94753259;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
rx="28.376547"
ry="28.42639" />
</g>
</svg>

+ 370
- 0
repos/AS/res/monoVUmeter.svg View File

@@ -0,0 +1,370 @@
<?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="30"
height="380"
viewBox="0 0 7.9375005 100.54168"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="monoVUmeter.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.5386833"
inkscape:cx="27.318381"
inkscape:cy="123.23093"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:window-width="1259"
inkscape:window-height="1377"
inkscape:window-x="131"
inkscape:window-y="0"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="4.2333329,19.771902"
orientation="1,0"
id="guide1590"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background">
<g
id="g166"
transform="matrix(0.0891854,0,0,0.26458333,-10.568471,0)"
style="fill:#44423e;fill-opacity:1">
<polygon
points="118.5,287.57 207.5,287.57 207.5,272.35 207.5,29.98 118.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="207.5,291.45 118.5,291.45 118.5,297.78 118.5,380 207.5,380 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="118.5,287.57 118.5,291.45 207.5,291.45 207.5,287.57 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="118.5,26.09 207.5,26.1 207.5,16.51 207.5,0 118.5,0 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="207.5,29.81 207.5,26.1 118.5,26.09 118.5,29.98 207.5,29.98 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.14873745;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759-2"
width="7.937501"
height="5.2916665"
x="5.2853608e-07"
y="95.25" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-121.86443,-706.23001)"
data-name="Layer 2"
id="g1661-6"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659-6"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657-5" />
</g>
</g>
<rect
y="2.6458333e-06"
x="5.2853608e-07"
height="5.2916665"
width="7.937501"
id="rect1806-4"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.14873745;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="g874"
transform="translate(-7.9375006)">
<circle
r="4"
cy="95.218727"
cx="11.906251"
id="path1686-1"
style="opacity:1;vector-effect:none;fill:#3f3b38;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.17622025,0,0,0.17622025,1.337585,31.483538)"
data-name="Layer 2"
id="Layer_2-2-7"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6-1"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6-3" />
</g>
</g>
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-196.45831)">
<rect
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect861"
width="5"
height="2.5"
x="1.4687504"
y="197.19998"
ry="1.3924577" />
<rect
style="display:inline;opacity:1;vector-effect:none;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.26458335;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="rect978"
width="5.291667"
height="10.583334"
x="1.3229169"
y="274.74857"
ry="0.74463677" />
<rect
ry="1.3924577"
y="293.89999"
x="1.4687504"
height="2.5"
width="5"
id="rect863"
style="opacity:1;vector-effect:none;fill:#251e1e;fill-opacity:1;stroke:none;stroke-width:0.15187515;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.26458336,0,0,0.26458336,-1.1375091e-6,163.57324)"
id="g1426-1">
<path
inkscape:connector-curvature="0"
d="m 13.91,284.37 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 V 284 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1418-6" />
<path
inkscape:connector-curvature="0"
d="m 21.72,279.8 a 0.52,0.52 0 0 1 0.14,0.38 V 284 a 0.53,0.53 0 0 1 -0.14,0.38 0.51,0.51 0 0 1 -0.38,0.15 0.5,0.5 0 0 1 -0.38,-0.14 0.53,0.53 0 0 1 -0.14,-0.39 v -1.52 H 18.61 V 284 a 0.53,0.53 0 0 1 -0.14,0.38 0.5,0.5 0 0 1 -0.37,0.15 0.51,0.51 0 0 1 -0.38,-0.14 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 1.45 h 2.21 v -1.45 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.52,0.52 0 0 1 0.37,0.13 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1420-2" />
<path
inkscape:connector-curvature="0"
d="m 27.52,284.1 a 0.38,0.38 0 0 1 -0.15,0.31 0.57,0.57 0 0 1 -0.61,0.06 0.51,0.51 0 0 1 -0.2,-0.19 l -0.9,-1.33 a 0.8,0.8 0 0 0 -0.24,-0.25 0.62,0.62 0 0 0 -0.33,-0.08 H 24.54 V 284 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 0.49,0.49 0 0 1 -0.53,-0.53 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 1.71 a 1.91,1.91 0 0 1 1.27,0.37 1.33,1.33 0 0 1 0.43,1.07 1.39,1.39 0 0 1 -0.31,0.92 1.47,1.47 0 0 1 -0.86,0.48 0.9,0.9 0 0 1 0.36,0.16 1.35,1.35 0 0 1 0.31,0.34 l 0.52,0.77 a 0.52,0.52 0 0 1 0.1,0.3 z m -1.33,-2.44 a 0.72,0.72 0 0 0 0,-1 1.1,1.1 0 0 0 -0.66,-0.16 h -1 v 1.32 h 1 a 1.08,1.08 0 0 0 0.67,-0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1422-1" />
<path
inkscape:connector-curvature="0"
d="m 29.44,284 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1424-9" />
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-1.1375091e-6,163.57324)"
id="g1566-7">
<path
inkscape:connector-curvature="0"
d="m 20.54,272.61 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1562-4" />
<path
inkscape:connector-curvature="0"
d="m 27.11,268 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1564-2" />
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-1.1375091e-6,163.57324)"
id="g1759-0">
<path
inkscape:connector-curvature="0"
d="m 6.55,300.42 a 3.68,3.68 0 0 1 -1.33,-0.63 0.83,0.83 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.8,0.8 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.27,4.27 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.27,2.27 0 0 1 0.44,-1.36 2.91,2.91 0 0 1 1.21,-0.95 4.28,4.28 0 0 1 1.82,-0.27 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.83,0.83 0 0 1 -0.25,0 1.72,1.72 0 0 1 -0.32,-0.16 5,5 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.05,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.36,1.36 0 0 0 0.54,0.33 8.39,8.39 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.68,6.68 0 0 1 -1.75,-0.27 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1743-2" />
<path
inkscape:connector-curvature="0"
d="m 16.86,299.47 a 0.67,0.67 0 0 1 -0.11,1 1.28,1.28 0 0 1 -0.79,0.14 h -0.34 a 2,2 0 0 1 -2.1,-2.2 V 296 H 13 a 0.9,0.9 0 0 1 -0.6,-0.17 0.62,0.62 0 0 1 -0.2,-0.5 0.63,0.63 0 0 1 0.2,-0.51 0.9,0.9 0 0 1 0.6,-0.17 h 0.48 v -0.94 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.94 h 0.84 q 0.82,0 0.82,0.68 a 0.62,0.62 0 0 1 -0.2,0.5 0.92,0.92 0 0 1 -0.61,0.17 h -0.84 v 2.51 a 0.79,0.79 0 0 0 0.17,0.55 0.7,0.7 0 0 0 0.49,0.21 h 0.34 a 0.85,0.85 0 0 1 0.55,0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1745" />
<path
inkscape:connector-curvature="0"
d="m 23.06,299 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.26,4.26 0 0 1 -0.95,0.35 4.05,4.05 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 A 2.6,2.6 0 0 1 18,299.2 3.29,3.29 0 0 1 17.62,297.57 3.34,3.34 0 0 1 18,296 a 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.46,0.46 0 0 1 -0.35,0.14 H 19.4 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.12,2.12 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.85,0.85 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.4,0.23 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.3 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1747" />
<path
inkscape:connector-curvature="0"
d="m 28.66,294.68 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.41,1.41 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.19 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1749" />
<path
inkscape:connector-curvature="0"
d="m 34.63,299 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.26,4.26 0 0 1 -0.95,0.35 4.05,4.05 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.34,3.34 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.46,0.46 0 0 1 -0.35,0.14 H 31 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.12,2.12 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.85,0.85 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.37,0.24 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.84,0.3 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1751" />
<path
inkscape:connector-curvature="0"
d="m 37.33,300.25 a 2.65,2.65 0 0 1 -1.09,-1.07 3.64,3.64 0 0 1 0,-3.25 2.61,2.61 0 0 1 1.09,-1.06 3.82,3.82 0 0 1 3.29,0 2.61,2.61 0 0 1 1.09,1.06 3.64,3.64 0 0 1 0,3.25 2.65,2.65 0 0 1 -1.09,1.07 3.76,3.76 0 0 1 -3.29,0 z m 3,-2.69 a 2,2 0 0 0 -0.34,-1.27 1.19,1.19 0 0 0 -1,-0.42 q -1.32,0 -1.32,1.69 0,1.69 1.33,1.69 1.3,0 1.3,-1.69 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1753" />
<path
inkscape:connector-curvature="0"
d="m 53.6,292.13 a 0.85,0.85 0 0 1 0.46,-0.13 1,1 0 0 1 0.65,0.24 0.74,0.74 0 0 1 0.29,0.59 0.84,0.84 0 0 1 -0.08,0.36 L 51.67,300 a 1,1 0 0 1 -0.4,0.43 1.18,1.18 0 0 1 -1.15,0 1,1 0 0 1 -0.4,-0.43 l -3.24,-6.84 a 0.77,0.77 0 0 1 -0.08,-0.35 0.74,0.74 0 0 1 0.3,-0.6 1,1 0 0 1 0.67,-0.24 0.88,0.88 0 0 1 0.46,0.13 0.79,0.79 0 0 1 0.32,0.38 l 2.57,5.62 2.57,-5.62 a 0.8,0.8 0 0 1 0.31,-0.35 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1755-5" />
<path
inkscape:connector-curvature="0"
d="M 57,299.72 A 3.6,3.6 0 0 1 56.1,297 v -4.1 a 0.87,0.87 0 0 1 0.9,-0.9 0.89,0.89 0 0 1 0.67,0.25 0.92,0.92 0 0 1 0.25,0.67 v 4.19 a 2.27,2.27 0 0 0 0.46,1.54 2,2 0 0 0 2.68,0 2.25,2.25 0 0 0 0.47,-1.53 v -4.19 a 0.92,0.92 0 0 1 0.25,-0.67 0.89,0.89 0 0 1 0.67,-0.25 0.87,0.87 0 0 1 0.92,0.92 V 297 a 3.6,3.6 0 0 1 -0.94,2.68 4.44,4.44 0 0 1 -5.42,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1757-0" />
</g>
<rect
ry="0.74463677"
y="212.30685"
x="1.5875002"
height="50.27084"
width="4.7625003"
id="rect1001"
style="display:inline;opacity:1;vector-effect:none;fill:#0f0f0f;fill-opacity:1;stroke:#000000;stroke-width:0.26458335;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<g
id="g922"
transform="translate(-0.26458398)">
<g
id="g971">
<circle
style="opacity:1;vector-effect:none;fill:#fff8d5;fill-opacity:1;stroke:none;stroke-width:0.21707644;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="path2841"
cx="14.816668"
cy="276.03745"
r="1.1906251" />
<g
transform="matrix(0.26458336,0,0,0.26458336,-104.88409,215.2464)"
id="g956"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
id="path954"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#202020;fill-opacity:1"
d="m 451.58099,227.69055 v 3.90747 h 2.20459 q 0.26368,0 0.40284,0.12818 0.14282,0.12817 0.14282,0.32226 0,0.19776 -0.13916,0.32227 -0.13916,0.12085 -0.4065,0.12085 h -2.62573 q -0.35522,0 -0.51269,-0.15747 -0.15381,-0.15747 -0.15381,-0.50904 v -4.13452 q 0,-0.32959 0.14648,-0.49438 0.15015,-0.1648 0.39185,-0.1648 0.24536,0 0.39551,0.1648 0.1538,0.16113 0.1538,0.49438 z" />
</g>
</g>
<g
id="g1566"
transform="matrix(0.26458336,0,0,0.26458336,-85.918111,161.6386)">
<path
id="path1562"
style="fill:#fff7d4"
transform="translate(319.8,124.29)"
d="m 20.54,272.61 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
inkscape:connector-curvature="0" />
</g>
<g
id="g976">
<circle
r="1.1906251"
cy="285.56247"
cx="14.816668"
id="circle2843"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.21707644;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<g
transform="matrix(0.26458336,0,0,0.26458336,-119.0045,224.74716)"
id="g960"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
id="path958"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#202020;fill-opacity:1"
d="m 505.01538,230.19543 h -0.38086 v 1.72486 q 0,0.34057 -0.15015,0.50171 -0.15014,0.16113 -0.39184,0.16113 -0.26001,0 -0.40283,-0.16846 -0.14283,-0.16845 -0.14283,-0.49438 v -4.13086 q 0,-0.35156 0.15748,-0.50903 0.15747,-0.15748 0.50903,-0.15748 h 1.7688 q 0.36621,0 0.62622,0.033 0.26001,0.0293 0.46875,0.12452 0.25268,0.1062 0.44678,0.30395 0.19409,0.19775 0.29296,0.46143 0.10254,0.26001 0.10254,0.55297 0,0.60059 -0.34057,0.95948 -0.33692,0.35888 -1.02539,0.50903 0.2893,0.15381 0.55298,0.4541 0.26367,0.3003 0.46875,0.64087 0.20874,0.33692 0.32226,0.61157 0.11719,0.271 0.11719,0.37354 0,0.1062 -0.0696,0.2124 -0.0659,0.10254 -0.18311,0.16113 -0.11718,0.0623 -0.27099,0.0623 -0.18311,0 -0.30762,-0.0879 -0.12451,-0.0842 -0.21606,-0.21607 -0.0879,-0.13183 -0.2417,-0.38818 l -0.4358,-0.7251 q -0.23437,-0.39917 -0.42114,-0.60791 -0.1831,-0.20874 -0.37353,-0.28564 -0.19043,-0.0769 -0.47974,-0.0769 z m 0.62256,-2.25585 h -1.00342 v 1.47583 h 0.97412 q 0.39185,0 0.65918,-0.0659 0.26734,-0.0696 0.4065,-0.23072 0.14282,-0.16479 0.14282,-0.45044 0,-0.22338 -0.11353,-0.39184 -0.11352,-0.17212 -0.31494,-0.25635 -0.19043,-0.0806 -0.75073,-0.0806 z" />
</g>
</g>
<g
id="g898"
transform="translate(-0.18531003,-2.6458335)">
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="g883"
transform="matrix(0.26458336,0,0,0.26458336,-110.59636,218.02077)">
<path
d="m 434.68402,227.03137 q 0.83496,0 1.43189,0.34058 0.60058,0.33691 0.9082,0.96313 0.30762,0.62256 0.30762,1.46485 0,0.62256 -0.16846,1.13159 -0.16846,0.50903 -0.50537,0.88257 -0.33692,0.37353 -0.82764,0.57129 -0.49072,0.19775 -1.12427,0.19775 -0.62988,0 -1.12793,-0.20142 -0.49804,-0.20507 -0.83129,-0.57495 -0.33326,-0.36987 -0.50538,-0.88989 -0.16845,-0.52002 -0.16845,-1.12427 0,-0.61889 0.17578,-1.13525 0.17944,-0.51636 0.51636,-0.87891 0.33691,-0.36255 0.82031,-0.55298 0.4834,-0.19409 1.09863,-0.19409 z m 1.54541,2.76123 q 0,-0.5896 -0.19043,-1.02173 -0.19043,-0.43212 -0.54565,-0.65185 -0.35157,-0.22339 -0.80933,-0.22339 -0.32593,0 -0.60425,0.12451 -0.27466,0.12085 -0.47607,0.35523 -0.19776,0.23437 -0.31494,0.60058 -0.11353,0.36255 -0.11353,0.81665 0,0.45777 0.11353,0.82764 0.11718,0.36987 0.32593,0.61523 0.2124,0.2417 0.48339,0.36255 0.27466,0.12085 0.60059,0.12085 0.41748,0 0.76538,-0.20874 0.35156,-0.20874 0.55664,-0.64453 0.20874,-0.43579 0.20874,-1.073 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#fff7d4;fill-opacity:1"
id="path881"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-94.034025,113.47889)"
id="g890">
<path
inkscape:connector-curvature="0"
d="m 49.3,223.8 a 0.85,0.85 0 0 1 0.46,-0.13 1,1 0 0 1 0.65,0.24 0.74,0.74 0 0 1 0.29,0.59 0.84,0.84 0 0 1 -0.08,0.36 l -3.24,6.84 a 1,1 0 0 1 -0.4,0.43 1.19,1.19 0 0 1 -1.15,0 1,1 0 0 1 -0.4,-0.43 l -3.24,-6.84 a 0.77,0.77 0 0 1 -0.08,-0.35 0.74,0.74 0 0 1 0.3,-0.6 1,1 0 0 1 0.67,-0.24 0.88,0.88 0 0 1 0.46,0.13 0.78,0.78 0 0 1 0.32,0.38 l 2.57,5.62 2.57,-5.62 a 0.8,0.8 0 0 1 0.3,-0.38 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path886" />
<path
inkscape:connector-curvature="0"
d="m 52.73,231.4 a 3.6,3.6 0 0 1 -0.93,-2.68 v -4.1 a 0.87,0.87 0 0 1 0.92,-0.92 0.89,0.89 0 0 1 0.67,0.25 0.92,0.92 0 0 1 0.25,0.67 v 4.19 a 2.26,2.26 0 0 0 0.46,1.54 2,2 0 0 0 2.68,0 2.25,2.25 0 0 0 0.47,-1.53 v -4.19 a 0.92,0.92 0 0 1 0.25,-0.67 0.89,0.89 0 0 1 0.67,-0.25 0.87,0.87 0 0 1 0.92,0.92 v 4.1 a 3.6,3.6 0 0 1 -0.94,2.68 4.44,4.44 0 0 1 -5.42,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path888" />
</g>
</g>
</svg>

BIN
repos/AS/res/saxmono.ttf View File


+ 428
- 0
repos/AS/res/stereoVUmeter.svg View File

@@ -0,0 +1,428 @@
<?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="60"
height="380"
viewBox="0 0 15.875001 100.54168"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="stereoVUmeter.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.6043202"
inkscape:cx="161.58917"
inkscape:cy="190.00002"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:window-width="1259"
inkscape:window-height="1377"
inkscape:window-x="599"
inkscape:window-y="0"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="background">
<g
id="g166"
transform="matrix(0.17837078,0,0,0.26458333,-21.136938,0)"
style="fill:#44423e;fill-opacity:1">
<polygon
points="207.5,272.35 207.5,29.98 118.5,29.98 118.5,287.57 207.5,287.57 "
style="fill:#44423e;fill-opacity:1"
id="polygon156" />
<polygon
points="118.5,297.78 118.5,380 207.5,380 207.5,291.45 118.5,291.45 "
style="fill:#44423e;fill-opacity:1"
id="polygon158" />
<polygon
points="118.5,291.45 207.5,291.45 207.5,287.57 118.5,287.57 "
style="fill:#44423e;fill-opacity:1"
id="polygon160"
transform="matrix(1,0,0,1.7442041,0,-215.34345)" />
<polygon
points="207.5,16.51 207.5,0 118.5,0 118.5,26.09 207.5,26.1 "
style="fill:#44423e;fill-opacity:1"
id="polygon162" />
<polygon
points="118.5,26.09 118.5,29.98 207.5,29.98 207.5,29.81 207.5,26.1 "
style="fill:#44423e;fill-opacity:1"
id="polygon164"
transform="matrix(1,0,0,1.8212547,0,-22.815527)" />
</g>
<rect
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.21034651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1759-2"
width="15.874999"
height="5.2916665"
x="5.2853608e-07"
y="95.25" />
<g
transform="matrix(2.0981223,0,0,2.0981223,-117.89568,-706.23001)"
data-name="Layer 2"
id="g1661-6"
style="fill:#3c3835;fill-opacity:1">
<g
data-name="Layer 1-2"
id="g1659-6"
style="fill:#3c3835;fill-opacity:1">
<path
style="fill:#3c3835;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path1657-5" />
</g>
</g>
<rect
y="2.6458333e-06"
x="5.2853608e-07"
height="5.2916665"
width="15.874999"
id="rect1806-4"
style="opacity:1;vector-effect:none;fill:#3c3835;fill-opacity:1;stroke:none;stroke-width:0.21034651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="g874"
transform="translate(-3.9687502)">
<circle
r="4"
cy="95.218727"
cx="11.906251"
id="path1686-1"
style="opacity:1;vector-effect:none;fill:#3f3b38;fill-opacity:1;stroke:none;stroke-width:0.19682446;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
transform="matrix(0.17622025,0,0,0.17622025,1.337585,31.483538)"
data-name="Layer 2"
id="Layer_2-2-7"
style="fill:#fff7d4;fill-opacity:1">
<g
data-name="Layer 1-2"
id="Layer_1-2-6-1"
style="fill:#fff7d4;fill-opacity:1">
<path
style="fill:#fff7d4;fill-opacity:1"
inkscape:connector-curvature="0"
d="m 71.31,357 a 0.91,0.91 0 0 0 -0.41,-0.53 0.77,0.77 0 0 0 -0.64,-0.1 0.91,0.91 0 0 0 -0.53,0.41 43.94,43.94 0 0 1 -3.33,5.08 21.5,21.5 0 0 1 -2.08,-6.45 v -0.39 l 2,-2.81 c 0.24,-0.34 1.26,-1.56 -0.78,-2.45 a 3.15,3.15 0 0 0 -2.36,0.07 c -2.32,1 -1.92,4.26 -1.85,4.79 q 0,0.31 0.09,0.62 l -3.78,6.22 c 0,0 0.49,-3.26 0.58,-3.85 A 1.36,1.36 0 0 0 57.1,356 c -1,-0.24 -1.61,0.06 -2.27,2.65 -0.56,2.19 -2.54,7.64 -3.86,7.6 -0.78,0 -0.24,-3.41 0.68,-5.87 1.12,-2.95 3.78,-7 6.78,-8.83 0.69,-0.43 1.6,-1.5 0.66,-2.56 -1.19,-1.34 -2.46,-0.28 -3,0.13 a 14.68,14.68 0 0 0 -3.49,4.35 22.82,22.82 0 0 0 -2.81,6.33 c -1,3.25 -2.07,8.54 0.1,8.74 3,0.27 5.39,-5.56 5.39,-5.56 0,0 -0.13,3.05 1.4,3.13 1.53,0.08 4.51,-5.9 5.36,-7.92 a 22.36,22.36 0 0 0 2.5,5.55 2.87,2.87 0 0 1 0.14,0.39 c -0.34,0.47 -3.77,4.86 -4.77,7.5 a 0.82,0.82 0 0 0 0,0.72 0.79,0.79 0 0 0 0.5,0.42 1.12,1.12 0 0 0 0.74,-0.12 5.53,5.53 0 0 0 0.66,-0.35 c 4.83,-2.78 5.52,-6 5.17,-8.48 a 2.08,2.08 0 0 1 0.26,-0.4 42.2,42.2 0 0 0 3.89,-5.77 0.76,0.76 0 0 0 0.18,-0.65 z"
class="cls-4"
id="path8-4-6-3" />
</g>
</g>
</g>
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-196.45831)">
<g
transform="matrix(0.26458336,0,0,0.26458336,-1.1375091e-6,163.57324)"
id="g1426-1">
<path
inkscape:connector-curvature="0"
d="m 13.91,284.37 a 0.51,0.51 0 0 1 -0.15,-0.38 v -3.44 h -1.1 c -0.34,0 -0.5,-0.14 -0.5,-0.44 0,-0.3 0.17,-0.43 0.5,-0.43 h 3.26 q 0.5,0 0.5,0.43 c 0,0.29 -0.17,0.44 -0.5,0.44 h -1.1 V 284 a 0.51,0.51 0 0 1 -0.14,0.38 0.59,0.59 0 0 1 -0.77,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1418-6" />
<path
inkscape:connector-curvature="0"
d="m 21.72,279.8 a 0.52,0.52 0 0 1 0.14,0.38 V 284 a 0.53,0.53 0 0 1 -0.14,0.38 0.51,0.51 0 0 1 -0.38,0.15 0.5,0.5 0 0 1 -0.38,-0.14 0.53,0.53 0 0 1 -0.14,-0.39 v -1.52 H 18.61 V 284 a 0.53,0.53 0 0 1 -0.14,0.38 0.5,0.5 0 0 1 -0.37,0.15 0.51,0.51 0 0 1 -0.38,-0.14 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 1.45 h 2.21 v -1.45 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.52,0.52 0 0 1 0.37,0.13 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1420-2" />
<path
inkscape:connector-curvature="0"
d="m 27.52,284.1 a 0.38,0.38 0 0 1 -0.15,0.31 0.57,0.57 0 0 1 -0.61,0.06 0.51,0.51 0 0 1 -0.2,-0.19 l -0.9,-1.33 a 0.8,0.8 0 0 0 -0.24,-0.25 0.62,0.62 0 0 0 -0.33,-0.08 H 24.54 V 284 a 0.53,0.53 0 0 1 -0.14,0.39 0.5,0.5 0 0 1 -0.38,0.14 0.49,0.49 0 0 1 -0.53,-0.53 v -3.81 a 0.45,0.45 0 0 1 0.5,-0.5 h 1.71 a 1.91,1.91 0 0 1 1.27,0.37 1.33,1.33 0 0 1 0.43,1.07 1.39,1.39 0 0 1 -0.31,0.92 1.47,1.47 0 0 1 -0.86,0.48 0.9,0.9 0 0 1 0.36,0.16 1.35,1.35 0 0 1 0.31,0.34 l 0.52,0.77 a 0.52,0.52 0 0 1 0.1,0.3 z m -1.33,-2.44 a 0.72,0.72 0 0 0 0,-1 1.1,1.1 0 0 0 -0.66,-0.16 h -1 v 1.32 h 1 a 1.08,1.08 0 0 0 0.67,-0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1422-1" />
<path
inkscape:connector-curvature="0"
d="m 29.44,284 a 2,2 0 0 1 -0.53,-1.52 v -2.33 a 0.49,0.49 0 0 1 0.52,-0.52 0.5,0.5 0 0 1 0.38,0.14 0.52,0.52 0 0 1 0.14,0.38 v 2.37 a 1.28,1.28 0 0 0 0.26,0.87 1.11,1.11 0 0 0 1.52,0 1.27,1.27 0 0 0 0.27,-0.87 v -2.37 a 0.52,0.52 0 0 1 0.14,-0.38 0.5,0.5 0 0 1 0.38,-0.14 0.49,0.49 0 0 1 0.52,0.52 v 2.33 a 2,2 0 0 1 -0.53,1.52 2.52,2.52 0 0 1 -3.07,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1424-9" />
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-1.1375091e-6,163.57324)"
id="g1566-7">
<path
inkscape:connector-curvature="0"
d="m 20.54,272.61 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1562-4" />
<path
inkscape:connector-curvature="0"
d="m 27.11,268 a 0.52,0.52 0 0 1 0.14,0.38 v 3.81 a 0.53,0.53 0 0 1 -0.14,0.38 0.48,0.48 0 0 1 -0.36,0.15 0.49,0.49 0 0 1 -0.39,-0.18 l -2.28,-2.92 v 2.56 a 0.55,0.55 0 0 1 -0.13,0.38 0.46,0.46 0 0 1 -0.36,0.15 0.47,0.47 0 0 1 -0.36,-0.15 0.54,0.54 0 0 1 -0.14,-0.38 v -3.81 a 0.52,0.52 0 0 1 0.14,-0.38 0.48,0.48 0 0 1 0.36,-0.15 0.46,0.46 0 0 1 0.39,0.18 l 2.28,2.9 v -2.55 a 0.53,0.53 0 0 1 0.14,-0.38 0.46,0.46 0 0 1 0.35,-0.15 0.48,0.48 0 0 1 0.36,0.16 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1564-2" />
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-1.1375091e-6,163.57324)"
id="g1759-0">
<path
inkscape:connector-curvature="0"
d="m 6.55,300.42 a 3.68,3.68 0 0 1 -1.33,-0.63 0.83,0.83 0 0 1 -0.26,-0.28 0.88,0.88 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.8,0.8 0 0 1 0.26,0 1.62,1.62 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.27,4.27 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.66,7.66 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.27,2.27 0 0 1 0.44,-1.36 2.91,2.91 0 0 1 1.21,-0.95 4.28,4.28 0 0 1 1.82,-0.27 4.46,4.46 0 0 1 2.81,0.85 1,1 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.83,0.83 0 0 1 -0.25,0 1.72,1.72 0 0 1 -0.32,-0.16 5,5 0 0 0 -0.91,-0.47 3,3 0 0 0 -1.05,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.7,0.7 0 0 0 0.16,0.47 1.36,1.36 0 0 0 0.54,0.33 8.39,8.39 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.75,2.75 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.68,6.68 0 0 1 -1.75,-0.27 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1743-2" />
<path
inkscape:connector-curvature="0"
d="m 16.86,299.47 a 0.67,0.67 0 0 1 -0.11,1 1.28,1.28 0 0 1 -0.79,0.14 h -0.34 a 2,2 0 0 1 -2.1,-2.2 V 296 H 13 a 0.9,0.9 0 0 1 -0.6,-0.17 0.62,0.62 0 0 1 -0.2,-0.5 0.63,0.63 0 0 1 0.2,-0.51 0.9,0.9 0 0 1 0.6,-0.17 h 0.48 v -0.94 a 0.81,0.81 0 0 1 0.25,-0.62 0.94,0.94 0 0 1 0.67,-0.23 0.92,0.92 0 0 1 0.66,0.23 0.82,0.82 0 0 1 0.24,0.62 v 0.94 h 0.84 q 0.82,0 0.82,0.68 a 0.62,0.62 0 0 1 -0.2,0.5 0.92,0.92 0 0 1 -0.61,0.17 h -0.84 v 2.51 a 0.79,0.79 0 0 0 0.17,0.55 0.7,0.7 0 0 0 0.49,0.21 h 0.34 a 0.85,0.85 0 0 1 0.55,0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1745" />
<path
inkscape:connector-curvature="0"
d="m 23.06,299 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.26,4.26 0 0 1 -0.95,0.35 4.05,4.05 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 A 2.6,2.6 0 0 1 18,299.2 3.29,3.29 0 0 1 17.62,297.57 3.34,3.34 0 0 1 18,296 a 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.46,0.46 0 0 1 -0.35,0.14 H 19.4 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.12,2.12 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.85,0.85 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.4,0.23 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.83,0.3 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1747" />
<path
inkscape:connector-curvature="0"
d="m 28.66,294.68 a 0.71,0.71 0 0 1 0.21,0.56 0.8,0.8 0 0 1 -0.19,0.59 1.12,1.12 0 0 1 -0.68,0.24 h -0.36 a 1.37,1.37 0 0 0 -1,0.43 1.41,1.41 0 0 0 -0.29,0.92 v 2.29 a 0.78,0.78 0 0 1 -0.26,0.64 1,1 0 0 1 -0.64,0.22 1,1 0 0 1 -0.65,-0.22 0.78,0.78 0 0 1 -0.26,-0.64 v -4.4 a 0.75,0.75 0 0 1 0.26,-0.61 1,1 0 0 1 0.64,-0.22 0.88,0.88 0 0 1 0.6,0.21 0.73,0.73 0 0 1 0.24,0.58 v 0.32 a 1.67,1.67 0 0 1 0.65,-0.79 2,2 0 0 1 1,-0.31 h 0.17 a 0.75,0.75 0 0 1 0.56,0.19 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1749" />
<path
inkscape:connector-curvature="0"
d="m 34.63,299 a 0.77,0.77 0 0 1 0.15,0.49 0.65,0.65 0 0 1 -0.12,0.38 1,1 0 0 1 -0.34,0.29 4.26,4.26 0 0 1 -0.95,0.35 4.05,4.05 0 0 1 -1,0.14 3.57,3.57 0 0 1 -1.67,-0.37 2.6,2.6 0 0 1 -1.1,-1.06 3.29,3.29 0 0 1 -0.38,-1.63 3.34,3.34 0 0 1 0.37,-1.6 2.73,2.73 0 0 1 1,-1.09 2.89,2.89 0 0 1 1.5,-0.39 2.75,2.75 0 0 1 1.41,0.35 2.42,2.42 0 0 1 0.94,1 3.31,3.31 0 0 1 0.34,1.53 0.58,0.58 0 0 1 -0.13,0.4 0.46,0.46 0 0 1 -0.35,0.14 H 31 a 1.6,1.6 0 0 0 0.43,1 1.43,1.43 0 0 0 1,0.32 2.12,2.12 0 0 0 0.62,-0.08 6,6 0 0 0 0.61,-0.23 l 0.32,-0.13 a 0.85,0.85 0 0 1 0.28,-0.05 0.47,0.47 0 0 1 0.37,0.24 z m -3.28,-2.9 a 1.56,1.56 0 0 0 -0.37,1 h 2.32 a 1.57,1.57 0 0 0 -0.32,-1 1,1 0 0 0 -0.8,-0.32 1.09,1.09 0 0 0 -0.84,0.3 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1751" />
<path
inkscape:connector-curvature="0"
d="m 37.33,300.25 a 2.65,2.65 0 0 1 -1.09,-1.07 3.64,3.64 0 0 1 0,-3.25 2.61,2.61 0 0 1 1.09,-1.06 3.82,3.82 0 0 1 3.29,0 2.61,2.61 0 0 1 1.09,1.06 3.64,3.64 0 0 1 0,3.25 2.65,2.65 0 0 1 -1.09,1.07 3.76,3.76 0 0 1 -3.29,0 z m 3,-2.69 a 2,2 0 0 0 -0.34,-1.27 1.19,1.19 0 0 0 -1,-0.42 q -1.32,0 -1.32,1.69 0,1.69 1.33,1.69 1.3,0 1.3,-1.69 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1753" />
<path
inkscape:connector-curvature="0"
d="m 53.6,292.13 a 0.85,0.85 0 0 1 0.46,-0.13 1,1 0 0 1 0.65,0.24 0.74,0.74 0 0 1 0.29,0.59 0.84,0.84 0 0 1 -0.08,0.36 L 51.67,300 a 1,1 0 0 1 -0.4,0.43 1.18,1.18 0 0 1 -1.15,0 1,1 0 0 1 -0.4,-0.43 l -3.24,-6.84 a 0.77,0.77 0 0 1 -0.08,-0.35 0.74,0.74 0 0 1 0.3,-0.6 1,1 0 0 1 0.67,-0.24 0.88,0.88 0 0 1 0.46,0.13 0.79,0.79 0 0 1 0.32,0.38 l 2.57,5.62 2.57,-5.62 a 0.8,0.8 0 0 1 0.31,-0.35 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1755-5" />
<path
inkscape:connector-curvature="0"
d="M 57,299.72 A 3.6,3.6 0 0 1 56.1,297 v -4.1 a 0.87,0.87 0 0 1 0.9,-0.9 0.89,0.89 0 0 1 0.67,0.25 0.92,0.92 0 0 1 0.25,0.67 v 4.19 a 2.27,2.27 0 0 0 0.46,1.54 2,2 0 0 0 2.68,0 2.25,2.25 0 0 0 0.47,-1.53 v -4.19 a 0.92,0.92 0 0 1 0.25,-0.67 0.89,0.89 0 0 1 0.67,-0.25 0.87,0.87 0 0 1 0.92,0.92 V 297 a 3.6,3.6 0 0 1 -0.94,2.68 4.44,4.44 0 0 1 -5.42,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1757-0" />
</g>
<rect
ry="0.74463677"
y="212.30685"
x="2.6458337"
height="50.27084"
width="10.583334"
id="rect1001"
style="display:inline;opacity:1;vector-effect:none;fill:#0f0f0f;fill-opacity:1;stroke:#000000;stroke-width:0.26458335;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<g
id="g922"
transform="translate(-0.26458398)">
<g
id="g886">
<g
transform="matrix(0.26458336,0,0,0.26458336,-85.918112,161.6386)"
id="g1566">
<path
inkscape:connector-curvature="0"
d="m 20.54,272.61 a 0.52,0.52 0 0 1 -0.14,-0.39 v -3.81 a 0.51,0.51 0 0 1 0.14,-0.38 0.6,0.6 0 0 1 0.78,0 0.51,0.51 0 0 1 0.14,0.38 v 3.81 a 0.55,0.55 0 0 1 -0.92,0.39 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path1562" />
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-12.363981,288.83139)"
style="display:inline"
id="g3491">
<circle
r="4.5"
cy="-48.355007"
cx="62.73"
id="path2841"
style="opacity:1;vector-effect:none;fill:#fff8d5;fill-opacity:1;stroke:none;stroke-width:0.82044631;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="g956"
transform="translate(-389.6823,-278.11648)">
<path
d="m 451.58099,227.69055 v 3.90747 h 2.20459 q 0.26368,0 0.40284,0.12818 0.14282,0.12817 0.14282,0.32226 0,0.19776 -0.13916,0.32227 -0.13916,0.12085 -0.4065,0.12085 h -2.62573 q -0.35522,0 -0.51269,-0.15747 -0.15381,-0.15747 -0.15381,-0.50904 v -4.13452 q 0,-0.32959 0.14648,-0.49438 0.15015,-0.1648 0.39185,-0.1648 0.24536,0 0.39551,0.1648 0.1538,0.16113 0.1538,0.49438 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#202020;fill-opacity:1"
id="path954"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-22.947316,298.35639)"
style="display:inline"
id="g3496">
<circle
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.82044631;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="circle2843"
cx="102.73"
cy="-48.355007"
r="4.5" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="g960"
transform="translate(-403.05076,-278.20807)">
<path
d="m 505.01538,230.19543 h -0.38086 v 1.72486 q 0,0.34057 -0.15015,0.50171 -0.15014,0.16113 -0.39184,0.16113 -0.26001,0 -0.40283,-0.16846 -0.14283,-0.16845 -0.14283,-0.49438 v -4.13086 q 0,-0.35156 0.15748,-0.50903 0.15747,-0.15748 0.50903,-0.15748 h 1.7688 q 0.36621,0 0.62622,0.033 0.26001,0.0293 0.46875,0.12452 0.25268,0.1062 0.44678,0.30395 0.19409,0.19775 0.29296,0.46143 0.10254,0.26001 0.10254,0.55297 0,0.60059 -0.34057,0.95948 -0.33692,0.35888 -1.02539,0.50903 0.2893,0.15381 0.55298,0.4541 0.26367,0.3003 0.46875,0.64087 0.20874,0.33692 0.32226,0.61157 0.11719,0.271 0.11719,0.37354 0,0.1062 -0.0696,0.2124 -0.0659,0.10254 -0.18311,0.16113 -0.11718,0.0623 -0.27099,0.0623 -0.18311,0 -0.30762,-0.0879 -0.12451,-0.0842 -0.21606,-0.21607 -0.0879,-0.13183 -0.2417,-0.38818 l -0.4358,-0.7251 q -0.23437,-0.39917 -0.42114,-0.60791 -0.1831,-0.20874 -0.37353,-0.28564 -0.19043,-0.0769 -0.47974,-0.0769 z m 0.62256,-2.25585 h -1.00342 v 1.47583 h 0.97412 q 0.39185,0 0.65918,-0.0659 0.26734,-0.0696 0.4065,-0.23072 0.14282,-0.16479 0.14282,-0.45044 0,-0.22338 -0.11353,-0.39184 -0.11352,-0.17212 -0.31494,-0.25635 -0.19043,-0.0806 -0.75073,-0.0806 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#202020;fill-opacity:1"
id="path958"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
<g
id="g898">
<g
id="g4330"
style="display:inline"
transform="matrix(0.26458336,0,0,0.26458336,-4.4264776,288.83139)">
<circle
style="opacity:1;vector-effect:none;fill:#fff8d5;fill-opacity:1;stroke:none;stroke-width:0.82044631;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers"
id="circle4324"
cx="62.73"
cy="-48.355007"
r="4.5" />
<g
transform="translate(-389.6823,-278.11648)"
id="g4328"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
id="path4326"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#202020;fill-opacity:1"
d="m 451.58099,227.69055 v 3.90747 h 2.20459 q 0.26368,0 0.40284,0.12818 0.14282,0.12817 0.14282,0.32226 0,0.19776 -0.13916,0.32227 -0.13916,0.12085 -0.4065,0.12085 h -2.62573 q -0.35522,0 -0.51269,-0.15747 -0.15381,-0.15747 -0.15381,-0.50904 v -4.13452 q 0,-0.32959 0.14648,-0.49438 0.15015,-0.1648 0.39185,-0.1648 0.24536,0 0.39551,0.1648 0.1538,0.16113 0.1538,0.49438 z" />
</g>
</g>
<g
id="g4338"
style="display:inline"
transform="matrix(0.26458336,0,0,0.26458336,-15.009813,298.35639)">
<circle
r="4.5"
cy="-48.355007"
cx="102.73"
id="circle4332"
style="opacity:1;vector-effect:none;fill:#ff4400;fill-opacity:1;stroke:none;stroke-width:0.82044631;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" />
<g
transform="translate(-403.05076,-278.20807)"
id="g4336"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
id="path4334"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#202020;fill-opacity:1"
d="m 505.01538,230.19543 h -0.38086 v 1.72486 q 0,0.34057 -0.15015,0.50171 -0.15014,0.16113 -0.39184,0.16113 -0.26001,0 -0.40283,-0.16846 -0.14283,-0.16845 -0.14283,-0.49438 v -4.13086 q 0,-0.35156 0.15748,-0.50903 0.15747,-0.15748 0.50903,-0.15748 h 1.7688 q 0.36621,0 0.62622,0.033 0.26001,0.0293 0.46875,0.12452 0.25268,0.1062 0.44678,0.30395 0.19409,0.19775 0.29296,0.46143 0.10254,0.26001 0.10254,0.55297 0,0.60059 -0.34057,0.95948 -0.33692,0.35888 -1.02539,0.50903 0.2893,0.15381 0.55298,0.4541 0.26367,0.3003 0.46875,0.64087 0.20874,0.33692 0.32226,0.61157 0.11719,0.271 0.11719,0.37354 0,0.1062 -0.0696,0.2124 -0.0659,0.10254 -0.18311,0.16113 -0.11718,0.0623 -0.27099,0.0623 -0.18311,0 -0.30762,-0.0879 -0.12451,-0.0842 -0.21606,-0.21607 -0.0879,-0.13183 -0.2417,-0.38818 l -0.4358,-0.7251 q -0.23437,-0.39917 -0.42114,-0.60791 -0.1831,-0.20874 -0.37353,-0.28564 -0.19043,-0.0769 -0.47974,-0.0769 z m 0.62256,-2.25585 h -1.00342 v 1.47583 h 0.97412 q 0.39185,0 0.65918,-0.0659 0.26734,-0.0696 0.4065,-0.23072 0.14282,-0.16479 0.14282,-0.45044 0,-0.22338 -0.11353,-0.39184 -0.11352,-0.17212 -0.31494,-0.25635 -0.19043,-0.0806 -0.75073,-0.0806 z" />
</g>
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-102.84417,205.32078)"
id="g1056"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#fff7d4;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
<path
inkscape:connector-curvature="0"
id="path1048"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';fill:#fff7d4;fill-opacity:1"
d="m 434.68402,227.03137 q 0.83496,0 1.43189,0.34058 0.60058,0.33691 0.9082,0.96313 0.30762,0.62256 0.30762,1.46485 0,0.62256 -0.16846,1.13159 -0.16846,0.50903 -0.50537,0.88257 -0.33692,0.37353 -0.82764,0.57129 -0.49072,0.19775 -1.12427,0.19775 -0.62988,0 -1.12793,-0.20142 -0.49804,-0.20507 -0.83129,-0.57495 -0.33326,-0.36987 -0.50538,-0.88989 -0.16845,-0.52002 -0.16845,-1.12427 0,-0.61889 0.17578,-1.13525 0.17944,-0.51636 0.51636,-0.87891 0.33691,-0.36255 0.82031,-0.55298 0.4834,-0.19409 1.09863,-0.19409 z m 1.54541,2.76123 q 0,-0.5896 -0.19043,-1.02173 -0.19043,-0.43212 -0.54565,-0.65185 -0.35157,-0.22339 -0.80933,-0.22339 -0.32593,0 -0.60425,0.12451 -0.27466,0.12085 -0.47607,0.35523 -0.19776,0.23437 -0.31494,0.60058 -0.11353,0.36255 -0.11353,0.81665 0,0.45777 0.11353,0.82764 0.11718,0.36987 0.32593,0.61523 0.2124,0.2417 0.48339,0.36255 0.27466,0.12085 0.60059,0.12085 0.41748,0 0.76538,-0.20874 0.35156,-0.20874 0.55664,-0.64453 0.20874,-0.43579 0.20874,-1.073 z" />
</g>
</g>
</g>
<g
transform="matrix(0.26458336,0,0,0.26458336,-88.374912,113.47889)"
id="g890">
<path
inkscape:connector-curvature="0"
d="m 31,232.1 a 3.68,3.68 0 0 1 -1.33,-0.63 0.83,0.83 0 0 1 -0.26,-0.28 0.89,0.89 0 0 1 0.11,-0.91 0.54,0.54 0 0 1 0.43,-0.23 0.81,0.81 0 0 1 0.26,0 1.63,1.63 0 0 1 0.31,0.15 4,4 0 0 0 1,0.47 4.27,4.27 0 0 0 1.16,0.15 2.29,2.29 0 0 0 1.21,-0.26 0.84,0.84 0 0 0 0.42,-0.76 0.68,0.68 0 0 0 -0.39,-0.6 5,5 0 0 0 -1.39,-0.43 7.65,7.65 0 0 1 -1.78,-0.55 2.31,2.31 0 0 1 -1,-0.8 2.12,2.12 0 0 1 -0.31,-1.16 2.26,2.26 0 0 1 0.44,-1.36 2.9,2.9 0 0 1 1.21,-0.95 4.28,4.28 0 0 1 1.75,-0.34 4.46,4.46 0 0 1 2.81,0.85 0.94,0.94 0 0 1 0.26,0.29 0.79,0.79 0 0 1 0.08,0.37 0.81,0.81 0 0 1 -0.19,0.53 0.54,0.54 0 0 1 -0.43,0.23 0.83,0.83 0 0 1 -0.25,0 1.72,1.72 0 0 1 -0.32,-0.16 5,5 0 0 0 -0.91,-0.47 3,3 0 0 0 -1,-0.16 2,2 0 0 0 -1.15,0.28 0.88,0.88 0 0 0 -0.42,0.77 0.69,0.69 0 0 0 0.16,0.47 1.36,1.36 0 0 0 0.54,0.33 8.39,8.39 0 0 0 1.07,0.3 6,6 0 0 1 2.35,0.92 1.87,1.87 0 0 1 0.71,1.55 2.25,2.25 0 0 1 -0.43,1.36 2.76,2.76 0 0 1 -1.2,0.91 4.62,4.62 0 0 1 -1.79,0.32 6.68,6.68 0 0 1 -1.73,-0.2 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path882" />
<path
inkscape:connector-curvature="0"
d="m 37.66,229 q 0,-0.71 0.85,-0.71 h 2.35 q 0.85,0 0.85,0.71 0,0.71 -0.85,0.71 H 38.51 Q 37.66,229.7 37.66,229 Z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path884" />
<path
inkscape:connector-curvature="0"
d="m 49.3,223.8 a 0.85,0.85 0 0 1 0.46,-0.13 1,1 0 0 1 0.65,0.24 0.74,0.74 0 0 1 0.29,0.59 0.84,0.84 0 0 1 -0.08,0.36 l -3.24,6.84 a 1,1 0 0 1 -0.4,0.43 1.19,1.19 0 0 1 -1.15,0 1,1 0 0 1 -0.4,-0.43 l -3.24,-6.84 a 0.77,0.77 0 0 1 -0.08,-0.35 0.74,0.74 0 0 1 0.3,-0.6 1,1 0 0 1 0.67,-0.24 0.88,0.88 0 0 1 0.46,0.13 0.78,0.78 0 0 1 0.32,0.38 l 2.57,5.62 2.57,-5.62 a 0.8,0.8 0 0 1 0.3,-0.38 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path886" />
<path
inkscape:connector-curvature="0"
d="m 52.73,231.4 a 3.6,3.6 0 0 1 -0.93,-2.68 v -4.1 a 0.87,0.87 0 0 1 0.92,-0.92 0.89,0.89 0 0 1 0.67,0.25 0.92,0.92 0 0 1 0.25,0.67 v 4.19 a 2.26,2.26 0 0 0 0.46,1.54 2,2 0 0 0 2.68,0 2.25,2.25 0 0 0 0.47,-1.53 v -4.19 a 0.92,0.92 0 0 1 0.25,-0.67 0.89,0.89 0 0 1 0.67,-0.25 0.87,0.87 0 0 1 0.92,0.92 v 4.1 a 3.6,3.6 0 0 1 -0.94,2.68 4.44,4.44 0 0 1 -5.42,0 z"
transform="translate(319.8,124.29)"
style="fill:#fff7d4"
id="path888" />
</g>
<g
transform="translate(1.3880792e-7,196.45831)"
id="g1486">
<path
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335"
d="M 1.5406693,0.7410401 V 3.2385622 H 2.7333615 C 3.4623855,3.2776139 4.0851679,2.7185244 4.1250078,1.9895428 4.085169,1.2605618 3.4623855,0.70198842 2.7333615,0.7410401 Z"
id="rect861-6"
inkscape:connector-curvature="0" />
<path
id="path912"
d="m 1.540669,97.440866 v 2.497523 h 1.192693 c 0.729024,0.03905 1.351806,-0.520038 1.391646,-1.24902 -0.03984,-0.728981 -0.662622,-1.287554 -1.391646,-1.248503 z"
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(1.3880792e-7,196.45831)"
id="g1490">
<path
inkscape:connector-curvature="0"
id="path918"
d="M 14.331839,0.74104081 V 3.2385629 H 13.139146 C 12.410122,3.2776147 11.78734,2.7185251 11.7475,1.9895435 11.78734,1.2605625 12.410122,0.70198913 13.139146,0.74104081 Z"
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335" />
<path
inkscape:connector-curvature="0"
style="fill:#251e1e;fill-opacity:1;stroke-width:0.26458335"
d="m 14.331839,97.440867 v 2.497523 h -1.192693 c -0.729024,0.03905 -1.351806,-0.520038 -1.391646,-1.24902 0.03984,-0.728981 0.662622,-1.287554 1.391646,-1.248503 z"
id="path920" />
</g>
</g>
</svg>

+ 154
- 0
repos/AS/src/ADSR.cpp View File

@@ -0,0 +1,154 @@
//**************************************************************************************
//ADSR module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************
#include "AS.hpp"
#include "dsp/digital.hpp"

struct ADSR : Module {
enum ParamIds {
ATTACK_PARAM,
DECAY_PARAM,
SUSTAIN_PARAM,
RELEASE_PARAM,
NUM_PARAMS
};
enum InputIds {
ATTACK_INPUT,
DECAY_INPUT,
SUSTAIN_INPUT,
RELEASE_INPUT,
GATE_INPUT,
TRIG_INPUT,
NUM_INPUTS
};
enum OutputIds {
ENVELOPE_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
ATTACK_LIGHT,
DECAY_LIGHT,
SUSTAIN_LIGHT,
RELEASE_LIGHT,
NUM_LIGHTS
};

bool decaying = false;
float env = 0.0f;
SchmittTrigger trigger;

ADSR() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {

}
void step() override;
};


void ADSR::step() {
float attack = clamp(params[ATTACK_INPUT].value + inputs[ATTACK_INPUT].value / 10.0f, 0.0f, 1.0f);
float decay = clamp(params[DECAY_PARAM].value + inputs[DECAY_INPUT].value / 10.0f, 0.0f, 1.0f);
float sustain = clamp(params[SUSTAIN_PARAM].value + inputs[SUSTAIN_INPUT].value / 10.0f, 0.0f, 1.0f);
float release = clamp(params[RELEASE_PARAM].value + inputs[RELEASE_PARAM].value / 10.0f, 0.0f, 1.0f);
// Gate and trigger
bool gated = inputs[GATE_INPUT].value >= 1.0f;
if (trigger.process(inputs[TRIG_INPUT].value))
decaying = false;

const float base = 20000.0f;
const float maxTime = 10.0f;
if (gated) {
if (decaying) {
// Decay
if (decay < 1e-4) {
env = sustain;
}
else {
env += powf(base, 1 - decay) / maxTime * (sustain - env) / engineGetSampleRate();
}
}
else {
// Attack
// Skip ahead if attack is all the way down (infinitely fast)
if (attack < 1e-4) {
env = 1.0f;
}
else {
env += powf(base, 1 - attack) / maxTime * (1.01 - env) / engineGetSampleRate();
}
if (env >= 1.0f) {
env = 1.0f;
decaying = true;
}
}
}
else {
// Release
if (release < 1e-4) {
env = 0.0f;
}
else {
env += powf(base, 1 - release) / maxTime * (0.0 - env) / engineGetSampleRate();
}
decaying = false;
}

bool sustaining = isNear(env, sustain, 1e-3);
bool resting = isNear(env, 0.0, 1e-3);

outputs[ENVELOPE_OUTPUT].value = 10.0f * env;

// Lights
lights[ATTACK_LIGHT].value = (gated && !decaying) ? 1.0f : 0.0f;
lights[DECAY_LIGHT].value = (gated && decaying && !sustaining) ? 1.0f : 0.0f;
lights[SUSTAIN_LIGHT].value = (gated && decaying && sustaining) ? 1.0f : 0.0f;
lights[RELEASE_LIGHT].value = (!gated && !resting) ? 1.0f : 0.0f;
}



struct ADSRWidget : ModuleWidget
{
ADSRWidget(ADSR *module);
};


ADSRWidget::ADSRWidget(ADSR *module) : ModuleWidget(module) {
box.size = Vec(RACK_GRID_WIDTH*8, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/ADSR.svg")));
addChild(panel);
}

addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
static const float posX[4] = {13.0f,39.0f,65.0f,91.0f};
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[0]+6, 74), module, ADSR::ATTACK_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[1]+6, 74), module, ADSR::DECAY_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[2]+6, 74), module, ADSR::SUSTAIN_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[3]+6, 74), module, ADSR::RELEASE_LIGHT));

addParam(ParamWidget::create<as_SlidePot>(Vec(posX[0]-3, 90), module, ADSR::ATTACK_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_SlidePot>(Vec(posX[1]-3, 90), module, ADSR::DECAY_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_SlidePot>(Vec(posX[2]-3, 90), module, ADSR::SUSTAIN_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_SlidePot>(Vec(posX[3]-3, 90), module, ADSR::RELEASE_PARAM, 0.0f, 1.0f, 0.5f));

addInput(Port::create<as_PJ301MPort>(Vec(posX[0]-4, 217), Port::INPUT, module, ADSR::ATTACK_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[1]-4, 217), Port::INPUT, module, ADSR::DECAY_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[2]-4, 217), Port::INPUT, module, ADSR::SUSTAIN_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[3]-4, 217), Port::INPUT, module, ADSR::RELEASE_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(posX[0]-4, 310), Port::INPUT, module, ADSR::GATE_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(48, 310), Port::INPUT, module, ADSR::TRIG_INPUT));

addOutput(Port::create<as_PJ301MPort>(Vec(posX[3]-4, 310), Port::OUTPUT, module, ADSR::ENVELOPE_OUTPUT));
}

Model *modelADSR = Model::create<ADSR, ADSRWidget>("AS", "ADSR", "ADSR", ENVELOPE_GENERATOR_TAG);

+ 43
- 0
repos/AS/src/AS.cpp View File

@@ -0,0 +1,43 @@
#include "AS.hpp"

Plugin *plugin;

void init(rack::Plugin *p) {
plugin = p;
p->slug = TOSTRING(SLUG);
p->version = TOSTRING(VERSION);
//OSCILLATORS
p->addModel(modelSineOsc);
p->addModel(modelSawOsc);
//TOOLS
p->addModel(modelADSR);
p->addModel(modelVCA);
p->addModel(modelQuadVCA);
p->addModel(modelTriLFO);
p->addModel(modelBPMClock);
p->addModel(modelSEQ16);
p->addModel(modelMixer8ch);
p->addModel(modelMonoVUmeter);
p->addModel(modelStereoVUmeter);
p->addModel(modelSteps);
p->addModel(modelLaunchGate);
p->addModel(modelKillGate);
p->addModel(modelFlow);
p->addModel(modelSignalDelay);
p->addModel(modelMultiple2_5);
p->addModel(modelMerge2_5);
p->addModel(modelTriggersMKI);
p->addModel(modelTriggersMKII);
//EFFECTS
p->addModel(modelDelayPlusFx);
p->addModel(modelPhaserFx);
p->addModel(modelReverbFx);
p->addModel(modelSuperDriveFx);
p->addModel(modelTremoloFx);
p->addModel(modelWaveShaper);
//BLANK PANELS
p->addModel(modelBlankPanel4);
p->addModel(modelBlankPanel6);
p->addModel(modelBlankPanel8);

}

+ 207
- 0
repos/AS/src/AS.hpp View File

@@ -0,0 +1,207 @@
#include "rack.hpp"

using namespace rack;

extern Plugin *plugin;

////////////////////
// module widgets
////////////////////

extern Model *modelSineOsc;
extern Model *modelSawOsc;

extern Model *modelADSR;
extern Model *modelVCA;
extern Model *modelQuadVCA;
extern Model *modelTriLFO;
extern Model *modelBPMClock;
extern Model *modelSEQ16;
extern Model *modelMixer8ch;
extern Model *modelMonoVUmeter;
extern Model *modelStereoVUmeter;
extern Model *modelMultiple2_5;
extern Model *modelMerge2_5;
extern Model *modelSteps;
extern Model *modelTriggersMKI;
extern Model *modelTriggersMKII;
extern Model *modelLaunchGate;
extern Model *modelKillGate;
extern Model *modelFlow;
extern Model *modelSignalDelay;

extern Model *modelDelayPlusFx;
extern Model *modelPhaserFx;
extern Model *modelReverbFx;
extern Model *modelSuperDriveFx;
extern Model *modelTremoloFx;
extern Model *modelWaveShaper;

extern Model *modelBlankPanel4;
extern Model *modelBlankPanel6;
extern Model *modelBlankPanel8;

//////////////////////////////////////
//MODULE COMPONENTS
/////////////////////////////////////
struct as_HexScrew : SVGScrew {
as_HexScrew() {
sw->svg = SVG::load(assetPlugin(plugin, "res/as-hexscrew.svg"));
sw->wrap();
box.size = sw->box.size;
}
};

struct as_Knob : SVGKnob {
as_Knob() {
minAngle = -0.83 * M_PI;
maxAngle = 0.83 * M_PI;
sw->svg = SVG::load(assetPlugin(plugin, "res/as-knob.svg"));
sw->wrap();
box.size = sw->box.size;
}
};
struct as_KnobBlack : SVGKnob {
as_KnobBlack() {
minAngle = -0.83 * M_PI;
maxAngle = 0.83 * M_PI;
sw->svg = SVG::load(assetPlugin(plugin, "res/as-knobBlack.svg"));
sw->wrap();
box.size = sw->box.size;
}
};

struct as_FxKnobWhite : SVGKnob {
as_FxKnobWhite() {
minAngle = -0.83 * M_PI;
maxAngle = 0.83 * M_PI;
sw->svg = SVG::load(assetPlugin(plugin, "res/as-FxKnobWhite.svg"));
sw->wrap();
box.size = sw->box.size;
}
};
struct as_FxKnobBlack : SVGKnob {
as_FxKnobBlack() {
minAngle = -0.83 * M_PI;
maxAngle = 0.83 * M_PI;
sw->svg = SVG::load(assetPlugin(plugin, "res/as-FxKnobBlack.svg"));
sw->wrap();
box.size = sw->box.size;
}
};

struct BigLEDBezel : SVGSwitch, MomentarySwitch {
BigLEDBezel() {
addFrame(SVG::load(assetPlugin(plugin, "res/as_bigLEDBezel.svg")));
}
};

struct as_CKSS : SVGSwitch, ToggleSwitch {
as_CKSS() {
addFrame(SVG::load(assetPlugin(plugin,"res/as_CKSS_0.svg")));
addFrame(SVG::load(assetPlugin(plugin,"res/as_CKSS_1.svg")));
}
};

struct as_CKSSH : SVGSwitch, ToggleSwitch {
as_CKSSH() {
addFrame(SVG::load(assetPlugin(plugin, "res/as_CKSSH_0.svg")));
addFrame(SVG::load(assetPlugin(plugin, "res/as_CKSSH_1.svg")));
sw->wrap();
box.size = sw->box.size;
}
};

struct as_CKSSThree : SVGSwitch, ToggleSwitch {
as_CKSSThree() {
addFrame(SVG::load(assetPlugin(plugin,"res/as_CKSSThree_2.svg")));
addFrame(SVG::load(assetPlugin(plugin,"res/as_CKSSThree_1.svg")));
addFrame(SVG::load(assetPlugin(plugin,"res/as_CKSSThree_0.svg")));
}
};

struct as_MuteBtn : SVGSwitch, ToggleSwitch {
as_MuteBtn() {
addFrame(SVG::load(assetPlugin(plugin,"res/as_mute-off.svg")));
addFrame(SVG::load(assetPlugin(plugin,"res/as_mute-on.svg")));
}
};

struct as_SoloBtn : SVGSwitch, ToggleSwitch {
as_SoloBtn() {
addFrame(SVG::load(assetPlugin(plugin,"res/as_solo-off.svg")));
addFrame(SVG::load(assetPlugin(plugin,"res/as_solo-on.svg")));
}
};

template <typename BASE>
struct GiantLight : BASE {
GiantLight() {
this->box.size = mm2px(Vec(18.0, 18.0));
}
};

template <typename BASE>
struct MeterLight : BASE {
MeterLight() {
this->box.size = Vec(8, 8);
}
};

struct OrangeLight : GrayModuleLightWidget {
OrangeLight() {
addBaseColor(COLOR_ORANGE);
}
};

template <typename BASE>
struct LedLight : BASE {
LedLight() {
//this->box.size = Vec(20.0, 20.0);
this->box.size = mm2px(Vec(6.0, 6.0));
}
};

/** Reads two adjacent lightIds, so `lightId` and `lightId + 1` must be defined */
struct YellowRedLight : GrayModuleLightWidget {
YellowRedLight() {
addBaseColor(COLOR_YELLOW);
addBaseColor(COLOR_RED);
}
};

struct as_PJ301MPort : SVGPort {
as_PJ301MPort() {
background->svg = SVG::load(assetPlugin(plugin,"res/as-PJ301M.svg"));
background->wrap();
box.size = background->box.size;
}
};

struct as_SlidePot : SVGFader {
as_SlidePot() {
Vec margin = Vec(4, 4);
maxHandlePos = Vec(-1.5, -8).plus(margin);
minHandlePos = Vec(-1.5, 87).plus(margin);
background->svg = SVG::load(assetPlugin(plugin,"res/as-SlidePot.svg"));
background->wrap();
background->box.pos = margin;
box.size = background->box.size.plus(margin.mult(2));
handle->svg = SVG::load(assetPlugin(plugin,"res/as-SlidePotHandle.svg"));
handle->wrap();
}
};

struct as_FaderPot : SVGFader {
as_FaderPot() {
Vec margin = Vec(4, 4);
maxHandlePos = Vec(-1.5, -8).plus(margin);
minHandlePos = Vec(-1.5, 57).plus(margin);
background->svg = SVG::load(assetPlugin(plugin,"res/as-FaderPot.svg"));
background->wrap();
background->box.pos = margin;
box.size = background->box.size.plus(margin.mult(2));
handle->svg = SVG::load(assetPlugin(plugin,"res/as-SlidePotHandle.svg"));
handle->wrap();
}
};

+ 380
- 0
repos/AS/src/BPMClock.cpp View File

@@ -0,0 +1,380 @@
//**************************************************************************************
//
//BPM Clock module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Based on code taken from Master Clock Module VCV Module Strum 2017 https://github.com/Strum/Strums_Mental_VCV_Modules
//**************************************************************************************

#include "AS.hpp"
#include "dsp/digital.hpp"

#include <sstream>
#include <iomanip>

struct LFOGenerator {
float phase = 0.0f;
float pw = 0.5f;
float freq = 1.0f;
void setFreq(float freq_to_set)
{
freq = freq_to_set;
}
void step(float dt) {
float deltaPhase = fminf(freq * dt, 0.5f);
phase += deltaPhase;
if (phase >= 1.0f)
phase -= 1.0f;
}
float sqr() {
float sqr = phase < pw ? 1.0f : -1.0f;
return sqr;
}
};

struct BPMClock : Module {
enum ParamIds {
TEMPO_PARAM,
TIMESIGTOP_PARAM,
TIMESIGBOTTOM_PARAM,
RESET_SWITCH,
RUN_SWITCH,
NUM_PARAMS
};
enum InputIds {
RESET_INPUT,
NUM_INPUTS
};
enum OutputIds {
BEAT_OUT,
EIGHTHS_OUT,
SIXTEENTHS_OUT,
BAR_OUT,
RESET_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
RESET_LED,
RUN_LED,
NUM_LIGHTS
};
LFOGenerator clock;
SchmittTrigger eighths_trig;
SchmittTrigger quarters_trig;
SchmittTrigger bars_trig;
SchmittTrigger run_button_trig;
SchmittTrigger reset_btn_trig;
SchmittTrigger reset_ext_trig;

const float lightLambda = 0.075f;
float resetLight = 0.0f;

bool running = true;
int eighths_count = 0;
int quarters_count = 0;
int bars_count = 0;
int tempo, time_sig_top, time_sig_bottom = 0;
float frequency = 2.0f;
int quarters_count_limit = 4;
int eighths_count_limit = 2;
int bars_count_limit = 16;
BPMClock() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
/*
params.resize(NUM_PARAMS);
inputs.resize(NUM_INPUTS);
outputs.resize(NUM_OUTPUTS);
lights.resize(NUM_LIGHTS);
eighths_trig.setThresholds(0.0, 1.0);
quarters_trig.setThresholds(0.0, 1.0);
bars_trig.setThresholds(0.0, 1.0);
*/
}
void step() override;

json_t *toJson() override
{
json_t *rootJ = json_object();
json_t *button_statesJ = json_array();
json_t *button_stateJ = json_integer((int)running);
json_array_append_new(button_statesJ, button_stateJ);
json_object_set_new(rootJ, "run", button_statesJ);
return rootJ;
}
void fromJson(json_t *rootJ) override
{
json_t *button_statesJ = json_object_get(rootJ, "run");
if (button_statesJ)
{
json_t *button_stateJ = json_array_get(button_statesJ,0);
if (button_stateJ)
running = !!json_integer_value(button_stateJ);
}
}
};

void BPMClock::step()
{
if (run_button_trig.process(params[RUN_SWITCH].value)){
running = !running;
}
lights[RUN_LED].value = running ? 1.0f : 0.0f;
tempo = std::round(params[TEMPO_PARAM].value);
time_sig_top = std::round(params[TIMESIGTOP_PARAM].value);
time_sig_bottom = std::round(params[TIMESIGBOTTOM_PARAM].value);
time_sig_bottom = std::pow(2,time_sig_bottom+1);
frequency = tempo/60.0f;
//RESET TRIGGERS
//EXTERNAL RESET TRIGGER
if (reset_ext_trig.process(inputs[RESET_INPUT].value)) {
eighths_count = 0;
quarters_count = 0;
bars_count = 0;
resetLight = 1.0;
outputs[RESET_OUTPUT].value = 10.0f;
//INTERNAL RESET TRIGGER
}else if (reset_btn_trig.process(params[RESET_SWITCH].value)) {
eighths_count = 0;
quarters_count = 0;
bars_count = 0;
resetLight = 1.0;
outputs[RESET_OUTPUT].value = 10.0f;
}else{
outputs[RESET_OUTPUT].value = 0.0f;
}

resetLight -= resetLight / lightLambda / engineGetSampleRate();
lights[RESET_LED].value = resetLight;

if (!running) {
eighths_count = 0;
quarters_count = 0;
bars_count = 0;
outputs[BAR_OUT].value = 0.0;
outputs[BEAT_OUT].value = 0.0;
outputs[EIGHTHS_OUT].value = 0.0;
outputs[SIXTEENTHS_OUT].value = 0.0;
outputs[SIXTEENTHS_OUT].value = 0.0;
} else{
if (time_sig_top == time_sig_bottom){
clock.setFreq(frequency*4);
quarters_count_limit = 4;
eighths_count_limit = 2;
bars_count_limit = 16;
} else{
if (time_sig_bottom == 4){
quarters_count_limit = 4;
eighths_count_limit = 2;
bars_count_limit = time_sig_top * 4;
clock.setFreq(frequency*4);
}
if (time_sig_bottom == 8){
quarters_count_limit = 4;
eighths_count_limit = 2;
bars_count_limit = time_sig_top * 2;
clock.setFreq(frequency*4);
if ((time_sig_top % 3) == 0){
quarters_count_limit = 6;
eighths_count_limit = 2;
bars_count_limit = (time_sig_top/3) * 6;
clock.setFreq(frequency*6);
}
}
}
clock.step(1.0 / engineGetSampleRate());
outputs[SIXTEENTHS_OUT].value = clamp(10.0f * clock.sqr(), 0.0f, 10.0f);
if (eighths_trig.process(clock.sqr()) && eighths_count <= eighths_count_limit)
eighths_count++;
if (eighths_count >= eighths_count_limit)
{
eighths_count = 0;
}
if (eighths_count == 0) outputs[EIGHTHS_OUT].value = 10.0f;
else outputs[EIGHTHS_OUT].value = 0.0f;
if (quarters_trig.process(clock.sqr()) && quarters_count <= quarters_count_limit)
quarters_count++;
if (quarters_count >= quarters_count_limit)
{
quarters_count = 0;
}
if (quarters_count == 0) outputs[BEAT_OUT].value = 10.0f;
else outputs[BEAT_OUT].value = 0.0f;
if (bars_trig.process(clock.sqr()) && bars_count <= bars_count_limit)
bars_count++;
if (bars_count >= bars_count_limit)
{
bars_count = 0;
}
if (bars_count == 0) outputs[BAR_OUT].value = 10.0f;
else outputs[BAR_OUT].value = 0.0f;
}
}

////////////////////////////////////
struct BpmDisplayWidget : TransparentWidget {
int *value;
std::shared_ptr<Font> font;

BpmDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

std::stringstream to_display;
to_display << std::setw(3) << *value;

Vec textPos = Vec(4.0f, 17.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
////////////////////////////////////
struct SigDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

SigDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.0);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

std::stringstream to_display;
to_display << std::setw(2) << *value;

Vec textPos = Vec(3, 17);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
//////////////////////////////////

struct BPMClockWidget : ModuleWidget
{
BPMClockWidget(BPMClock *module);
};


BPMClockWidget::BPMClockWidget(BPMClock *module) : ModuleWidget(module) {
box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin,"res/BPMClock.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//BPM DISPLAY
BpmDisplayWidget *display = new BpmDisplayWidget();
display->box.pos = Vec(23,50);
display->box.size = Vec(45, 20);
display->value = &module->tempo;
addChild(display);
//TEMPO KNOB
addParam(ParamWidget::create<as_KnobBlack>(Vec(26, 74), module, BPMClock::TEMPO_PARAM, 40.0f, 250.0f, 120.0f));
//SIG TOP DISPLAY
SigDisplayWidget *display2 = new SigDisplayWidget();
display2->box.pos = Vec(54,123);
display2->box.size = Vec(30, 20);
display2->value = &module->time_sig_top;
addChild(display2);
//SIG TOP KNOB
addParam(ParamWidget::create<as_KnobBlack>(Vec(8, 110), module, BPMClock::TIMESIGTOP_PARAM,2.0f, 15.0f, 4.0f));
//SIG BOTTOM DISPLAY
SigDisplayWidget *display3 = new SigDisplayWidget();
display3->box.pos = Vec(54,155);
display3->box.size = Vec(30, 20);
display3->value = &module->time_sig_bottom;
addChild(display3);
//SIG BOTTOM KNOB
addParam(ParamWidget::create<as_KnobBlack>(Vec(8, 150), module, BPMClock::TIMESIGBOTTOM_PARAM,0.0f, 3.0f, 1.0f));
//RESET & RUN LEDS
addParam(ParamWidget::create<LEDBezel>(Vec(55, 202), module, BPMClock::RUN_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(57.2, 204.3), module, BPMClock::RUN_LED));
addParam(ParamWidget::create<LEDBezel>(Vec(10.5, 202), module, BPMClock::RESET_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(12.7, 204.3), module, BPMClock::RESET_LED));
//RESET INPUT
addInput(Port::create<as_PJ301MPort>(Vec(10, 240), Port::INPUT, module, BPMClock::RESET_INPUT));
//RESET OUTPUT
addOutput(Port::create<as_PJ301MPort>(Vec(55, 240), Port::OUTPUT, module, BPMClock::RESET_OUTPUT));
//TEMPO OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(10, 280), Port::OUTPUT, module, BPMClock::BAR_OUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 280), Port::OUTPUT, module, BPMClock::BEAT_OUT));
addOutput(Port::create<as_PJ301MPort>(Vec(10, 320), Port::OUTPUT, module, BPMClock::EIGHTHS_OUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 320), Port::OUTPUT, module, BPMClock::SIXTEENTHS_OUT));

}

Model *modelBPMClock = Model::create<BPMClock, BPMClockWidget>("AS", "BPMClock", "BPM Clock", CLOCK_TAG);

+ 48
- 0
repos/AS/src/BlankPanel4.cpp View File

@@ -0,0 +1,48 @@
#include "AS.hpp"

struct BlankPanel4 : Module {
enum ParamIds {
NUM_PARAMS
};
enum InputIds {
NUM_INPUTS
};
enum OutputIds {
NUM_OUTPUTS
};
enum LightIds {
BLINK_LIGHT,
NUM_LIGHTS
};

BlankPanel4() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
};

void BlankPanel4::step()
{
}

struct BlankPanel4Widget : ModuleWidget
{
BlankPanel4Widget(BlankPanel4 *module);
};

BlankPanel4Widget::BlankPanel4Widget(BlankPanel4 *module) : ModuleWidget(module) {
box.size = Vec(4 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->setBackground(SVG::load(assetPlugin(plugin, "res/BlankPanel4.svg")));
panel->box.size = box.size;
addChild(panel);
}

//SCREWS - MOD SPACING FOR RACK WIDTH*4
addChild(Widget::create<as_HexScrew>(Vec(0, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(0, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
}

Model *modelBlankPanel4 = Model::create<BlankPanel4, BlankPanel4Widget>("AS", "BlankPanel4", "BlankPanel 4", BLANK_TAG);

+ 47
- 0
repos/AS/src/BlankPanel6.cpp View File

@@ -0,0 +1,47 @@
#include "AS.hpp"

struct BlankPanel6 : Module {
enum ParamIds {
NUM_PARAMS
};
enum InputIds {
NUM_INPUTS
};
enum OutputIds {
NUM_OUTPUTS
};
enum LightIds {
BLINK_LIGHT,
NUM_LIGHTS
};

BlankPanel6() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
};

void BlankPanel6::step()
{
}

struct BlankPanel6Widget : ModuleWidget
{
BlankPanel6Widget(BlankPanel6 *module);
};

BlankPanel6Widget::BlankPanel6Widget(BlankPanel6 *module) : ModuleWidget(module) {
box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->setBackground(SVG::load(assetPlugin(plugin, "res/BlankPanel6.svg")));
panel->box.size = box.size;
addChild(panel);
}

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

Model *modelBlankPanel6 = Model::create<BlankPanel6, BlankPanel6Widget>("AS", "BlankPanel6", "BlankPanel 6", BLANK_TAG);

+ 47
- 0
repos/AS/src/BlankPanel8.cpp View File

@@ -0,0 +1,47 @@
#include "AS.hpp"

struct BlankPanel8 : Module {
enum ParamIds {
NUM_PARAMS
};
enum InputIds {
NUM_INPUTS
};
enum OutputIds {
NUM_OUTPUTS
};
enum LightIds {
BLINK_LIGHT,
NUM_LIGHTS
};

BlankPanel8() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
};

void BlankPanel8::step()
{
}

struct BlankPanel8Widget : ModuleWidget
{
BlankPanel8Widget(BlankPanel8 *module);
};

BlankPanel8Widget::BlankPanel8Widget(BlankPanel8 *module) : ModuleWidget(module) {
box.size = Vec(8 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->setBackground(SVG::load(assetPlugin(plugin, "res/BlankPanel8.svg")));
panel->box.size = box.size;
addChild(panel);
}

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

Model *modelBlankPanel8 = Model::create<BlankPanel8, BlankPanel8Widget>("AS", "BlankPanel8", "BlankPanel 8", BLANK_TAG);

+ 272
- 0
repos/AS/src/DelayPlus.cpp View File

@@ -0,0 +1,272 @@
//**************************************************************************************
//Delay Plus module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************
#include "AS.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"
#include "dsp/filter.hpp"

#include "dsp/digital.hpp"

#include <sstream>
#include <iomanip>

#define HISTORY_SIZE (1<<21)

struct DelayPlusFx : Module {
enum ParamIds {
TIME_PARAM,
FEEDBACK_PARAM,
COLOR_PARAM,
MIX_PARAM,
BYPASS_SWITCH,
NUM_PARAMS
};
enum InputIds {
TIME_INPUT,
FEEDBACK_INPUT,
COLOR_INPUT,
COLOR_RETURN,

MIX_INPUT,
IN_INPUT,
NUM_INPUTS
};
enum OutputIds {
COLOR_SEND,
OUT_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
BYPASS_LED,
NUM_LIGHTS
};

DoubleRingBuffer<float, HISTORY_SIZE> historyBuffer;
DoubleRingBuffer<float, 16> outBuffer;
SampleRateConverter<1> src;
float lastWet = 0.0f;
RCFilter lowpassFilter;
RCFilter highpassFilter;

int lcd_tempo = 0;
SchmittTrigger bypass_button_trig;

bool fx_bypass = false;
DelayPlusFx() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}

void step() override;

json_t *toJson()override {
json_t *rootJm = json_object();

json_t *statesJ = json_array();
json_t *bypassJ = json_boolean(fx_bypass);
json_array_append_new(statesJ, bypassJ);
json_object_set_new(rootJm, "as_FxBypass", statesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *statesJ = json_object_get(rootJm, "as_FxBypass");
json_t *bypassJ = json_array_get(statesJ, 0);

fx_bypass = !!json_boolean_value(bypassJ);
}

};

void DelayPlusFx::step() {

if (bypass_button_trig.process(params[BYPASS_SWITCH].value))
{
fx_bypass = !fx_bypass;
}
lights[BYPASS_LED].value = fx_bypass ? 1.0f : 0.0f;

// Get input to delay block
float in = inputs[IN_INPUT].value;
float feedback = clamp(params[FEEDBACK_PARAM].value + inputs[FEEDBACK_INPUT].value / 10.0f, 0.0f, 1.0f);
float dry = in + lastWet * feedback;

// Compute delay time in seconds
//float delay = 1e-3 * powf(10.0 / 1e-3, clampf(params[TIME_PARAM].value + inputs[TIME_INPUT].value / 10.0, 0.0, 1.0));
float delay = clamp(params[TIME_PARAM].value + inputs[TIME_INPUT].value, 0.001f, 10.0f);
//LCD display tempo - show value as ms
lcd_tempo = std::round(delay*1000);
// Number of delay samples
float index = delay * engineGetSampleRate();

// TODO This is a horrible digital delay algorithm. Rewrite later.

// Push dry sample into history buffer
if (!historyBuffer.full()) {
historyBuffer.push(dry);
}

// How many samples do we need consume to catch up?
float consume = index - historyBuffer.size();
//printf("%f\t%d\t%f\n", index, historyBuffer.size(), consume);
// printf("wanted: %f\tactual: %d\tdiff: %d\tratio: %f\n", index, historyBuffer.size(), consume, index / historyBuffer.size());
if (outBuffer.empty()) {

double ratio = 1.0;
if (consume <= -16)
ratio = 0.5;
else if (consume >= 16)
ratio = 2.0;

// printf("%f\t%lf\n", consume, ratio);
int inFrames = min(historyBuffer.size(), 16);
int outFrames = outBuffer.capacity();
// printf(">\t%d\t%d\n", inFrames, outFrames);

src.setRates(ratio * engineGetSampleRate(), engineGetSampleRate());
src.process((const Frame<1>*)historyBuffer.startData(), &inFrames, (Frame<1>*)outBuffer.endData(), &outFrames);
historyBuffer.startIncr(inFrames);
outBuffer.endIncr(outFrames);
// printf("<\t%d\t%d\n", inFrames, outFrames);
// printf("====================================\n");
}
float out;
float mix;
float wet = 0.0f;
if (!outBuffer.empty()) {
wet = outBuffer.shift();
}

if (outputs[COLOR_SEND].active == false) {
//internal color
// Apply color to delay wet output
float color = clamp(params[COLOR_PARAM].value + inputs[COLOR_INPUT].value / 10.0f, 0.0f, 1.0f);
float lowpassFreq = 10000.0f * powf(10.0f, clamp(2.0*color, 0.0f, 1.0f));
lowpassFilter.setCutoff(lowpassFreq / engineGetSampleRate());
lowpassFilter.process(wet);
wet = lowpassFilter.lowpass();
float highpassFreq = 10.0f * powf(100.0f, clamp(2.0f*color - 1.0f, 0.0f, 1.0f));
highpassFilter.setCutoff(highpassFreq / engineGetSampleRate());
highpassFilter.process(wet);
wet = highpassFilter.highpass();
//lastWet = wet;
}else {
//external color, to filter the wet delay signal outside of the module, or to feed another module
outputs[COLOR_SEND].value = wet;
wet = inputs[COLOR_RETURN].value;
}
lastWet = wet;
mix = clamp(params[MIX_PARAM].value + inputs[MIX_INPUT].value / 10.0f, 0.0f, 1.0f);
out = crossfade(in, wet, mix);
//check bypass switch status
if (fx_bypass){
outputs[OUT_OUTPUT].value = in;
}else{
outputs[OUT_OUTPUT].value = out;
}
}

///////////////////////////////////
struct MsDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

MsDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
// NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

std::stringstream to_display;
to_display << std::right << std::setw(5) << *value;

Vec textPos = Vec(4.0f, 17.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~~~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\\\\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
////////////////////////////////////
struct DelayPlusFxWidget : ModuleWidget
{
DelayPlusFxWidget(DelayPlusFx *module);
};

DelayPlusFxWidget::DelayPlusFxWidget(DelayPlusFx *module) : ModuleWidget(module) {

box.size = Vec(RACK_GRID_WIDTH*8, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/DelayPlus.svg")));
addChild(panel);
}

//MS DISPLAY
MsDisplayWidget *display = new MsDisplayWidget();
display->box.pos = Vec(14,50);
display->box.size = Vec(70, 20);
display->value = &module->lcd_tempo;
addChild(display);
int y_offset=40;
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//KNOBS
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(74, 38+y_offset), module, DelayPlusFx::TIME_PARAM, 0.001f, 10.0f, 0.350f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(74, 90+y_offset), module, DelayPlusFx::FEEDBACK_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(74, 140+y_offset), module, DelayPlusFx::COLOR_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(74, 213+y_offset), module, DelayPlusFx::MIX_PARAM, 0.0f, 1.0f, 0.5f));
//BYPASS SWITCH
addParam(ParamWidget::create<LEDBezel>(Vec(49, 272+y_offset), module, DelayPlusFx::BYPASS_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(51.2, 274+y_offset), module, DelayPlusFx::BYPASS_LED));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 45+y_offset), Port::INPUT, module, DelayPlusFx::TIME_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 95+y_offset), Port::INPUT, module, DelayPlusFx::FEEDBACK_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 145+y_offset), Port::INPUT, module, DelayPlusFx::COLOR_INPUT));
//DELAY SIGNAL SEND
addOutput(Port::create<as_PJ301MPort>(Vec(20, 184+y_offset), Port::OUTPUT, module, DelayPlusFx::COLOR_SEND));
//DELAY SIGNAL RETURN
addInput(Port::create<as_PJ301MPort>(Vec(75, 184+y_offset), Port::INPUT, module, DelayPlusFx::COLOR_RETURN));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 220+y_offset), Port::INPUT, module, DelayPlusFx::MIX_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 310), Port::INPUT, module, DelayPlusFx::IN_INPUT));
//OUTPUT
addOutput(Port::create<as_PJ301MPort>(Vec(85, 310), Port::OUTPUT, module, DelayPlusFx::OUT_OUTPUT));
}

Model *modelDelayPlusFx = Model::create<DelayPlusFx, DelayPlusFxWidget>("AS", "DelayPlusFx", "DelayPlus Fx", DELAY_TAG, EFFECT_TAG);

+ 152
- 0
repos/AS/src/Flow.cpp View File

@@ -0,0 +1,152 @@
//**************************************************************************************
//Flow module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//**************************************************************************************
#include "AS.hpp"
#include "dsp/digital.hpp"

struct Flow: Module {
enum ParamIds {
SWITCH_1,
SWITCH_2,
NUM_PARAMS
};
enum InputIds {
INPUT_1,
INPUT_2,
RESET_1,
RESET_2,
CV_TRIG_INPUT_1,
CV_TRIG_INPUT_2,
NUM_INPUTS
};
enum OutputIds {
OUTPUT_1,
OUTPUT_2,
NUM_OUTPUTS
};
enum LightIds {
TRIGGER_LED_1,
TRIGGER_LED_2,
NUM_LIGHTS
};

SchmittTrigger btnTrigger1;
SchmittTrigger extTrigger1;
SchmittTrigger extReset1;
SchmittTrigger btnTrigger2;
SchmittTrigger extTrigger2;
SchmittTrigger extReset2;

bool on_1 = false;
bool on_2 = false;
Flow() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
json_t *toJson()override {
json_t *rootJm = json_object();

json_t *on_statesJ = json_array();
json_t *on_stateJ1 = json_integer((int) on_1);
json_t *on_stateJ2 = json_integer((int) on_2);

json_array_append_new(on_statesJ, on_stateJ1);
json_array_append_new(on_statesJ, on_stateJ2);
json_object_set_new(rootJm, "as_FlowStates", on_statesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *on_statesJ = json_object_get(rootJm, "as_FlowStates");
json_t *on_stateJ1 = json_array_get(on_statesJ, 0);
json_t *on_stateJ2 = json_array_get(on_statesJ, 1);

on_1 = !!json_integer_value(on_stateJ1);
on_2 = !!json_integer_value(on_stateJ2);
}
};

void Flow::step() {

//TRIGGER 1
if (btnTrigger1.process(params[SWITCH_1].value)||extTrigger1.process(inputs[CV_TRIG_INPUT_1].value)) {
on_1 = !on_1;
}
if (extReset1.process(inputs[RESET_1].value)) {
on_1 = false;
}
if(on_1){
outputs[OUTPUT_1].value = inputs[INPUT_1].value;
}else{
outputs[OUTPUT_1].value = 0.0f;
}
lights[TRIGGER_LED_1].value = on_1 ? 1.0f : 0.0f;
//TRIGGER 2
if (btnTrigger2.process(params[SWITCH_2].value)||extTrigger2.process(inputs[CV_TRIG_INPUT_2].value)) {
on_2 = !on_2;
}
if (extReset2.process(inputs[RESET_2].value)) {
on_2 = false;
}
if(on_2){
outputs[OUTPUT_2].value = inputs[INPUT_2].value;
}else{
outputs[OUTPUT_2].value = 0.0f;
}
lights[TRIGGER_LED_2].value = on_2 ? 1.0f : 0.0f;

}

////////////////////////////////////
struct FlowWidget : ModuleWidget
{
FlowWidget(Flow *module);
};

FlowWidget::FlowWidget(Flow *module) : ModuleWidget(module) {

box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Flow.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

static const float led_offset = 3.3;
static const float led_center = 15;
static const float y_offset = 150;
//TRIGGER 1
//SWITCH
addParam(ParamWidget::create<BigLEDBezel>(Vec(led_center, 50), module, Flow::SWITCH_1, 0.0, 1.0, 0.0));
addChild(ModuleLightWidget::create<GiantLight<RedLight>>(Vec(led_center+led_offset, 50+led_offset), module, Flow::TRIGGER_LED_1));
//PORTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 140), Port::INPUT, module, Flow::CV_TRIG_INPUT_1));
addInput(Port::create<as_PJ301MPort>(Vec(55, 140), Port::INPUT, module, Flow::RESET_1));
addInput(Port::create<as_PJ301MPort>(Vec(10, 174), Port::INPUT, module, Flow::INPUT_1));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 174), Port::OUTPUT, module, Flow::OUTPUT_1));
//TRIGGER 2
//SWITCH
addParam(ParamWidget::create<BigLEDBezel>(Vec(led_center, 50+y_offset), module, Flow::SWITCH_2, 0.0, 1.0, 0.0));
addChild(ModuleLightWidget::create<GiantLight<RedLight>>(Vec(led_center+led_offset, 50+led_offset+y_offset), module, Flow::TRIGGER_LED_2));
//PORTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 140+y_offset), Port::INPUT, module, Flow::CV_TRIG_INPUT_2));
addInput(Port::create<as_PJ301MPort>(Vec(55, 140+y_offset), Port::INPUT, module, Flow::RESET_2));
addInput(Port::create<as_PJ301MPort>(Vec(10, 174+y_offset), Port::INPUT, module, Flow::INPUT_2));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 174+y_offset), Port::OUTPUT, module, Flow::OUTPUT_2));

}
Model *modelFlow = Model::create<Flow, FlowWidget>("AS", "Flow", "Flow", SWITCH_TAG, UTILITY_TAG);

+ 280
- 0
repos/AS/src/KillGate.cpp View File

@@ -0,0 +1,280 @@
//**************************************************************************************
//KillGate module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code adapted from Dual Counter - VCV Module, Strum 2017
//**************************************************************************************

#include "AS.hpp"

#include "dsp/digital.hpp"

#include <sstream>
#include <iomanip>

struct KillGate : Module {
enum ParamIds {
RST_BUTTON1,
COUNT_NUM_PARAM_1,
RST_BUTTON2,
COUNT_NUM_PARAM_2,
NUM_PARAMS
};
enum InputIds {
INPUT_1,
CLK_IN_1,
RESET_IN_1,
INPUT_2,
CLK_IN_2,
RESET_IN_2,
NUM_INPUTS
};
enum OutputIds {
OUTPUT_1,
OUTPUT_2,
OUTPUT_3,
NUM_OUTPUTS
};
enum LightIds {
RESET_LIGHT1,
RESET_LIGHT2,
NUM_LIGHTS
};

SchmittTrigger clock_trigger_1;
SchmittTrigger reset_trigger_1;
SchmittTrigger reset_ext_trigger_1;
int count_limit1 = 1;
int count1 = 0;
SchmittTrigger clock_trigger_2;
SchmittTrigger reset_trigger_2;
SchmittTrigger reset_ext_trigger_2;
int count_limit_2 = 1;
int count_2 = 0;
const float lightLambda = 0.075;

float resetLight1 = 0.0f;
float resetLight2 = 0.0f;

bool gate1_open= true;
bool gate2_open= true;

KillGate() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {

}

void reset() override {
count_limit1 = 1;
count1 = 0;
count_limit_2 = 1;
count_2 = 0;
gate1_open= false;
gate2_open= false;

}

void step() override;

};


void KillGate::step(){

count_limit1 = round(params[COUNT_NUM_PARAM_1].value);
count_limit_2 = round(params[COUNT_NUM_PARAM_2].value);

bool reset1 = false;
bool reset_2 = false;
///////////// counter 1
if (reset_trigger_1.process(params[RST_BUTTON1].value)){
reset1 = true;
count1 = 0;
gate1_open=true;
resetLight1 = 1.0;

}
if (reset_ext_trigger_1.process(inputs[RESET_IN_1].value)){
reset1 = true;
count1 = 0;
gate1_open = true;
resetLight1 = 1.0;

}

resetLight1 -= resetLight1 / lightLambda / engineGetSampleRate();
lights[RESET_LIGHT1].value = resetLight1;

if (reset1 == false){
if (clock_trigger_1.process(inputs[CLK_IN_1].value) && count1 <= count_limit1){
if (gate1_open){
count1++;
}
}
}
if (count1 == count_limit1){
gate1_open = false;
}
if (!gate1_open){
outputs[OUTPUT_1].value = 0.0f;
}else{
outputs[OUTPUT_1].value = inputs[INPUT_1].value;
}
///////////// counter 2
if (reset_trigger_2.process(params[RST_BUTTON2].value)){
reset_2 = true;
count_2 = 0;
gate2_open=true;
resetLight2 = 1.0f;
}
if (reset_ext_trigger_2.process(inputs[RESET_IN_2].value)){
reset_2 = true;
count_2 = 0;
gate2_open=true;
resetLight2 = 1.0f;
}
resetLight2 -= resetLight2 / lightLambda / engineGetSampleRate();
lights[RESET_LIGHT2].value = resetLight2;

if (reset_2 == false){
if (clock_trigger_2.process(inputs[CLK_IN_2].value) && count_2 <= count_limit_2){
if (gate2_open){
count_2++;
}
}
}
if (count_2 == count_limit_2){
gate2_open = false;
}
if (!gate2_open){
outputs[OUTPUT_2].value = 0.0f;
}else{
outputs[OUTPUT_2].value = inputs[INPUT_2].value;
}

}

///////////////////////////////////
struct NumberDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

NumberDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

std::stringstream to_display;
to_display << std::right << std::setw(2) << *value;

Vec textPos = Vec(4.0f, 17.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
////////////////////////////////////
struct KillGateWidget : ModuleWidget
{
KillGateWidget(KillGate *module);
};


KillGateWidget::KillGateWidget(KillGate *module) : ModuleWidget(module) {

box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin,"res/KillGate.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
// counter 1
//COUNT DISPLAY
NumberDisplayWidget *display1 = new NumberDisplayWidget();
display1->box.pos = Vec(10,50);
display1->box.size = Vec(30, 20);
display1->value = &module->count1;
addChild(display1);
//KillGate DISPLAY
NumberDisplayWidget *display2 = new NumberDisplayWidget();
display2->box.pos = Vec(50,50);
display2->box.size = Vec(30, 20);
display2->value = &module->count_limit1;
addChild(display2);

int group_offset = 160;

addParam(ParamWidget::create<LEDBezel>(Vec(11, 82), module, KillGate::RST_BUTTON1 , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(11+2.2, 82+2.3), module, KillGate::RESET_LIGHT1));

addParam(ParamWidget::create<as_KnobBlack>(Vec(43, 73), module, KillGate::COUNT_NUM_PARAM_1, 1.0f, 64.0f, 1.0f));

addInput(Port::create<as_PJ301MPort>(Vec(10, 125), Port::INPUT, module, KillGate::RESET_IN_1));
addInput(Port::create<as_PJ301MPort>(Vec(55, 125), Port::INPUT, module, KillGate::CLK_IN_1));

addInput(Port::create<as_PJ301MPort>(Vec(10, 170), Port::INPUT, module, KillGate::INPUT_1));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 170), Port::OUTPUT, module, KillGate::OUTPUT_1));
// counter 2
//COUNT DISPLAY
NumberDisplayWidget *display3 = new NumberDisplayWidget();
display3->box.pos = Vec(10,50 + group_offset);
display3->box.size = Vec(30, 20);
display3->value = &module->count_2;
addChild(display3);
//KillGate DISPLAY
NumberDisplayWidget *display4 = new NumberDisplayWidget();
display4->box.pos = Vec(50,50 + group_offset);
display4->box.size = Vec(30, 20);
display4->value = &module->count_limit_2;
addChild(display4);

addParam(ParamWidget::create<LEDBezel>(Vec(11, 82+ group_offset), module, KillGate::RST_BUTTON2 , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(11+2.2, 82+2.3+ group_offset), module, KillGate::RESET_LIGHT2));

addParam(ParamWidget::create<as_KnobBlack>(Vec(43, 73 + group_offset), module, KillGate::COUNT_NUM_PARAM_2, 1.0f, 64.0f, 1.0f));

addInput(Port::create<as_PJ301MPort>(Vec(10, 125 + group_offset), Port::INPUT, module, KillGate::RESET_IN_2));
addInput(Port::create<as_PJ301MPort>(Vec(55, 125 + group_offset), Port::INPUT, module, KillGate::CLK_IN_2));

addInput(Port::create<as_PJ301MPort>(Vec(10, 170 + group_offset), Port::INPUT, module, KillGate::INPUT_2));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 170 + group_offset), Port::OUTPUT, module, KillGate::OUTPUT_2));
}

Model *modelKillGate = Model::create<KillGate, KillGateWidget>("AS", "KillGate", "Kill Gate", SWITCH_TAG, SEQUENCER_TAG, UTILITY_TAG, DELAY_TAG);

+ 279
- 0
repos/AS/src/LaunchGate.cpp View File

@@ -0,0 +1,279 @@
//**************************************************************************************
//LaunchGate module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code adapted from Dual Counter - VCV Module, Strum 2017
//**************************************************************************************

#include "AS.hpp"

#include "dsp/digital.hpp"

#include <sstream>
#include <iomanip>

struct LaunchGate : Module {
enum ParamIds {
RST_BUTTON1,
COUNT_NUM_PARAM_1,
RST_BUTTON2,
COUNT_NUM_PARAM_2,
NUM_PARAMS
};
enum InputIds {
INPUT_1,
CLK_IN_1,
RESET_IN_1,
INPUT_2,
CLK_IN_2,
RESET_IN_2,
NUM_INPUTS
};
enum OutputIds {
OUTPUT_1,
OUTPUT_2,
OUTPUT_3,
NUM_OUTPUTS
};
enum LightIds {
RESET_LIGHT1,
RESET_LIGHT2,
NUM_LIGHTS
};

SchmittTrigger clock_trigger_1;
SchmittTrigger reset_trigger_1;
SchmittTrigger reset_ext_trigger_1;
int count_limit1 = 1;
int count1 = 0;
SchmittTrigger clock_trigger_2;
SchmittTrigger reset_trigger_2;
SchmittTrigger reset_ext_trigger_2;
int count_limit_2 = 1;
int count_2 = 0;
const float lightLambda = 0.075f;

float resetLight1 = 0.0f;
float resetLight2 = 0.0f;

bool gate1_open= false;
bool gate2_open= false;

LaunchGate() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {

}

void reset() override {
count_limit1 = 1;
count1 = 0;
count_limit_2 = 1;
count_2 = 0;
gate1_open= false;
gate2_open= false;

}

void step() override;

};


void LaunchGate::step(){

count_limit1 = round(params[COUNT_NUM_PARAM_1].value);
count_limit_2 = round(params[COUNT_NUM_PARAM_2].value);

bool reset1 = false;
bool reset_2 = false;
///////////// counter 1
if (reset_trigger_1.process(params[RST_BUTTON1].value)){
reset1 = true;
count1 = 0;
gate1_open=false;
resetLight1 = 1.0f;

}
if (reset_ext_trigger_1.process(inputs[RESET_IN_1].value)){
reset1 = true;
count1 = 0;
gate1_open = false;
resetLight1 = 1.0f;

}

resetLight1 -= resetLight1 / lightLambda / engineGetSampleRate();
lights[RESET_LIGHT1].value = resetLight1;

if (reset1 == false){
if (clock_trigger_1.process(inputs[CLK_IN_1].value) && count1 <= count_limit1){
if (!gate1_open){
count1++;
}
}
}
if (count1 == count_limit1){
gate1_open = true;
}
if (gate1_open){
outputs[OUTPUT_1].value = inputs[INPUT_1].value;
}else{
outputs[OUTPUT_1].value = 0.0f;
}
///////////// counter 2
if (reset_trigger_2.process(params[RST_BUTTON2].value)){
reset_2 = true;
count_2 = 0;
gate2_open=false;
resetLight2 = 1.0f;
}
if (reset_ext_trigger_2.process(inputs[RESET_IN_2].value)){
reset_2 = true;
count_2 = 0;
gate2_open=false;
resetLight2 = 1.0f;
}
resetLight2 -= resetLight2 / lightLambda / engineGetSampleRate();
lights[RESET_LIGHT2].value = resetLight2;

if (reset_2 == false){
if (clock_trigger_2.process(inputs[CLK_IN_2].value) && count_2 <= count_limit_2){
if (!gate2_open){
count_2++;
}
}
}
if (count_2 == count_limit_2){
gate2_open = true;
}
if (gate2_open){
outputs[OUTPUT_2].value = inputs[INPUT_2].value;
}else{
outputs[OUTPUT_2].value = 0.0f;
}

}

///////////////////////////////////
struct NumberDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

NumberDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

std::stringstream to_display;
to_display << std::right << std::setw(2) << *value;

Vec textPos = Vec(4.0f, 17.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
////////////////////////////////////
struct LaunchGateWidget : ModuleWidget
{
LaunchGateWidget(LaunchGate *module);
};

LaunchGateWidget::LaunchGateWidget(LaunchGate *module) : ModuleWidget(module) {

box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin,"res/LaunchGate.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
// counter 1
//COUNT DISPLAY
NumberDisplayWidget *display1 = new NumberDisplayWidget();
display1->box.pos = Vec(10,50);
display1->box.size = Vec(30, 20);
display1->value = &module->count1;
addChild(display1);
//LaunchGate DISPLAY
NumberDisplayWidget *display2 = new NumberDisplayWidget();
display2->box.pos = Vec(50,50);
display2->box.size = Vec(30, 20);
display2->value = &module->count_limit1;
addChild(display2);

int group_offset = 160;

addParam(ParamWidget::create<LEDBezel>(Vec(11, 82), module, LaunchGate::RST_BUTTON1 , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(11+2.2, 82+2.3), module, LaunchGate::RESET_LIGHT1));

addParam(ParamWidget::create<as_KnobBlack>(Vec(43, 73), module, LaunchGate::COUNT_NUM_PARAM_1, 1.0f, 64.0f, 1.0f));

addInput(Port::create<as_PJ301MPort>(Vec(10, 125), Port::INPUT, module, LaunchGate::RESET_IN_1));
addInput(Port::create<as_PJ301MPort>(Vec(55, 125), Port::INPUT, module, LaunchGate::CLK_IN_1));

addInput(Port::create<as_PJ301MPort>(Vec(10, 170), Port::INPUT, module, LaunchGate::INPUT_1));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 170), Port::OUTPUT, module, LaunchGate::OUTPUT_1));
// counter 2
//COUNT DISPLAY
NumberDisplayWidget *display3 = new NumberDisplayWidget();
display3->box.pos = Vec(10,50 + group_offset);
display3->box.size = Vec(30, 20);
display3->value = &module->count_2;
addChild(display3);
//LaunchGate DISPLAY
NumberDisplayWidget *display4 = new NumberDisplayWidget();
display4->box.pos = Vec(50,50 + group_offset);
display4->box.size = Vec(30, 20);
display4->value = &module->count_limit_2;
addChild(display4);

addParam(ParamWidget::create<LEDBezel>(Vec(11, 82+ group_offset), module, LaunchGate::RST_BUTTON2 , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(11+2.2, 82+2.3+ group_offset), module, LaunchGate::RESET_LIGHT2));

addParam(ParamWidget::create<as_KnobBlack>(Vec(43, 73 + group_offset), module, LaunchGate::COUNT_NUM_PARAM_2, 1.0f, 64.0f, 1.0f));

addInput(Port::create<as_PJ301MPort>(Vec(10, 125 + group_offset), Port::INPUT, module, LaunchGate::RESET_IN_2));
addInput(Port::create<as_PJ301MPort>(Vec(55, 125 + group_offset), Port::INPUT, module, LaunchGate::CLK_IN_2));

addInput(Port::create<as_PJ301MPort>(Vec(10, 170 + group_offset), Port::INPUT, module, LaunchGate::INPUT_2));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 170 + group_offset), Port::OUTPUT, module, LaunchGate::OUTPUT_2));
}

Model *modelLaunchGate = Model::create<LaunchGate, LaunchGateWidget>("AS", "LaunchGate", "Launch Gate", SWITCH_TAG, SEQUENCER_TAG, UTILITY_TAG, DELAY_TAG);

+ 98
- 0
repos/AS/src/Merge2_5.cpp View File

@@ -0,0 +1,98 @@
//**************************************************************************************
//Multiple 2x5 module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//**************************************************************************************
#include "AS.hpp"

struct Merge2_5 : Module {
enum ParamIds {
NUM_PARAMS
};
enum InputIds {
INPUT11,
INPUT12,
INPUT13,
INPUT14,
INPUT15,
INPUT21,
INPUT22,
INPUT23,
INPUT24,
INPUT25,
NUM_INPUTS
};
enum OutputIds {
OUTPUT1,
OUTPUT2,
NUM_OUTPUTS
};

Merge2_5() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {}
void step() override;
};


void Merge2_5::step() {

float IN11 = inputs[INPUT11].value;
float IN12 = inputs[INPUT12].value;
float IN13 = inputs[INPUT13].value;
float IN14 = inputs[INPUT14].value;
float IN15 = inputs[INPUT15].value;
float IN21 = inputs[INPUT21].value;
float IN22 = inputs[INPUT22].value;
float IN23 = inputs[INPUT23].value;
float IN24 = inputs[INPUT24].value;
float IN25 = inputs[INPUT25].value;

// Set outputs
outputs[OUTPUT1].value = IN11 + IN12 + IN13 + IN14 + IN15;
outputs[OUTPUT2].value = IN21 + IN22 + IN23 + IN24 + IN25;

}

struct Merge2_5Widget : ModuleWidget
{
Merge2_5Widget(Merge2_5 *module);
};


Merge2_5Widget::Merge2_5Widget(Merge2_5 *module) : ModuleWidget(module) {
box.size = Vec(5 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Merge2_5.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(8, 75), Port::INPUT, module, Merge2_5::INPUT11));
addInput(Port::create<as_PJ301MPort>(Vec(43, 75), Port::INPUT, module, Merge2_5::INPUT21));
addInput(Port::create<as_PJ301MPort>(Vec(8, 120), Port::INPUT, module, Merge2_5::INPUT12));
addInput(Port::create<as_PJ301MPort>(Vec(43, 120), Port::INPUT, module, Merge2_5::INPUT22));

addInput(Port::create<as_PJ301MPort>(Vec(8, 165), Port::INPUT, module, Merge2_5::INPUT13));
addInput(Port::create<as_PJ301MPort>(Vec(43, 165), Port::INPUT, module, Merge2_5::INPUT23));

addInput(Port::create<as_PJ301MPort>(Vec(8, 210), Port::INPUT, module, Merge2_5::INPUT14));
addInput(Port::create<as_PJ301MPort>(Vec(43, 210), Port::INPUT, module, Merge2_5::INPUT24));

addInput(Port::create<as_PJ301MPort>(Vec(8, 255), Port::INPUT, module, Merge2_5::INPUT15));
addInput(Port::create<as_PJ301MPort>(Vec(43, 255), Port::INPUT, module, Merge2_5::INPUT25));

//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(8, 310), Port::OUTPUT, module, Merge2_5::OUTPUT1));
addOutput(Port::create<as_PJ301MPort>(Vec(43, 310), Port::OUTPUT, module, Merge2_5::OUTPUT2));

}

Model *modelMerge2_5 = Model::create<Merge2_5, Merge2_5Widget>("AS", "Merge2_5", "Merge 2 x 5", MULTIPLE_TAG, UTILITY_TAG);

+ 434
- 0
repos/AS/src/Mixer8ch.cpp View File

@@ -0,0 +1,434 @@
//**************************************************************************************
//8 channel mixer module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Based on DrumsMixer VCV Rack by Autodafe http://www.autodafe.net
//Based on code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************

#include "AS.hpp"
#include "dsp/digital.hpp"

struct Mixer8ch : Module {
enum ParamIds {
MIX_PARAM,
CH1_PARAM,
CH2_PARAM,
CH3_PARAM,
CH4_PARAM,
CH5_PARAM,
CH6_PARAM,
CH7_PARAM,
CH8_PARAM,

CH1_PAN_PARAM,
CH2_PAN_PARAM,
CH3_PAN_PARAM,
CH4_PAN_PARAM,
CH5_PAN_PARAM,
CH6_PAN_PARAM,
CH7_PAN_PARAM,
CH8_PAN_PARAM,
CH1MUTE,
CH2MUTE,
CH3MUTE,
CH4MUTE,
CH5MUTE,
CH6MUTE,
CH7MUTE,
CH8MUTE,
MASTER_MUTE,
NUM_PARAMS
};
enum InputIds {
MIX_CV_INPUT,

CH1_INPUT,
CH1_CV_INPUT,
CH1_CV_PAN_INPUT,

CH2_INPUT,
CH2_CV_INPUT,
CH2_CV_PAN_INPUT,

CH3_INPUT,
CH3_CV_INPUT,
CH3_CV_PAN_INPUT,

CH4_INPUT,
CH4_CV_INPUT,
CH4_CV_PAN_INPUT,

CH5_INPUT,
CH5_CV_INPUT,
CH5_CV_PAN_INPUT,

CH6_INPUT,
CH6_CV_INPUT,
CH6_CV_PAN_INPUT,

CH7_INPUT,
CH7_CV_INPUT,
CH7_CV_PAN_INPUT,

CH8_INPUT,
CH8_CV_INPUT,
CH8_CV_PAN_INPUT,

LINK_L,
LINK_R,
NUM_INPUTS
};
enum OutputIds {
MIX_OUTPUTL,
MIX_OUTPUTR,
CH1_OUTPUT,
CH2_OUTPUT,
CH3_OUTPUT,
CH4_OUTPUT,
CH5_OUTPUT,
CH6_OUTPUT,
CH7_OUTPUT,
CH8_OUTPUT,
NUM_OUTPUTS
};

enum LightIds {
MUTE_LIGHT1,
MUTE_LIGHT2,
MUTE_LIGHT3,
MUTE_LIGHT4,
MUTE_LIGHT5,
MUTE_LIGHT6,
MUTE_LIGHT7,
MUTE_LIGHT8,
MUTE_LIGHT_MASTER,
NUM_LIGHTS
};
Mixer8ch() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
reset();
}
void step() override;

SchmittTrigger ch1mute;
SchmittTrigger ch2mute;
SchmittTrigger ch3mute;
SchmittTrigger ch4mute;
SchmittTrigger ch5mute;
SchmittTrigger ch6mute;
SchmittTrigger ch7mute;
SchmittTrigger ch8mute;
SchmittTrigger chMmute;

float ch1m = false;
float ch2m = false;
float ch3m = false;
float ch4m = false;
float ch5m = false;
float ch6m = false;
float ch7m = false;
float ch8m = false;
float chMm = false;

float mixL = 0.0f;
float mixR = 0.0f;


json_t *toJson()override {
json_t *rootJm = json_object();

json_t *mutesJ = json_array();
json_t *muteJ1 = json_integer((int) ch1m);
json_t *muteJ2 = json_integer((int) ch2m);
json_t *muteJ3 = json_integer((int) ch3m);
json_t *muteJ4 = json_integer((int) ch4m);
json_t *muteJ5 = json_integer((int) ch5m);
json_t *muteJ6 = json_integer((int) ch6m);
json_t *muteJ7 = json_integer((int) ch7m);
json_t *muteJ8 = json_integer((int) ch8m);
json_t *muteJ9 = json_integer((int) chMm);

json_array_append_new(mutesJ, muteJ1);
json_array_append_new(mutesJ, muteJ2);
json_array_append_new(mutesJ, muteJ3);
json_array_append_new(mutesJ, muteJ4);
json_array_append_new(mutesJ, muteJ5);
json_array_append_new(mutesJ, muteJ6);
json_array_append_new(mutesJ, muteJ7);
json_array_append_new(mutesJ, muteJ8);
json_array_append_new(mutesJ, muteJ9);
json_object_set_new(rootJm, "as_MixerMutes", mutesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *mutesJ = json_object_get(rootJm, "as_MixerMutes");
json_t *muteJ1 = json_array_get(mutesJ, 0);
json_t *muteJ2 = json_array_get(mutesJ, 1);
json_t *muteJ3 = json_array_get(mutesJ, 2);
json_t *muteJ4 = json_array_get(mutesJ, 3);
json_t *muteJ5 = json_array_get(mutesJ, 4);
json_t *muteJ6 = json_array_get(mutesJ, 5);
json_t *muteJ7 = json_array_get(mutesJ, 6);
json_t *muteJ8 = json_array_get(mutesJ, 7);
json_t *muteJ9 = json_array_get(mutesJ, 8);



ch1m = !!json_integer_value(muteJ1);
ch2m = !!json_integer_value(muteJ2);
ch3m = !!json_integer_value(muteJ3);
ch4m = !!json_integer_value(muteJ4);
ch5m = !!json_integer_value(muteJ5);
ch6m = !!json_integer_value(muteJ6);
ch7m = !!json_integer_value(muteJ7);
ch8m = !!json_integer_value(muteJ8);
chMm = !!json_integer_value(muteJ9);
}
//PAN LEVEL
float PanL(float balance, float cv){ // -1...+1
float p, gl;
p=M_PI*(balance+1)/4;
if(cv){
gl=::cos(p)*(1-((cv+1)/5));
}else
{gl=::cos(p);
}
return gl;
}
float PanR(float balance , float cv){
float p, gr;
p=M_PI*(balance+1)/4;
if(cv){gr=::sin(p)*((cv+1)/5);
}else{
gr=::sin(p);
}
return gr;
}
};

void Mixer8ch::step() {
//MUTE BUTTONS
if (ch1mute.process(params[CH1MUTE].value)) {
ch1m = !ch1m;
}
lights[MUTE_LIGHT1].value = ch1m ? 1.0f : 0.0f;
if (ch2mute.process(params[CH2MUTE].value)) {
ch2m = !ch2m;
}
lights[MUTE_LIGHT2].value = ch2m ? 1.0f : 0.0f;
if (ch3mute.process(params[CH3MUTE].value)) {
ch3m = !ch3m;
}
lights[MUTE_LIGHT3].value = ch3m ? 1.0f : 0.0f;
if (ch4mute.process(params[CH4MUTE].value)) {
ch4m = !ch4m;
}
lights[MUTE_LIGHT4].value = ch4m ? 1.0f : 0.0f;
if (ch5mute.process(params[CH5MUTE].value)) {
ch5m = !ch5m;
}
lights[MUTE_LIGHT5].value = ch5m ? 1.0f : 0.0f;
if (ch6mute.process(params[CH6MUTE].value)) {
ch6m = !ch6m;
}
lights[MUTE_LIGHT6].value = ch6m ? 1.0f : 0.0f;
if (ch7mute.process(params[CH7MUTE].value)) {
ch7m = !ch7m;
}
lights[MUTE_LIGHT7].value = ch7m ? 1.0f : 0.0f;
if (ch8mute.process(params[CH8MUTE].value)) {
ch8m = !ch8m;
}
lights[MUTE_LIGHT8].value = ch8m ? 1.0f : 0.0f;

if (chMmute.process(params[MASTER_MUTE].value)) {
chMm = !chMm;
}
lights[MUTE_LIGHT_MASTER].value = chMm ? 1.0f : 0.0f;
//CHANNEL RESULTS
float ch1L = (1-ch1m) * (inputs[CH1_INPUT].value) * params[CH1_PARAM].value * PanL(params[CH1_PAN_PARAM].value,(inputs[CH1_CV_PAN_INPUT].value))* clamp(inputs[CH1_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch1R = (1-ch1m) * (inputs[CH1_INPUT].value) * params[CH1_PARAM].value * PanR(params[CH1_PAN_PARAM].value,(inputs[CH1_CV_PAN_INPUT].value)) * clamp(inputs[CH1_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch2L = (1-ch2m) *(inputs[CH2_INPUT].value) * params[CH2_PARAM].value * PanL(params[CH2_PAN_PARAM].value,(inputs[CH2_CV_PAN_INPUT].value)) * clamp(inputs[CH2_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch2R = (1-ch2m) *(inputs[CH2_INPUT].value) * params[CH2_PARAM].value * PanR(params[CH2_PAN_PARAM].value,(inputs[CH2_CV_PAN_INPUT].value)) * clamp(inputs[CH2_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch3L = (1-ch3m) *(inputs[CH3_INPUT].value) * params[CH3_PARAM].value * PanL(params[CH3_PAN_PARAM].value,(inputs[CH3_CV_PAN_INPUT].value)) * clamp(inputs[CH3_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch3R = (1-ch3m) *(inputs[CH3_INPUT].value) * params[CH3_PARAM].value * PanR(params[CH3_PAN_PARAM].value,(inputs[CH3_CV_PAN_INPUT].value)) * clamp(inputs[CH3_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);

float ch4L = (1-ch4m) *(inputs[CH4_INPUT].value) * params[CH4_PARAM].value * PanL(params[CH4_PAN_PARAM].value,(inputs[CH4_CV_PAN_INPUT].value)) * clamp(inputs[CH4_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch4R = (1-ch4m) *(inputs[CH4_INPUT].value) * params[CH4_PARAM].value * PanR(params[CH4_PAN_PARAM].value,(inputs[CH4_CV_PAN_INPUT].value)) * clamp(inputs[CH4_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);


float ch5L = (1-ch5m) *(inputs[CH5_INPUT].value) * params[CH5_PARAM].value * PanL(params[CH5_PAN_PARAM].value,(inputs[CH5_CV_PAN_INPUT].value)) * clamp(inputs[CH5_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch5R = (1-ch5m) *(inputs[CH5_INPUT].value) * params[CH5_PARAM].value * PanR(params[CH5_PAN_PARAM].value,(inputs[CH5_CV_PAN_INPUT].value)) * clamp(inputs[CH5_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);

float ch6L = (1-ch6m) *(inputs[CH6_INPUT].value) * params[CH6_PARAM].value * PanL(params[CH6_PAN_PARAM].value,(inputs[CH6_CV_PAN_INPUT].value)) * clamp(inputs[CH6_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch6R = (1-ch6m) *(inputs[CH6_INPUT].value) * params[CH6_PARAM].value * PanR(params[CH6_PAN_PARAM].value,(inputs[CH6_CV_PAN_INPUT].value)) * clamp(inputs[CH6_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch7L = (1-ch7m) *(inputs[CH7_INPUT].value) * params[CH7_PARAM].value * PanL(params[CH7_PAN_PARAM].value,(inputs[CH7_CV_PAN_INPUT].value)) * clamp(inputs[CH7_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch7R = (1-ch7m) *(inputs[CH7_INPUT].value) * params[CH7_PARAM].value * PanR(params[CH7_PAN_PARAM].value,(inputs[CH7_CV_PAN_INPUT].value)) * clamp(inputs[CH7_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);

float ch8L = (1-ch8m) *(inputs[CH8_INPUT].value) * params[CH8_PARAM].value * PanL(params[CH8_PAN_PARAM].value,(inputs[CH8_CV_PAN_INPUT].value)) * clamp(inputs[CH8_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
float ch8R = (1-ch8m) *(inputs[CH8_INPUT].value) * params[CH8_PARAM].value * PanR(params[CH8_PAN_PARAM].value,(inputs[CH8_CV_PAN_INPUT].value)) * clamp(inputs[CH8_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);

if(!chMm){
mixL = (ch1L + ch2L + ch3L +ch4L + ch5L + ch6L + ch7L + ch8L) * params[MIX_PARAM].value * clamp(inputs[MIX_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
mixR = (ch1R + ch2R + ch3R +ch4R + ch5R + ch6R + ch7R + ch8R) * params[MIX_PARAM].value * clamp(inputs[MIX_CV_INPUT].normalize(10.0f) / 10.0f, 0.0f, 1.0f);
//CHECK FOR INPUT FROM ANOTHER MIXER
if(inputs[LINK_L].active && inputs[LINK_R].active){
mixL += inputs[LINK_L].value;
mixR += inputs[LINK_R].value;
}
}else{
mixL = 0.0f;
mixR = 0.0f;
}

outputs[CH1_OUTPUT].value= ch1L+ch1R;
outputs[CH2_OUTPUT].value= ch2L+ch2R;
outputs[CH3_OUTPUT].value= ch3L+ch3R;
outputs[CH4_OUTPUT].value= ch4L+ch4R;
outputs[CH5_OUTPUT].value= ch5L+ch5R;
outputs[CH6_OUTPUT].value= ch6L+ch6R;
outputs[CH7_OUTPUT].value= ch7L+ch7R;
outputs[CH8_OUTPUT].value= ch8L+ch8R;
//check for MONO OUTPUT

if(!outputs[MIX_OUTPUTR].active){
outputs[MIX_OUTPUTL].value= mixL+mixR;
outputs[MIX_OUTPUTR].value= 0.0f;
}else{
outputs[MIX_OUTPUTL].value= mixL;
outputs[MIX_OUTPUTR].value= mixR;
}

//outputs[MIX_OUTPUTL].value= mixL;
//outputs[MIX_OUTPUTR].value= mixR;

}


struct Mixer8chWidget : ModuleWidget
{
Mixer8chWidget(Mixer8ch *module);
};


Mixer8chWidget::Mixer8chWidget(Mixer8ch *module) : ModuleWidget(module) {
//box.size = Vec(15*37, 380);
box.size = Vec(RACK_GRID_WIDTH*26, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/8chMixer.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//PAN KNOBS
static const float columnPos[8] = {33,73,113,153, 193, 233, 273, 313};
static const float panPosY = 180;
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[0]-5, panPosY), module, Mixer8ch::CH1_PAN_PARAM, -1.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[1]-5, panPosY), module, Mixer8ch::CH2_PAN_PARAM, -1.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[2]-5, panPosY), module, Mixer8ch::CH3_PAN_PARAM, -1.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[3]-5, panPosY), module, Mixer8ch::CH4_PAN_PARAM, -1.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[4]-5, panPosY), module, Mixer8ch::CH5_PAN_PARAM, -1.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[5]-5, panPosY), module, Mixer8ch::CH6_PAN_PARAM, -1.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[6]-5, panPosY), module, Mixer8ch::CH7_PAN_PARAM, -1.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(columnPos[7]-5, panPosY), module, Mixer8ch::CH8_PAN_PARAM, -1.0f, 1.0f, 0.0f));
//VOLUME FADERS
static const float volPosY = 223;
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[0]+2, volPosY), module, Mixer8ch::CH1_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[1]+2, volPosY), module, Mixer8ch::CH2_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[2]+2, volPosY), module, Mixer8ch::CH3_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[3]+2, volPosY), module, Mixer8ch::CH4_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[4]+2, volPosY), module, Mixer8ch::CH5_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[5]+2, volPosY), module, Mixer8ch::CH6_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[6]+2, volPosY), module, Mixer8ch::CH7_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<as_FaderPot>(Vec(columnPos[7]+2, volPosY), module, Mixer8ch::CH8_PARAM, 0.0f, 1.0f, 0.8f));
//MUTES
static const float mutePosY = 310;
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[0]+3, mutePosY), module, Mixer8ch::CH1MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[0]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT1));
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[1]+3, mutePosY), module, Mixer8ch::CH2MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[1]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT2));
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[2]+3, mutePosY), module, Mixer8ch::CH3MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[2]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT3));
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[3]+3, mutePosY), module, Mixer8ch::CH4MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[3]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT4));
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[4]+3, mutePosY), module, Mixer8ch::CH5MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[4]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT5));
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[5]+3, mutePosY), module, Mixer8ch::CH6MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[5]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT6));
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[6]+3, mutePosY), module, Mixer8ch::CH7MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[6]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT7));
addParam(ParamWidget::create<LEDBezel>(Vec(columnPos[7]+3, mutePosY), module, Mixer8ch::CH8MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(columnPos[7]+5.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT8));
//PORTS
static const float portsY[4] = {60,90,120,150};
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[0], portsY[0]), Port::INPUT, module, Mixer8ch::CH1_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[0], portsY[1]), Port::INPUT, module, Mixer8ch::CH1_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[0], portsY[2]), Port::INPUT, module, Mixer8ch::CH1_CV_PAN_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(columnPos[1], portsY[0]), Port::INPUT, module, Mixer8ch::CH2_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[1], portsY[1]), Port::INPUT, module, Mixer8ch::CH2_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[1], portsY[2]), Port::INPUT, module, Mixer8ch::CH2_CV_PAN_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(columnPos[2], portsY[0]), Port::INPUT, module, Mixer8ch::CH3_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[2], portsY[1]), Port::INPUT, module, Mixer8ch::CH3_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[2], portsY[2]), Port::INPUT, module, Mixer8ch::CH3_CV_PAN_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(columnPos[3], portsY[0]), Port::INPUT, module, Mixer8ch::CH4_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[3], portsY[1]), Port::INPUT, module, Mixer8ch::CH4_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[3], portsY[2]), Port::INPUT, module, Mixer8ch::CH4_CV_PAN_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(columnPos[4], portsY[0]), Port::INPUT, module, Mixer8ch::CH5_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[4], portsY[1]), Port::INPUT, module, Mixer8ch::CH5_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[4], portsY[2]), Port::INPUT, module, Mixer8ch::CH5_CV_PAN_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(columnPos[5], portsY[0]), Port::INPUT, module, Mixer8ch::CH6_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[5], portsY[1]), Port::INPUT, module, Mixer8ch::CH6_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[5], portsY[2]), Port::INPUT, module, Mixer8ch::CH6_CV_PAN_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(columnPos[6], portsY[0]), Port::INPUT, module, Mixer8ch::CH7_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[6], portsY[1]), Port::INPUT, module, Mixer8ch::CH7_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[6], portsY[2]), Port::INPUT, module, Mixer8ch::CH7_CV_PAN_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(columnPos[7], portsY[0]), Port::INPUT, module, Mixer8ch::CH8_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[7], portsY[1]), Port::INPUT, module, Mixer8ch::CH8_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[7], portsY[2]), Port::INPUT, module, Mixer8ch::CH8_CV_PAN_INPUT));

addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[0], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[1], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH2_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[2], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH3_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[3], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH4_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[4], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH5_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[5], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH6_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[6], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH7_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(columnPos[7], portsY[3]), Port::OUTPUT, module, Mixer8ch::CH8_OUTPUT));
//OUTPUT
addOutput(Port::create<as_PJ301MPort>(Vec(356, portsY[0]), Port::OUTPUT, module, Mixer8ch::MIX_OUTPUTL));
addOutput(Port::create<as_PJ301MPort>(Vec(356, portsY[1]), Port::OUTPUT, module, Mixer8ch::MIX_OUTPUTR));
addInput(Port::create<as_PJ301MPort>(Vec(356, portsY[3]), Port::INPUT, module, Mixer8ch::MIX_CV_INPUT));
addParam(ParamWidget::create<as_FaderPot>(Vec(356, volPosY), module, Mixer8ch::MIX_PARAM, 0.0f, 1.0f, 0.8f));
addParam(ParamWidget::create<LEDBezel>(Vec(356, mutePosY), module, Mixer8ch::MASTER_MUTE , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(356+2.2, mutePosY+2), module, Mixer8ch::MUTE_LIGHT_MASTER));

//LINK
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[0], 30), Port::INPUT, module, Mixer8ch::LINK_L));
addInput(Port::create<as_PJ301MPort>(Vec(columnPos[1], 30), Port::INPUT, module, Mixer8ch::LINK_R));

}
Model *modelMixer8ch = Model::create<Mixer8ch, Mixer8chWidget>("AS", "Mixer8ch", "8-CH Mixer", MIXER_TAG, AMPLIFIER_TAG);

+ 96
- 0
repos/AS/src/MonoVUmeter.cpp View File

@@ -0,0 +1,96 @@
//***********************************************************************************************
//
//MonoVUmeter module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//***********************************************************************************************

#include "AS.hpp"
#include "dsp/vumeter.hpp"

struct MonoVUmeter : Module {
enum ParamIds {
NUM_PARAMS
};

enum InputIds {
INPUT,
NUM_INPUTS
};

enum OutputIds {
OUT,
NUM_OUTPUTS
};
enum LightIds {
METER_LIGHT,
NUM_LIGHTS = METER_LIGHT+15
};

MonoVUmeter() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
}
void step() override;

VUMeter vuBar;

};

void MonoVUmeter::step(){
//GET VALUES AND ROUTE SIGNAL TO OUTPUT
float signal_in = inputs[INPUT].value;
outputs[OUT].value = signal_in;
//VU METER BARS LIGHTS
vuBar.dBInterval = 3;
vuBar.setValue(signal_in / 10.0f);
for (int i = 0; i < 15; i++){
lights[METER_LIGHT + i].setBrightnessSmooth(vuBar.getBrightness(i));
}
};

struct MonoVUmeterWidget : ModuleWidget
{
MonoVUmeterWidget(MonoVUmeter *module);
};


MonoVUmeterWidget::MonoVUmeterWidget(MonoVUmeter *module) : ModuleWidget(module) {
box.size = Vec(2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/MonoVUmeter.svg")));
addChild(panel);
}
//SCREWS - SPECIAL SPACING FOR RACK WIDTH*4
addChild(Widget::create<as_HexScrew>(Vec(0, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(0, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

// LEFT COLUMN LEDs
static const float ledCol = 11;
static const float offsetY = 12;
static const float startY = 66;
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(ledCol, startY + offsetY * 0), module, MonoVUmeter::METER_LIGHT + 0));
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(ledCol, startY + offsetY * 1), module, MonoVUmeter::METER_LIGHT + 1));
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(ledCol, startY + offsetY * 2), module, MonoVUmeter::METER_LIGHT + 2));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(ledCol, startY + offsetY * 3), module, MonoVUmeter::METER_LIGHT + 3));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(ledCol, startY + offsetY * 4), module, MonoVUmeter::METER_LIGHT + 4));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(ledCol, startY + offsetY * 5), module, MonoVUmeter::METER_LIGHT + 5));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(ledCol, startY + offsetY * 6), module, MonoVUmeter::METER_LIGHT + 6));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(ledCol, startY + offsetY * 7), module, MonoVUmeter::METER_LIGHT + 7));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(ledCol, startY + offsetY * 8), module, MonoVUmeter::METER_LIGHT + 8));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(ledCol, startY + offsetY * 9), module, MonoVUmeter::METER_LIGHT + 9));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(ledCol, startY + offsetY * 10), module, MonoVUmeter::METER_LIGHT + 10));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(ledCol, startY + offsetY * 11), module, MonoVUmeter::METER_LIGHT + 11));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(ledCol, startY + offsetY * 12), module, MonoVUmeter::METER_LIGHT + 12));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(ledCol, startY + offsetY * 13), module, MonoVUmeter::METER_LIGHT + 13));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(ledCol, startY + offsetY * 14), module, MonoVUmeter::METER_LIGHT + 14));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(3, 270), Port::INPUT, module, MonoVUmeter::INPUT));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(3,307), Port::OUTPUT, module, MonoVUmeter::OUT));
}

Model *modelMonoVUmeter = Model::create<MonoVUmeter, MonoVUmeterWidget>("AS", "MonoVUmeter", "Mono VU meter", VISUAL_TAG, UTILITY_TAG);

+ 134
- 0
repos/AS/src/Multiple2_5.cpp View File

@@ -0,0 +1,134 @@
//**************************************************************************************
//Multiple 2x5 module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//**************************************************************************************
#include "AS.hpp"

struct Multiple2_5 : Module {
enum ParamIds {
NUM_PARAMS
};
enum InputIds {
INPUT1,
INPUT2,
NUM_INPUTS
};
enum OutputIds {
OUT11,
OUT12,
OUT13,
OUT14,
OUT15,
OUT21,
OUT22,
OUT23,
OUT24,
OUT25,
NUM_OUTPUTS
};

Multiple2_5() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {}
void step() override;
};


void Multiple2_5::step() {

float IN1 = inputs[INPUT1].value;
float IN2 = inputs[INPUT2].value;
// Set outputs
outputs[OUT11].value = IN1;
outputs[OUT12].value = IN1;
outputs[OUT13].value = IN1;
outputs[OUT14].value = IN1;
outputs[OUT15].value = IN1;
outputs[OUT21].value = IN2;
outputs[OUT22].value = IN2;
outputs[OUT23].value = IN2;
outputs[OUT24].value = IN2;
outputs[OUT25].value = IN2;
//Is it necessary to check for active outputs in this case?
/*
if (outputs[OUT11].active) {
outputs[OUT11].value = IN1;
}
if (outputs[OUT12].active) {
outputs[OUT12].value = IN1;
}

if (outputs[OUT13].active) {
outputs[OUT13].value= IN1;
}

if (outputs[OUT14].active) {
outputs[OUT14].value = IN1;
}
if (outputs[OUT15].active) {
outputs[OUT15].value = IN1;
}

if (outputs[OUT21].active) {
outputs[OUT21].value = IN2;
}

if (outputs[OUT22].active) {
outputs[OUT22].value = IN2;
}

if (outputs[OUT23].active) {
outputs[OUT23].value = IN2;
}

if (outputs[OUT24].active) {
outputs[OUT24].value = IN2;
}
if (outputs[OUT25].active) {
outputs[OUT25].value = IN2;
}
*/
}

struct Multiple2_5Widget : ModuleWidget
{
Multiple2_5Widget(Multiple2_5 *module);
};


Multiple2_5Widget::Multiple2_5Widget(Multiple2_5 *module) : ModuleWidget(module) {
box.size = Vec(5 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Multiple2_5.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(8, 65), Port::INPUT, module, Multiple2_5::INPUT1));
addInput(Port::create<as_PJ301MPort>(Vec(43, 65), Port::INPUT, module, Multiple2_5::INPUT2));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(8, 130), Port::OUTPUT, module, Multiple2_5::OUT11));
addOutput(Port::create<as_PJ301MPort>(Vec(43, 130), Port::OUTPUT, module, Multiple2_5::OUT21));
addOutput(Port::create<as_PJ301MPort>(Vec(8, 175), Port::OUTPUT, module, Multiple2_5::OUT12));
addOutput(Port::create<as_PJ301MPort>(Vec(43, 175), Port::OUTPUT, module, Multiple2_5::OUT22));

addOutput(Port::create<as_PJ301MPort>(Vec(8, 220), Port::OUTPUT, module, Multiple2_5::OUT13));
addOutput(Port::create<as_PJ301MPort>(Vec(43, 220), Port::OUTPUT, module, Multiple2_5::OUT23));

addOutput(Port::create<as_PJ301MPort>(Vec(8, 265), Port::OUTPUT, module, Multiple2_5::OUT14));
addOutput(Port::create<as_PJ301MPort>(Vec(43, 265), Port::OUTPUT, module, Multiple2_5::OUT24));

addOutput(Port::create<as_PJ301MPort>(Vec(8, 310), Port::OUTPUT, module, Multiple2_5::OUT15));
addOutput(Port::create<as_PJ301MPort>(Vec(43, 310), Port::OUTPUT, module, Multiple2_5::OUT25));

}

Model *modelMultiple2_5 = Model::create<Multiple2_5, Multiple2_5Widget>("AS", "Multiple2_5", "Multiple 2 x 5", MULTIPLE_TAG, UTILITY_TAG);

+ 238
- 0
repos/AS/src/Phaser.cpp View File

@@ -0,0 +1,238 @@
//***********************************************************************************************
//
//Phaser module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//Based on the Phaser Module for VCV Rack by Autodafe http://www.autodafe.net
//Based on code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//And part of code on musicdsp.org: http://musicdsp.org/showArchiveComment.php?ArchiveID=78
//
//***********************************************************************************************

#include "AS.hpp"
#include "dsp/digital.hpp"

#include <stdlib.h>

struct PhaserFx : Module{
enum ParamIds {
RATE_PARAM,
FBK_PARAM,
DEPTH_PARAM,
BYPASS_SWITCH,
NUM_PARAMS
};
enum InputIds {
INPUT,
RATE_CV_INPUT,
FEEDBACK_CV_INPUT,
DEPTH_CV_INPUT,
NUM_INPUTS
};
enum OutputIds {
OUT,
NUM_OUTPUTS
};
enum LightIds {
RATE_LIGHT,
FBK_LIGHT,
DEPTH_LIGHT,
BYPASS_LED,
NUM_LIGHTS
};

SchmittTrigger bypass_button_trig;

bool fx_bypass = false;
PhaserFx() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}

void step() override;

json_t *toJson()override {
json_t *rootJm = json_object();

json_t *statesJ = json_array();
json_t *bypassJ = json_boolean(fx_bypass);
json_array_append_new(statesJ, bypassJ);
json_object_set_new(rootJm, "as_FxBypass", statesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *statesJ = json_object_get(rootJm, "as_FxBypass");
json_t *bypassJ = json_array_get(statesJ, 0);

fx_bypass = !!json_boolean_value(bypassJ);
}

};

#define SR (44100.f) //sample rate
#define F_PI (3.14159f)

class Phaser{
public:
Phaser() //initialise to some usefull defaults...
: _fb( 0.7f )
, _lfoPhase( 0.0f )
, _depth( 1.0f )
, _zm1( 0.f )
{
Range( 440.0f, 1600.0f );
Rate( 0.5f );
}

void Range( float fMin, float fMax ){ // Hz
_dmin = fMin / (SR/2.0f);
_dmax = fMax / (SR/2.0f);
}

void Rate( float rate ){ // cps
_lfoInc = 2.0f * F_PI * (rate / SR);
}

void Feedback( float fb ){ // 0 -> <1.
_fb = fb;
}

void Depth( float depth ){ // 0 -> 1.
_depth = depth;
}

float Update( float inSamp ){
//calculate and update phaser sweep lfo...
float d = _dmin + (_dmax-_dmin) * ((sin( _lfoPhase ) +
1.f)/2.f);
_lfoPhase += _lfoInc;
if( _lfoPhase >= F_PI * 2.0f )
_lfoPhase -= F_PI * 2.0f;

//update filter coeffs
for( int i=0; i<6; i++ )
_alps[i].Delay( d );

//calculate output
float y = _alps[0].Update(
_alps[1].Update(
_alps[2].Update(
_alps[3].Update(
_alps[4].Update(
_alps[5].Update( inSamp + _zm1 * _fb ))))));
_zm1 = y;

return inSamp + y * _depth;
}
private:
class AllpassDelay{
public:
AllpassDelay()
: _a1( 0.0f )
, _zm1( 0.0f )
{}

void Delay( float delay ){ //sample delay time
_a1 = (1.0f - delay) / (1.0f + delay);
}

float Update( float inSamp ){
float y = inSamp * -_a1 + _zm1;
_zm1 = y * _a1 + inSamp;

return y;
}
private:
float _a1, _zm1;
};

AllpassDelay _alps[6];

float _dmin, _dmax; //range
float _fb; //feedback
float _lfoPhase;
float _lfoInc;
float _depth;

float _zm1;
};

Phaser *pha = new Phaser();

void PhaserFx::step() {

if (bypass_button_trig.process(params[BYPASS_SWITCH].value))
{
fx_bypass = !fx_bypass;
}
lights[BYPASS_LED].value = fx_bypass ? 1.00 : 0.0;


float rate = clamp(params[RATE_PARAM].value + inputs[RATE_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
float feedback = clamp(params[FBK_PARAM].value + inputs[FEEDBACK_CV_INPUT].value / 10.0f, 0.0f, 0.95f);
float depth = clamp(params[DEPTH_PARAM].value + inputs[DEPTH_CV_INPUT].value / 10.0f, 0.0f, 1.0f);

float input = inputs[INPUT].value / 5.0f;

pha->Rate(rate);
pha->Feedback(feedback);
pha->Depth (depth);
float out = pha->Update(input);

//check bypass switch status
if (fx_bypass){
outputs[OUT].value = input * 5.0f;
}else{
outputs[OUT].value = out * 5.0f;
}

lights[RATE_LIGHT].value = clamp(params[RATE_PARAM].value + inputs[RATE_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
lights[FBK_LIGHT].value = clamp(params[FBK_PARAM].value + inputs[FEEDBACK_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
lights[DEPTH_LIGHT].value = clamp(params[DEPTH_PARAM].value + inputs[DEPTH_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
}


struct PhaserFxWidget : ModuleWidget
{
PhaserFxWidget(PhaserFx *module);
};


PhaserFxWidget::PhaserFxWidget(PhaserFx *module) : ModuleWidget(module) {
box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Phaser.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//KNOBS
addParam(ParamWidget::create<as_FxKnobBlack>(Vec(43, 60), module, PhaserFx::RATE_PARAM, 0.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_FxKnobBlack>(Vec(43, 125), module, PhaserFx::FBK_PARAM, 0.0f, 0.95f, 0.0f));
addParam(ParamWidget::create<as_FxKnobBlack>(Vec(43, 190), module, PhaserFx::DEPTH_PARAM, 0.0f, 1.0f, 0.0f));
//LIGHTS
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 57), module, PhaserFx::RATE_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 122), module, PhaserFx::FBK_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 187), module, PhaserFx::DEPTH_LIGHT));
//BYPASS SWITCH
addParam(ParamWidget::create<LEDBezel>(Vec(33, 260), module, PhaserFx::BYPASS_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(35.2, 262), module, PhaserFx::BYPASS_LED));
//INS/OUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 310), Port::INPUT, module, PhaserFx::INPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 310), Port::OUTPUT, module, PhaserFx::OUT));
//CV INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 67), Port::INPUT, module, PhaserFx::RATE_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 132), Port::INPUT, module, PhaserFx::FEEDBACK_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 197), Port::INPUT, module, PhaserFx::DEPTH_CV_INPUT));
}

Model *modelPhaserFx = Model::create<PhaserFx, PhaserFxWidget>("AS", "PhaserFx", "Phaser FX", EFFECT_TAG);

+ 176
- 0
repos/AS/src/QuadVCA.cpp View File

@@ -0,0 +1,176 @@
//**************************************************************************************
//Quad QuadVCA module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code adapted from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************

#include "AS.hpp"

struct QuadVCA : Module {
enum ParamIds {
GAIN1_PARAM,
GAIN2_PARAM,
GAIN3_PARAM,
GAIN4_PARAM,
MODE1_PARAM,
MODE2_PARAM,
MODE3_PARAM,
MODE4_PARAM,
NUM_PARAMS
};
enum InputIds {
GAIN1_CV_INPUT,
IN1_INPUT,
GAIN2_CV_INPUT,
IN2_INPUT,
GAIN3_CV_INPUT,
IN3_INPUT,
GAIN4_CV_INPUT,
IN4_INPUT,
NUM_INPUTS
};
enum OutputIds {
OUT1_OUTPUT,
OUT2_OUTPUT,
OUT3_OUTPUT,
OUT4_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
GAIN1_LIGHT,
GAIN2_LIGHT,
GAIN3_LIGHT,
GAIN4_LIGHT,
NUM_LIGHTS
};

float v1= 0.0f;
float v2= 0.0f;
float v3= 0.0f;
float v4= 0.0f;
const float expBase = 50.0f;

QuadVCA() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
};

void QuadVCA::step() {
//QuadVCA 1
float out = 0.0;
v1 = inputs[IN1_INPUT].value * params[GAIN1_PARAM].value;
if(inputs[GAIN1_CV_INPUT].active){
if(params[MODE1_PARAM].value==1){
v1 *= clamp(inputs[GAIN1_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
}else{
v1 *= rescale(powf(expBase, clamp(inputs[GAIN1_CV_INPUT].value / 10.0f, 0.0f, 1.0f)), 1.0f, expBase, 0.0f, 1.0f);
}
}
out+=v1;
lights[GAIN1_LIGHT].setBrightnessSmooth(fmaxf(0.0f, out / 5.0f));
if (outputs[OUT1_OUTPUT].active) {
outputs[OUT1_OUTPUT].value = out;
out = 0.0f;
}
//QuadVCA 2
v2 = inputs[IN2_INPUT].value * params[GAIN2_PARAM].value;
if(inputs[GAIN2_CV_INPUT].active){
if(params[MODE2_PARAM].value){
v2 *= clamp(inputs[GAIN2_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
}else{
v2 *= rescale(powf(expBase, clamp(inputs[GAIN2_CV_INPUT].value / 10.0f, 0.0f, 1.0f)), 1.0f, expBase, 0.0f, 1.0f);
}
}
out+=v2;
lights[GAIN2_LIGHT].setBrightnessSmooth(fmaxf(0.0f, out / 5.0f));
if (outputs[OUT2_OUTPUT].active) {
outputs[OUT2_OUTPUT].value = out;
out = 0.0f;
}
//QuadVCA 3
v3 = inputs[IN3_INPUT].value * params[GAIN3_PARAM].value;
if(inputs[GAIN3_CV_INPUT].active){
if(params[MODE3_PARAM].value){
v3 *= clamp(inputs[GAIN3_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
}else{
v3 *= rescale(powf(expBase, clamp(inputs[GAIN3_CV_INPUT].value / 10.0f, 0.0f, 1.0f)), 1.0f, expBase, 0.0f, 1.0f);
}
}
out+=v3;
lights[GAIN3_LIGHT].setBrightnessSmooth(fmaxf(0.0f, out / 5.0f));
if (outputs[OUT3_OUTPUT].active) {
outputs[OUT3_OUTPUT].value = out;
out = 0.0f;
}
//QuadVCA 4
v4 = inputs[IN4_INPUT].value * params[GAIN4_PARAM].value;
if(inputs[GAIN4_CV_INPUT].active){
if(params[MODE4_PARAM].value){
v4 *= clamp(inputs[GAIN4_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
}else{
v4 *= rescale(powf(expBase, clamp(inputs[GAIN4_CV_INPUT].value / 10.0f, 0.0f, 1.0f)), 1.0f, expBase, 0.0f, 1.0f);
}
}
out+=v4;
lights[GAIN4_LIGHT].setBrightnessSmooth(fmaxf(0.0f, out / 5.0f));
if (outputs[OUT4_OUTPUT].active) {
outputs[OUT4_OUTPUT].value = out;
out = 0.0f;
}
}

struct QuadVCAWidget : ModuleWidget
{
QuadVCAWidget(QuadVCA *module);
};


QuadVCAWidget::QuadVCAWidget(QuadVCA *module) : ModuleWidget(module) {
box.size = Vec(8 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/QuadVCA.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
static const float posX[4] = {13,39,65,91};
//SLIDERS
addParam(ParamWidget::create<as_SlidePot>(Vec(posX[0]-3, 70), module, QuadVCA::GAIN1_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_SlidePot>(Vec(posX[1]-3, 70), module, QuadVCA::GAIN2_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_SlidePot>(Vec(posX[2]-3, 70), module, QuadVCA::GAIN3_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_SlidePot>(Vec(posX[3]-3, 70), module, QuadVCA::GAIN4_PARAM, 0.0f, 1.0f, 0.5f));
//MODE SWITCHES
addParam(ParamWidget::create<as_CKSS>(Vec(posX[0], 190), module, QuadVCA::MODE1_PARAM, 0.0f, 1.0f, 1.0f));
addParam(ParamWidget::create<as_CKSS>(Vec(posX[1], 190), module, QuadVCA::MODE2_PARAM, 0.0f, 1.0f, 1.0f));
addParam(ParamWidget::create<as_CKSS>(Vec(posX[2], 190), module, QuadVCA::MODE3_PARAM, 0.0f, 1.0f, 1.0f));
addParam(ParamWidget::create<as_CKSS>(Vec(posX[3], 190), module, QuadVCA::MODE4_PARAM, 0.0f, 1.0f, 1.0f));
//CV INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(posX[0]-4, 217), Port::INPUT, module, QuadVCA::GAIN1_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[1]-4, 217), Port::INPUT, module, QuadVCA::GAIN2_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[2]-4, 217), Port::INPUT, module, QuadVCA::GAIN3_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[3]-4, 217), Port::INPUT, module, QuadVCA::GAIN4_CV_INPUT));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(posX[0]-4, 260), Port::INPUT, module, QuadVCA::IN1_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[1]-4, 260), Port::INPUT, module, QuadVCA::IN2_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[2]-4, 260), Port::INPUT, module, QuadVCA::IN3_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(posX[3]-4, 260), Port::INPUT, module, QuadVCA::IN4_INPUT));
//LEDS
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[0]+5, 288), module, QuadVCA::GAIN1_LIGHT));//294
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[1]+5, 288), module, QuadVCA::GAIN2_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[2]+5, 288), module, QuadVCA::GAIN3_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(posX[3]+5, 288), module, QuadVCA::GAIN4_LIGHT));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(posX[0]-4, 310), Port::OUTPUT, module, QuadVCA::OUT1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(posX[1]-4, 310), Port::OUTPUT, module, QuadVCA::OUT2_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(posX[2]-4, 310), Port::OUTPUT, module, QuadVCA::OUT3_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(posX[3]-4, 310), Port::OUTPUT, module, QuadVCA::OUT4_OUTPUT));

}

Model *modelQuadVCA = Model::create<QuadVCA, QuadVCAWidget>("AS", "QuadVCA", "Quad VCA/Mixer", AMPLIFIER_TAG, MIXER_TAG);

+ 176
- 0
repos/AS/src/Reverb.cpp View File

@@ -0,0 +1,176 @@
//***********************************************************************************************
//
//Reverb module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Based on code from ML_Modules by martin-lueders https://github.com/martin-lueders/ML_modules
//And code from Freeverb by Jezar at Dreampoint - http://www.dreampoint.co.uk
//
//***********************************************************************************************

#include "AS.hpp"
#include "dsp/digital.hpp"

#include "../freeverb/revmodel.hpp"

struct ReverbFx : Module{
enum ParamIds {
DECAY_PARAM,
DAMP_PARAM,
BLEND_PARAM,
BYPASS_SWITCH,
NUM_PARAMS
};
enum InputIds {
SIGNAL_INPUT,
DECAY_CV_INPUT,
DAMP_CV_INPUT,
BLEND_CV_INPUT,
NUM_INPUTS
};
enum OutputIds {
SIGNAL_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
DECAY_LIGHT,
DAMP_LIGHT,
BLEND_LIGHT,
BYPASS_LED,
NUM_LIGHTS
};

revmodel reverb;
float roomsize, damp;

SchmittTrigger bypass_button_trig;

bool fx_bypass = false;

ReverbFx() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {

float gSampleRate = engineGetSampleRate();
reverb.init(gSampleRate);
}

void step() override;

void onSampleRateChange() override;

json_t *toJson()override {
json_t *rootJm = json_object();

json_t *statesJ = json_array();
json_t *bypassJ = json_boolean(fx_bypass);
json_array_append_new(statesJ, bypassJ);
json_object_set_new(rootJm, "as_FxBypass", statesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *statesJ = json_object_get(rootJm, "as_FxBypass");
json_t *bypassJ = json_array_get(statesJ, 0);

fx_bypass = !!json_boolean_value(bypassJ);
}
};

void ReverbFx::onSampleRateChange() {

float gSampleRate = engineGetSampleRate();

reverb.init(gSampleRate);

reverb.setdamp(damp);
reverb.setroomsize(roomsize);

};


void ReverbFx::step() {

if (bypass_button_trig.process(params[BYPASS_SWITCH].value)){
fx_bypass = !fx_bypass;
}
lights[BYPASS_LED].value = fx_bypass ? 1.0f : 0.0f;

float out1, out2;

out1 = out2 = 0.0f;

float old_roomsize = roomsize;
float old_damp = damp;

float input_signal = clamp(inputs[SIGNAL_INPUT].value,-10.0f,10.0f);
//float input_signal = inputs[SIGNAL_INPUT].value;
roomsize = clamp(params[DECAY_PARAM].value + inputs[DECAY_CV_INPUT].value / 10.0f, 0.0f, 0.88f);
damp = clamp(params[DAMP_PARAM].value + inputs[DAMP_CV_INPUT].value / 10.0f, 0.0f, 1.0f);

if( old_damp != damp ) reverb.setdamp(damp);
if( old_roomsize != roomsize) reverb.setroomsize(roomsize);

reverb.process(input_signal, out1, out2);

//check bypass switch status
if (fx_bypass){
outputs[SIGNAL_OUTPUT].value = inputs[SIGNAL_INPUT].value;
}else {
outputs[SIGNAL_OUTPUT].value = input_signal + out1 * clamp(params[BLEND_PARAM].value + inputs[BLEND_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
//outputs[SIGNAL_OUTPUT2].value = input_signal + out2 * clamp(params[BLEND_PARAM].value + inputs[BLEND_CV_INPUT].value / 10.0, 0.0, 1.0);
}

lights[DECAY_LIGHT].value = clamp(params[DECAY_PARAM].value + inputs[DECAY_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
lights[DAMP_LIGHT].value = clamp(params[DAMP_PARAM].value + inputs[DAMP_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
lights[BLEND_LIGHT].value = clamp(params[BLEND_PARAM].value + inputs[BLEND_CV_INPUT].value / 10.0f, 0.0f, 1.0f);

}

struct ReverbFxWidget : ModuleWidget
{
ReverbFxWidget(ReverbFx *module);
};


ReverbFxWidget::ReverbFxWidget(ReverbFx *module) : ModuleWidget(module) {
box.size = Vec(15 * 6, 380);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Reverb.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//KNOBS
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 60), module, ReverbFx::DECAY_PARAM, 0.0f, 0.9f, 0.5f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 125), module, ReverbFx::DAMP_PARAM, 0.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 190), module, ReverbFx::BLEND_PARAM, 0.0f, 1.0f, 0.5f));
//LIGHTS
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 57), module, ReverbFx::DECAY_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 122), module, ReverbFx::DAMP_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 187), module, ReverbFx::BLEND_LIGHT));
//BYPASS SWITCH
addParam(ParamWidget::create<LEDBezel>(Vec(33, 260), module, ReverbFx::BYPASS_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(35.2, 262), module, ReverbFx::BYPASS_LED));
//INS/OUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 310), Port::INPUT, module, ReverbFx::SIGNAL_INPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 310), Port::OUTPUT, module, ReverbFx::SIGNAL_OUTPUT));
//CV INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 67), Port::INPUT, module, ReverbFx::DECAY_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 132), Port::INPUT, module, ReverbFx::DAMP_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 197), Port::INPUT, module, ReverbFx::BLEND_CV_INPUT));
}

Model *modelReverbFx = Model::create<ReverbFx, ReverbFxWidget>("AS", "ReverbFx", "Reverb FX", REVERB_TAG, EFFECT_TAG);

+ 473
- 0
repos/AS/src/SEQ16.cpp View File

@@ -0,0 +1,473 @@
//***********************************************************************************************
//16-step sequencer module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Based on SEQ16 VCV Rack by Autodafe http://www.autodafe.net
//Based on code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//***********************************************************************************************
#include "AS.hpp"
#include "dsp/digital.hpp"

struct SEQ16 : Module {
enum ParamIds {
CLOCK_PARAM,
RUN_PARAM,
RESET_PARAM,
STEPS_PARAM,
TRIGGER_PARAM,
PREV_STEP,
NEXT_STEP,
GATE_MODE_PARAM,
ROW1_PARAM,
ROW2_PARAM = ROW1_PARAM + 16,
ROW3_PARAM = ROW2_PARAM + 16,
GATE_PARAM = ROW3_PARAM + 16,
NUM_PARAMS = GATE_PARAM + 16
};
enum InputIds {
CLOCK_INPUT,
EXT_CLOCK_INPUT,
RESET_INPUT,
STEPS_INPUT,
NUM_INPUTS
};
enum OutputIds {
GATES_OUTPUT,
ROW1_OUTPUT,
ROW2_OUTPUT,
ROW3_OUTPUT,
GATE_OUTPUT,
NUM_OUTPUTS = GATE_OUTPUT + 16
};
enum LightIds {
RUNNING_LIGHT,
RESET_LIGHT,
GATES_LIGHT,
TRIGGER_LIGHT,
ROW_LIGHTS,
GATE_LIGHTS = ROW_LIGHTS + 3,
NUM_LIGHTS = GATE_LIGHTS + 16
};

bool running = true;
bool triggerActive = false;
// for external clock
SchmittTrigger clockTrigger;
// For buttons
SchmittTrigger runningTrigger;
SchmittTrigger resetTrigger;
SchmittTrigger prevTrigger;
SchmittTrigger nextTrigger;
SchmittTrigger manualTrigger;
SchmittTrigger gateTriggers[16];
float phase = 0.0f;
float blinkPhase = 0.0f;
int index = 0;
int stepIndex = index+1;
int modeIndex = 0;
bool nextStep = false;
bool gateState[16] = {};
float resetLight = 0.0f;
float stepLights[16] = {};
const float lightLambda = 0.075f;

enum GateMode {
TRIGGER,
RETRIGGER,
CONTINUOUS,
};
GateMode gateMode = TRIGGER;
PulseGenerator gatePulse;

SEQ16() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
reset();
}
void step() override;

int numSteps;

json_t *toJson() override {
json_t *rootJ = json_object();

// running
json_object_set_new(rootJ, "running", json_boolean(running));

// gates
json_t *gatesJ = json_array();
for (int i = 0; i < 16; i++) {
json_t *gateJ = json_integer((int) gateState[i]);
json_array_append_new(gatesJ, gateJ);
}
json_object_set_new(rootJ, "gates", gatesJ);
// gateMode
json_t *gateModeJ = json_integer((int) gateMode);
json_object_set_new(rootJ, "gateMode", gateModeJ);
return rootJ;
}

void fromJson(json_t *rootJ) override {
// running
json_t *runningJ = json_object_get(rootJ, "running");
if (runningJ)
running = json_is_true(runningJ);
// gates
json_t *gatesJ = json_object_get(rootJ, "gates");
if (gatesJ) {
for (int i = 0; i < 16; i++) {
json_t *gateJ = json_array_get(gatesJ, i);
if (gateJ)
gateState[i] = !!json_integer_value(gateJ);
}
}

// gateMode
json_t *gateModeJ = json_object_get(rootJ, "gateMode");
if (gateModeJ)
gateMode = (GateMode)json_integer_value(gateModeJ);
}

void reset() override {
for (int i = 0; i < 16; i++) {
gateState[i] = true;
}
}

void randomize() override {
for (int i = 0; i < 16; i++) {
gateState[i] = (randomUniform() > 0.5);
}
}
};


void SEQ16::step() {
numSteps = roundf(clamp(params[STEPS_PARAM].value, 1.0f, 16.0f));
stepIndex = index+1;
// Gate mode Switch with 3 way switch
modeIndex = params[GATE_MODE_PARAM].value;
gateMode = (GateMode)int(modeIndex);

// Run
if (runningTrigger.process(params[RUN_PARAM].value)) {
running = !running;
}
lights[RUNNING_LIGHT].value = running ? 1.0f : 0.0f;

nextStep = false;

if (running) {
if (inputs[EXT_CLOCK_INPUT].active) {
// External clock
if (clockTrigger.process(inputs[EXT_CLOCK_INPUT].value)) {
phase = 0.0f;
nextStep = true;
}
}
else {
// Internal clock
float clockTime = powf(2.0, params[CLOCK_PARAM].value + inputs[CLOCK_INPUT].value);
phase += clockTime / engineGetSampleRate();
if (phase >= 1.0f) {
phase -= 1.0f;
nextStep = true;
}
}
}

// Reset
if (resetTrigger.process(params[RESET_PARAM].value + inputs[RESET_INPUT].value)) {
phase = 0.0f;
index = 16;
nextStep = true;
resetLight = 1.0;
}

if (nextStep) {
// Advance step
int numSteps = clamp(round(params[STEPS_PARAM].value + inputs[STEPS_INPUT].value), 1.0f, 16.0f);
index += 1;
if (index >= numSteps) {
index = 0;
}
stepLights[index] = 1.0f;
gatePulse.trigger(1e-3);
}

resetLight -= resetLight / lightLambda / engineGetSampleRate();

bool pulse = gatePulse.process(1.0 / engineGetSampleRate());

// Gate buttons
for (int i = 0; i < 16; i++) {
if (gateTriggers[i].process(params[GATE_PARAM + i].value)) {
gateState[i] = !gateState[i];
}
bool gateOn = (running && i == index && gateState[i]);
if (gateMode == TRIGGER)
gateOn = gateOn && pulse;
else if (gateMode == RETRIGGER)
gateOn = gateOn && !pulse;

outputs[GATE_OUTPUT + i].value = gateOn ? 10.0f : 0.0f;
stepLights[i] -= stepLights[i] / lightLambda / engineGetSampleRate();
lights[GATE_LIGHTS + i].value = gateState[i] ? 1.0f - stepLights[i] : stepLights[i];
}

// Rows
float row1 = params[ROW1_PARAM + index].value;
float row2 = params[ROW2_PARAM + index].value;
float row3 = params[ROW3_PARAM + index].value;
bool gatesOn = (running && gateState[index]);
if (gateMode == TRIGGER)
gatesOn = gatesOn && pulse;
else if (gateMode == RETRIGGER)
gatesOn = gatesOn && !pulse;

// Outputs
outputs[ROW1_OUTPUT].value = row1;
outputs[ROW2_OUTPUT].value = row2;
outputs[ROW3_OUTPUT].value = row3;
lights[RESET_LIGHT].value = resetLight;
lights[GATES_LIGHT].value = gatesOn ? 1.0f : 0.0f;
lights[ROW_LIGHTS].value = row1;
lights[ROW_LIGHTS + 1].value = row2;
lights[ROW_LIGHTS + 2].value = row3;
//mod to make the manual trigger work
if (running) {
outputs[GATES_OUTPUT].value = gatesOn ? 10.0f : 0.0f;
lights[TRIGGER_LIGHT].value = 0.0f;
//disable manual trigger
triggerActive = false;
}

//Edit mode
if(manualTrigger.process(params[TRIGGER_PARAM].value)){
triggerActive = !triggerActive;
}
lights[TRIGGER_LIGHT].value = triggerActive ? 1.0f : 0.0f;
// Manual trigger/manual step, only when the seq is not running
if (triggerActive) {
running=false;
outputs[GATES_OUTPUT].value = 10.0f;

// Blink light at 1Hz
float deltaTime = 5.0f / engineGetSampleRate();
blinkPhase += deltaTime;
if (blinkPhase >= 1.0f){
blinkPhase -= 1.0f;
}
// step edit light indicator
for (int i = 0; i < 16; i++) {
if(i==index){
lights[GATE_LIGHTS + i].value = (blinkPhase < 0.5f) ? 1.0f : 0.0f;
}else{
lights[GATES_LIGHT].value = gatesOn ? 1.0f : 0.0f;
}
}

}else{
outputs[GATES_OUTPUT].value = gatesOn ? 10.0f : 0.0f;
lights[GATES_LIGHT].value = gatesOn ? 1.0f : 0.0f;
}
//Prev/next step buttons only work when seq is not running
if(!running){
if (prevTrigger.process(params[PREV_STEP].value)) {
index -= 1;
if(index<0){
index = numSteps-1;
}
}
if (nextTrigger.process(params[NEXT_STEP].value)) {
index += 1;
if(index>numSteps-1){
index = 0;
}
}
}
}

struct StepsDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

StepsDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) {
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);

nvgFontSize(vg, 22);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

char displayStr[3];

sprintf(displayStr, "%2u", (unsigned) *value);

Vec textPos = Vec(6, 23);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, displayStr, NULL);
}
};

template <typename BASE>
struct MuteLight : BASE {
MuteLight() {
//this->box.size = Vec(20.0, 20.0);
this->box.size = mm2px(Vec(6.0, 6.0));
}
};


struct SEQ16Widget : ModuleWidget {
SEQ16Widget(SEQ16 *module);
Menu *createContextMenu() override;
};


SEQ16Widget::SEQ16Widget(SEQ16 *module) : ModuleWidget(module) {

box.size = Vec(44 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/SEQ16.svg")));
addChild(panel);
}
//LCD STEPS SCREEN
StepsDisplayWidget *display = new StepsDisplayWidget();
display->box.pos = Vec(341,60);
display->box.size = Vec(40, 30);
display->value = &module->numSteps;
addChild(display);
//LCD CURRENT STEP SCREEN
StepsDisplayWidget *display2 = new StepsDisplayWidget();
display2->box.pos = Vec(401,60);
display2->box.size = Vec(40, 30);
display2->value = &module->stepIndex;
addChild(display2);

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//
static const float portX[16] = {20,60,100,140,180,220,260,300,340,380,420,460,500,540,580,620};
static const float elements_offst = 8;
static const float main_lds_y = 64.4;
//CLOCK KNOB
addParam(ParamWidget::create<as_KnobBlack>(Vec(portX[1]-elements_offst, 56), module, SEQ16::CLOCK_PARAM, -2.0f, 6.0f, 2.0f));
//RUN RESET SWITCHES & LEDS
addParam(ParamWidget::create<LEDBezel>(Vec(portX[2], main_lds_y), module, SEQ16::RUN_PARAM , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<MuteLight<RedLight>>(Vec(portX[2]+2.2, main_lds_y+2), module, SEQ16::RUNNING_LIGHT));
addParam(ParamWidget::create<LEDBezel>(Vec(portX[3], main_lds_y), module, SEQ16::RESET_PARAM , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<MuteLight<RedLight>>(Vec(portX[3]+2.2, main_lds_y+2), module, SEQ16::RESET_LIGHT));
//STEP TRIGGER
addParam(ParamWidget::create<LEDBezel>(Vec(portX[11], main_lds_y+35), module, SEQ16::TRIGGER_PARAM , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<MuteLight<RedLight>>(Vec(portX[11]+2.2, main_lds_y+2+35), module, SEQ16::TRIGGER_LIGHT));
addParam(ParamWidget::create<TL1105>(Vec(portX[9]+20, main_lds_y+40), module, SEQ16::PREV_STEP, 0.0f, 1.0f, 0.0f));
addParam(ParamWidget::create<TL1105>(Vec(portX[10]+5, main_lds_y+40), module, SEQ16::NEXT_STEP, 0.0f, 1.0f, 0.0f));
//GATE MODE SWITCH
addParam(ParamWidget::create<as_CKSSThree>(Vec(portX[6]+2, main_lds_y-4), module, SEQ16::GATE_MODE_PARAM, 0.0f, 2.0f, 0.0f));
//STEPS KNOBS
addParam(ParamWidget::create<as_KnobBlack>(Vec(portX[7]-elements_offst, 56), module, SEQ16::STEPS_PARAM, 1.0f, 16.0f, 16.0f));
static const float main_inputs_offst = 1;
static const float main_inputs_y = 98;
//SEQ VC INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(portX[1]- main_inputs_offst, main_inputs_y), Port::INPUT, module, SEQ16::CLOCK_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(portX[2]-main_inputs_offst, main_inputs_y), Port::INPUT, module, SEQ16::EXT_CLOCK_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(portX[3]-main_inputs_offst, main_inputs_y), Port::INPUT, module, SEQ16::RESET_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(portX[7]-main_inputs_offst, main_inputs_y), Port::INPUT, module, SEQ16::STEPS_INPUT));
//GATE/ROW LEDS
addChild(ModuleLightWidget::create<MediumLight<RedLight>>(Vec(portX[12]+elements_offst, main_lds_y+6), module, SEQ16::GATES_LIGHT));
addChild(ModuleLightWidget::create<MediumLight<RedLight>>(Vec(portX[13]+elements_offst, main_lds_y+6), module, SEQ16::ROW_LIGHTS));
addChild(ModuleLightWidget::create<MediumLight<RedLight>>(Vec(portX[14]+elements_offst, main_lds_y+6), module, SEQ16::ROW_LIGHTS + 1));
addChild(ModuleLightWidget::create<MediumLight<RedLight>>(Vec(portX[15]+elements_offst, main_lds_y+6), module, SEQ16::ROW_LIGHTS + 2));
//GATE/ROW OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(portX[12], 98), Port::OUTPUT, module, SEQ16::GATES_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(portX[13], 98), Port::OUTPUT, module, SEQ16::ROW1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(portX[14], 98), Port::OUTPUT, module, SEQ16::ROW2_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(portX[15], 98), Port::OUTPUT, module, SEQ16::ROW3_OUTPUT));

for (int i = 0; i < 16; i++) {
//ROW KNOBS
addParam(ParamWidget::create<as_KnobBlack>(Vec(portX[i]-elements_offst, 157), module, SEQ16::ROW1_PARAM + i, 0.0f, 10.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(portX[i]-elements_offst, 198), module, SEQ16::ROW2_PARAM + i, 0.0f, 10.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(portX[i]-elements_offst, 240), module, SEQ16::ROW3_PARAM + i, 0.0f, 10.0f, 0.0f));
//GATE LEDS
addParam(ParamWidget::create<LEDButton>(Vec(portX[i]+1.5, 284), module, SEQ16::GATE_PARAM + i, 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<MediumLight<RedLight>>(Vec(portX[i]+5.8, 287.9), module, SEQ16::GATE_LIGHTS + i));
//GATE STEPS OUT
addOutput(Port::create<as_PJ301MPort>(Vec(portX[i]-2, 310), Port::OUTPUT, module, SEQ16::GATE_OUTPUT + i));
}
}

struct SEQ16GateModeItem : MenuItem {
SEQ16 *seq16;
SEQ16::GateMode gateMode;
void onAction(EventAction &e) override {
seq16->gateMode = gateMode;
}
void step() override {
rightText = CHECKMARK(seq16->gateMode == gateMode);
}
};

Menu *SEQ16Widget::createContextMenu() {
Menu *menu = ModuleWidget::createContextMenu();

MenuLabel *spacerLabel = new MenuLabel();
menu->addChild(spacerLabel);

SEQ16 *seq16 = dynamic_cast<SEQ16*>(module);
assert(seq16);

MenuLabel *modeLabel = new MenuLabel();
modeLabel->text = "Gate Mode";
menu->addChild(modeLabel);

SEQ16GateModeItem *triggerItem = new SEQ16GateModeItem();
triggerItem->text = "Trigger";
triggerItem->seq16 = seq16;
triggerItem->gateMode = SEQ16::TRIGGER;
menu->addChild(triggerItem);

SEQ16GateModeItem *retriggerItem = new SEQ16GateModeItem();
retriggerItem->text = "Retrigger";
retriggerItem->seq16 = seq16;
retriggerItem->gateMode = SEQ16::RETRIGGER;
menu->addChild(retriggerItem);

SEQ16GateModeItem *continuousItem = new SEQ16GateModeItem();
continuousItem->text = "Continuous";
continuousItem->seq16 = seq16;
continuousItem->gateMode = SEQ16::CONTINUOUS;
menu->addChild(continuousItem);

return menu;
}

Model *modelSEQ16 = Model::create<SEQ16, SEQ16Widget>("AS", "SEQ16", "16-Step Sequencer", SEQUENCER_TAG);

+ 110
- 0
repos/AS/src/SawOSC.cpp View File

@@ -0,0 +1,110 @@
//**************************************************************************************
//SawOsc module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code taken from RODENTCAT https://github.com/RODENTCAT/RODENTMODULES
//Code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************
#include "AS.hpp"

struct SawOsc : Module {
enum ParamIds {
PITCH_PARAM,
PW_PARAM,
NUM_PARAMS
};
enum InputIds {
PITCH_INPUT,
PW_INPUT,
NUM_INPUTS
};
enum OutputIds {
OSC_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
FREQ_LIGHT,
NUM_LIGHTS
};

float phase = 0.0f;
float blinkPhase = 0.0f;

SawOsc() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
};

void SawOsc::step() {
// Implement a simple sine oscillator
float deltaTime = 1.0f / engineGetSampleRate();
// Compute the frequency from the pitch parameter and input
float pitch = params[PITCH_PARAM].value;
pitch += inputs[PITCH_INPUT].value;
pitch = clamp(pitch, -4.0f, 4.0f);
float freq = 440.0f * powf(2.0f, pitch);

// Accumulate the phase
phase += freq * deltaTime;
if (phase >= 1.0f)
phase -= 1.0f;

//Mod param
float pw = params[PW_PARAM].value*0.1f+1.0f;
//Mod input
float minput = inputs[PW_INPUT].value*0.3f;
//Mod param+input
float pinput = (pw + minput);

// Compute the sine output
//float sine = sinf(2 * M_PI * phase);
//outputs[SINE_OUTPUT].value = 5.0 * sine;
//saw stuff, original dev says square, but it sounds more like a SAW wave, hence this module name hehe
float saw = cos(exp(pinput * M_PI * phase));///0.87;
//dc block
float block_coeff = 1.0f - (2.0f * M_PI * (10.0f / 44100.0f));
float m_prev_in = 0.0f;
float m_prev_out = 0.0f;
m_prev_out = saw - m_prev_in + block_coeff * m_prev_out;
m_prev_in = saw;

//outputs[OSC_OUTPUT].value = 5 * saw;
outputs[OSC_OUTPUT].value = m_prev_out*5;
lights[FREQ_LIGHT].value = (outputs[OSC_OUTPUT].value > 0.0f) ? 1.0f : 0.0f;
}

struct SawOscWidget : ModuleWidget
{
SawOscWidget(SawOsc *module);
};


SawOscWidget::SawOscWidget(SawOsc *module) : ModuleWidget(module) {
box.size = Vec(4 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/SawOSC.svg")));
addChild(panel);
}
//SCREWS - SPECIAL SPACING FOR RACK WIDTH*4
addChild(Widget::create<as_HexScrew>(Vec(0, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(0, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//LIGHT
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(22-15, 57), module, SawOsc::FREQ_LIGHT));
//PARAMS
//addParam(ParamWidget::create<as_KnobBlack>(Vec(26, 60), module, SawOsc::PITCH_PARAM, -3.0, 3.0, 0.0));
addParam(ParamWidget::create<as_KnobBlack>(Vec(26-15, 60), module, SawOsc::PITCH_PARAM, -4.0, 4.0, 0.0));
//addParam(ParamWidget::create<as_KnobBlack>(Vec(26, 125), module, SawOsc::PW_PARAM, -4.0, 5.0, -4.0));
addParam(ParamWidget::create<as_KnobBlack>(Vec(26-15, 125), module, SawOsc::PW_PARAM, -4.2, 5.0, -4.2));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(33-15, 200), Port::INPUT, module, SawOsc::PW_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(33-15, 260), Port::INPUT, module, SawOsc::PITCH_INPUT));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(33-15, 310), Port::OUTPUT, module, SawOsc::OSC_OUTPUT));
}

Model *modelSawOsc = Model::create<SawOsc, SawOscWidget>("AS", "SawOSC", "TinySawish", OSCILLATOR_TAG);

+ 248
- 0
repos/AS/src/SignalDelay.cpp View File

@@ -0,0 +1,248 @@
//**************************************************************************************
//Signal Delay module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************
#include "AS.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"

#include <sstream>
#include <iomanip>

#define HISTORY_SIZE (1<<21)

struct SignalDelay : Module {
enum ParamIds {
TIME_1_PARAM,
TIME_2_PARAM,
NUM_PARAMS
};
enum InputIds {
TIME_1_INPUT,
TIME_2_INPUT,
IN_1_INPUT,
IN_2_INPUT,
NUM_INPUTS
};
enum OutputIds {
THRU_1_OUTPUT,
THRU_2_OUTPUT,
OUT_1_OUTPUT,
OUT_2_OUTPUT,
NUM_OUTPUTS
};


DoubleRingBuffer<float, HISTORY_SIZE> historyBuffer1;
DoubleRingBuffer<float, 16> outBuffer1;
SampleRateConverter<1> src1;
float lastWet1 = 0.0f;

int lcd_tempo1 = 0;

DoubleRingBuffer<float, HISTORY_SIZE> historyBuffer2;
DoubleRingBuffer<float, 16> outBuffer2;
SampleRateConverter<1> src2;
float lastWet2 = 0.0f;

int lcd_tempo2 = 0;

SignalDelay() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {}

void step() override;

};

void SignalDelay::step() {

// DELAY 1 Get input to delay block
float in1 = inputs[IN_1_INPUT].value;
float feedback1 = 0;//only one repetition, for regular use: clampf(params[FEEDBACK_PARAM].value + inputs[FEEDBACK_INPUT].value / 10.0, 0.0, 1.0);
float dry1 = in1 + lastWet1 * feedback1;
// Compute delay time in seconds
//delay time in seconds. Linear reading, now easy to setup any value by the digit
float delay1 = clamp(params[TIME_1_PARAM].value + inputs[TIME_1_INPUT].value, 0.001f, 10.0f);
//LCD display tempo - show value as ms
lcd_tempo1 = std::round(delay1*1000);
// Number of delay samples
float index1 = delay1 * engineGetSampleRate();
// Push dry1 sample into history buffer
if (!historyBuffer1.full()) {
historyBuffer1.push(dry1);
}
// How many samples do we need consume1 to catch up?
float consume1 = index1 - historyBuffer1.size();
if (outBuffer1.empty()) {
double ratio1 = 1.0;
if (consume1 <= -16)
ratio1 = 0.5;
else if (consume1 >= 16)
ratio1 = 2.0;

int inFrames1 = min(historyBuffer1.size(), 16);
int outFrames1 = outBuffer1.capacity();
src1.setRates(ratio1 * engineGetSampleRate(), engineGetSampleRate());
src1.process((const Frame<1>*)historyBuffer1.startData(), &inFrames1, (Frame<1>*)outBuffer1.endData(), &outFrames1);
historyBuffer1.startIncr(inFrames1);
outBuffer1.endIncr(outFrames1);
}

float wet1 = 0.0f;
if (!outBuffer1.empty()) {
wet1 = outBuffer1.shift();
}
outputs[THRU_1_OUTPUT].value = in1;
outputs[OUT_1_OUTPUT].value = wet1;
lastWet1 = wet1;

// DELAY 2 Get input to delay block
float in2 = inputs[IN_2_INPUT].value;
float feedback2 = 0;//only one repetition, for regular use: clamp(params[FEEDBACK_PARAM].value + inputs[FEEDBACK_INPUT].value / 10.0, 0.0, 1.0);
float dry2 = in2 + lastWet2 * feedback2;
// Compute delay time in seconds
//delay time in seconds. Linear reading, now easy to setup any value by the digit
float delay2 = clamp(params[TIME_2_PARAM].value + inputs[TIME_2_INPUT].value, 0.001f, 10.0f);
//LCD display tempo - show value as ms
lcd_tempo2 = std::round(delay2*1000);
// Number of delay samples
float index2 = delay2 * engineGetSampleRate();
// Push dry sample into history buffer
if (!historyBuffer2.full()) {
historyBuffer2.push(dry2);
}
// How many samples do we need consume1 to catch up?
float consume2 = index2 - historyBuffer2.size();
if (outBuffer2.empty()) {
double ratio2 = 1.0;
if (consume2 <= -16)
ratio2 = 0.5;
else if (consume2 >= 16)
ratio2 = 2.0;

int inFrames2 = min(historyBuffer2.size(), 16);
int outFrames2 = outBuffer2.capacity();
src2.setRates(ratio2 * engineGetSampleRate(), engineGetSampleRate());
src2.process((const Frame<1>*)historyBuffer2.startData(), &inFrames2, (Frame<1>*)outBuffer2.endData(), &outFrames2);
historyBuffer2.startIncr(inFrames2);
outBuffer2.endIncr(outFrames2);
}

float wet2 = 0.0;
if (!outBuffer2.empty()) {
wet2 = outBuffer2.shift();
}
outputs[THRU_2_OUTPUT].value = in2;
outputs[OUT_2_OUTPUT].value = wet2;
lastWet2 = wet2;



}

///////////////////////////////////
struct MsDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

MsDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

std::stringstream to_display;
to_display << std::right << std::setw(5) << *value;

Vec textPos = Vec(4.0f, 17.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~~~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\\\\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
////////////////////////////////////

struct SignalDelayWidget : ModuleWidget
{
SignalDelayWidget(SignalDelay *module);
};


SignalDelayWidget::SignalDelayWidget(SignalDelay *module) : ModuleWidget(module) {
box.size = Vec(RACK_GRID_WIDTH*6, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/SignalDelay.svg")));
addChild(panel);
}
//DELAY 1
//MS DISPLAY
MsDisplayWidget *display1 = new MsDisplayWidget();
display1->box.pos = Vec(10,50);
display1->box.size = Vec(70, 20);
display1->value = &module->lcd_tempo1;
addChild(display1);
static const float posX[3] = {3,33,63};
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//KNOBS
addParam(ParamWidget::create<as_KnobBlack>(Vec(47, 80), module, SignalDelay::TIME_1_PARAM, 0.001f, 10.0f, 0.350f));
//CV INPUT
addInput(Port::create<as_PJ301MPort>(Vec(posX[0]+5, 87), Port::INPUT, module, SignalDelay::TIME_1_INPUT));
//INPUT
addInput(Port::create<as_PJ301MPort>(Vec(posX[0], 160), Port::INPUT, module, SignalDelay::IN_1_INPUT));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(posX[1], 160), Port::OUTPUT, module, SignalDelay::THRU_1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(posX[2], 160), Port::OUTPUT, module, SignalDelay::OUT_1_OUTPUT));

//DELAY 2
//MS DISPLAY
static const int mod_offset=160;
MsDisplayWidget *display2 = new MsDisplayWidget();
display2->box.pos = Vec(10,50+mod_offset);
display2->box.size = Vec(70, 20);
display2->value = &module->lcd_tempo2;
addChild(display2);
//KNOBS
addParam(ParamWidget::create<as_KnobBlack>(Vec(47, 80+mod_offset), module, SignalDelay::TIME_2_PARAM, 0.001f, 10.0f, 0.350f));
//CV INPUT
addInput(Port::create<as_PJ301MPort>(Vec(posX[0]+5, 87+mod_offset), Port::INPUT, module, SignalDelay::TIME_2_INPUT));
//INPUT
addInput(Port::create<as_PJ301MPort>(Vec(posX[0], 160+mod_offset), Port::INPUT, module, SignalDelay::IN_2_INPUT));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(posX[1], 160+mod_offset), Port::OUTPUT, module, SignalDelay::THRU_2_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(posX[2], 160+mod_offset), Port::OUTPUT, module, SignalDelay::OUT_2_OUTPUT));
}

Model *modelSignalDelay = Model::create<SignalDelay, SignalDelayWidget>("AS", "SignalDelay", "Signal Delay", UTILITY_TAG, DELAY_TAG);

+ 91
- 0
repos/AS/src/SineOSC.cpp View File

@@ -0,0 +1,91 @@
//**************************************************************************************
//SineOSC module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//Is just the tutorial module and nothing else hehe
//
//Code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************
#include "AS.hpp"

struct SineOsc : Module {
enum ParamIds {
FREQ_PARAM,
NUM_PARAMS
};
enum InputIds {
FREQ_CV,
NUM_INPUTS
};
enum OutputIds {
OSC_OUTPUT,
TRI_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
FREQ_LIGHT,
NUM_LIGHTS
};

float phase = 0.0f;
float blinkPhase = 0.0f;

SineOsc() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
};


void SineOsc::step() {
// Implement a simple sine oscillator
// Compute the frequency from the pitch parameter and input
float pitch = params[FREQ_PARAM].value;
pitch += inputs[FREQ_CV].value;
pitch = clamp(pitch, -4.0f, 4.0f);
float freq = 440.0f * powf(2.0f, pitch);
// Accumulate the phase
phase += freq / engineGetSampleRate();
if (phase >= 1.0f)
phase -= 1.0f;
// Compute the sine output
//correct sine
float sine = sinf(2.0f * M_PI * (phase+1 * 0.125f)) * 5.0f;
//original sine
//float sine = sinf(2 * M_PI * phase)+ sinf(2 * M_PI * phase * 2)*5;
//mod,like this it gives a unipolar saw-ish wave
//float sine = sinf(2.0 * M_PI * (phase * 0.125)) * 5.0;
outputs[OSC_OUTPUT].value = sine;
lights[FREQ_LIGHT].value = (outputs[OSC_OUTPUT].value > 0.0f) ? 1.0f : 0.0f;

}

struct SineOscWidget : ModuleWidget
{
SineOscWidget(SineOsc *module);
};


SineOscWidget::SineOscWidget(SineOsc *module) : ModuleWidget(module) {
box.size = Vec(4 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/SineOSC.svg")));
addChild(panel);
}
//SCREWS - SPECIAL SPACING FOR RACK WIDTH*4
addChild(Widget::create<as_HexScrew>(Vec(0, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(0, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//LIGHT
addChild(ModuleLightWidget::create<SmallLight<RedLight>>(Vec(22-15, 57), module, SineOsc::FREQ_LIGHT));
//PARAMS
addParam(ParamWidget::create<as_KnobBlack>(Vec(26-15, 60), module, SineOsc::FREQ_PARAM, -3.0f, 3.0f, 0.0f));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(33-15, 260), Port::INPUT, module, SineOsc::FREQ_CV));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(33-15, 310), Port::OUTPUT, module, SineOsc::OSC_OUTPUT));
}

Model *modelSineOsc = Model::create<SineOsc, SineOscWidget>("AS", "SineOSC", "TinySine", OSCILLATOR_TAG);

+ 323
- 0
repos/AS/src/Steps.cpp View File

@@ -0,0 +1,323 @@
//**************************************************************************************
//Steps module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code taken from Dual Counter - VCV Module, Strum 2017
//**************************************************************************************

#include "AS.hpp"

#include "dsp/digital.hpp"

#include <sstream>
#include <iomanip>

struct Steps : Module {
enum ParamIds {
RST_BUTTON1,
COUNT_NUM_PARAM_1,
RST_BUTTON2,
COUNT_NUM_PARAM_2,
RST_BUTTON3,
COUNT_NUM_PARAM_3,
NUM_PARAMS
};
enum InputIds {
CLK_IN_1,
RESET_IN_1,
CLK_IN_2,
RESET_IN_2,
CLK_IN_3,
RESET_IN_3,
NUM_INPUTS
};
enum OutputIds {
OUTPUT_1,
OUTPUT_2,
OUTPUT_3,
NUM_OUTPUTS
};
enum LightIds {
RESET_LIGHT1,
RESET_LIGHT2,
RESET_LIGHT3,
NUM_LIGHTS
};

SchmittTrigger clock_trigger_1;
SchmittTrigger reset_trigger_1;
SchmittTrigger reset_ext_trigger_1;
int count_limit1 = 1;
int count1 = 0;
SchmittTrigger clock_trigger_2;
SchmittTrigger reset_trigger_2;
SchmittTrigger reset_ext_trigger_2;
int count_limit_2 = 1;
int count_2 = 0;
SchmittTrigger clock_trigger_3;
SchmittTrigger reset_trigger_3;
SchmittTrigger reset_ext_trigger_3;
int count_limit_3 = 1;
int count_3 = 0;
const float lightLambda = 0.075f;
float resetLight1 = 0.0f;
float resetLight2 = 0.0f;
float resetLight3 = 0.0f;
PulseGenerator clockPulse1;
bool pulse1 = false;
PulseGenerator clockPulse2;
bool pulse2 = false;
PulseGenerator clockPulse3;
bool pulse3 = false;

Steps() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {

}

void step() override;
};


void Steps::step(){

count_limit1 = round(params[COUNT_NUM_PARAM_1].value);
count_limit_2 = round(params[COUNT_NUM_PARAM_2].value);
count_limit_3 = round(params[COUNT_NUM_PARAM_3].value);
bool reset1 = false;
bool reset_2 = false;
bool reset_3 = false;
pulse1 = false;
if (reset_trigger_1.process(params[RST_BUTTON1].value)){
reset1 = true;
count1 = 0;
outputs[OUTPUT_1].value = 0;
resetLight1 = 1.0f;

}
if (reset_ext_trigger_1.process(inputs[RESET_IN_1].value)){
reset1 = true;
count1 = 0;
outputs[OUTPUT_1].value = 0;
resetLight1 = 1.0f;

}

resetLight1 -= resetLight1 / lightLambda / engineGetSampleRate();
lights[RESET_LIGHT1].value = resetLight1;

if (reset1 == false){
if (clock_trigger_1.process(inputs[CLK_IN_1].value) && count1 <= count_limit1)
count1++;
}
if (count1 == count_limit1){
clockPulse1.trigger(1e-3);
}
if (count1 > count_limit1){
count1 = 0;
}
pulse1 = clockPulse1.process(1.0 / engineGetSampleRate());
outputs[OUTPUT_1].value = pulse1 ? 10.0f : 0.0f;
///////////// counter 2
if (reset_trigger_2.process(params[RST_BUTTON2].value)){
reset_2 = true;
count_2 = 0;
outputs[OUTPUT_2].value = 0;
resetLight2 = 1.0f;
}
if (reset_ext_trigger_2.process(inputs[RESET_IN_2].value)){
reset_2 = true;
count_2 = 0;
outputs[OUTPUT_2].value = 0;
resetLight2 = 1.0f;
}
resetLight2 -= resetLight2 / lightLambda / engineGetSampleRate();
lights[RESET_LIGHT2].value = resetLight2;

if (reset_2 == false){
if (clock_trigger_2.process(inputs[CLK_IN_2].value) && count_2 <= count_limit_2)
count_2++;
}
if (count_2 == count_limit_2){
clockPulse2.trigger(1e-3);
}
if (count_2 > count_limit_2){
count_2 = 0;
}
pulse2 = clockPulse2.process(1.0 / engineGetSampleRate());
outputs[OUTPUT_2].value = pulse2 ? 10.0f : 0.0f;
///////////// counter 3
if (reset_trigger_3.process(params[RST_BUTTON3].value)){
reset_3 = true;
count_3 = 0;
outputs[OUTPUT_3].value = 0;
resetLight3 = 1.0f;
}
if (reset_ext_trigger_3.process(inputs[RESET_IN_3].value)){
reset_3 = true;
count_3 = 0;
outputs[OUTPUT_3].value = 0;
resetLight3 = 1.0f;
}
resetLight3 -= resetLight3 / lightLambda / engineGetSampleRate();
lights[RESET_LIGHT3].value = resetLight3;

if (reset_3 == false){
if (clock_trigger_3.process(inputs[CLK_IN_3].value) && count_3 <= count_limit_3)
count_3++;
}
if (count_3 == count_limit_3){
clockPulse3.trigger(1e-3);
}
if (count_3 > count_limit_3){
count_3 = 0;
}
pulse3 = clockPulse3.process(1.0 / engineGetSampleRate());
outputs[OUTPUT_3].value = pulse3 ? 10.0f : 0.0f;
}

///////////////////////////////////
struct NumberDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

NumberDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

std::stringstream to_display;
to_display << std::right << std::setw(2) << *value;

Vec textPos = Vec(4.0f, 17.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
////////////////////////////////////

struct StepsWidget : ModuleWidget
{
StepsWidget(Steps *module);
};


StepsWidget::StepsWidget(Steps *module) : ModuleWidget(module) {
//box.size = Vec(15*4, 380);
box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin,"res/Steps.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
// counter 1
//COUNT DISPLAY
NumberDisplayWidget *display1 = new NumberDisplayWidget();
display1->box.pos = Vec(10,50);
display1->box.size = Vec(30, 20);
display1->value = &module->count1;
addChild(display1);
//STEPS DISPLAY
NumberDisplayWidget *display2 = new NumberDisplayWidget();
display2->box.pos = Vec(50,50);
display2->box.size = Vec(30, 20);
display2->value = &module->count_limit1;
addChild(display2);

int group_offset = 100;

addParam(ParamWidget::create<LEDBezel>(Vec(5, 82), module, Steps::RST_BUTTON1 , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(5+2.2, 82+2.3), module, Steps::RESET_LIGHT1));

addParam(ParamWidget::create<as_KnobBlack>(Vec(43, 73), module, Steps::COUNT_NUM_PARAM_1, 1.0f, 64.0f, 1.0f));

addInput(Port::create<as_PJ301MPort>(Vec(3, 120), Port::INPUT, module, Steps::RESET_IN_1));
addInput(Port::create<as_PJ301MPort>(Vec(33, 120), Port::INPUT, module, Steps::CLK_IN_1));
addOutput(Port::create<as_PJ301MPort>(Vec(63, 120), Port::OUTPUT, module, Steps::OUTPUT_1));
// counter 2
//COUNT DISPLAY
NumberDisplayWidget *display3 = new NumberDisplayWidget();
display3->box.pos = Vec(10,50 + group_offset);
display3->box.size = Vec(30, 20);
display3->value = &module->count_2;
addChild(display3);
//STEPS DISPLAY
NumberDisplayWidget *display4 = new NumberDisplayWidget();
display4->box.pos = Vec(50,50 + group_offset);
display4->box.size = Vec(30, 20);
display4->value = &module->count_limit_2;
addChild(display4);

addParam(ParamWidget::create<LEDBezel>(Vec(5, 82+ group_offset), module, Steps::RST_BUTTON2 , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(5+2.2, 82+2.3+ group_offset), module, Steps::RESET_LIGHT2));

addParam(ParamWidget::create<as_KnobBlack>(Vec(43, 73 + group_offset), module, Steps::COUNT_NUM_PARAM_2, 1.0f, 64.0f, 1.0f));

addInput(Port::create<as_PJ301MPort>(Vec(3, 120 + group_offset), Port::INPUT, module, Steps::RESET_IN_2));
addInput(Port::create<as_PJ301MPort>(Vec(33, 120 + group_offset), Port::INPUT, module, Steps::CLK_IN_2));
addOutput(Port::create<as_PJ301MPort>(Vec(63, 120 + group_offset), Port::OUTPUT, module, Steps::OUTPUT_2));

// counter 3
//COUNT DISPLAY
NumberDisplayWidget *display5 = new NumberDisplayWidget();
display5->box.pos = Vec(10,50 + group_offset*2);
display5->box.size = Vec(30, 20);
display5->value = &module->count_3;
addChild(display5);
//STEPS DISPLAY
NumberDisplayWidget *display6 = new NumberDisplayWidget();
display6->box.pos = Vec(50,50 + group_offset*2);
display6->box.size = Vec(30, 20);
display6->value = &module->count_limit_3;
addChild(display6);

addParam(ParamWidget::create<LEDBezel>(Vec(5, 82+ group_offset*2), module, Steps::RST_BUTTON3 , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(5+2.2, 82+2.3+ group_offset*2), module, Steps::RESET_LIGHT3));

addParam(ParamWidget::create<as_KnobBlack>(Vec(43, 73 + group_offset*2), module, Steps::COUNT_NUM_PARAM_3, 1.0f, 64.0f, 1.0f));

addInput(Port::create<as_PJ301MPort>(Vec(3, 120 + group_offset*2), Port::INPUT, module, Steps::RESET_IN_3));
addInput(Port::create<as_PJ301MPort>(Vec(33, 120 + group_offset*2), Port::INPUT, module, Steps::CLK_IN_3));
addOutput(Port::create<as_PJ301MPort>(Vec(63, 120 + group_offset*2), Port::OUTPUT, module, Steps::OUTPUT_3));
}

Model *modelSteps = Model::create<Steps, StepsWidget>("AS", "Steps", "Steps", SWITCH_TAG, SEQUENCER_TAG, UTILITY_TAG);

+ 173
- 0
repos/AS/src/SuperDrive.cpp View File

@@ -0,0 +1,173 @@
//***********************************************************************************************
//
//SuperDriveFx module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//Variable-hardness clipping code from scoofy[ AT ]inf[ DOT ]elte[ DOT ]hu
//Filter code from from VCV rack dsp
//
//***********************************************************************************************

#include "AS.hpp"
#include "dsp/digital.hpp"
#include "dsp/filter.hpp"

//#include <stdlib.h>

struct SuperDriveFx : Module{
enum ParamIds {
DRIVE_PARAM,
OUTPUT_GAIN_PARAM,
TONE_PARAM,
BYPASS_SWITCH,
NUM_PARAMS
};
enum InputIds {
SIGNAL_INPUT,
DRIVE_CV_INPUT,
GAIN_CV_INPUT,
TONE_CV_INPUT,
NUM_INPUTS
};
enum OutputIds {
SIGNAL_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
GAIN_LIGHT,
TONE_LIGHT,
DRIVE_LIGHT,
BYPASS_LED,
NUM_LIGHTS
};

SchmittTrigger bypass_button_trig;
int drive_scale=50;//to handle cv parameters properly

RCFilter lowpassFilter;
RCFilter highpassFilter;

bool fx_bypass = false;
SuperDriveFx() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}

void step() override;

json_t *toJson()override {
json_t *rootJm = json_object();

json_t *statesJ = json_array();
json_t *bypassJ = json_boolean(fx_bypass);
json_array_append_new(statesJ, bypassJ);
json_object_set_new(rootJm, "as_FxBypass", statesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *statesJ = json_object_get(rootJm, "as_FxBypass");
json_t *bypassJ = json_array_get(statesJ, 0);

fx_bypass = !!json_boolean_value(bypassJ);
}
float input_signal=0.0f;
float drive = 0.1f;
float process= 0.0f;
float inv_atan_drive = 0.0f;
float output_signal= 0.0f;
};

void SuperDriveFx::step() {

if (bypass_button_trig.process(params[BYPASS_SWITCH].value))
{
fx_bypass = !fx_bypass;
}
lights[BYPASS_LED].value = fx_bypass ? 1.0f : 0.0f;

float input_signal = inputs[SIGNAL_INPUT].value;
//OVERDRIVE SIGNAL
//float drive = params[DRIVE_PARAM].value;
drive = clamp(params[DRIVE_PARAM].value + inputs[DRIVE_CV_INPUT].value / 10.0f, 0.1f, 1.0f);

drive = drive * drive_scale;
//precalc
inv_atan_drive = 1.0f/atan(drive);
//process
process = inv_atan_drive * atan(input_signal*drive);
//output_signal = process * params[OUTPUT_GAIN_PARAM].value;
output_signal = process * clamp(params[OUTPUT_GAIN_PARAM].value + inputs[GAIN_CV_INPUT].value / 10.0f, 0.0f, 1.0f);

//TONE CONTROL
float tone = clamp(params[TONE_PARAM].value + inputs[TONE_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
float lowpassFreq = 10000.0f * powf(10.0f, clamp(2.0f*tone, 0.0f, 1.0f));
lowpassFilter.setCutoff(lowpassFreq / engineGetSampleRate());
lowpassFilter.process(output_signal);
output_signal = lowpassFilter.lowpass();
float highpassFreq = 10.0f * powf(100.0f, clamp(2.0f*tone - 1.0f, 0.0f, 1.0f));
highpassFilter.setCutoff(highpassFreq / engineGetSampleRate());
highpassFilter.process(output_signal);
output_signal = highpassFilter.highpass();

//check bypass switch status
if (fx_bypass){
outputs[SIGNAL_OUTPUT].value = inputs[SIGNAL_INPUT].value;
}else {
outputs[SIGNAL_OUTPUT].value = output_signal*3.5f;// 3.5;
}
//lights without cv input - old
//lights[DRIVE_LIGHT].value = params[DRIVE_PARAM].value;
//lights[GAIN_LIGHT].value = params[OUTPUT_GAIN_PARAM].value;

lights[DRIVE_LIGHT].value = clamp(params[DRIVE_PARAM].value + inputs[DRIVE_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
lights[TONE_LIGHT].value = clamp(params[TONE_PARAM].value + inputs[TONE_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
lights[GAIN_LIGHT].value = clamp(params[OUTPUT_GAIN_PARAM].value + inputs[GAIN_CV_INPUT].value / 10.0f, 0.0f, 1.0f);

}

struct SuperDriveFxWidget : ModuleWidget
{
SuperDriveFxWidget(SuperDriveFx *module);
};


SuperDriveFxWidget::SuperDriveFxWidget(SuperDriveFx *module) : ModuleWidget(module) {
box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/SuperDrive.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//KNOBS
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 60), module, SuperDriveFx::DRIVE_PARAM, 0.1f, 1.0f, 0.1f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 125), module, SuperDriveFx::TONE_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 190), module, SuperDriveFx::OUTPUT_GAIN_PARAM, 0.0f, 1.0f, 0.5f));
//LIGHTS
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 57), module, SuperDriveFx::DRIVE_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 122), module, SuperDriveFx::TONE_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 187), module, SuperDriveFx::GAIN_LIGHT));
//BYPASS SWITCH
addParam(ParamWidget::create<LEDBezel>(Vec(33, 260), module, SuperDriveFx::BYPASS_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(35.2, 262), module, SuperDriveFx::BYPASS_LED));
//INS/OUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 310), Port::INPUT, module, SuperDriveFx::SIGNAL_INPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 310), Port::OUTPUT, module, SuperDriveFx::SIGNAL_OUTPUT));
//CV INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 67), Port::INPUT, module, SuperDriveFx::DRIVE_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 132), Port::INPUT, module, SuperDriveFx::TONE_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 197), Port::INPUT, module, SuperDriveFx::GAIN_CV_INPUT));
}

Model *modelSuperDriveFx = Model::create<SuperDriveFx, SuperDriveFxWidget>("AS", "SuperDriveFx", "Super Drive FX", AMPLIFIER_TAG, EFFECT_TAG);

+ 228
- 0
repos/AS/src/Tremolo.cpp View File

@@ -0,0 +1,228 @@
//***********************************************************************************************
//
//TremoloFx module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//LFO code adapted from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//***********************************************************************************************

#include "AS.hpp"
#include "dsp/digital.hpp"

//LFO CODE *****************************
struct LowFrequencyOscillator {
float phase = 0.0f;
float pw = 0.5f;
float freq = 1.0f;
bool offset = false;
bool invert = false;
SchmittTrigger resetTrigger;
LowFrequencyOscillator() {

}
void setPitch(float pitch) {
pitch = fminf(pitch, 8.0f);
freq = powf(2.0f, pitch);
}
void setPulseWidth(float pw_) {
const float pwMin = 0.01f;
pw = clamp(pw_, pwMin, 1.0f - pwMin);
}
void setReset(float reset) {
if (resetTrigger.process(reset)) {
phase = 0.0f;
}
}
void step(float dt) {
float deltaPhase = fminf(freq * dt, 0.5f);
phase += deltaPhase;
if (phase >= 1.0f)
phase -= 1.0f;
}
float sin() {
if (offset)
return 1.0f - cosf(2*M_PI * phase) * (invert ? -1.0f : 1.0f);
else
return sinf(2.0f*M_PI * phase) * (invert ? -1.0f : 1.0f);
}
float tri(float x) {
return 4.0f * fabsf(x - roundf(x));
}
float tri() {
if (offset)
return tri(invert ? phase - 0.5 : phase);
else
return -1.0f + tri(invert ? phase - 0.25f : phase - 0.75f);
}
/*
float saw(float x) {
return 2.0 * (x - roundf(x));
}
float saw() {
if (offset)
return invert ? 2.0 * (1.0 - phase) : 2.0 * phase;
else
return saw(phase) * (invert ? -1.0 : 1.0);
}
float sqr() {
float sqr = (phase < pw) ^ invert ? 1.0 : -1.0;
return offset ? sqr + 1.0 : sqr;
}
*/
float light() {
return sinf(2.0f*M_PI * phase);
}
};
//LFO CODE *****************************

struct TremoloFx : Module{
enum ParamIds {
WAVE_PARAM,
FREQ_PARAM,
BLEND_PARAM,
INVERT_PARAM,
BYPASS_SWITCH,
NUM_PARAMS
};
enum InputIds {
SIGNAL_INPUT,
WAVE_CV_INPUT,
FREQ_CV_INPUT,
BLEND_CV_INPUT,
NUM_INPUTS
};
enum OutputIds {
SIGNAL_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
WAVE_LIGHT,
PHASE_POS_LIGHT,
PHASE_NEG_LIGHT,
BLEND_LIGHT,
BYPASS_LED,
NUM_LIGHTS
};

LowFrequencyOscillator oscillator;

SchmittTrigger bypass_button_trig;

bool fx_bypass = false;

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

void step() override;

json_t *toJson()override {
json_t *rootJm = json_object();

json_t *statesJ = json_array();
json_t *bypassJ = json_boolean(fx_bypass);
json_array_append_new(statesJ, bypassJ);
json_object_set_new(rootJm, "as_FxBypass", statesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *statesJ = json_object_get(rootJm, "as_FxBypass");
json_t *bypassJ = json_array_get(statesJ, 0);

fx_bypass = !!json_boolean_value(bypassJ);
}
float input_signal =0.0f;
float output_signal = 0.0f;
float tremolo_signal = 0.0f;
float blend_control = 0.0f;
float lfo_modulation = 0.0f;
};

void TremoloFx::step() {

if (bypass_button_trig.process(params[BYPASS_SWITCH].value)){
fx_bypass = !fx_bypass;
}
lights[BYPASS_LED].value = fx_bypass ? 1.0f : 0.0f;

input_signal = clamp(inputs[SIGNAL_INPUT].value,-10.0f,10.0f);

//oscillator.setPitch(params[FREQ_PARAM].value);
oscillator.setPitch( clamp(params[FREQ_PARAM].value + inputs[FREQ_CV_INPUT].value, 0.0f, 3.5f) );
oscillator.offset = (1.0f);
oscillator.invert = (params[INVERT_PARAM].value <= 0.0f);
oscillator.setPulseWidth(0.5f);
oscillator.step(1.0f / engineGetSampleRate());

float wave = clamp( params[WAVE_PARAM].value + inputs[WAVE_CV_INPUT].value, 0.0f, 1.0f );
float interp = crossfade(oscillator.sin(), oscillator.tri(), wave);

lfo_modulation = 5.0f * interp;

//check bypass switch status
if (fx_bypass){
outputs[SIGNAL_OUTPUT].value = input_signal;
}else {
tremolo_signal = input_signal * clamp(lfo_modulation/10.0f, 0.0f, 1.0f);
blend_control = clamp(params[BLEND_PARAM].value + inputs[BLEND_CV_INPUT].value / 10.0f, 0.0f, 1.0f);
output_signal = crossfade(input_signal,tremolo_signal,blend_control);
outputs[SIGNAL_OUTPUT].value = output_signal;
}

lights[PHASE_POS_LIGHT].setBrightnessSmooth(fmaxf(0.0f, oscillator.light()));
lights[PHASE_NEG_LIGHT].setBrightnessSmooth(fmaxf(0.0f, -oscillator.light()));
lights[BLEND_LIGHT].value = clamp(params[BLEND_PARAM].value + inputs[BLEND_CV_INPUT].value / 10.0f, 0.0f, 1.0f);

}



struct TremoloFxWidget : ModuleWidget
{
TremoloFxWidget(TremoloFx *module);
};


TremoloFxWidget::TremoloFxWidget(TremoloFx *module) : ModuleWidget(module) {

box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/Tremolo.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//phase switch
addParam(ParamWidget::create<as_CKSS>(Vec(13, 100), module, TremoloFx::INVERT_PARAM, 0.0f, 1.0f, 1.0f));
//KNOBS
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 60), module, TremoloFx::WAVE_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 125), module, TremoloFx::FREQ_PARAM, 0.0f, 3.5f, 1.75f));
addParam(ParamWidget::create<as_FxKnobWhite>(Vec(43, 190), module, TremoloFx::BLEND_PARAM, 0.0f, 1.0f, 0.5f));
//LIGHTS
addChild(ModuleLightWidget::create<SmallLight<YellowRedLight>>(Vec(39, 122), module, TremoloFx::PHASE_POS_LIGHT));
addChild(ModuleLightWidget::create<SmallLight<YellowLight>>(Vec(39, 187), module, TremoloFx::BLEND_LIGHT));
//BYPASS SWITCH
addParam(ParamWidget::create<LEDBezel>(Vec(33, 260), module, TremoloFx::BYPASS_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(35.2, 262), module, TremoloFx::BYPASS_LED));
//INS/OUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 310), Port::INPUT, module, TremoloFx::SIGNAL_INPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 310), Port::OUTPUT, module, TremoloFx::SIGNAL_OUTPUT));
//CV INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 67), Port::INPUT, module, TremoloFx::WAVE_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 132), Port::INPUT, module, TremoloFx::FREQ_CV_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(10, 197), Port::INPUT, module, TremoloFx::BLEND_CV_INPUT));
}

Model *modelTremoloFx = Model::create<TremoloFx, TremoloFxWidget>("AS", "TremoloFx", "Tremolo FX", EFFECT_TAG);

+ 254
- 0
repos/AS/src/TriLFO.cpp View File

@@ -0,0 +1,254 @@
//**************************************************************************************
//TriLFO module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code adapted from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************
#include "AS.hpp"
#include "dsp/digital.hpp"

struct LowFrequencyOscillator {
float phase = 0.0f;
float pw = 0.5f;
float freq = 1.0f;
bool offset = false;
bool invert = false;
SchmittTrigger resetTrigger;
LowFrequencyOscillator() {
//resetTrigger.setThresholds(0.0f, 0.01f);
}
void setPitch(float pitch) {
pitch = fminf(pitch, 8.0f);
freq = powf(2.0f, pitch);
}
void setPulseWidth(float pw_) {
const float pwMin = 0.01f;
pw = clamp(pw_, pwMin, 1.0f - pwMin);
}
void setReset(float reset) {
if (resetTrigger.process(reset)) {
phase = 0.0f;
}
}
void step(float dt) {
float deltaPhase = fminf(freq * dt, 0.5f);
phase += deltaPhase;
if (phase >= 1.0f)
phase -= 1.0f;
}
float sin() {
if (offset)
return 1.0f - cosf(2*M_PI * phase) * (invert ? -1.0f : 1.0f);
else
return sinf(2.0f*M_PI * phase) * (invert ? -1.0f : 1.0f);
}
float tri(float x) {
return 4.0f * fabsf(x - roundf(x));
}
float tri() {
if (offset)
return tri(invert ? phase - 0.5f : phase);
else
return -1.0f + tri(invert ? phase - 0.25f : phase - 0.75f);
}
float saw(float x) {
return 2.0f * (x - roundf(x));
}
float saw() {
if (offset)
return invert ? 2.0f * (1.0f - phase) : 2.0f * phase;
else
return saw(phase) * (invert ? -1.0f : 1.0f);
}
float sqr() {
float sqr = (phase < pw) ^ invert ? 1.0f : -1.0f;
return offset ? sqr + 1.0f : sqr;
}
float light() {
return sinf(2.0f*M_PI * phase);
}
};


struct TriLFO : Module {
enum ParamIds {
OFFSET1_PARAM,
INVERT1_PARAM,
FREQ1_PARAM,
OFFSET2_PARAM,
INVERT2_PARAM,
FREQ2_PARAM,
OFFSET3_PARAM,
INVERT3_PARAM,
FREQ3_PARAM,
//
FM1_PARAM,
FM2_PARAM,
PW_PARAM,
PWM_PARAM,
//
NUM_PARAMS
};
enum InputIds {
FM1_INPUT,
FM2_INPUT,
RESET1_INPUT,
RESET2_INPUT,
RESET3_INPUT,
PW_INPUT,
NUM_INPUTS
};
enum OutputIds {
SIN1_OUTPUT,
TRI1_OUTPUT,
SAW1_OUTPUT,
SQR1_OUTPUT,
SIN2_OUTPUT,
TRI2_OUTPUT,
SAW2_OUTPUT,
SQR2_OUTPUT,
SIN3_OUTPUT,
TRI3_OUTPUT,
SAW3_OUTPUT,
SQR3_OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
PHASE1_POS_LIGHT,
PHASE1_NEG_LIGHT,
PHASE2_POS_LIGHT,
PHASE2_NEG_LIGHT,
PHASE3_POS_LIGHT,
PHASE3_NEG_LIGHT,
NUM_LIGHTS
};

LowFrequencyOscillator oscillator1;
LowFrequencyOscillator oscillator2;
LowFrequencyOscillator oscillator3;

TriLFO() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;

float pw_param = 0.5f;
};


void TriLFO::step() {
//LFO1
oscillator1.setPitch(params[FREQ1_PARAM].value + params[FM1_PARAM].value * inputs[FM1_INPUT].value + params[FM2_PARAM].value * inputs[FM2_INPUT].value);
//oscillator1.setPulseWidth(params[PW_PARAM].value + params[PWM_PARAM].value * inputs[PW_INPUT].value / 10.0);
oscillator1.setPulseWidth(pw_param);
oscillator1.offset = (params[OFFSET1_PARAM].value > 0.0f);
oscillator1.invert = (params[INVERT1_PARAM].value <= 0.0f);
oscillator1.step(1.0f / engineGetSampleRate());
oscillator1.setReset(inputs[RESET1_INPUT].value);

outputs[SIN1_OUTPUT].value = 5.0f * oscillator1.sin();
outputs[TRI1_OUTPUT].value = 5.0f * oscillator1.tri();
outputs[SAW1_OUTPUT].value = 5.0f * oscillator1.saw();
outputs[SQR1_OUTPUT].value = 5.0f * oscillator1.sqr();

lights[PHASE1_POS_LIGHT].setBrightnessSmooth(fmaxf(0.0f, oscillator1.light()));
lights[PHASE1_NEG_LIGHT].setBrightnessSmooth(fmaxf(0.0f, -oscillator1.light()));
//LFO2
oscillator2.setPitch(params[FREQ2_PARAM].value + params[FM1_PARAM].value * inputs[FM1_INPUT].value + params[FM2_PARAM].value * inputs[FM2_INPUT].value);
//oscillator2.setPulseWidth(params[PW_PARAM].value + params[PWM_PARAM].value * inputs[PW_INPUT].value / 10.0);
oscillator2.setPulseWidth(pw_param);
oscillator2.offset = (params[OFFSET2_PARAM].value > 0.0f);
oscillator2.invert = (params[INVERT2_PARAM].value <= 0.0f);
oscillator2.step(1.0f / engineGetSampleRate());
oscillator2.setReset(inputs[RESET2_INPUT].value);

outputs[SIN2_OUTPUT].value = 5.0f * oscillator2.sin();
outputs[TRI2_OUTPUT].value = 5.0f * oscillator2.tri();
outputs[SAW2_OUTPUT].value = 5.0f * oscillator2.saw();
outputs[SQR2_OUTPUT].value = 5.0f * oscillator2.sqr();

lights[PHASE2_POS_LIGHT].setBrightnessSmooth(fmaxf(0.0f, oscillator2.light()));
lights[PHASE2_NEG_LIGHT].setBrightnessSmooth(fmaxf(0.0f, -oscillator2.light()));
//LFO3
oscillator3.setPitch(params[FREQ3_PARAM].value + params[FM1_PARAM].value * inputs[FM1_INPUT].value + params[FM2_PARAM].value * inputs[FM2_INPUT].value);
//oscillator3.setPulseWidth(params[PW_PARAM].value + params[PWM_PARAM].value * inputs[PW_INPUT].value / 10.0);
oscillator3.setPulseWidth(pw_param);
oscillator3.offset = (params[OFFSET3_PARAM].value > 0.0f);
oscillator3.invert = (params[INVERT3_PARAM].value <= 0.0f);
oscillator3.step(1.0f / engineGetSampleRate());
oscillator3.setReset(inputs[RESET3_INPUT].value);

outputs[SIN3_OUTPUT].value = 5.0f * oscillator3.sin();
outputs[TRI3_OUTPUT].value = 5.0f * oscillator3.tri();
outputs[SAW3_OUTPUT].value = 5.0f * oscillator3.saw();
outputs[SQR3_OUTPUT].value = 5.0f * oscillator3.sqr();

lights[PHASE3_POS_LIGHT].setBrightnessSmooth(fmaxf(0.0f, oscillator3.light()));
lights[PHASE3_NEG_LIGHT].setBrightnessSmooth(fmaxf(0.0f, -oscillator3.light()));

}


struct TriLFOWidget : ModuleWidget
{
TriLFOWidget(TriLFO *module);
};


TriLFOWidget::TriLFOWidget(TriLFO *module) : ModuleWidget(module) {
box.size = Vec(RACK_GRID_WIDTH*10, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/as_LFO.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//LFO 1
addInput(Port::create<as_PJ301MPort>(Vec(10, 60), Port::INPUT, module, TriLFO::RESET1_INPUT));
addParam(ParamWidget::create<as_KnobBlack>(Vec(41, 55), module, TriLFO::FREQ1_PARAM, -8.0f, 6.0f, -1.0f));
//
addChild(ModuleLightWidget::create<SmallLight<GreenRedLight>>(Vec(37, 52), module, TriLFO::PHASE1_POS_LIGHT));
//
addParam(ParamWidget::create<as_CKSS>(Vec(90, 60), module, TriLFO::OFFSET1_PARAM, 0.0f, 1.0f, 1.0f));
addParam(ParamWidget::create<as_CKSS>(Vec(120, 60), module, TriLFO::INVERT1_PARAM, 0.0f, 1.0f, 1.0f));
//
addOutput(Port::create<as_PJ301MPort>(Vec(11, 120), Port::OUTPUT, module, TriLFO::SIN1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(45, 120), Port::OUTPUT, module, TriLFO::TRI1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(80, 120), Port::OUTPUT, module, TriLFO::SAW1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(114, 120), Port::OUTPUT, module, TriLFO::SQR1_OUTPUT));
//LFO 2
static const int lfo2_y_offset = 100;
addInput(Port::create<as_PJ301MPort>(Vec(10, 60+lfo2_y_offset), Port::INPUT, module, TriLFO::RESET2_INPUT));
addParam(ParamWidget::create<as_KnobBlack>(Vec(41, 55+lfo2_y_offset), module, TriLFO::FREQ2_PARAM, -8.0f, 6.0f, -1.0f));
//
addChild(ModuleLightWidget::create<SmallLight<GreenRedLight>>(Vec(37, 52+lfo2_y_offset), module, TriLFO::PHASE2_POS_LIGHT));
//
addParam(ParamWidget::create<as_CKSS>(Vec(90, 60+lfo2_y_offset), module, TriLFO::OFFSET2_PARAM, 0.0f, 1.0f, 1.0f));
addParam(ParamWidget::create<as_CKSS>(Vec(120, 60+lfo2_y_offset), module, TriLFO::INVERT2_PARAM, 0.0f, 1.0f, 1.0f));
//
addOutput(Port::create<as_PJ301MPort>(Vec(11, 120+lfo2_y_offset), Port::OUTPUT, module, TriLFO::SIN2_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(45, 120+lfo2_y_offset), Port::OUTPUT, module, TriLFO::TRI2_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(80, 120+lfo2_y_offset), Port::OUTPUT, module, TriLFO::SAW2_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(114, 120+lfo2_y_offset), Port::OUTPUT, module, TriLFO::SQR2_OUTPUT));
//LFO 3
static const int lfo3_y_offset = 200;
addInput(Port::create<as_PJ301MPort>(Vec(10, 60+lfo3_y_offset), Port::INPUT, module, TriLFO::RESET3_INPUT));
addParam(ParamWidget::create<as_KnobBlack>(Vec(41, 55+lfo3_y_offset), module, TriLFO::FREQ3_PARAM, -8.0f, 6.0f, -1.0f));
//
addChild(ModuleLightWidget::create<SmallLight<GreenRedLight>>(Vec(37, 52+lfo3_y_offset), module, TriLFO::PHASE3_POS_LIGHT));
//
addParam(ParamWidget::create<as_CKSS>(Vec(90, 60+lfo3_y_offset), module, TriLFO::OFFSET3_PARAM, 0.0f, 1.0f, 1.0f));
addParam(ParamWidget::create<as_CKSS>(Vec(120, 60+lfo3_y_offset), module, TriLFO::INVERT3_PARAM, 0.0f, 1.0f, 1.0f));
//
addOutput(Port::create<as_PJ301MPort>(Vec(11, 120+lfo3_y_offset), Port::OUTPUT, module, TriLFO::SIN3_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(45, 120+lfo3_y_offset), Port::OUTPUT, module, TriLFO::TRI3_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(80, 120+lfo3_y_offset), Port::OUTPUT, module, TriLFO::SAW3_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(114, 120+lfo3_y_offset), Port::OUTPUT, module, TriLFO::SQR3_OUTPUT));

}

Model *modelTriLFO = Model::create<TriLFO, TriLFOWidget>("AS", "TriLFO", "Tri LFO", LFO_TAG);

+ 196
- 0
repos/AS/src/TriggersMKI.cpp View File

@@ -0,0 +1,196 @@
//**************************************************************************************
//TriggersMKIMKI module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//**************************************************************************************
#include "AS.hpp"
#include "dsp/digital.hpp"
#include <sstream>
#include <iomanip>

struct TriggersMKI: Module {
enum ParamIds {
VOLTAGE_PARAM,
RUN_SWITCH,
MOMENTARY_SWITCH,
NUM_PARAMS
};
enum InputIds {
CV_RUN_INPUT,
NUM_INPUTS
};
enum OutputIds {
TRIGGER_OUT,
NUM_OUTPUTS
};
enum LightIds {
RUN_LED,
MOMENTARY_LED,
NUM_LIGHTS
};

SchmittTrigger LatchTrigger;
SchmittTrigger LatchExtTrigger;
SchmittTrigger BtnTrigger;
SchmittTrigger BtnExtTrigger;

const float lightLambda = 0.075;
float resetLight = 0.0f;
float volts = 0.0f;
bool running = false;

TriggersMKI() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;


json_t *toJson() override
{
json_t *rootJ = json_object();
json_t *button_statesJ = json_array();
json_t *button_stateJ = json_integer((int)running);
json_array_append_new(button_statesJ, button_stateJ);
json_object_set_new(rootJ, "run", button_statesJ);
return rootJ;
}

void fromJson(json_t *rootJ) override
{
json_t *button_statesJ = json_object_get(rootJ, "run");
if (button_statesJ)
{
json_t *button_stateJ = json_array_get(button_statesJ,0);
if (button_stateJ)
running = !!json_integer_value(button_stateJ);
}
}
};

void TriggersMKI::step() {

volts = clamp(params[VOLTAGE_PARAM].value, 0.0f, 10.0f);

//LATCH TRIGGER
//EXTERNAL TRIGGER
if (LatchTrigger.process(params[RUN_SWITCH].value)||LatchExtTrigger.process(inputs[CV_RUN_INPUT].value)) {
running = !running;
}
//INTERNAL TRIGGER
if (running) {
lights[RUN_LED].value = 1.0f;
outputs[TRIGGER_OUT].value = volts;
}else{
lights[RUN_LED].value = 0.0f;
outputs[TRIGGER_OUT].value = 0.0f;
}

//MOMENTARY TRIGGER
//EXTERNAL TRIGGER
if (BtnTrigger.process(params[MOMENTARY_SWITCH].value)) {
resetLight = 1.0;
if (!running) {
outputs[TRIGGER_OUT].value = volts;
}
}else{
if (!running) {
outputs[TRIGGER_OUT].value = 0.0f;
}
}
resetLight -= resetLight / lightLambda / engineGetSampleRate();
lights[MOMENTARY_LED].value = resetLight;

}

///////////////////////////////////
struct VoltsDisplayWidget : TransparentWidget {

float *value;
std::shared_ptr<Font> font;

VoltsDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/Segment7Standard.ttf"));
};

void draw(NVGcontext *vg) override {
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.5);

char display_string[10];
sprintf(display_string,"%5.2f",*value);

Vec textPos = Vec(3.0f, 17.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "~~~~~", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "\\\\\\\\\\", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
nvgText(vg, textPos.x, textPos.y, display_string, NULL);
//nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
}
};
////////////////////////////////////

struct TriggersMKIWidget : ModuleWidget
{
TriggersMKIWidget(TriggersMKI *module);
};


TriggersMKIWidget::TriggersMKIWidget(TriggersMKI *module) : ModuleWidget(module) {
box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/TriggersMKI.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

//VOLTS DISPLAY
VoltsDisplayWidget *display1 = new VoltsDisplayWidget();
display1->box.pos = Vec(10,50);
display1->box.size = Vec(70, 20);
display1->value = &module->volts;
addChild(display1);

//PARAMS
addParam(ParamWidget::create<as_KnobBlack>(Vec(26, 77), module, TriggersMKI::VOLTAGE_PARAM, 0.0f, 10.0f, 5.0f));
//SWITCHES
static const float led_offset = 3.3;
static const float led_center = 15;
addParam(ParamWidget::create<BigLEDBezel>(Vec(led_center, 182), module, TriggersMKI::RUN_SWITCH, 0.0, 1.0, 0.0));
addChild(ModuleLightWidget::create<GiantLight<RedLight>>(Vec(led_center+led_offset, 182+led_offset), module, TriggersMKI::RUN_LED));

addParam(ParamWidget::create<BigLEDBezel>(Vec(led_center, 262), module, TriggersMKI::MOMENTARY_SWITCH, 0.0, 1.0, 0.0));
addChild(ModuleLightWidget::create<GiantLight<RedLight>>(Vec(led_center+led_offset, 262+led_offset), module, TriggersMKI::MOMENTARY_LED));

//PORTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 145), Port::INPUT, module, TriggersMKI::CV_RUN_INPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 145), Port::OUTPUT, module, TriggersMKI::TRIGGER_OUT));

}

Model *modelTriggersMKI = Model::create<TriggersMKI, TriggersMKIWidget>("AS", "TriggersMKI", "Triggers MKI", SWITCH_TAG, UTILITY_TAG);

+ 248
- 0
repos/AS/src/TriggersMKII.cpp View File

@@ -0,0 +1,248 @@
//**************************************************************************************
//TriggersMKII module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//**************************************************************************************
#include "AS.hpp"
#include "dsp/digital.hpp"
#include <sstream>
#include <iomanip>
//#include <iostream>
//#include <cmath>

struct TriggersMKII: Module {
enum ParamIds {
LABEL_PARAM_1,
LABEL_PARAM_2,
TRIGGER_SWITCH_1,
MOMENTARY_SWITCH_2,
NUM_PARAMS
};
enum InputIds {
CV_TRIG_INPUT_1,
CV_TRIG_INPUT_2,
NUM_INPUTS
};
enum OutputIds {

TRIGGER_OUT1,
MOMENTARY_OUT2,

NUM_OUTPUTS
};
enum LightIds {
RUN_LED,
TRIGGER_LED_1,
MOMENTARY_LED_2,
NUM_LIGHTS
};

SchmittTrigger btnTrigger1;
SchmittTrigger extTrigger1;
SchmittTrigger btnTrigger2;
SchmittTrigger extTrigger2;

const float lightLambda = 0.075f;
float resetLight1 = 0.0f;
float resetLight2 = 0.0f;

int label_num1 = 0;
int label_num2 = 0;
TriggersMKII() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;
};

void TriggersMKII::step() {

label_num1 = roundf(params[LABEL_PARAM_1].value);
label_num2 = roundf(params[LABEL_PARAM_2].value);


outputs[TRIGGER_OUT1].value = 0.0f;
outputs[MOMENTARY_OUT2].value = 0.0f;

//TRIGGER 1
//EXTERNAL TRIGGER
if (btnTrigger1.process(params[TRIGGER_SWITCH_1].value)) {
resetLight1 = 1.0;
outputs[TRIGGER_OUT1].value = 10.0f;
//INTERNAL TRIGGER
}else if (extTrigger1.process(inputs[CV_TRIG_INPUT_1].value)) {
resetLight1 = 1.0;
outputs[TRIGGER_OUT1].value = 10.0f;
}else{
outputs[TRIGGER_OUT1].value = 0.0f;
}
resetLight1 -= resetLight1 / lightLambda / engineGetSampleRate();
lights[TRIGGER_LED_1].value = resetLight1;

//TRIGGER 2
//EXTERNAL TRIGGER
if (btnTrigger2.process(params[MOMENTARY_SWITCH_2].value)) {
resetLight2 = 1.0;
outputs[MOMENTARY_OUT2].value = 10.0f;
//INTERNAL TRIGGER
}else if (extTrigger2.process(inputs[CV_TRIG_INPUT_2].value)) {
resetLight2 = 1.0;
outputs[MOMENTARY_OUT2].value = 10.0f;
}else{
outputs[MOMENTARY_OUT2].value = 0.0f;
}
resetLight2 -= resetLight2 / lightLambda / engineGetSampleRate();
lights[MOMENTARY_LED_2].value = resetLight2;
}

static const char *label_values[] = {
"------",
" MUTE",
" SOLO",
" RESET",
" DRUMS",
" KICK",
" SNARE",
" HIHAT",
" CLAP",
" PERC",
"BASS 1",
"BASS 2",
" GTR 1",
" GTR 2",
"LEAD 1",
"LEAD 2",
" PAD 1",
" PAD 2",
"CHORDS",
" FX 1",
" FX 2",
" SEQ 1",
" SEQ 2",
" MIX 1",
" MIX 2",
" AUX 1",
" AUX 2",
" ON",
" OFF",
" START",
" STOP",
" PAUSE",
" UP",
" DOWN",
" LEFT",
" RIGHT",
};

///////////////////////////////////
struct LabelDisplayWidget : TransparentWidget {

int *value;
std::shared_ptr<Font> font;

LabelDisplayWidget() {
font = Font::load(assetPlugin(plugin, "res/saxmono.ttf"));
};

void draw(NVGcontext *vg) override
{
// Background
//NVGcolor backgroundColor = nvgRGB(0x20, 0x20, 0x20);
NVGcolor backgroundColor = nvgRGB(0x20, 0x10, 0x10);
NVGcolor borderColor = nvgRGB(0x10, 0x10, 0x10);
nvgBeginPath(vg);
nvgRoundedRect(vg, 0.0, 0.0, box.size.x, box.size.y, 4.0);
nvgFillColor(vg, backgroundColor);
nvgFill(vg);
nvgStrokeWidth(vg, 1.5);
nvgStrokeColor(vg, borderColor);
nvgStroke(vg);
// text
nvgFontSize(vg, 18);
nvgFontFaceId(vg, font->handle);
nvgTextLetterSpacing(vg, 2.0);

std::stringstream to_display;
to_display << std::right << std::setw(5) << *value;

Vec textPos = Vec(4.0f, 16.0f);

NVGcolor textColor = nvgRGB(0xdf, 0xd2, 0x2c);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "000000", NULL);

textColor = nvgRGB(0xda, 0xe9, 0x29);
nvgFillColor(vg, nvgTransRGBA(textColor, 16));
nvgText(vg, textPos.x, textPos.y, "------", NULL);

textColor = nvgRGB(0xf0, 0x00, 0x00);
nvgFillColor(vg, textColor);
//nvgText(vg, textPos.x, textPos.y, to_display.str().c_str(), NULL);
nvgText(vg, textPos.x, textPos.y, label_values[*value], NULL);
}
};
////////////////////////////////////

struct TriggersMKIIWidget : ModuleWidget
{
TriggersMKIIWidget(TriggersMKII *module);
};

TriggersMKIIWidget::TriggersMKIIWidget(TriggersMKII *module) : ModuleWidget(module) {

box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/TriggersMKII.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

static const float led_offset = 3.3;
static const float led_center = 15;
static const float y_offset = 150;
//TRIGGER 1
//LABEL DISPLAY
LabelDisplayWidget *display1 = new LabelDisplayWidget();
display1->box.pos = Vec(6,50);
display1->box.size = Vec(78, 20);
display1->value = &module->label_num1;
addChild(display1);

//PARAM
addParam(ParamWidget::create<as_KnobBlack>(Vec(46, 77), module, TriggersMKII::LABEL_PARAM_1, 0.0, 35.0, 0.0));
//SWITCH
addParam(ParamWidget::create<BigLEDBezel>(Vec(led_center, 132), module, TriggersMKII::TRIGGER_SWITCH_1, 0.0, 1.0, 0.0));
addChild(ModuleLightWidget::create<GiantLight<RedLight>>(Vec(led_center+led_offset, 132+led_offset), module, TriggersMKII::TRIGGER_LED_1));
//PORTS
addOutput(Port::create<as_PJ301MPort>(Vec(7, 78), Port::OUTPUT, module, TriggersMKII::TRIGGER_OUT1));
addInput(Port::create<as_PJ301MPort>(Vec(7, 104), Port::INPUT, module, TriggersMKII::CV_TRIG_INPUT_1));

//TRIGGER 2
//LABEL DISPLAY
LabelDisplayWidget *display2 = new LabelDisplayWidget();
display2->box.pos = Vec(6,50+y_offset);
display2->box.size = Vec(78, 20);
display2->value = &module->label_num2;
addChild(display2);

//PARAM
addParam(ParamWidget::create<as_KnobBlack>(Vec(46, 77+y_offset), module, TriggersMKII::LABEL_PARAM_2, 0.0, 35.0, 0.0));
//SWITCH
addParam(ParamWidget::create<BigLEDBezel>(Vec(led_center, 132+y_offset), module, TriggersMKII::MOMENTARY_SWITCH_2, 0.0, 1.0, 0.0));
addChild(ModuleLightWidget::create<GiantLight<RedLight>>(Vec(led_center+led_offset, 132+led_offset+y_offset), module, TriggersMKII::MOMENTARY_LED_2));
//PORTS
addOutput(Port::create<as_PJ301MPort>(Vec(7, 78+y_offset), Port::OUTPUT, module, TriggersMKII::MOMENTARY_OUT2));
addInput(Port::create<as_PJ301MPort>(Vec(7, 104+y_offset), Port::INPUT, module, TriggersMKII::CV_TRIG_INPUT_2));
}


Model *modelTriggersMKII = Model::create<TriggersMKII, TriggersMKIIWidget>("AS", "TriggersMKII", "Triggers MKII", SWITCH_TAG, UTILITY_TAG);

+ 101
- 0
repos/AS/src/VCA.cpp View File

@@ -0,0 +1,101 @@
//**************************************************************************************
//VCA module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code taken from the Fundamentals plugins by Andrew Belt http://www.vcvrack.com
//**************************************************************************************

#include "AS.hpp"

struct VCA : Module {
enum ParamIds {
LEVEL1_PARAM,
LEVEL2_PARAM,
MODE1_PARAM,
MODE2_PARAM,
NUM_PARAMS
};
enum InputIds {
ENV1_INPUT,
IN1_INPUT,
ENV2_INPUT,
IN2_INPUT,
NUM_INPUTS
};
enum OutputIds {
OUT1_OUTPUT,
OUT2_OUTPUT,
NUM_OUTPUTS
};

float v1= 0.0f;
float v2= 0.0f;
const float expBase = 50.0f;

VCA() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {}
void step() override;
};

void VCA::step() {
//VCA 1
v1 = inputs[IN1_INPUT].value * params[LEVEL1_PARAM].value;
if(inputs[ENV1_INPUT].active){
if(params[MODE1_PARAM].value==1){
v1 *= clamp(inputs[ENV1_INPUT].value / 10.0f, 0.0f, 1.0f);
}else{
v1 *= rescale(powf(expBase, clamp(inputs[ENV1_INPUT].value / 10.0f, 0.0f, 1.0f)), 1.0f, expBase, 0.0f, 1.0f);
}
}
outputs[OUT1_OUTPUT].value = v1;
//VCA 2
v2 = inputs[IN2_INPUT].value * params[LEVEL2_PARAM].value;
if(inputs[ENV2_INPUT].active){
if(params[MODE2_PARAM].value){
v2 *= clamp(inputs[ENV2_INPUT].value / 10.0f, 0.0f, 1.0f);
}else{
v2 *= rescale(powf(expBase, clamp(inputs[ENV2_INPUT].value / 10.0f, 0.0f, 1.0f)), 1.0f, expBase, 0.0f, 1.0f);
}
}
outputs[OUT2_OUTPUT].value = v2;
}


struct VCAWidget : ModuleWidget
{
VCAWidget(VCA *module);
};

VCAWidget::VCAWidget(VCA *module) : ModuleWidget(module) {

box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/VCA.svg")));
addChild(panel);
}

//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//SLIDERS
addParam(ParamWidget::create<as_SlidePot>(Vec(10, 70), module, VCA::LEVEL1_PARAM, 0.0f, 1.0f, 0.5f));
addParam(ParamWidget::create<as_SlidePot>(Vec(55, 70), module, VCA::LEVEL2_PARAM, 0.0f, 1.0f, 0.5f));
//MODE SWITCHES
addParam(ParamWidget::create<as_CKSS>(Vec(14, 190), module, VCA::MODE1_PARAM, 0.0f, 1.0f, 1.0f));
addParam(ParamWidget::create<as_CKSS>(Vec(59, 190), module, VCA::MODE2_PARAM, 0.0f, 1.0f, 1.0f));
//PORTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 217), Port::INPUT, module, VCA::ENV1_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(55, 217), Port::INPUT, module, VCA::ENV2_INPUT));

addInput(Port::create<as_PJ301MPort>(Vec(10, 260), Port::INPUT, module, VCA::IN1_INPUT));
addInput(Port::create<as_PJ301MPort>(Vec(55, 260), Port::INPUT, module, VCA::IN2_INPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(10, 310), Port::OUTPUT, module, VCA::OUT1_OUTPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 310), Port::OUTPUT, module, VCA::OUT2_OUTPUT));

}

Model *modelVCA = Model::create<VCA, VCAWidget>("AS", "VCAWidget", "VCA", AMPLIFIER_TAG);

+ 130
- 0
repos/AS/src/WaveShaper.cpp View File

@@ -0,0 +1,130 @@
//**************************************************************************************
//WaveSahper module for VCV Rack by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
//
//Code taken from HetrickCV plugins by Michael Hetrick https://github.com/mhetrick/hetrickcv
//**************************************************************************************
#include "AS.hpp"

#include "dsp/digital.hpp"

struct WaveShaper : Module {
enum ParamIds {
AMOUNT_PARAM,
SCALE_PARAM,
RANGE_PARAM,
BYPASS_SWITCH,
NUM_PARAMS
};
enum InputIds {
INPUT,
AMOUNT_INPUT,
NUM_INPUTS
};
enum OutputIds {
OUTPUT,
NUM_OUTPUTS
};
enum LightIds {
BYPASS_LED,
NUM_LIGHTS
};

SchmittTrigger bypass_button_trig;
bool fx_bypass = false;

WaveShaper() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {}
void step() override;

json_t *toJson()override {
json_t *rootJm = json_object();

json_t *statesJ = json_array();
json_t *bypassJ = json_boolean(fx_bypass);
json_array_append_new(statesJ, bypassJ);
json_object_set_new(rootJm, "as_FxBypass", statesJ);

return rootJm;
}

void fromJson(json_t *rootJm)override {
json_t *statesJ = json_object_get(rootJm, "as_FxBypass");
json_t *bypassJ = json_array_get(statesJ, 0);

fx_bypass = !!json_boolean_value(bypassJ);
}

};


void WaveShaper::step() {

if (bypass_button_trig.process(params[BYPASS_SWITCH].value)){
fx_bypass = !fx_bypass;
}
lights[BYPASS_LED].value = fx_bypass ? 1.0f : 0.0f;

float input = inputs[INPUT].value;

bool mode5V = (params[RANGE_PARAM].value == 0.0f);
if(mode5V) input = clamp(input, -5.0f, 5.0f) * 0.2f;
else input = clamp(input, -10.0f, 10.0f) * 0.1f;

float shape = params[AMOUNT_PARAM].value + (inputs[AMOUNT_INPUT].value * params[SCALE_PARAM].value);
shape = clamp(shape, -5.0f, 5.0f) * 0.2f;
shape *= 0.99f;

const float shapeB = (1.0f - shape) / (1.0f + shape);
const float shapeA = (4.0f * shape) / ((1.0f - shape) * (1.0f + shape));

float output = input * (shapeA + shapeB);
output = output / ((std::abs(input) * shapeA) + shapeB);
output *= 10.0f;
//check for bypass switch status
if (fx_bypass){
outputs[OUTPUT].value = inputs[INPUT].value;
}else{
outputs[OUTPUT].value = output;
}
}

struct WaveShaperWidget : ModuleWidget
{
WaveShaperWidget(WaveShaper *module);
};

WaveShaperWidget::WaveShaperWidget(WaveShaper *module) : ModuleWidget(module) {

box.size = Vec(6 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);

{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/WaveShaper.svg")));
addChild(panel);
}
//SCREWS
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - 2 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
//PARAMS
addParam(ParamWidget::create<as_KnobBlack>(Vec(26, 60), module, WaveShaper::AMOUNT_PARAM, -5.0f, 5.0f, 0.0f));
addParam(ParamWidget::create<as_KnobBlack>(Vec(26, 125), module, WaveShaper::SCALE_PARAM, -1.0f, 1.0f, 1.0f));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(33, 180), Port::INPUT, module, WaveShaper::AMOUNT_INPUT));
//RANGE SWITCH
addParam(ParamWidget::create<as_CKSSH>(Vec(33, 220), module, WaveShaper::RANGE_PARAM, 0.0f, 1.0f, 0.0f));
//BYPASS SWITCH
addParam(ParamWidget::create<LEDBezel>(Vec(33, 260), module, WaveShaper::BYPASS_SWITCH , 0.0f, 1.0f, 0.0f));
addChild(ModuleLightWidget::create<LedLight<RedLight>>(Vec(35.2, 262), module, WaveShaper::BYPASS_LED));
//INS/OUTS
addInput(Port::create<as_PJ301MPort>(Vec(10, 310), Port::INPUT, module, WaveShaper::INPUT));
addOutput(Port::create<as_PJ301MPort>(Vec(55, 310), Port::OUTPUT, module, WaveShaper::OUTPUT));

}

Model *modelWaveShaper = Model::create<WaveShaper, WaveShaperWidget>("AS", "WaveShaper", "Wave Shaper", WAVESHAPER_TAG);

+ 124
- 0
repos/AS/src/stereoVUmeter.cpp View File

@@ -0,0 +1,124 @@
/////////////////////////////////////////////////////
// Stereo VU Meter module by Alfredo Santamaria - AS - https://github.com/AScustomWorks/AS
// StereoVUmeter
//
/////////////////////////////////////////////////////

#include "AS.hpp"
#include "dsp/vumeter.hpp"

struct StereoVUmeter : Module {
enum ParamIds {
NUM_PARAMS
};

enum InputIds {
INPUT_LEFT,
INPUT_RIGHT,
NUM_INPUTS
};

enum OutputIds {
OUT_LEFT,
OUT_RIGHT,
NUM_OUTPUTS
};
enum LightIds {
METER_LIGHT_LEFT,
METER_LIGHT_RIGHT = METER_LIGHT_LEFT+15,
NUM_LIGHTS = METER_LIGHT_RIGHT + 15
};

StereoVUmeter() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS) {
}
void step() override;

VUMeter vuBar;

};

void StereoVUmeter::step(){
//GET VALUES AND ROUTE SIGNALS TO OUTPUTS
float signal_in_Left = inputs[INPUT_LEFT].value;
float signal_in_Right = inputs[INPUT_RIGHT].value;
outputs[OUT_LEFT].value = signal_in_Left;
outputs[OUT_RIGHT].value = signal_in_Right;
//VU METER BARS LIGHTS
vuBar.dBInterval = 3;
for (int i = 0; i < 15; i++){
vuBar.setValue(signal_in_Left / 10.0f);
lights[METER_LIGHT_LEFT + i].setBrightnessSmooth(vuBar.getBrightness(i));
vuBar.setValue(signal_in_Right / 10.0f);
lights[METER_LIGHT_RIGHT + i].setBrightnessSmooth(vuBar.getBrightness(i));
}
};

struct StereoVUmeterWidget : ModuleWidget
{
StereoVUmeterWidget(StereoVUmeter *module);
};


StereoVUmeterWidget::StereoVUmeterWidget(StereoVUmeter *module) : ModuleWidget(module) {
box.size = Vec(4 * RACK_GRID_WIDTH, RACK_GRID_HEIGHT);
{
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;
panel->setBackground(SVG::load(assetPlugin(plugin, "res/StereoVUmeter.svg")));
addChild(panel);
}
//SCREWS - SPECIAL SPACING FOR RACK WIDTH*4
addChild(Widget::create<as_HexScrew>(Vec(0, 0)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, 0)));
addChild(Widget::create<as_HexScrew>(Vec(0, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));
addChild(Widget::create<as_HexScrew>(Vec(box.size.x - RACK_GRID_WIDTH, RACK_GRID_HEIGHT - RACK_GRID_WIDTH)));

// LEFT COLUMN LEDs
static const float leftCol = 15;
static const float offsetY = 12;
static const float startY = 66;
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(leftCol, startY + offsetY * 0), module, StereoVUmeter::METER_LIGHT_LEFT + 0));
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(leftCol, startY + offsetY * 1), module, StereoVUmeter::METER_LIGHT_LEFT + 1));
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(leftCol, startY + offsetY * 2), module, StereoVUmeter::METER_LIGHT_LEFT + 2));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(leftCol, startY + offsetY * 3), module, StereoVUmeter::METER_LIGHT_LEFT + 3));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(leftCol, startY + offsetY * 4), module, StereoVUmeter::METER_LIGHT_LEFT + 4));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(leftCol, startY + offsetY * 5), module, StereoVUmeter::METER_LIGHT_LEFT + 5));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(leftCol, startY + offsetY * 6), module, StereoVUmeter::METER_LIGHT_LEFT + 6));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(leftCol, startY + offsetY * 7), module, StereoVUmeter::METER_LIGHT_LEFT + 7));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(leftCol, startY + offsetY * 8), module, StereoVUmeter::METER_LIGHT_LEFT + 8));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(leftCol, startY + offsetY * 9), module, StereoVUmeter::METER_LIGHT_LEFT + 9));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(leftCol, startY + offsetY * 10), module, StereoVUmeter::METER_LIGHT_LEFT + 10));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(leftCol, startY + offsetY * 11), module, StereoVUmeter::METER_LIGHT_LEFT + 11));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(leftCol, startY + offsetY * 12), module, StereoVUmeter::METER_LIGHT_LEFT + 12));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(leftCol, startY + offsetY * 13), module, StereoVUmeter::METER_LIGHT_LEFT + 13));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(leftCol, startY + offsetY * 14), module, StereoVUmeter::METER_LIGHT_LEFT + 14));
//RIGHT COLUMN LEDs
static const float rightCol = 37;
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(rightCol, startY + offsetY * 0), module, StereoVUmeter::METER_LIGHT_RIGHT + 0));
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(rightCol, startY + offsetY * 1), module, StereoVUmeter::METER_LIGHT_RIGHT + 1));
addChild(ModuleLightWidget::create<MeterLight<RedLight>>(Vec(rightCol, startY + offsetY * 2), module, StereoVUmeter::METER_LIGHT_RIGHT + 2));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(rightCol, startY + offsetY * 3), module, StereoVUmeter::METER_LIGHT_RIGHT + 3));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(rightCol, startY + offsetY * 4), module, StereoVUmeter::METER_LIGHT_RIGHT + 4));
addChild(ModuleLightWidget::create<MeterLight<OrangeLight>>(Vec(rightCol, startY + offsetY * 5), module, StereoVUmeter::METER_LIGHT_RIGHT + 5));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(rightCol, startY + offsetY * 6), module, StereoVUmeter::METER_LIGHT_RIGHT + 6));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(rightCol, startY + offsetY * 7), module, StereoVUmeter::METER_LIGHT_RIGHT + 7));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(rightCol, startY + offsetY * 8), module, StereoVUmeter::METER_LIGHT_RIGHT + 8));
addChild(ModuleLightWidget::create<MeterLight<YellowLight>>(Vec(rightCol, startY + offsetY * 9), module, StereoVUmeter::METER_LIGHT_RIGHT + 9));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(rightCol, startY + offsetY * 10), module, StereoVUmeter::METER_LIGHT_RIGHT + 10));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(rightCol, startY + offsetY * 11), module, StereoVUmeter::METER_LIGHT_RIGHT + 11));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(rightCol, startY + offsetY * 12), module, StereoVUmeter::METER_LIGHT_RIGHT + 12));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(rightCol, startY + offsetY * 13), module, StereoVUmeter::METER_LIGHT_RIGHT + 13));
addChild(ModuleLightWidget::create<MeterLight<GreenLight>>(Vec(rightCol, startY + offsetY * 14), module, StereoVUmeter::METER_LIGHT_RIGHT + 14));
//INPUTS
addInput(Port::create<as_PJ301MPort>(Vec(3, 270), Port::INPUT, module, StereoVUmeter::INPUT_LEFT));
addInput(Port::create<as_PJ301MPort>(Vec(3, 307), Port::INPUT, module, StereoVUmeter::INPUT_RIGHT));
//OUTPUTS
addOutput(Port::create<as_PJ301MPort>(Vec(33,270), Port::OUTPUT, module, StereoVUmeter::OUT_LEFT));
addOutput(Port::create<as_PJ301MPort>(Vec(33,307), Port::OUTPUT, module, StereoVUmeter::OUT_RIGHT));
}

Model *modelStereoVUmeter = Model::create<StereoVUmeter, StereoVUmeterWidget>("AS", "StereoVUmeter", "Stereo VU meter", VISUAL_TAG, UTILITY_TAG);

+ 674
- 0
repos/AepelzensModules/LICENSE View File

@@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Preamble

The GNU General Public License is a free, copyleft license for
software and other kinds of works.

The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.

When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.

Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

The precise terms and conditions for copying, distribution and
modification follow.

TERMS AND CONDITIONS

0. Definitions.

"This License" refers to version 3 of the GNU General Public License.

"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.

To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

A "covered work" means either the unmodified Program or a work based
on the Program.

To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

1. Source Code.

The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.

A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

The Corresponding Source for a work in source code form is that
same work.

2. Basic Permissions.

All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.

3. Protecting Users' Legal Rights From Anti-Circumvention Law.

No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

4. Conveying Verbatim Copies.

You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

5. Conveying Modified Source Versions.

You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.

b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".

c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.

d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.

A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

6. Conveying Non-Source Forms.

You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.

b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.

c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.

d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.

e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.

A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

7. Additional Terms.

"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or

b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or

c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or

d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or

e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or

f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.

All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

8. Termination.

You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

9. Acceptance Not Required for Having Copies.

You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

10. Automatic Licensing of Downstream Recipients.

Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.

An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

11. Patents.

A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".

A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

12. No Surrender of Others' Freedom.

If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

13. Use with the GNU Affero General Public License.

Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

14. Revised Versions of this License.

The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

15. Disclaimer of Warranty.

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

16. Limitation of Liability.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

17. Interpretation of Sections 15 and 16.

If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

+ 13
- 0
repos/AepelzensModules/Makefile View File

@@ -0,0 +1,13 @@
SLUG = "Aepelzens Modules"
VERSION = 0.6.0dev

#FLAGS += -D v_050_dev

LDFLAGS += -lsamplerate

SOURCES += $(wildcard src/*.cpp)

DISTRIBUTABLES += $(wildcard LICENSE*) res

RACK_DIR ?= ../..
include $(RACK_DIR)/plugin.mk

+ 78
- 0
repos/AepelzensModules/README.md View File

@@ -0,0 +1,78 @@
# VCV Rack plugins

![screenshot](https://github.com/Aepelzen/AepelzensModules/blob/master/images/screenshot.png)

## GateSeq

A Gate Sequencer with pattern support intended for polyrhythms. Every channel has it's own clock input and length. There is also a global clock input and an internal clock. Furthermore each channel has a probability setting that sets the probability that an active beat will be sent out.

To set the length for a channel hit the length button. It will turn red to indicate that you are now in length-mode. In this mode every channel has a red step button (or a yellow one if that step is also active) which indicates the last step in the sequence. Just press another step to change the length. To leave length-mode push the length button again. The length settings are tied to the pattern and will get copied if you copy a pattern.

To copy a pattern, select the pattern you want to copy first. Push the copy button to enable copy-mode, switch to the target pattern and hit the copy button again to paste your pattern. This will overwrite the target pattern.

The switch over the pattern input determines wheater all channel positions should be reset when switching patterns (i. e. start the pattern from the beginning). This might be useful to realign the channels when switching from a pattern that uses different lengths per channel. When inactive the pattern will just keep running.

### Pattern Merging (work in progress)

You can create new patterns out of existing ones by merging them. The workflow is similar to copying. Select the base-pattern first and push the merge button. Now select another pattern and this new pattern will get merged with the base-pattern according to the merge-mode (selected with the knob below the merge button). The base pattern defines the channel lengths (this might change in future versions). Currently the following merge modes are available:
* OR
* AND
* XOR
* NOR
* Random (choose one of the two patterns randomly for each step and channel)

## QuadSeq

A four channel sequencer (The knobs are made by bogaudio). Like GateSeq each channel has it's own clock input (the 4 inputs on the bottom left) and length. The mode parameter sets one of the following playback modes:
* Forward
* Backwad
* Alternating
* Random Neighbour
* Random

## New Module: Dice

Another sequencer. This one is built around probabilities and comes with all the usual goodies (per
channel clock, length and playback modes). All unconnected clock inputs are normalised to the first
clock input. The knobs set the probability for a step to be active. Unfortunately there is not
enough space for labels but this should be simple enough to work without. The upper knob in the gray
area sets the channel length, the lower one the playback mode (these work like in QuadSeq). The
button in the upper left corner resets the playback positions.

## Burst

A Burst generator. For every received trigger a number of triggers and an accompanying CV signal is sent out.
Repetitions and time set the number of triggers and the time between them. Acceleration shortens the time between subsequent triggers, jitter shifts them randomly. The switch at the bootom controls the output mode (trigger or gate).

The last trigger also triggers the EOC (end of cycle) output. You can connect this to the trigger input and turn up jitter and/or acceleration to get an irregular clock or chain multiple burst generators together.
The mode button selects the mode for the CV output, that can be used to modulate pitch or filter cutoff for delay style effects etc. Currently the following modes are supported:
* Up: cv increases in even steps
* Down: cv decreases in even steps
* Alternating1: output alternates between positive and negative values. The magnitude is only increased after 2 pulses (so you get 0, 1, -1, 2, -2 ...)
* Alternating2: output alternates between positive and negative values. The magnitude is increased after every pulse (so you get 0, 1, -2, 3, -4 ...)
* Randomp: positive random values
* Randomn: negative random values
* Random

If you have ideas for additional CV-Modes or any other suggestions please let me know.

## Manifold

A wavefolder. Works best with simple input signals like sine or triangle waves. The fold and symmetry inputs work well with CV and audio signals. The output becomes pretty noisy for high frequency modulators but produces very interesting sounds at low/mid frequency ranges. There is an alternative folding algorithm that can be switched via context menu. That one does all the folding in a single pass and therefore the stages button does nothing if this mode is selected. It also responds different to the symmetry parameter, especially with a high number of folds.

Note: this module shifts the phase of the input-signal (because of the upsampling)

## Walker

A CV generator that simulates a random walk. At every step the CV output changes by either plus or minus stepsize. The decision is affected by the Symmetry parameter. At 12 o'clock both directions are equally likely, fully ccw all steps move downward, full cw all steps move upward. The Switch controls the behaviour at the range boundaries. There are 3 possible modes:
* Clip the signal at the boundary and just wait for it to eventually get back into the allowed range (depending on the symmetry parameter this might not happen or take a long time)
* Reset to zero
* Reset to random value within ± range/2 (this is also affected by the Symmetry parameter)

## Erwin

A 4-channel scale-quantiser with user-definable scales. All inputs/outputs use the same scale, however you can transpose every channel seperately by ±4 octaves (the 4 small trimpots). You can also transpose all outputs by 4 octaves and/or 12 semitonses via CV inputs.

# Building

The wavefolder uses libsamplerate for the upsampling. That shouldn't be a problem because Rack depends on libsamplerate anyway but you might have to install the header-files if you don't build Rack yourself.

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

Loading…
Cancel
Save