Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

40 changed files with 322 additions and 45366 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -1,85 +1,47 @@
# CO2ampel
# co2ampel
![](https://git.unhb.de/smash/co2ampel/raw/branch/master/doc/case.jpg)
## Idea
Higher concentrations of CO2 inside will make you sleepy and have an impact on your wellbeing. During the current pandemic higher CO2 concentrations inside are also a pretty good indication for higher levels of aerosol and as such a higher risk for infection. The 'CO2 Ampel' (CO2 traffic light) will give you a visual representation of the current situation and remind you to open windows to keep you happy and healthy.
## idea
higher concentrations of CO2 inside will make you sleepy and have an impact on your wellbeing. during the current pandemic higher CO2 concentrations inside are also a pretty good indic
ation for higher levels of aerosol and as such a higher risk for infection. the 'CO2 Ampel' (CO2 traffic light) will give you a visual representation of the current situation and remin
d you to open windows to keep you happy and healthy
## Get help building your own CO2ampel
You can always get help by contacting us. The fastet way is probably our maxtrix chat channel, but you can always use our mailing list or any other contact methods found at https://www.un-hack-bar.de/kontakt/.
## Parts list
Have a list of all the parts necessary. We added an aliexpress link for convenience, but feel free to use other sources. The prices will vary among shops and we don't update the links.
### For the electronics
## parts list
| description | part | link |
| -------------------- | ----------- | ------------------------------------------- |
| ESP32 development board | ESP-32 30Pin | [Aliexpress Link ](https://de.aliexpress.com/item/32864722159.html?spm=a2g0o.productlist.0.0.6e7e745aBnlwmM&algo_pvid=b9be1fdc-113a-4e2e-aafa-4e08151af66c&algo_expid=b9be1fdc-113a-4e2e-aafa-4e08151af66c-1&btsid=0ab50f6215990625361401073eaad4&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_)|
| ESP32 | ESP-32 30Pin | [Aliexpress Link ](https://de.aliexpress.com/item/32864722159.html?spm=a2g0o.productlist.0.0.6e7e745aBnlwmM&algo_pvid=b9be1fdc-113a-4e2e-aafa-4e08151af66c&algo_expid=b9be1fdc-113a-4e2e-aafa-4e08151af66c-1&btsid=0ab50f6215990625361401073eaad4&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_)|
| Infrared CO2 Sensor | mhz-19 | [Aliexpress Link ](https://de.aliexpress.com/i/32952229446.html) |
| Active piezzo buzzer (optional) | KY-012 | [Aliexpress Link](https://de.aliexpress.com/item/32740686896.html?spm=a2g0o.productlist.0.0.554c8f02ZzXw5y&algo_pvid=a49664ca-1685-4d9a-b7ba-45c1fbf5a7ba&algo_expid=a49664ca-1685-4d9a-b7ba-45c1fbf5a7ba-0&btsid=0ab6f83115990618356642096e52ad&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_) |
| OLED Display | SSD1306 | |
| LED-Ring (8 or 9 Pixel) | WS2812 | [Aliexpress Link ](https://de.aliexpress.com/item/32835427711.html?spm=a2g0o.productlist.0.0.847c3d32JLroFX&algo_pvid=32c7c01b-df4b-430e-b550-00097f15afde&algo_expid=32c7c01b-df4b-430e-b550-00097f15afde-0&btsid=0ab6f83115990618906573133e52ad&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_) |
| 3m USB cable | USB cable | [Aliexpress Link ](https://www.aliexpress.com/item/32686380889.html) |
| red, green, black and white wires | Signal wires | no link |
| 30 cm of shrinking tube | shrinking tube | no link |
### For the case
| part | description |
| 3mm pylwood | Any 3mm thick material will do. We use pine. You could even use acrylic. |
| Wood glue | Glue for the case. |
| Translucent filament | We used translucent PLA, but any filament will be OK. |
| 3x10mm machine screws | Should be a cylinderhead screw. Sinkhead screws will probable need 3x12mm. |
| Hot glue | To fix the electronics on the board. |
| LED-Ring (9 Pixel) | WS2812 | [Aliexpress Link ](https://de.aliexpress.com/item/32835427711.html?spm=a2g0o.productlist.0.0.847c3d32JLroFX&algo_pvid=32c7c01b-df4b-430e-b550-00097f15afde&algo_expid=32c7c01b-df4b-430e-b550-00097f15afde-0&btsid=0ab6f83115990618906573133e52ad&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_) |
| 3m USB-Kabel | USB-Kabel | [Aliexpress Link ](https://www.aliexpress.com/item/32686380889.html) |
## Connection schema
Solder the wires according to the connection schema:
## build
![](https://git.unhb.de/smash/co2ampel/raw/branch/master/doc/CO2Ampel_Schaltplan.png)
There is also a PCB-version of this project available (to be documented).
## Firmware
### Preparation
* If you are on Windows: Make sure you have the proper drivers for your version of the ESP32 installed.
* If you are on Linux: Do the duck dance!
### Option 1: ESPHome
* Get yourself a copy of ESPHome (https://esphome.io/) ```pip3 install esphome```
* Create a secrects.yaml file with your wifi settings. You can use secrets.yaml.example as a template.
* In your console of choice (bash, cmd, ...): Set the environment variable co2ampel to the preferred name of the CO2Ampel: ```co2ampel=USER_ROOM```
* solder everything according to the connection schema
* get yourself a copy of esphome (https://esphome.io/) ```pip3 install esphome```
* compile the firmware with ```co2ampel=USER_ROOM esphome co2sensor.yaml run```
* replace user with a nick that identifies you or your organisation
* replace room with the place the sensor is located at
* e.g. unhb_hackspace or unhb_001 for obfuscation
* these will be used for online graphing! if sensor has wifi access
* compile the firmware with ```esphome co2sensor.yaml run```
* You may have to hold the boot button on your esp32, until fw upload starts.
* hold boot on your esp32 until fw upload starts.
### Option 2: Custom firmware written in C++ with platform.io
* Clone the git repository [https://git.unhb.de/smash/ebk-unhb-co2ampel](https://git.unhb.de/smash/ebk-unhb-co2ampel)
* Use platform.io to compile / flash the firmware to the ESP32.
## setup
* place the sensor in your room, keep it away from direct exposure of breath (give it at least 1-2m distance to humans or other co2 sources to get the average co2 level of the room)
* when there is a freifunk wifi around there is nothing to do for you, same when you defined your own wifi via secrets.yaml.
* else just wait a bit and the sensor will spawn an wifi without a password. connect with your phone and choose to login or open http://192.168.4.1 in a browser to enter your wifi credentials
* when everything is done, the default config will send the sensor readings back to the project where you can view online graphs (see grafana)
## Setup
* The sensor needs to be calibrated to measure acurately. This will happen automatically if the sensor is acrive at least 24 hours. The lowest measurement in this time will serve as a baseline of 400 ppm. It is advised to keep the sensor on power for at least 24 hours, at least once a month.
* Place the sensor in your room, keep it away from direct exposure of breath (give it at least 1-2m distance to humans or other co2 sources to get the average co2 level of the room)
### Additional setup for using option 1
* When there is a freifunk wifi around there is nothing to do for you, same when you defined your own wifi via secrets.yaml.
* Else just wait a bit and the sensor will spawn an wifi without a password. connect with your phone and choose to login or open http://192.168.4.1 in a browser to enter your wifi credentials
* When everything is done, the default config will send the sensor readings back to the project where you can view online graphs (see grafana)
#### Grafana
## grafana
there is a quick setup on [here](http://co2.cyber23.de:3000/d/1axlpIdGk/co2?orgId=1&refresh=10s&var-co2name=smash_wohnzimmer&from=now-2d&to=now) your sensor should apper in the list on the left as soon it is connected via wifi.
### Schema as a table
### schema
| ESP32 PIN | peripherals | note |
| ------------- | ----------------- | ------------------------------ |
@ -97,12 +59,12 @@ there is a quick setup on [here](http://co2.cyber23.de:3000/d/1axlpIdGk/co2?orgI
| I2C SDA / D21 | SSD1306 (SDA) | |
| I2C SCL / D22 | SSD1306 (SCL) | |
### ws2812 troubleshooting
If your ws2812 don't work on 3.3V power (most will do) you can try to use 5V instead. There are plenty different ws2812 builds so ymmv... if the leds don't work with 5V try to add a pullup resistor to your data line and a diode towards D4 to raise your high level while protecting your GPIO (https://forum.arduino.cc/index.php?topic=578735.msg3941756#msg3941756)
### ws2812
if your ws2812 don't work on 3.3V power (most will do) you can try to use 5V instead. there are plenty different ws2812 builds so ymmv... if the leds don't work with 5V try to add a pullup resistor to your data line and a diode towards D4 to raise your high level while protecting your GPIO (https://forum.arduino.cc/index.php?topic=578735.msg3941756#msg3941756)
looks like this:
![](https://git.unhb.de/smash/co2ampel/raw/branch/master/doc/levelshifter.png)
either way it might be a good idea to have a capacitor between VCC and GND. my prototype worked without any of these, but from time to time some LEDs just randomly turn on and the lights flicker slightly when the sensor takes a measurement.
either way it might be a good idea to have a capacitor between VCC and GND. my prototype worked without any of these, but from time to time some LEDs just randomly turn on...

View File

@ -1,6 +0,0 @@
nvs, data, nvs, 0x009000, 0x005000,
otadata, data, ota, 0x00e000, 0x002000,
app0, app, ota_0, 0x010000, 0x1C0000,
app1, app, ota_1, 0x1D0000, 0x1C0000,
eeprom, data, 0x99, 0x390000, 0x001000,
spiffs, data, spiffs, 0x391000, 0x00F000
1 nvs, data, nvs, 0x009000, 0x005000,
2 otadata, data, ota, 0x00e000, 0x002000,
3 app0, app, ota_0, 0x010000, 0x1C0000,
4 app1, app, ota_1, 0x1D0000, 0x1C0000,
5 eeprom, data, 0x99, 0x390000, 0x001000,
6 spiffs, data, spiffs, 0x391000, 0x00F000

View File

@ -1,17 +1,11 @@
substitutions:
node_name: !env_var co2ampel
esphome:
name: co2ampel_${node_name}
platform: ESP32
board: esp32doit-devkit-v1
on_boot:
- display.page.show: boot
# manually define needed libs to avoid broken NeoPixelBus-esphome@2.5.7 (we use the upstream version 2.6.0 instead)
platformio_options:
lib_deps: NeoPixelBus@2.6.0, AsyncTCP-esphome, ESPAsyncTCP-esphome, AsyncTCP-esphome, AsyncMqttClient-esphome, ESPAsyncTCP-esphome, AsyncTCP-esphome, ArduinoJson-esphomelib@5.13.3, ESPAsyncWebServer-esphome
ota:
safe_mode: True
password: !secret ota_passwd

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -30,9 +30,9 @@
inkscape:window-height="1001"
id="namedview20"
showgrid="false"
inkscape:zoom="1.696664"
inkscape:cx="181.60023"
inkscape:cy="262.91154"
inkscape:zoom="6.786656"
inkscape:cx="84.032175"
inkscape:cy="376.05696"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
@ -84,11 +84,16 @@
id="defs987" />
<g
id="g3559">
<path
style="font-size:12px;fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.15875;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
id="back_outsideCutPath"
d="m 28.25,110.191 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 18.082 l 0.059,-0.059 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 28.082 l 0.059,-0.059 V 82.109 l -0.059,-0.059 h -2.941 v -17.8 h 2.941 l 0.059,-0.059 V 46.109 l -0.059,-0.059 h -2.941 v -17.8 h 2.941 l 0.059,-0.059 V 0.109 L 110.191,0.05 H 82.109 L 82.05,0.109 V 3.05 H 64.25 V 0.109 L 64.191,0.05 H 46.109 L 46.05,0.109 V 3.05 H 28.25 V 0.109 L 28.191,0.05 H 0.109 L 0.05,0.109 V 28.191 L 0.109,28.25 H 3.05 v 17.8 H 0.109 L 0.05,46.109 V 64.191 L 0.109,64.25 H 3.05 v 17.8 H 0.109 L 0.05,82.109 v 28.082 l 0.059,0.059 h 28.082 z"
inkscape:connector-curvature="0" />
<path
id="rect827"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.188758;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 28.191,110.25 0.059,-0.059 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 18.082 l 0.059,-0.059 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 28.082 l 0.059,-0.059 V 82.109 l -0.059,-0.059 h -2.941 v -17.8 h 2.941 l 0.059,-0.059 V 46.109 l -0.059,-0.059 h -2.941 v -17.8 h 2.941 l 0.059,-0.059 V 0.109 L 110.191,0.05 H 82.109 L 82.05,0.109 V 3.05 H 64.25 V 0.109 L 64.191,0.05 H 46.109 L 46.05,0.109 V 3.05 H 28.25 V 0.109 L 28.191,0.05 H 0.109 L 0.05,0.109 V 28.191 L 0.109,28.25 H 3.05 v 17.8 H 0.109 L 0.05,46.109 V 64.191 L 0.109,64.25 H 3.05 v 17.8 H 0.109 L 0.05,82.109 v 28.082 l 0.059,0.059 h 10.985379 v -6.77465 h 6.811242 v 6.77465 z"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
d="m 11.094379,110.28662 v -6.81124 h 6.811242 v 6.81124"
sodipodi:nodetypes="cccc" />
<path
sodipodi:type="star"
style="fill:none;stroke:#ff0000;stroke-width:0.202548;stroke-miterlimit:4;stroke-dasharray:none"

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -7,8 +7,8 @@
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="110.30001mm"
height="50.299992mm"
width="110.3mm"
height="50.299995mm"
viewBox="0 0 110.3 50.299995"
version="1.1"
id="svg5844"
@ -25,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8417875"
inkscape:cx="115.73515"
inkscape:cy="52.004604"
inkscape:zoom="2.0094472"
inkscape:cx="205.24141"
inkscape:cy="105.11205"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@ -42,8 +42,7 @@
inkscape:window-maximized="1"
inkscape:document-rotation="0"
inkscape:snap-page="false"
inkscape:object-paths="true"
units="mm" />
inkscape:object-paths="true" />
<metadata
id="metadata5841">
<rdf:RDF>
@ -52,7 +51,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
<dc:creator>
<cc:Agent>
<dc:title>smash@hacktick.de</dc:title>
@ -83,11 +82,16 @@
inkscape:groupmode="layer"
id="layer1"
transform="translate(-15.165724,-81.437506)">
<path
style="font-size:12px;fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
id="bottom_outsideCutPath"
d="m 61.415725,131.6285 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 18.081998 l 0.059,-0.059 v -2.941 h 24.941007 l 0.059,-0.059 v -12.94099 h 2.941 l 0.059,-0.059 V 97.546506 l -0.059,-0.059 h -2.941 v -12.941 l -0.059,-0.059 H 97.415725 v -2.941 l -0.059,-0.059 H 79.274724 l -0.059,0.059 v 2.941 h -17.8 v -2.941 l -0.059,-0.059 h -18.082 l -0.059,0.059 v 2.941 h -24.941 l -0.059,0.059 v 12.941 h -2.941 l -0.059,0.059 V 115.6285 l 0.059,0.059 h 2.941 v 12.941 l 0.059,0.059 h 24.941001 v 2.941 l 0.059,0.059 h 18.081998 z"
inkscape:connector-curvature="0" />
<path
id="rect1432"
style="fill:none;stroke:#ff0000;stroke-width:0.245099;stroke-miterlimit:4;stroke-dasharray:none"
d="m 33.048508,84.492737 v 4.877451 h -6.754902 v -4.877451 l -8.018882,-0.0052 -0.059,0.059 v 12.941 h -2.941 l -0.059,0.059 V 115.6285 l 0.059,0.059 h 2.941 v 12.941 l 0.059,0.059 h 24.941001 v 2.941 l 0.059,0.059 h 18.081998 l 0.059,-0.059 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 18.081998 l 0.059,-0.059 v -2.941 h 24.941007 l 0.059,-0.059 v -12.94099 h 2.941 l 0.059,-0.059 V 97.546506 l -0.059,-0.059 h -2.941 v -12.941 l -0.059,-0.059 H 97.415725 v -2.941 l -0.059,-0.059 H 79.274724 l -0.059,0.059 v 2.941 h -17.8 v -2.941 l -0.059,-0.059 h -18.082 l -0.059,0.059 v 2.941 z"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccc" />
d="m 33.048508,84.492737 v 4.877451 h -6.754902 v -4.877451"
sodipodi:nodetypes="cccc" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.264583"

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,130 +0,0 @@
<?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"
viewBox="0 0 793.7007874015749 1122.5196850393702"
width="793.7007874015749"
height="1122.5196850393702"
version="1.1"
id="svg46"
sodipodi:docname="back.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<style
id="style881"></style>
<metadata
id="metadata50">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview48"
showgrid="false"
inkscape:zoom="1.0425674"
inkscape:cx="371.40422"
inkscape:cy="329.4399"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="g42" />
<defs
id="defs14">
<marker
id="DistanceX"
orient="auto"
refX="0.0"
refY="0.0"
style="overflow:visible">
<path
d="M 3,-3 L -3,3 M 0,-5 L 0,5"
style="stroke:#000000; stroke-width:0.5"
id="path2" />
</marker>
<pattern
id="Hatch"
patternUnits="userSpaceOnUse"
width="8"
height="8"
x="0"
y="0">
<path
d="M8 4 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path5" />
<path
d="M6 2 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path7" />
<path
d="M4 0 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path9" />
</pattern>
<symbol
id="*MODEL_SPACE" />
<symbol
id="*PAPER_SPACE" />
</defs>
<g
inkscape:groupmode="layer"
inkscape:label="0"
id="g42">
<path
d="m 107.11388,405.78399 v 11.1188 l -0.22306,0.2231 H 0.72305 L 0.5,416.90279 v -106.1677 l 0.22305,-0.2231 H 11.8419 V 243.21671 H 0.72305 L 0.5,242.99366 v -68.36143 l 0.22305,-0.22307 H 11.8419 V 107.11388 H 0.72305 L 0.5,106.89082 V 0.72305 L 0.72305,0.5 h 106.16777 l 0.22306,0.22305 V 11.8419 h 67.29528 V 0.72305 L 174.63223,0.5 h 68.36143 l 0.22305,0.22305 V 11.8419 H 310.512 V 0.72305 L 310.73505,0.5 h 106.16777 l 0.223,0.22305 v 106.16778 l -0.22305,0.22306 h -11.11886 v 67.29529 h 11.11886 l 0.22305,0.22305 v 68.36143 l -0.22305,0.22305 h -11.11886 v 67.29528 h 11.11886 l 0.22305,0.2231 v 106.1677 l -0.22305,0.2231 H 310.735 l -0.22305,-0.2231 v -11.1188 h -67.29527 v 11.1188 l -0.22305,0.2231 h -68.36142 l -0.22305,-0.2231 v -11.1188 z"
style="fill:none;stroke:#000000"
id="path16" />
<path
d="m 42.25475,417.26429 v -25.7508"
style="fill:none;stroke:#000000"
id="path18" />
<path
d="M 42.25475,391.51349 H 68.00557"
style="fill:none;stroke:#000000"
id="path20" />
<path
d="m 68.00557,391.51349 v 25.7508"
style="fill:none;stroke:#000000"
id="path22" />
<path
d="m 227.3832,127.79275 c -2.22843,6.20176 -34.9121,6.20176 -37.14053,0"
style="fill:none;stroke:#000000"
id="path24" />
<path
d="m 190.24267,127.79275 c -2.22843,-6.20175 14.1134,-51.6813 18.57027,-51.6813"
style="fill:none;stroke:#000000"
id="path26" />
<path
d="m 208.81294,76.11145 c 4.45686,0 20.7987,45.47955 18.57026,51.6813"
style="fill:none;stroke:#000000"
id="path28" />
</g>
<desc
id="desc44">back.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1,118 +0,0 @@
<?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"
viewBox="0 0 793.7007874015749 1122.5196850393702"
width="793.7007874015749"
height="1122.5196850393702"
version="1.1"
id="svg42"
sodipodi:docname="bottom.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<style
id="style877"></style>
<metadata
id="metadata46">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview44"
showgrid="false"
inkscape:zoom="1.4744129"
inkscape:cx="333.83567"
inkscape:cy="220.43289"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="g38" />
<defs
id="defs14">
<marker
id="DistanceX"
orient="auto"
refX="0.0"
refY="0.0"
style="overflow:visible">
<path
d="M 3,-3 L -3,3 M 0,-5 L 0,5"
style="stroke:#000000; stroke-width:0.5"
id="path2" />
</marker>
<pattern
id="Hatch"
patternUnits="userSpaceOnUse"
width="8"
height="8"
x="0"
y="0">
<path
d="M8 4 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path5" />
<path
d="M6 2 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path7" />
<path
d="M4 0 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path9" />
</pattern>
<symbol
id="*MODEL_SPACE" />
<symbol
id="*PAPER_SPACE" />
</defs>
<g
inkscape:groupmode="layer"
inkscape:label="0"
id="g38">
<path
d="m 175.16527,178.9459 v 11.1188 l -0.22302,0.2231 h -68.36143 l -0.22305,-0.2231 V 178.9459 H 12.06496 L 11.8419,178.7228 V 129.7976 H 0.72306 L 0.5,129.5746 V 61.2132 L 0.72306,60.9901 H 11.8419 V 12.0649 l 0.22306,-0.223 h 94.29279 V 0.723 L 106.5808,0.5 h 68.36143 l 0.22305,0.223 v 11.1189 h 67.29529 V 0.723 L 242.68362,0.5 h 68.36143 l 0.22305,0.223 v 11.1189 h 94.29283 l 0.22305,0.223 v 48.9252 h 11.11885 l 0.22305,0.2231 v 68.3614 l -0.22305,0.223 h -11.11885 v 48.9252 l -0.22305,0.2231 H 311.2681 v 11.1188 l -0.22305,0.2231 h -68.36143 l -0.22305,-0.2231 v -11.1188 z"
style="fill:none;stroke:#000000"
id="path16" />
<path
d="M 67.9192,11.8419 V 30.3015"
style="fill:none;stroke:#000000"
id="path18" />
<path
d="M 67.9192,30.3015 H 42.38139"
style="fill:none;stroke:#000000"
id="path20" />
<path
d="M 42.38139,30.3015 V 11.8419"
style="fill:none;stroke:#000000"
id="path22" />
</g>
<desc
id="desc40">bottom.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc>
</svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1,422 +0,0 @@
<?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"
viewBox="0 0 793.7007874015749 1122.5196850393702"
width="793.7007874015749"
height="1122.5196850393702"
version="1.1"
id="svg190"
sodipodi:docname="front.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<style
id="style1025"></style>
<metadata
id="metadata194">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview192"
showgrid="false"
inkscape:zoom="1.4744129"
inkscape:cx="362.51923"
inkscape:cy="206.72833"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="g186" />
<defs
id="defs14">
<marker
id="DistanceX"
orient="auto"
refX="0.0"
refY="0.0"
style="overflow:visible">
<path
d="M 3,-3 L -3,3 M 0,-5 L 0,5"
style="stroke:#000000; stroke-width:0.5"
id="path2" />
</marker>
<pattern
id="Hatch"
patternUnits="userSpaceOnUse"
width="8"
height="8"
x="0"
y="0">
<path
d="M8 4 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path5" />
<path
d="M6 2 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path7" />
<path
d="M4 0 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path9" />
</pattern>
<symbol
id="*MODEL_SPACE" />
<symbol
id="*PAPER_SPACE" />
</defs>
<g
inkscape:groupmode="layer"
inkscape:label="0"
id="g186">
<path
d="m 107.11389,405.78398 v 11.1188 l -0.22306,0.2231 H 0.72306 L 0.5,416.90278 v -106.1677 l 0.22306,-0.2231 H 11.8419 V 243.2167 H 0.72306 L 0.5,242.99365 v -68.36143 l 0.22306,-0.22305 H 11.8419 v -67.2953 H 0.72306 L 0.5,106.89082 V 0.72305 L 0.72306,0.5 h 106.16777 l 0.22305,0.22305 V 11.8419 h 67.29529 V 0.72305 L 174.63222,0.5 h 68.36143 l 0.22305,0.22305 V 11.8419 h 67.29529 V 0.72305 L 310.73504,0.5 h 106.16777 l 0.22305,0.22305 v 106.16777 l -0.22305,0.22305 h -11.11885 v 67.29527 h 11.11885 l 0.22305,0.22305 v 68.36146 l -0.22305,0.22305 h -11.11885 v 67.29528 h 11.11885 l 0.22305,0.223 v 106.1678 l -0.22305,0.2231 H 310.73505 l -0.22305,-0.2231 v -11.1188 h -67.29528 v 11.1188 l -0.22305,0.2231 h -68.36144 l -0.22305,-0.2231 v -11.1188 z"
style="fill:none;stroke:#ff0000"
id="path16" />
<path
d="M 258.90293,72.28106 H 158.72296 v 62.40347 h 100.17997 z"
style="fill:none;stroke:#ff0000"
id="path18" />
<path
d="m 134.99967,38.71136 v -8.2524 l 8.25241,-3e-5 2.75081,-2.75079 V 24.0404 h -14.67097 l -2.75081,2.75079 v 18.33873 h 14.67097 l 2.75081,-2.75082 v -3.66774 z"
style="fill:none;stroke:#0000ff"
id="path20" />
<path
d="m 150.58756,41.46218 h -3.66774"
style="fill:none;stroke:#0000ff"
id="path22" />
<path
d="M 146.91982,41.46218 V 30.45893"
style="fill:none;stroke:#0000ff"
id="path24" />
<path
d="m 146.91982,30.45893 6.41856,-6.4185"
style="fill:none;stroke:#0000ff"
id="path26" />
<path
d="m 153.33838,24.04043 h 7.33548"
style="fill:none;stroke:#0000ff"
id="path28" />
<path
d="m 160.67386,24.04043 -3e-5,3.66904"
style="fill:none;stroke:#0000ff"
id="path30" />
<path
d="m 160.67383,27.70947 -1.83387,2.75079"
style="fill:none;stroke:#0000ff"
id="path32" />
<path
d="m 158.83996,30.46026 -0.98981,0.0113"
style="fill:none;stroke:#0000ff"
id="path34" />
<path
d="m 152.42143,39.62828 0.91694,-0.91692"
style="fill:none;stroke:#0000ff"
id="path36" />
<path
d="m 153.33837,38.71136 h 4.58467"
style="fill:none;stroke:#0000ff"
id="path38" />
<path
d="m 157.92304,38.71136 -0.0729,-8.23976"
style="fill:none;stroke:#0000ff"
id="path40" />
<path
d="m 157.85015,30.4716 0.002,-0.92826"
style="fill:none;stroke:#0000ff"
id="path42" />
<path
d="m 157.85269,29.54334 h -5.43126"
style="fill:none;stroke:#0000ff"
id="path44" />
<path
d="M 152.42143,29.54334 V 39.62828"
style="fill:none;stroke:#0000ff"
id="path46" />
<path
d="m 152.42143,39.62828 -0.91692,1.83387"
style="fill:none;stroke:#0000ff"
id="path48" />
<path
d="m 151.50451,41.46215 -0.91695,3e-5"
style="fill:none;stroke:#0000ff"
id="path50" />
<path
d="m 150.58756,41.46218 2e-5,3.66771"
style="fill:none;stroke:#0000ff"
id="path52" />
<path
d="m 150.58758,45.12989 h 7.33547"
style="fill:none;stroke:#0000ff"
id="path54" />
<path
d="m 157.92305,45.12989 6.41853,-6.41726"
style="fill:none;stroke:#0000ff"
id="path56" />
<path
d="M 164.34158,38.71263 V 27.70944"
style="fill:none;stroke:#0000ff"
id="path58" />
<path
d="m 164.34158,27.70944 -3.66775,3e-5"
style="fill:none;stroke:#0000ff"
id="path60" />
<path
d="m 173.5911,41.18678 h -3.87289"
style="fill:none;stroke:#0000ff"
id="path62" />
<path
d="m 169.71821,41.18678 -1.97197,1.972"
style="fill:none;stroke:#0000ff"
id="path64" />
<path
d="m 167.74624,43.15878 v 0.6573"
style="fill:none;stroke:#0000ff"
id="path66" />
<path
d="m 167.74624,43.81608 h -2.6293"
style="fill:none;stroke:#0000ff"
id="path68" />
<path
d="M 165.11694,43.81608 V 41.18675"
style="fill:none;stroke:#0000ff"
id="path70" />
<path
d="m 165.11694,41.18675 0.0147,-0.96757"
style="fill:none;stroke:#0000ff"
id="path72" />
<path
d="m 165.13168,40.21918 4.58653,-3.63368"
style="fill:none;stroke:#0000ff"
id="path74" />
<path
d="m 169.71821,36.5855 h 5.25858"
style="fill:none;stroke:#0000ff"
id="path76" />
<path
d="m 174.97679,36.5855 -7e-5,2.62933"
style="fill:none;stroke:#0000ff"
id="path78" />
<path
d="m 174.97672,39.21483 h 2.6293"
style="fill:none;stroke:#0000ff"
id="path80" />
<path
d="m 177.60602,39.21483 -0.008,1.88458"
style="fill:none;stroke:#0000ff"
id="path82" />
<path
d="m 177.59846,41.09941 -5.90826,6.00332"
style="fill:none;stroke:#0000ff"
id="path84" />
<path
d="m 171.6902,47.10273 h 5.91591"
style="fill:none;stroke:#0000ff"
id="path86" />
<path
d="M 177.60611,47.10273 V 49.732"
style="fill:none;stroke:#0000ff"
id="path88" />
<path
d="m 177.60611,49.732 -1.97198,1.97197"
style="fill:none;stroke:#0000ff"
id="path90" />
<path
d="M 175.63413,51.70397 H 165.11695"
style="fill:none;stroke:#0000ff"
id="path92" />
<path
d="M 165.11695,51.70397 V 49.0747"
style="fill:none;stroke:#0000ff"
id="path94" />
<path
d="m 165.11695,49.0747 9.85979,-9.20254"
style="fill:none;stroke:#0000ff"
id="path96" />
<path
d="m 174.97674,39.87216 -2e-5,-0.65733"
style="fill:none;stroke:#0000ff"
id="path98" />
<path
d="m 200.10206,32.29205 h 6.47417 l 0.0121,-2.74701 -6.48632,-0.004 z"
style="fill:none;stroke:#0000ff"
id="path100" />
<path
d="m 212.02223,27.70739 v 14.67093 l -2.7508,2.75088 -2.75081,0.0113 v -8.26304 h -6.41854 v 5.50161 l -1.83387,2.75082 h -3.66774 V 30.4589 l 0.91694,-0.91692 5.5016,-5.50161 h 7.33548 v 3.66774 z"
style="fill:none;stroke:#0000ff"
id="path102" />
<path
d="M 212.93915,45.12992 V 26.79119"
style="fill:none;stroke:#0000ff"
id="path104" />
<path
d="m 212.93915,26.79119 2.75081,-2.75079"
style="fill:none;stroke:#0000ff"
id="path106" />
<path
d="m 215.68996,24.0404 h 7.33547"
style="fill:none;stroke:#0000ff"
id="path108" />
<path
d="m 223.02543,24.0404 v 3.66774"
style="fill:none;stroke:#0000ff"
id="path110" />
<path
d="m 223.02543,27.70814 -2.7508,2.75079"
style="fill:none;stroke:#0000ff"
id="path112" />
<path
d="m 220.27463,30.45893 h -0.91694"
style="fill:none;stroke:#0000ff"
id="path114" />
<path
d="M 219.35769,30.45893 V 42.37907"
style="fill:none;stroke:#0000ff"
id="path116" />
<path
d="m 219.35769,42.37907 -2.7508,2.75082"
style="fill:none;stroke:#0000ff"
id="path118" />
<path
d="m 216.60689,45.12989 -3.66774,3e-5"
style="fill:none;stroke:#0000ff"
id="path120" />
<path
d="M 227.61012,45.12992 V 30.45893"
style="fill:none;stroke:#0000ff"
id="path122" />
<path
d="m 227.61012,30.45893 h -0.91693"
style="fill:none;stroke:#0000ff"
id="path124" />
<path
d="m 226.69319,30.45893 v 4.58469"
style="fill:none;stroke:#0000ff"
id="path126" />
<path
d="m 226.69319,35.04362 -2.75081,2.75079"
style="fill:none;stroke:#0000ff"
id="path128" />
<path
d="m 223.94238,37.79441 h -3.66774"
style="fill:none;stroke:#0000ff"
id="path130" />
<path
d="m 220.27464,37.79441 -1e-5,-7.33548"
style="fill:none;stroke:#0000ff"
id="path132" />
<path
d="m 220.27463,30.45893 2.7508,-2.75079"
style="fill:none;stroke:#0000ff"
id="path134" />
<path
d="m 223.02543,27.70814 h 0.91695"
style="fill:none;stroke:#0000ff"
id="path136" />
<path
d="m 223.94238,27.70814 2.75081,-3.66774"
style="fill:none;stroke:#0000ff"
id="path138" />
<path
d="m 226.69319,24.0404 h 7.33547"
style="fill:none;stroke:#0000ff"
id="path140" />
<path
d="M 234.02866,24.0404 V 42.3791"
style="fill:none;stroke:#0000ff"
id="path142" />
<path
d="m 234.02866,42.3791 -2.7508,2.75082"
style="fill:none;stroke:#0000ff"
id="path144" />
<path
d="m 231.27786,45.12992 h -3.66774"
style="fill:none;stroke:#0000ff"
id="path146" />
<path
d="m 245.94882,30.45896 v 0.91695 h -4.58468 v -0.91695 z"
style="fill:none;stroke:#0000ff"
id="path148" />
<path
d="m 234.9456,26.79122 v 18.33873 h 3.66774 l 2.7508,-2.75082 v -4.58466 h 8.25241 l 2.75082,-2.75079 V 24.04043 H 237.6964 Z"
style="fill:none;stroke:#0000ff"
id="path150" />
<path
d="m 253.28429,26.79119 v 18.33873 l 14.6709,-3e-5 2.75082,-2.75082 v -3.66774 h -11.00322 v -0.91692 h 4.58469 l 2.75082,-2.75079 v -3.66774 h -7.33548 v -0.91695 h 8.25243 l 2.75082,-2.75079 V 24.0404 h -14.67096 z"
style="fill:none;stroke:#0000ff"
id="path152" />
<path
d="m 271.62302,26.79119 v 18.33873 l 14.67095,-3e-5 2.75082,-2.75082 V 38.71133 H 278.04157 V 24.0404 h -3.66773 z"
style="fill:none;stroke:#0000ff"
id="path154" />
<path
d="M 221.39103,312.20288 V 212.09083"
style="fill:none;stroke:#ff0000"
id="path156" />
<path
d="m 221.39103,212.09083 h -25.3835"
style="fill:none;stroke:#ff0000"
id="path158" />
<path
d="M 196.00753,212.09083 V 312.31438"
style="fill:none;stroke:#ff0000"
id="path160" />
<path
d="m 208.69928,335.81068 a 14.095165,14.095165 0 0 0 0.0391,0"
style="fill:none;stroke:#ff0000"
id="path162" />
<path
d="m 265.40365,273.10852 a 56.59071,56.59071 0 1 0 -113.18142,0 56.59071,56.59071 0 1 0 113.18142,0 z"
style="fill:none;stroke:#0000ff"
id="path164" />
<path
d="m 284.34689,273.01533 a 75.590552,75.590552 0 1 0 -151.1811,0 75.590552,75.590552 0 1 0 151.1811,0 z"
style="fill:none;stroke:#0000ff"
id="path174" />
<path
d="m 294.03905,318.65288 a 6.236225,6.236225 0 1 0 -12.47245,0 6.236225,6.236225 0 1 0 12.47245,0 z"
style="fill:none;stroke:#ff0000"
id="path176" />
<path
d="m 214.99256,181.74031 a 6.2362205,6.2362205 0 1 0 -12.47244,0 6.2362205,6.2362205 0 1 0 12.47244,0 z"
style="fill:none;stroke:#ff0000"
id="path178" />
<path
d="m 135.94608,318.65288 a 6.2362205,6.2362205 0 1 0 -12.47244,0 6.2362205,6.2362205 0 1 0 12.47244,0 z"
style="fill:none;stroke:#ff0000"
id="path180" />
<path
d="m 196.00753,312.31438 a 13.228346,20.787402 89.999999 1 0 25.3835,-0.1115"
style="fill:none;stroke:#ff0000"
id="path184" />
</g>
<desc
id="desc188">front.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 756 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 383 KiB

View File

@ -1,174 +0,0 @@
<?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"
viewBox="0 0 793.7007874015749 1122.5196850393702"
width="793.7007874015749"
height="1122.5196850393702"
version="1.1"
id="svg56"
sodipodi:docname="sideL-export-fusion.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<style
id="style891"></style>
<metadata
id="metadata60">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview58"
showgrid="false"
inkscape:zoom="0.73720646"
inkscape:cx="373.79038"
inkscape:cy="379.82336"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="g52" />
<defs
id="defs14">
<marker
id="DistanceX"
orient="auto"
refX="0.0"
refY="0.0"
style="overflow:visible">
<path
d="M 3,-3 L -3,3 M 0,-5 L 0,5"
style="stroke:#000000; stroke-width:0.5"
id="path2" />
</marker>
<pattern
id="Hatch"
patternUnits="userSpaceOnUse"
width="8"
height="8"
x="0"
y="0">
<path
d="M8 4 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path5" />
<path
d="M6 2 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path7" />
<path
d="M4 0 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path9" />
</pattern>
<symbol
id="*MODEL_SPACE" />
<symbol
id="*PAPER_SPACE" />
</defs>
<g
inkscape:groupmode="layer"
inkscape:label="0"
id="g52">
<path
d="m 152.38767,201.80662 h 6.04725 v -94.74998 h -6.04725 z"
style="fill:none;stroke:#ff0000"
id="path16" />
<path
d="m 128.90402,416.45727 v -11.107 H 61.680727 v 11.107 l -0.222812,0.2228 H 12.052578 l -0.222812,-0.2228 V 310.93557 H 0.722811 L 0.5,310.71277 v -68.28831 l 0.222811,-0.22281 H 11.829766 V 174.97839 H 0.722811 L 0.5,174.75558 v -68.28829 l 0.222811,-0.22281 H 11.829766 V 0.72281 L 12.052578,0.5 h 49.405337 l 0.222812,0.22281 V 11.82976 H 128.90402 V 0.72281 L 129.12683,0.5 h 49.40534 l 0.22281,0.22281 v 105.52167 h 11.10696 l 0.22281,0.22281 v 68.28829 l -0.22281,0.22281 h -11.10696 v 67.22328 h 11.10696 l 0.22281,0.22281 v 68.28829 l -0.22281,0.2228 h -11.10696 v 105.5217 l -0.22281,0.2228 h -49.40534 z"
style="fill:none;stroke:#ff0000"
id="path18" />
<path
d="m 41.591154,166.21726 -18.897638,10.91056 v 21.82111 l 18.897638,10.91056 18.897638,-10.91056 v -21.82111 z"
style="fill:none;stroke:#ff0000"
id="path20" />
<path
d="m 75.606902,85.47915 v 21.82111 l 18.897638,10.91055 18.89764,-10.91055 V 85.47915 L 94.50454,74.56859 Z"
style="fill:none;stroke:#ff0000"
id="path22" />
<path
d="m 128.52029,360.42517 v 21.8211 l 18.89764,10.9106 18.89763,-10.9106 v -21.8211 l -18.89763,-10.9106 z"
style="fill:none;stroke:#ff0000"
id="path24" />
<path
d="m 120.96123,212.0416 -18.89764,10.91055 v 21.82112 l 18.89764,10.91055 18.89764,-10.91055 v -21.82112 z"
style="fill:none;stroke:#ff0000"
id="path26" />
<path
d="M 41.591154,257.86593 22.693516,268.77649 V 290.5976 L 41.591154,301.50817 60.488792,290.5976 V 268.77649 Z"
style="fill:none;stroke:#ff0000"
id="path28" />
<path
d="M 94.50454,257.86593 75.606902,268.77649 V 290.5976 L 94.50454,301.50817 113.40218,290.5976 V 268.77649 Z"
style="fill:none;stroke:#ff0000"
id="path30" />
<path
d="M 41.591154,74.56859 22.693516,85.47915 v 21.82111 l 18.897638,10.91055 18.897638,-10.91055 V 85.47915 Z"
style="fill:none;stroke:#ff0000"
id="path32" />
<path
d="m 49.150209,222.95215 v 21.82112 l 18.897638,10.91055 18.897638,-10.91055 V 222.95215 L 68.047847,212.0416 Z"
style="fill:none;stroke:#ff0000"
id="path34" />
<path
d="M 68.047847,120.39293 49.150209,131.30348 V 153.1246 L 68.047847,164.03515 86.945485,153.1246 V 131.30348 Z"
style="fill:none;stroke:#ff0000"
id="path36" />
<path
d="M 120.96123,72.38648 139.85887,61.47592 V 39.65481 L 120.96123,28.74425 102.06359,39.65481 v 21.82111 z"
style="fill:none;stroke:#ff0000"
id="path38" />
<path
d="m 128.52029,268.77649 v 21.82111 l 18.89764,10.91057 18.89763,-10.91057 v -21.82111 l -18.89763,-10.91056 z"
style="fill:none;stroke:#ff0000"
id="path40" />
<path
d="m 75.606902,360.42517 v 21.8211 l 18.897638,10.9106 18.89764,-10.9106 v -21.8211 l -18.89764,-10.9106 z"
style="fill:none;stroke:#ff0000"
id="path42" />
<path
d="m 41.591154,349.51457 -18.897638,10.9106 v 21.8211 l 18.897638,10.9106 18.897638,-10.9106 v -21.8211 z"
style="fill:none;stroke:#ff0000"
id="path44" />
<path
d="M 68.047847,72.38648 86.945485,61.47592 V 39.65481 L 68.047847,28.74425 49.150209,39.65481 v 21.82111 z"
style="fill:none;stroke:#ff0000"
id="path46" />
<path
d="m 75.606902,198.94893 18.897638,10.91056 18.89764,-10.91056 V 177.12782 L 94.50454,166.21726 75.606902,177.12782 Z"
style="fill:none;stroke:#ff0000"
id="path48" />
<path
d="m 102.06359,131.30348 v 21.82112 l 18.89764,10.91055 18.89764,-10.91055 v -21.82112 l -18.89764,-10.91055 z"
style="fill:none;stroke:#ff0000"
id="path50" />
</g>
<desc
id="desc54">sideL-export-fusion.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc>
</svg>

Before

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -1,202 +0,0 @@
<?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"
viewBox="0 0 793.7007874015749 1122.5196850393702"
width="793.7007874015749"
height="1122.5196850393702"
version="1.1"
id="svg70"
sodipodi:docname="sideR-export-fusion.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<style
id="style905"></style>
<metadata
id="metadata74">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview72"
showgrid="false"
inkscape:zoom="0.73720646"
inkscape:cx="409.05865"
inkscape:cy="247.91477"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="g66" />
<defs
id="defs14">
<marker
id="DistanceX"
orient="auto"
refX="0.0"
refY="0.0"
style="overflow:visible">
<path
d="M 3,-3 L -3,3 M 0,-5 L 0,5"
style="stroke:#000000; stroke-width:0.5"
id="path2" />
</marker>
<pattern
id="Hatch"
patternUnits="userSpaceOnUse"
width="8"
height="8"
x="0"
y="0">
<path
d="M8 4 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path5" />
<path
d="M6 2 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path7" />
<path
d="M4 0 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path9" />
</pattern>
<symbol
id="*MODEL_SPACE" />
<symbol
id="*PAPER_SPACE" />
</defs>
<g
inkscape:groupmode="layer"
inkscape:label="0"
id="g66">
<path
d="m 32.149814,201.58379 h 6.047244 v -94.74998 h -6.047244 z"
style="fill:none;stroke:#ff0000"
id="path16" />
<path
d="M 61.457916,416.68004 H 12.052578 l -0.222812,-0.2228 V 310.93554 H 0.722812 L 0.5,310.71274 v -68.2883 l 0.222812,-0.22281 H 11.829766 V 174.97837 H 0.722812 L 0.5,174.75555 v -68.28822 l 0.222812,-0.22281 H 11.829766 V 0.72284 L 12.052578,0.5 h 49.405338 l 0.222811,0.22284 V 11.8298 H 128.90402 V 0.72284 L 129.12683,0.5 h 49.40531 l 0.22281,0.22284 v 105.52168 h 11.10696 l 0.22281,0.22281 v 68.28825 l -0.22281,0.22282 h -11.10696 v 67.22326 h 11.10696 l 0.22281,0.22281 v 68.28827 l -0.22281,0.2228 h -11.10696 v 105.5217 l -0.22281,0.2228 H 129.1268 l -0.22281,-0.2228 v -11.107 H 61.680727 v 11.107 z"
style="fill:none;stroke:#ff0000"
id="path18" />
<path
d="m 114.16601,341.08734 v -22.6596 h -11.32977 v 22.6596 z"
style="fill:none;stroke:#ff0000"
id="path20" />
<path
d="m 87.748528,341.08734 v -22.6596 H 76.418761 v 22.6596 z"
style="fill:none;stroke:#ff0000"
id="path22" />
<path
d="m 62.064444,360.20234 v 21.8211"
style="fill:none;stroke:#ff0000"
id="path24" />
<path
d="m 62.064444,382.02344 -18.897638,10.9106"
style="fill:none;stroke:#ff0000"
id="path26" />
<path
d="M 43.166806,392.93404 24.269168,382.02344"
style="fill:none;stroke:#ff0000"
id="path28" />
<path
d="m 24.269168,382.02344 v -21.8211"
style="fill:none;stroke:#ff0000"
id="path30" />
<path
d="m 24.269168,360.20234 18.897638,-10.9106"
style="fill:none;stroke:#ff0000"
id="path32" />
<path
d="m 43.166806,349.29174 18.897638,10.9106"
style="fill:none;stroke:#ff0000"
id="path34" />
<path
d="m 130.09594,382.02344 18.89764,10.9106 18.89764,-10.9106 v -21.8211 l -18.89764,-10.9106 -18.89764,10.9106 z"
style="fill:none;stroke:#ff0000"
id="path36" />
<path
d="m 103.63925,61.25309 18.89764,10.91056 18.89763,-10.91056 V 39.43198 L 122.53689,28.52142 103.63925,39.43198 Z"
style="fill:none;stroke:#ff0000"
id="path38" />
<path
d="m 50.725861,152.90177 18.897638,10.91055 18.897638,-10.91055 V 131.08065 L 69.623499,120.1701 50.725861,131.08065 Z"
style="fill:none;stroke:#ff0000"
id="path40" />
<path
d="m 77.182554,107.07743 18.897638,10.91055 18.897638,-10.91055 V 85.25632 L 96.080192,74.34576 77.182554,85.25632 Z"
style="fill:none;stroke:#ff0000"
id="path42" />
<path
d="M 50.725861,61.25309 69.623499,72.16365 88.521137,61.25309 V 39.43198 L 69.623499,28.52142 50.725861,39.43198 Z"
style="fill:none;stroke:#ff0000"
id="path44" />
<path
d="m 130.09594,290.37477 18.89764,10.91057 18.89764,-10.91057 v -21.82111 l -18.89764,-10.91056 -18.89764,10.91056 z"
style="fill:none;stroke:#ff0000"
id="path46" />
<path
d="m 130.09594,198.7261 18.89764,10.91056 18.89764,-10.91056 v -21.82111 l -18.89764,-10.91056 -18.89764,10.91056 z"
style="fill:none;stroke:#ff0000"
id="path48" />
<path
d="m 77.182554,290.37477 18.897638,10.91057 18.897638,-10.91057 V 268.55366 L 96.080192,257.6431 77.182554,268.55366 Z"
style="fill:none;stroke:#ff0000"
id="path50" />
<path
d="m 103.63925,152.90177 18.89764,10.91055 18.89763,-10.91055 v -21.82112 l -18.89763,-10.91055 -18.89764,10.91055 z"
style="fill:none;stroke:#ff0000"
id="path52" />
<path
d="m 130.09594,107.07743 18.89764,10.91055 18.89764,-10.91055 V 85.25632 L 148.99358,74.34576 130.09594,85.25632 Z"
style="fill:none;stroke:#ff0000"
id="path54" />
<path
d="m 50.725861,244.55044 18.897638,10.91055 18.897638,-10.91055 V 222.72932 L 69.623499,211.81877 50.725861,222.72932 Z"
style="fill:none;stroke:#ff0000"
id="path56" />
<path
d="M 77.182554,198.7261 96.080192,209.63666 114.97783,198.7261 V 176.90499 L 96.080192,165.99443 77.182554,176.90499 Z"
style="fill:none;stroke:#ff0000"
id="path58" />
<path
d="m 103.63925,244.55044 18.89764,10.91055 18.89763,-10.91055 v -21.82112 l -18.89763,-10.91055 -18.89764,10.91055 z"
style="fill:none;stroke:#ff0000"
id="path60" />
<path
d="m 24.269168,290.37477 18.897638,10.91057 18.897638,-10.91057 V 268.55366 L 43.166806,257.6431 24.269168,268.55366 Z"
style="fill:none;stroke:#ff0000"
id="path62" />
<path
d="m 77.182554,382.02344 18.897638,10.9106 18.897638,-10.9106 v -21.8211 l -18.897638,-10.9106 -18.897638,10.9106 z"
style="fill:none;stroke:#ff0000"
id="path64" />
</g>
<desc
id="desc68">sideR-export-fusion.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc>
</svg>

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,106 +0,0 @@
<?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"
viewBox="0 0 793.7007874015749 1122.5196850393702"
width="793.7007874015749"
height="1122.5196850393702"
version="1.1"
id="svg36"
sodipodi:docname="top.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<style
id="style871"></style>
<metadata
id="metadata40">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1017"
id="namedview38"
showgrid="false"
inkscape:zoom="2.0851347"
inkscape:cx="226.0047"
inkscape:cy="165.61977"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="g32" />
<defs
id="defs14">
<marker
id="DistanceX"
orient="auto"
refX="0.0"
refY="0.0"
style="overflow:visible">
<path
d="M 3,-3 L -3,3 M 0,-5 L 0,5"
style="stroke:#000000; stroke-width:0.5"
id="path2" />
</marker>
<pattern
id="Hatch"
patternUnits="userSpaceOnUse"
width="8"
height="8"
x="0"
y="0">
<path
d="M8 4 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path5" />
<path
d="M6 2 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path7" />
<path
d="M4 0 l-4,4"
stroke="#000000"
stroke-width="0.25"
linecap="square"
id="path9" />
</pattern>
<symbol
id="*MODEL_SPACE" />
<symbol
id="*PAPER_SPACE" />
</defs>
<g
inkscape:groupmode="layer"
inkscape:label="0"
id="g32">
<path
d="m 174.9784,178.755 v 11.1069 l -0.22281,0.2229 H 106.4673 l -0.22282,-0.2229 V 178.755 h -94.1919 l -0.22282,-0.2228 V 129.6594 H 0.72282 L 0.5,129.4365 V 61.1482 L 0.72282,60.9254 H 11.82976 V 12.0526 l 0.22282,-0.2229 h 94.1919 V 0.7228 L 106.4673,0.5 h 68.2883 l 0.22281,0.2228 v 11.1069 h 67.22328 V 0.7228 L 242.4245,0.5 h 68.28828 l 0.22282,0.2228 v 11.1069 h 94.19191 l 0.22281,0.2229 v 48.8728 h 11.10695 l 0.22281,0.2228 v 68.2883 l -0.22281,0.2229 h -11.10695 v 48.8728 l -0.22281,0.2228 H 310.9356 v 11.1069 l -0.22282,0.2229 H 242.4245 l -0.22281,-0.2229 V 178.755 Z"
style="fill:none;stroke:#000000"
id="path16" />
</g>
<desc
id="desc34">top.dxf - scale = 1.000000, origin = (0.000000, 0.000000), method = manual</desc>
</svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,752 +0,0 @@
0
SECTION
2
HEADER
9
$INSUNITS
70
4
9
$ACADVER
1
AC1014
9
$HANDSEED
5
FFFF
0
ENDSEC
0
SECTION
2
TABLES
0
TABLE
2
VPORT
5
8
100
AcDbSymbolTable
0
ENDTAB
0
TABLE
2
LTYPE
5
5
100
AcDbSymbolTable
0
LTYPE
5
14
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
2
BYBLOCK
70
0
0
LTYPE
5
15
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
2
BYLAYER
70
0
0
ENDTAB
0
TABLE
2
LAYER
5
2
100
AcDbSymbolTable
70
2
0
LAYER
5
50
100
AcDbSymbolTableRecord
100
AcDbLayerTableRecord
2
0
70
0
6
CONTINUOUS
0
ENDTAB
0
TABLE
2
STYLE
5
3
100
AcDbSymbolTable
70
1
0
STYLE
5
11
100
AcDbSymbolTableRecord
100
AcDbTextStyleTableRecord
2
STANDARD
70
0
0
ENDTAB
0
TABLE
2
VIEW
5
6
100
AcDbSymbolTable
70
0
0
ENDTAB
0
TABLE
2
UCS
5
7
100
AcDbSymbolTable
70
0
0
ENDTAB
0
TABLE
2
APPID
5
9
100
AcDbSymbolTable
70
2
0
APPID
5
12
100
AcDbSymbolTableRecord
100
AcDbRegAppTableRecord
2
ACAD
70
0
0
ENDTAB
0
TABLE
2
DIMSTYLE
5
A
100
AcDbSymbolTable
70
1
0
ENDTAB
0
TABLE
2
BLOCK_RECORD
5
1
100
AcDbSymbolTable
70
1
0
BLOCK_RECORD
5
1F
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
2
*MODEL_SPACE
0
BLOCK_RECORD
5
1B
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
2
*PAPER_SPACE
0
ENDTAB
0
ENDSEC
0
SECTION
2
BLOCKS
0
BLOCK
5
20
100
AcDbEntity
100
AcDbBlockBegin
2
*MODEL_SPACE
0
ENDBLK
5
21
100
AcDbEntity
100
AcDbBlockEnd
0
BLOCK
5
1C
100
AcDbEntity
100
AcDbBlockBegin
2
*PAPER_SPACE
0
ENDBLK
5
1D
100
AcDbEntity
100
AcDbBlockEnd
0
ENDSEC
0
SECTION
2
ENTITIES
0
LWPOLYLINE
5
100
100
AcDbEntity
8
0
100
AcDbPolyline
90
44
70
1
43
0.0
10
-8.9026129341370552
20
-22.106464952061906
10
-8.9026129341370552
20
-25.048320259921244
10
-8.9616206835011436
20
-25.107343272541769
10
-27.048915346443088
20
-25.107343272541769
10
-27.107930727435395
20
-25.048320259921244
10
-27.107930727435395
20
-22.106464952061906
10
-52.056236591682335
20
-22.106464952061913
10
-52.115253880581697
20
-22.047441939441388
10
-52.115253880581697
20
-9.1026588966491673
10
-55.057114912162191
20
-9.1026588966491673
10
-55.116132201061561
20
-9.0436435156568606
10
-55.116132201061561
20
9.0436435156568606
10
-55.057114912162191
20
9.1026588966491673
10
-52.115253880581697
20
9.1026588966491673
10
-52.115253880581697
20
22.047449571069603
10
-52.056236591682335
20
22.106464952061909
10
-27.107934543249502
20
22.106464952061909
10
-27.107934543249502
20
25.048327891549466
10
-27.048919162257192
20
25.107343272541772
10
-8.9616244993152527
20
25.107343272541772
10
-8.9026091183229461
20
25.048327891549466
10
-8.9026091183229461
20
22.106464952061909
10
8.9026014866947545
20
22.106464952061909
10
8.9026014866947545
20
25.048327891549466
10
8.9616168676870611
20
25.107343272541772
10
27.048911530628999
20
25.107343272541772
10
27.107926911621306
20
25.048327891549466
10
27.107926911621306
20
22.106464952061909
10
52.056238499589405
20
22.106464952061909
10
52.115253880581712
20
22.047449571069603
10
52.115253880581712
20
9.1026588966491673
10
55.057116820069261
20
9.1026588966491691
10
55.116132201061568
20
9.0436435156568606
10
55.116132201061568
20
-9.0436435156568606
10
55.057116820069261
20
-9.1026588966491673
10
52.115253880581712
20
-9.1026588966491673
10
52.115253880581712
20
-22.047441939441377
10
52.056238499589405
20
-22.106464952061906
10
27.107926911621306
20
-22.106464952061906
10
27.107926911621306
20
-25.048320259921244
10
27.048911530628999
20
-25.107343272541769
10
8.9616168676870611
20
-25.107343272541769
10
8.9026014866947545
20
-25.048320259921244
10
8.9026014866947545
20
-22.106464952061906
0
LINE
5
101
100
AcDbEntity
8
0
100
AcDbLine
10
-37.278136121229039
20
22.106464952061906
30
0
11
-37.278136121229046
21
17.222360263297098
31
0
0
LINE
5
102
100
AcDbEntity
8
0
100
AcDbLine
10
-37.278136121229046
20
17.222360263297098
30
0
11
-44.035015663437349
21
17.222360263297098
31
0
0
LINE
5
103
100
AcDbEntity
8
0
100
AcDbLine
10
-44.035015663437349
20
17.222360263297098
30
0
11
-44.035015663437349
21
22.106464952061909
31
0
0
LWPOLYLINE
5
104
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
-29.652777313994868
20
14.379449029907532
10
-43.50886046867322
20
14.379449029907532
10
-43.50886046867322
20
17.202495301115761
10
-29.652777313994868
20
17.202495301115761
0
LWPOLYLINE
5
105
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
-25.113572478103144
20
10.850637189726161
10
-43.50886046867322
20
10.850637189726161
10
-43.50886046867322
20
13.673683460934388
10
-25.113572478103144
20
13.673683460934388
0
LWPOLYLINE
5
106
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
-33.976944684791071
20
7.3218333518869683
10
-43.50886046867322
20
7.3218333518869683
10
-43.50886046867322
20
10.144879623095196
10
-33.976944684791071
20
10.144879623095196
0
LWPOLYLINE
5
107
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
36.783969189196199
20
-6.1891961616448787
10
-37.517249797315031
20
-6.1891961616448787
10
-37.517249797315031
20
4.3972023480666333
10
36.783969189196199
20
4.3972023480666333
0
LINE
5
108
100
AcDbEntity
8
0
100
AcDbLine
10
-55.116132201061561
20
0
30
0
11
55.116132201061568
21
0
31
0
0
LINE
5
109
100
AcDbEntity
8
0
100
AcDbLine
10
-3.8158140913679972e-06
20
22.106464952061909
30
0
11
0
21
0
31
0
0
LINE
5
110
100
AcDbEntity
8
0
100
AcDbLine
10
0
20
0
30
0
11
-5.7237211503746721e-06
21
-22.106464952061906
31
0
0
ENDSEC
0
SECTION
2
OBJECTS
0
DICTIONARY
5
C
100
AcDbDictionary
3
ACAD_GROUP
350
D
3
ACAD_MLINESTYLE
350
17
0
DICTIONARY
5
D
100
AcDbDictionary
0
DICTIONARY
5
1A
330
C
100
AcDbDictionary
0
DICTIONARY
5
17
100
AcDbDictionary
0
ENDSEC
0
EOF

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,686 +0,0 @@
0
SECTION
2
HEADER
9
$INSUNITS
70
4
9
$ACADVER
1
AC1014
9
$HANDSEED
5
FFFF
0
ENDSEC
0
SECTION
2
TABLES
0
TABLE
2
VPORT
5
8
100
AcDbSymbolTable
0
ENDTAB
0
TABLE
2
LTYPE
5
5
100
AcDbSymbolTable
0
LTYPE
5
14
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
2
BYBLOCK
70
0
0
LTYPE
5
15
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
2
BYLAYER
70
0
0
ENDTAB
0
TABLE
2
LAYER
5
2
100
AcDbSymbolTable
70
2
0
LAYER
5
50
100
AcDbSymbolTableRecord
100
AcDbLayerTableRecord
2
0
70
0
6
CONTINUOUS
0
ENDTAB
0
TABLE
2
STYLE
5
3
100
AcDbSymbolTable
70
1
0
STYLE
5
11
100
AcDbSymbolTableRecord
100
AcDbTextStyleTableRecord
2
STANDARD
70
0
0
ENDTAB
0
TABLE
2
VIEW
5
6
100
AcDbSymbolTable
70
0
0
ENDTAB
0
TABLE
2
UCS
5
7
100
AcDbSymbolTable
70
0
0
ENDTAB
0
TABLE
2
APPID
5
9
100
AcDbSymbolTable
70
2
0
APPID
5
12
100
AcDbSymbolTableRecord
100
AcDbRegAppTableRecord
2
ACAD
70
0
0
ENDTAB
0
TABLE
2
DIMSTYLE
5
A
100
AcDbSymbolTable
70
1
0
ENDTAB
0
TABLE
2
BLOCK_RECORD
5
1
100
AcDbSymbolTable
70
1
0
BLOCK_RECORD
5
1F
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
2
*MODEL_SPACE
0
BLOCK_RECORD
5
1B
100
AcDbSymbolTableRecord
100
AcDbBlockTableRecord
2
*PAPER_SPACE
0
ENDTAB
0
ENDSEC
0
SECTION
2
BLOCKS
0
BLOCK
5
20
100
AcDbEntity
100
AcDbBlockBegin
2
*MODEL_SPACE
0
ENDBLK
5
21
100
AcDbEntity
100
AcDbBlockEnd
0
BLOCK
5
1C
100
AcDbEntity
100
AcDbBlockBegin
2
*PAPER_SPACE
0
ENDBLK
5
1D
100
AcDbEntity
100
AcDbBlockEnd
0
ENDSEC
0
SECTION
2
ENTITIES
0
LWPOLYLINE
5
100
100
AcDbEntity
8
0
100
AcDbPolyline
90
44
70
1
43
0.0
10
-8.8930798621229901
20
-22.082822389311882
10
-8.8930798621229901
20
-25.021529901286481
10
-8.9520320964428777
20
-25.080489759068723
10
-27.019975194141871
20
-25.080489759068723
10
-27.078929334327348
20
-25.021529901286481
10
-27.078929334327348
20
-22.082822389311882
10
-52.00053589408256
20
-22.082822389311882
10
-52.05949003426803
20
-22.023862531529641
10
-52.05949003426803
20
-9.0929304536989264
10
-54.998203234060242
20
-9.0929304536989353
10
-55.05715735935614
20
-9.0339705959166938
10
-55.057157359356154
20
9.0339705959167116
10
-54.998203234060242
20
9.0929304536989441
10
-52.05949003426803
20
9.0929304536989441
10
-52.05949003426803
20
22.023862531529659
10
-52.00053589408256
20
22.082822389311893
10
-27.078929334327348
20
22.082822389311893
10
-27.078929334327348
20
25.021529901286499
10
-27.019975194141868
20
25.080489759068733
10
-8.9520282847117105
20
25.080489759068723
10
-8.8930760503918194
20
25.021529901286492
10
-8.8930760503918158
20
22.082822389311893
10
8.8930829144858325
20
22.082822389311893
10
8.8930829144858325
20
25.021529901286499
10
8.9520351488057237
20
25.080489759068733
10
27.019976340639118
20
25.080489759068723
10
27.078928574959011
20
25.021529901286492
10
27.078928574959011
20
22.082822389311893
10
52.00053775527941
20
22.082822389311893
10
52.059489989599292
20
22.023862531529659
10
52.059489989599314
20
9.0929304536989441
10
54.99820512503625
20
9.0929304536989441
10
55.057157359356133
20
9.0339705959167027
10
55.057157359356133
20
-9.0339705959166938
10
54.998205125036236
20
-9.0929304536989264
10
52.059489989599292
20
-9.0929304536989264
10
52.059489989599292
20
-22.023862531529641
10
52.00053775527941
20
-22.082822389311882
10
27.078928574959011
20
-22.082822389311882
10
27.078928574959022
20
-25.021529901286481
10
27.019976340639129
20
-25.080489759068723
10
8.9520351488057237
20
-25.080489759068723
10
8.8930829144858325
20
-25.021529901286481
10
8.8930829144858325
20
-22.082822389311882
0
LWPOLYLINE
5
101
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
-34.321059513469152
20
-0.15523541961780296
10
-43.707833814998089
20
-0.15523541961780296
10
-43.707833814998089
20
2.6647901818072395
10
-34.321059513469152
20
2.6647901818072395
0
LWPOLYLINE
5
102
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
-31.156791973491128
20
-3.6802724175113966
10
-43.707833814998089
20
-3.6802724175113966
10
-43.707833814998089
20
-0.86024681608635412
10
-31.156791973491128
20
-0.86024681608635412
0
LWPOLYLINE
5
103
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
7.0762576530156007
20
-2.0205839015718219
10
-9.3027101089778075
20
-2.0205839015718219
10
-9.3027101089778075
20
8.5544871232106789
10
7.0762576530156007
20
8.5544871232106789
0
LINE
5
104
100
AcDbEntity
8
0
100
AcDbLine
10
-55.057157359356154
20
8.8817841970012523e-15
30
0
11
55.057157359356133
21
0
31
0
0
LINE
5
105
100
AcDbEntity
8
0
100
AcDbLine
10
1.5261814212408353e-06
20
-22.082822389311882
30
0
11
0
21
0
31
0
0
LINE
5
106
100
AcDbEntity
8
0
100
AcDbLine
10
3.4320470110316137e-06
20
22.082822389311893
30
0
11
0
21
0
31
0
0
LWPOLYLINE
5
107
100
AcDbEntity
8
0
100
AcDbPolyline
90
4
70
1
43
0.0
10
-21.26081093125519
20
-3.5745646738292081
10
-21.26081093125519
20
-11.813443403045483
10
-31.49813377426473
20
-11.813443403045483
10
-31.49813377426473
20
-3.5745646738292081
0
ENDSEC
0
SECTION
2
OBJECTS
0
DICTIONARY
5
C
100
AcDbDictionary
3
ACAD_GROUP
350
D
3
ACAD_MLINESTYLE
350
17
0
DICTIONARY
5
D
100
AcDbDictionary
0
DICTIONARY
5
1A
330
C
100
AcDbDictionary
0
DICTIONARY
5
17
100
AcDbDictionary
0
ENDSEC
0
EOF

View File

@ -0,0 +1,175 @@
<?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="110.3mm"
height="110.3mm"
viewBox="0 0 110.3 110.3"
version="1.1"
id="svg3567"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="front.svg">
<style
id="style862"></style>
<defs
id="defs3561" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="256.20424"
inkscape:cy="170.49263"
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="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata3564">
<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>
<dc:creator>
<cc:Agent>
<dc:title>smash@hacktick.de</dc:title>
</cc:Agent>
</dc:creator>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(20.303269,-37.747719)">
<path
d="m 7.946731,147.93872 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 18.082 l 0.059,-0.059 v -2.941 h 17.8 v 2.941 l 0.059,0.059 h 28.082 l 0.059,-0.059 v -28.082 l -0.059,-0.059 h -2.941 v -17.8 h 2.941 l 0.059,-0.059 V 83.856719 l -0.059,-0.059 h -2.941 v -17.8 h 2.941 l 0.059,-0.059 v -28.082 l -0.059,-0.059 h -28.082 l -0.059,0.059 v 2.941 h -17.8 v -2.941 l -0.059,-0.059 h -18.082 l -0.059,0.059 v 2.941 h -17.8 v -2.941 l -0.059,-0.059 h -28.082 l -0.059,0.059 v 28.082 l 0.059,0.059 h 2.941 v 17.8 h -2.941 l -0.059,0.059 v 18.082001 l 0.059,0.059 h 2.941 v 17.8 h -2.941 l -0.059,0.059 v 28.082 l 0.059,0.059 h 28.082 z"
id="front_outsideCutPath"
style="font-size:12px;vector-effect:non-scaling-stroke;fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.259;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<ellipse
ry="24.933926"
rx="24.933924"
cy="109.90429"
cx="34.846729"
id="path5237"
style="opacity:1;fill:none;fill-opacity:0.509804;stroke:#0000ff;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
y="56.283989"
x="22.476009"
height="18.006447"
width="24.741447"
id="rect5239"
style="stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none;stroke-miterlimit:4;stroke-width:0.1;stroke:#ff0000;fill-opacity:1;fill:none;opacity:1" />
<g
id="text5255"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.76111px;line-height:1.25;font-family:'High Score';-inkscape-font-specification:'High Score';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
aria-label="CO2 Ampel"
transform="translate(-20.303269,-73.335611)">
<path
id="path8144"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
d="m 35.625954,119.05766 v 2.18281 h 2.910417 v 0.97014 l -0.727604,0.72761 h -3.880556 v -4.8507 l 0.727604,-0.7276 h 3.880556 v 0.97014 l -0.727604,0.7276 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccc" />
<path
id="path8146"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
d="m 39.749043,121.96808 h -0.970139 v -2.91042 h 0.242535 l -10e-7,-0.24236 0.242533,1.8e-4 v -0.24254 h 0.242535 v -0.24253 h 0.242535 v -0.24254 H 39.99158 V 117.845 h 0.242534 v -0.24254 h 0.242535 v -0.24253 h 1.940278 l -6e-6,0.97048 v 0.24253 h -0.242535 v 0.24254 h -0.242535 v 0.24253 l -0.26181,0.003 m -1.435929,2.422 h 0.242535 v -0.24253 h 1.212674 l -0.01928,-2.17947 6.72e-4,-0.24553 H 40.23411 l 2e-6,2.66753 v 0.24253 h -0.242534 v 0.24254 h -0.242535 v 0.97014 h 1.940278 l 2e-6,-0.24254 h 0.242534 v -0.24253 h 0.242533 v -0.24254 l 0.242531,3.4e-4 v -0.24253 h 0.242534 v -0.24254 h 0.242535 v -0.24253 l 0.242535,1e-5 v -0.24254 h 0.242535 v -2.91041 h -0.970139"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<path
id="path8148"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.189672;stroke-opacity:1"
d="m 45.833613,121.89523 h -1.024404 l -0.521598,0.52161 v 0.17386 h -0.695464 v -0.69547 l 0.0039,-0.25593 1.213166,-0.96113 h 1.390927 l -1.9e-5,0.69547 m 0,0 h 0.695464 l -0.002,0.49848 -1.562769,1.58791 h 1.564794 v 0.69546 l -0.521598,0.5216 h -2.781855 v -0.69546 l 2.607971,-2.43413 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccc" />
<path
id="path8150"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
d="m 54.558376,119.54253 h -1.712455 v -0.7276 l 1.715666,10e-4 z m 1.440497,2.66788 v -3.88055 l -0.970139,2e-4 v -0.97014 h -1.940278 l -1.455209,1.45521 -0.242534,0.24253 v 3.88056 h 0.970139 l 0.485069,-0.72761 v -1.45521 h 1.697743 v 2.18562 l 0.727604,-0.003 0.727605,-0.72761"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccc" />
<path
id="path8152"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
d="m 56.241405,122.93822 v -4.8507 h 0.242535 v -0.24253 h 0.242535 v -0.24254 h 0.242535 v -0.24253 h 1.940277 v 0.97014 h -0.242534 v 0.24253 h -0.242535 v 0.24254 h -0.242535 v 0.24253 h -0.242534 v 3.15295 h -0.242535 v 0.24254 h -0.242535 v 0.24253 h -0.242535 v 0.24254 z m 3.880556,0 v -3.88056 h -0.242535 v 1.21268 h -0.242534 v 0.24253 h -0.242535 v 0.24253 h -0.242535 v 0.24254 h -0.970139 v -1.94028 h 0.242535 v -0.24253 h 0.242535 v -0.24254 h 0.242534 v -0.24253 h 0.242535 v -0.24254 h 0.242535 v -0.24253 h 0.242535 v -0.24254 h 0.242534 v -0.24253 h 1.940278 v 4.85069 h -0.242535 v 0.24254 h -0.242534 v 0.24253 H 61.0921 v 0.24254 z"
inkscape:connector-curvature="0" />
<path
id="path8154"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
d="m 64.972657,119.3002 v -0.24254 h -1.212673 v 0.24254 z m -2.910416,3.63802 v -4.8507 h 0.242534 v -0.24253 h 0.242535 v -0.24254 h 0.242535 v -0.24253 H 66.6704 v 2.91042 h -0.242534 v 0.24253 h -0.242535 v 0.24253 h -0.242535 v 0.24254 h -2.182812 v 1.21267 h -0.242535 v 0.24254 h -0.242535 v 0.24253 H 63.03238 v 0.24254 z"
inkscape:connector-curvature="0" />
<path
id="path8156"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
d="m 66.912933,122.93822 v -4.8507 h 0.242535 v -0.24253 h 0.242535 v -0.24254 h 0.242535 v -0.24253 h 3.880555 v 0.97014 h -0.242535 v 0.24253 h -0.242534 v 0.24254 h -0.242535 v 0.24253 h -2.182813 v 0.24254 h 1.940278 v 0.97014 H 70.30842 v 0.24253 h -0.242535 v 0.24253 H 69.82335 v 0.24254 h -1.212674 v 0.24253 h 2.910417 v 0.97014 h -0.242535 v 0.24254 h -0.242534 v 0.24253 h -0.242535 v 0.24254 z"
inkscape:connector-curvature="0" />
<path
id="path8158"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
d="m 71.76363,122.93822 v -4.8507 h 0.242535 v -0.24253 h 0.242534 v -0.24254 h 0.242535 v -0.24253 h 0.970139 v 3.88055 h 2.910417 v 0.97014 h -0.242535 v 0.24254 H 75.88672 v 0.24253 h -0.242534 v 0.24254 z"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.5833px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0700043"
x="48.256611"
y="125.73076"
id="text4792"><tspan
sodipodi:role="line"
id="tspan4790"
x="48.256611"
y="125.73076"
style="stroke-width:0.0700043" /></text>
</g>
<path
id="path838"
style="stroke-opacity:1;stroke-dasharray:none;stroke-miterlimit:4;stroke-linejoin:round;stroke-linecap:round;stroke-width:0.37795276;stroke:#ff0000;fill-rule:evenodd;fill-opacity:1;fill:none;opacity:1"
d="m 208.40234,209.84766 a 14.09104,14.09104 0 0 0 -14.05273,14.08984 14.09104,14.09104 0 0 0 3.29297,9.05273 v 100.54102 h 21.59765 V 232.99023 a 14.09104,14.09104 0 0 0 3.29102,-9.05273 14.09104,14.09104 0 0 0 -14.08984,-14.08984 14.09104,14.09104 0 0 0 -0.0391,0 z"
transform="matrix(0.26458333,0,0,0.26458333,-20.303269,37.747719)" />
<circle
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1714"
cx="34.846729"
cy="109.90429"
r="14.968576" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -15,7 +15,7 @@
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="front.svg">
<style
id="style862"></style>
id="style862" />
<defs
id="defs3561" />
<sodipodi:namedview
@ -25,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.3768264"
inkscape:cx="180.28166"
inkscape:cy="154.26413"
inkscape:zoom="2.0000001"
inkscape:cx="147.37758"
inkscape:cy="110.4131"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@ -36,9 +36,9 @@
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
@ -93,7 +93,7 @@
id="path5237"
style="opacity:1;fill:none;fill-opacity:0.509804;stroke:#0000ff;stroke-width:0.0798787;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<rect
y="56.798477"
y="56.284389"
x="22.097488"
height="18.005648"
width="25.498484"
@ -103,7 +103,7 @@
id="text5255"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.76111px;line-height:1.25;font-family:'High Score';-inkscape-font-specification:'High Score';letter-spacing:0px;word-spacing:0px;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
aria-label="CO2 Ampel"
transform="matrix(1.2654755,0,0,1.2654755,-34.944243,-104.10097)">
transform="translate(-20.303269,-73.335611)">
<path
id="path8144"
style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.264583;stroke-opacity:1"
@ -166,8 +166,9 @@
</g>
<path
id="path838"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.111578;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 34.834047,93.269912 a 4.6415646,3.7282543 0 0 0 -4.628945,3.727936 4.6415646,3.7282543 0 0 0 1.084699,2.395202 v 26.60148 H 38.40403 V 99.39305 a 4.6415646,3.7282543 0 0 0 1.084056,-2.395202 4.6415646,3.7282543 0 0 0 -4.641169,-3.727936 4.6415646,3.7282543 0 0 0 -0.01288,0 z" />
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.377953;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 208.40234,209.84766 a 14.09104,14.09104 0 0 0 -14.05273,14.08984 14.09104,14.09104 0 0 0 3.29297,9.05273 v 100.54102 h 21.59765 V 232.99023 a 14.09104,14.09104 0 0 0 3.29102,-9.05273 14.09104,14.09104 0 0 0 -14.08984,-14.08984 14.09104,14.09104 0 0 0 -0.0391,0 z"
transform="matrix(0.26458333,0,0,0.26458333,-20.303269,37.747719)" />
<circle
style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1714"

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -149,9 +149,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.3036381"
inkscape:cx="1777.2518"
inkscape:cy="1016.2572"
inkscape:zoom="0.21470456"
inkscape:cx="1496.6304"
inkscape:cy="1301.4085"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
@ -5303,11 +5303,90 @@
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#008000;stroke-width:0.264583"
id="tspan1158">power cord)</tspan></text>
</g>
<path
style="fill:none;stroke:#000000;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 239.19306,586.87258 H 472.59224 M 238.75737,10.456527 H 5.2282634 L 5.0568625,237.21998 M 821.70875,235.98804 V 465.19836 L 4.8843103,465.50663 5.0568625,237.21998 821.70875,235.98804 l 0,-225.531513 H 703.65102 m -230.7507,0 h 230.7507 V 586.87258 h 118.05773 l 0,-121.67422 M 4.8843103,465.50663 4.7925749,586.87258 H 239.19306 L 238.75737,10.456527 h 234.14295 l -0.30808,576.416053 h 231.05878"
id="path1048"
sodipodi:nodetypes="cccccccccccccccccccccccc" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1167"
width="231.05878"
height="225.51338"
x="6.8482914"
y="8.626194" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1171"
width="231.05878"
height="225.51338"
x="240.24829"
y="8.626194" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1173"
width="231.05878"
height="225.51338"
x="472.47034"
y="8.190505" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1175"
width="231.05878"
height="225.51338"
x="6.4126024"
y="237.7984" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1177"
width="231.05878"
height="225.51338"
x="240.3774"
y="237.7984" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1179"
width="231.05878"
height="225.51338"
x="473.03513"
y="237.7984" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1175-1"
width="231.49448"
height="120.07675"
x="6.0277367"
y="466.7092" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1175-1-7"
width="231.49448"
height="120.07675"
x="239.77467"
y="466.70917" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1213"
width="231.05879"
height="119.64106"
x="472.4324"
y="466.27347" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1213-4"
width="116.90828"
height="225.94911"
x="704.00092"
y="8.1468849" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1213-4-9"
width="116.90828"
height="225.94911"
x="704.00098"
y="238.19048" />
<rect
style="fill:none;stroke:#000000;stroke-width:0.264583"
id="rect1213-4-9-7"
width="116.03689"
height="121.38383"
x="704.43665"
y="464.31287" />
</g>
<style
id="style855" />

Before

Width:  |  Height:  |  Size: 600 KiB

After

Width:  |  Height:  |  Size: 602 KiB

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.0"
width="389.76376"
height="496.06299"
id="svg1973">
<defs
id="defs1975" />
<path
d="m 194.88188,17.689494 c -8.14008,0 -16.05584,1.697239 -23.23451,4.807141 -7.21069,3.044513 -13.0113,6.729995 -18.42736,12.017836 -5.31988,5.31993 -9.7104,12.114018 -12.81902,19.228579 -3.04452,7.178655 -4.80714,14.293217 -4.80714,22.433301 0,8.140097 1.76391,16.055843 4.80714,23.234493 3.10862,7.082516 7.49914,13.139516 12.81902,18.427356 5.41606,5.35195 11.21667,9.71043 18.42736,12.81904 7.17867,3.04453 15.09443,4.80713 23.23451,4.80713 8.20417,0 16.05584,-1.76389 23.2345,-4.80713 7.11456,-3.10861 13.1395,-7.46709 18.42735,-12.81904 5.3199,-5.28784 9.71041,-11.34484 12.81903,-18.427356 3.04452,-7.17865 4.80715,-15.094396 4.80715,-23.234493 0,-8.140084 -1.76391,-15.254646 -4.80715,-22.433301 -3.10862,-7.114561 -7.49913,-13.908649 -12.81903,-19.228579 -5.28785,-5.287841 -11.31279,-8.973323 -18.42735,-12.017836 -7.17866,-3.10862 -15.03033,-4.807141 -23.2345,-4.807141 z M 76.305828,171.51791 c -8.140082,0 -15.254649,0.89734 -22.433306,4.00594 -7.178658,3.07656 -13.876602,7.49914 -19.228547,12.81903 -5.319895,5.31991 -8.973319,12.04989 -12.017839,19.22856 -3.10862,7.11457 -4.807141,14.29322 -4.807141,22.4333 l 0,129.79271 271.603245,0 0,36.05352 -271.603245,0 0,6.40952 0,16.82497 c 0,8.17214 1.730572,16.05584 4.807141,23.2345 3.04452,7.17866 6.729985,13.07541 12.017839,18.42737 5.351945,5.28783 12.049889,9.74246 19.228547,12.81903 7.178657,3.10862 14.293224,4.80713 22.433306,4.80713 l 237.152102,0 c 8.14008,0 15.25464,-1.69723 22.4333,-4.80713 7.21071,-3.07657 13.94069,-7.5312 19.22855,-12.81903 5.35195,-5.35196 9.71042,-11.24871 12.81904,-18.42737 3.10862,-7.17866 4.00595,-15.06236 4.00595,-23.2345 l 0,-16.82497 0,-112.96771 -271.60325,0 0,-35.25236 271.60325,0 0,-24.03568 c 0,-8.14008 -0.86401,-15.31873 -4.00595,-22.4333 -3.07657,-7.17867 -7.46709,-13.90865 -12.81904,-19.22856 -5.28786,-5.31989 -12.01784,-9.74247 -19.22855,-12.81903 -7.17866,-3.1086 -14.29322,-4.00594 -22.4333,-4.00594 l -237.152102,0 z"
id="path7445"
style="fill:#e60005;fill-opacity:1;fill-rule:nonzero;stroke:none" />
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 761 KiB

View File

@ -1,195 +0,0 @@
<?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="110.3mm"
height="50.299999mm"
viewBox="0 0 110.3 50.299999"
version="1.1"
id="svg5236"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="sideL_with_fancyness.svg">
<style
id="style833" />
<defs
id="defs5230" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.56"
inkscape:cx="219.74099"
inkscape:cy="93.438147"
inkscape:document-units="mm"
inkscape:current-layer="g4807"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata5233">
<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:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
<dc:creator>
<cc:Agent>
<dc:title>smash@hacktick.de</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-2.927885,-83.719137)">
<g
transform="translate(2.927875,33.519137)"
id="g5217">
<path
d="m 0.10901,66.45 h 2.941 v 17.8 h -2.941 l -0.059,0.059 v 13.082 l 0.059,0.059 h 27.941 v 2.941 l 0.059,0.059 h 18.082 l 0.059,-0.059 V 97.45 h 17.8 v 2.941 l 0.059,0.059 h 18.082 l 0.059,-0.059 V 97.45 h 27.941 l 0.059,-0.059 V 84.309 l -0.059,-0.059 h -2.941 v -17.8 h 2.941 l 0.059,-0.059 V 53.309 l -0.059,-0.059 h -27.941 v -2.941 l -0.059,-0.059 h -18.082 l -0.059,0.059 v 2.941 h -17.8 v -2.941 l -0.059,-0.059 h -18.082 l -0.059,0.059 v 2.941 h -27.941 l -0.059,0.059 v 13.082 z"
id="left_outsideCutPath"
style="font-size:12px;fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.1;stroke-linecap:round"
inkscape:connector-curvature="0" />
</g>
<g
id="g897"
transform="translate(34.266233,63.312837)">
<g
id="layer1-5"
inkscape:label="red"
style="display:inline"
transform="translate(110.11876,3.847553)">
<g
id="g4807"
transform="translate(2.7620341,2.23046)">
<g
transform="translate(4.5420195,-12.464582)"
id="g4791"
style="fill:none;fill-opacity:1">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M -49.164085,32.807615 H -108.4148 v 38.270508 h 59.250715 z m -9.394912,6.670008 v 4.107243 h -8.456915 c -0.629986,0 -1.089272,0.131727 -1.378553,0.395256 -0.289276,0.269951 -0.433909,0.697373 -0.433909,1.282272 0,0.488484 0.102808,0.886825 0.308513,1.195341 0.212136,0.314945 0.449794,0.501329 0.713358,0.559177 0.263565,0.06426 0.778,0.0965 1.542982,0.0965 h 7.704524 v 3.171973 h -8.717262 c -1.652104,0 -2.841212,-0.491534 -3.567627,-1.47493 -0.71998,-0.976973 -1.080002,-2.252931 -1.080002,-3.827657 0,-1.658279 0.347116,-2.992045 1.041389,-4.001152 0.694269,-1.002679 1.825524,-1.50403 3.394059,-1.50403 z m 0,12.377787 v 3.818074 l -4.821608,3.065886 c -0.957834,0.610604 -1.799823,1.073413 -2.526237,1.388356 1.124975,-0.205676 2.27579,-0.30868 3.452191,-0.308682 h 3.895654 v 3.287639 h -13.16226 v -3.287639 l 5.814415,-3.605544 c 0.745698,-0.462775 1.652197,-0.929092 2.719317,-1.398294 -0.848552,0.212106 -1.568593,0.318264 -2.160006,0.318264 h -6.373726 v -3.27806 z m -13.621503,0.0298 c 0,1.741833 -0.481963,3.078753 -1.446224,4.010733 -0.964274,0.938406 -2.243693,1.468479 -3.83795,1.590599 l -0.202215,-3.769467 c 0.880704,0 1.517087,-0.170267 1.909214,-0.510921 0.392142,-0.334226 0.587958,-0.729771 0.587958,-1.18612 0,-1.272631 -1.279004,-1.908858 -3.837521,-1.908858 -1.433532,0 -2.407673,0.163963 -2.921942,0.491763 -0.514281,0.334226 -0.771496,0.800185 -0.771496,1.397939 0,1.066954 0.726699,1.664643 2.179523,1.79319 l -0.221723,3.692474 c -1.613535,-0.17354 -2.85113,-0.771229 -3.712542,-1.793193 -0.861412,-1.015535 -1.292192,-2.265569 -1.292192,-3.750305 0,-1.78683 0.591439,-3.229904 1.774276,-4.328997 1.182822,-1.099093 2.815611,-1.648432 4.898418,-1.648432 2.063527,0 3.728354,0.520613 4.99476,1.56186 1.266392,1.041244 1.899656,2.493777 1.899656,4.357735 z m -0.202216,-18.191649 v 4.039831 h -4.840702 v 3.085044 h 4.840702 v 4.039829 h -13.16225 v -4.039829 h 5.120155 v -3.085039 h -5.120155 v -4.039831 z m 0,24.678578 v 3.808493 h -5.438634 l 5.438634,3.63464 v 3.62506 l -4.811636,-3.326312 -8.350614,4.126401 v -4.425144 l 4.975656,-2.275373 -1.938281,-1.359267 h -3.037375 V 58.372144 Z M -86.206424,33.645312 v 6.681366 c 0,1.388324 -0.350651,2.400826 -1.051351,3.037142 -0.7007,0.636318 -1.500874,0.95443 -2.400844,0.95443 -0.655702,0 -1.250247,-0.186383 -1.783808,-0.559174 -0.527134,-0.366367 -0.890277,-0.91606 -1.08956,-1.648787 -0.411421,1.703272 -1.433626,2.554963 -3.06644,2.554963 -0.977127,0 -1.851579,-0.301997 -2.622995,-0.906176 -0.764973,-0.597753 -1.14726,-1.880016 -1.14726,-3.846813 v -6.266951 z m 0,15.087087 v 4.271164 l -13.162258,4.116821 v -4.116821 l 2.593911,-0.742257 v -3.528907 l -2.593911,-0.790507 v -3.278061 z m 0,9.013152 v 6.874026 c 0,1.516875 -0.356903,2.693338 -1.070456,3.528906 -0.707126,0.841996 -1.642548,1.262758 -2.806092,1.262758 -0.758564,0 -1.430118,-0.154151 -2.015103,-0.46267 -0.578559,-0.308517 -1.089869,-0.931779 -1.533434,-1.870185 l -5.737173,2.381107 v -4.482981 l 5.033367,-1.918794 V 61.78538 h -5.033367 v -4.039829 z m -2.79656,4.039829 h -2.516679 v 1.725779 c 0,0.507769 0.105901,0.915567 0.318064,1.224084 0.212137,0.308517 0.524082,0.463022 0.935502,0.463022 0.84212,0 1.263113,-0.51746 1.263113,-1.552278 z m -0.02865,-24.4185 h -2.218149 v 1.870541 c 0,0.4692 0.119289,0.800275 0.357105,0.993105 0.237855,0.192822 0.491535,0.289163 0.761522,0.289163 0.732845,0 1.099522,-0.449843 1.099522,-1.349685 z m -1.051351,13.120392 -3.81843,-1.070096 V 51.55737 Z M -94.045914,37.36688 h -2.391285 v 1.967049 c 0,0.488482 0.118754,0.845132 0.356676,1.070096 0.244281,0.231384 0.517521,0.346999 0.819654,0.346999 0.302146,0 0.578505,-0.112462 0.829214,-0.337418 0.257133,-0.218536 0.385741,-0.623538 0.385741,-1.214859 z"
id="rect6199"
inkscape:connector-curvature="0" />
<path
style="opacity:0.99;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -50.514856,33.723709 v 36.438567 h -6.647115 V 33.723709 Z"
id="rect6201"
inkscape:connector-curvature="0"
inkscape:transform-center-x="0.83097249"
inkscape:transform-center-y="-0.11871036" />
<path
style="display:inline;opacity:0.99;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m -100.78739,33.723709 v 36.438567 h -6.64712 V 33.723709 Z"
id="rect6201-4"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
<g
aria-label="un-hack-bar.de"
transform="rotate(90)"
id="text907"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;line-height:1.25;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
<g
id="g952"
transform="translate(-0.157287)">
<path
d="m 90.815223,-30.9614 q -0.763605,0 -0.763605,-1.014409 v -1.554082 h 0.412033 v 1.554082 q 0,0.656119 0.490409,0.656119 0.286632,0 0.443384,-0.206017 0.156752,-0.208256 0.156752,-0.5867 v -1.417484 h 0.414273 v 2.503551 h -0.373965 l -0.04031,-0.376205 q -0.223931,0.441145 -0.738973,0.441145 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path909" />
<path
d="m 92.812689,-33.534369 h 0.371726 l 0.04031,0.376204 q 0.226171,-0.436666 0.736734,-0.436666 0.768084,0 0.768084,1.014408 v 1.554083 H 94.31527 v -1.554083 q 0,-0.338136 -0.118683,-0.497127 -0.116445,-0.158991 -0.362769,-0.158991 -0.29335,0 -0.452341,0.208256 -0.156752,0.206017 -0.156752,0.58446 v 1.417485 h -0.412033 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path911" />
<path
d="m 95.598393,-32.55579 h 1.838474 v 0.367247 h -1.838474 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path913" />
<path
d="m 98.334831,-34.510709 h 0.412034 v 1.352544 q 0.22617,-0.436666 0.741212,-0.436666 0.309025,0 0.472495,0.143316 0.165708,0.143316 0.228408,0.373965 0.0627,0.230649 0.0627,0.497127 v 1.554083 h -0.41427 v -1.554083 q 0,-0.338136 -0.118684,-0.497127 -0.118683,-0.158991 -0.369486,-0.158991 -0.232889,0 -0.365008,0.116444 -0.12988,0.114205 -0.183624,0.295589 -0.05374,0.181385 -0.05374,0.380683 v 1.417485 h -0.412034 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path915" />
<path
d="m 101.79905,-30.9614 q -0.36277,0 -0.60014,-0.208256 -0.23513,-0.210496 -0.23513,-0.602375 0,-0.3247 0.15676,-0.506085 0.15675,-0.183623 0.40979,-0.25752 0.25304,-0.0739 0.53967,-0.0739 h 0.55311 v -0.06494 q 0,-0.320221 -0.16347,-0.445623 -0.16123,-0.125401 -0.45458,-0.125401 -0.22841,0 -0.44786,0.0627 -0.21945,0.0627 -0.40979,0.174667 v -0.412034 q 0.20601,-0.07614 0.41651,-0.125401 0.21049,-0.04926 0.42995,-0.04926 0.22393,0 0.43442,0.0627 0.21274,0.06046 0.36725,0.201538 0.15451,0.138837 0.20602,0.373965 0.0358,0.165709 0.0358,0.499366 v 0.512803 q 0,0.210495 0.0224,0.465777 0.0246,0.255281 0.10973,0.452341 h -0.41428 q -0.0381,-0.08733 -0.0605,-0.185863 -0.0224,-0.100769 -0.0358,-0.19482 -0.13212,0.22617 -0.36724,0.335896 -0.23289,0.109727 -0.49265,0.109727 z m 0.10077,-0.344854 q 0.25528,0 0.41427,-0.125402 0.16123,-0.125401 0.23513,-0.326939 0.0739,-0.203778 0.0739,-0.436666 v -0.09181 h -0.52176 q -0.17466,0 -0.34261,0.04031 -0.16571,0.03807 -0.27544,0.147794 -0.10748,0.109727 -0.10748,0.320222 0,0.237367 0.14555,0.35605 0.14556,0.116445 0.37845,0.116445 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path917" />
<path
d="m 104.99902,-30.9614 q -0.39636,0 -0.66731,-0.16571 -0.26872,-0.167948 -0.40756,-0.465776 -0.13659,-0.297829 -0.13659,-0.68523 0,-0.38964 0.13883,-0.685229 0.13884,-0.297828 0.4098,-0.463537 0.27095,-0.167949 0.67179,-0.167949 0.20826,0 0.3762,0.04926 0.16795,0.04703 0.34262,0.143316 v 0.432187 q -0.15899,-0.141077 -0.32022,-0.208256 -0.15899,-0.06718 -0.36277,-0.06718 -0.30231,0 -0.48369,0.12988 -0.17915,0.12988 -0.25976,0.349332 -0.0784,0.219453 -0.0784,0.48817 0,0.266478 0.0806,0.48817 0.0806,0.219453 0.25976,0.349333 0.17914,0.12988 0.47921,0.12988 0.19706,0 0.36725,-0.06494 0.17018,-0.06494 0.31798,-0.206017 v 0.427709 q -0.32022,0.192581 -0.72778,0.192581 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path919" />
<path
d="m 106.68746,-34.510709 h 0.42547 v 2.017619 l 1.08159,-1.041279 h 0.50161 l -0.98754,0.944989 1.14205,1.56304 h -0.50385 l -0.92707,-1.294323 -0.30679,0.288872 v 1.005451 h -0.42547 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path921" />
<path
d="m 109.40375,-32.55579 h 1.83847 v 0.367247 h -1.83847 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path923" />
<path
d="m 113.23745,-30.9614 q -0.47473,0 -0.68971,-0.380683 l -0.0403,0.315743 h -0.37172 v -3.484369 h 0.41203 v 1.296561 q 0.10301,-0.19482 0.28439,-0.286632 0.18139,-0.09405 0.40756,-0.09405 0.26872,0 0.45234,0.116444 0.18362,0.114205 0.29335,0.306786 0.11197,0.190342 0.15899,0.42323 0.0493,0.232888 0.0493,0.465777 0,0.235127 -0.0493,0.470255 -0.0493,0.232889 -0.16123,0.425469 -0.10973,0.192581 -0.29335,0.309025 -0.18362,0.116445 -0.45234,0.116445 z m -0.0828,-0.349333 q 0.19706,0 0.31574,-0.09181 0.12092,-0.09181 0.18138,-0.239606 0.0627,-0.147795 0.0851,-0.315743 0.0224,-0.167948 0.0224,-0.320222 0,-0.152273 -0.0224,-0.320221 -0.0224,-0.170188 -0.0851,-0.315743 -0.0605,-0.147795 -0.18138,-0.239606 -0.11868,-0.09181 -0.31574,-0.09181 -0.19482,0 -0.31575,0.09181 -0.11868,0.09181 -0.18362,0.237367 -0.0627,0.145555 -0.0851,0.315742 -0.0224,0.167949 -0.0224,0.320222 0,0.154513 0.0224,0.3247 0.0224,0.167949 0.0851,0.315743 0.0649,0.145555 0.18362,0.237367 0.12093,0.09181 0.31575,0.09181 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path925" />
<path
d="m 115.6044,-30.9614 q -0.36277,0 -0.60013,-0.208256 -0.23513,-0.210496 -0.23513,-0.602375 0,-0.3247 0.15675,-0.506085 0.15675,-0.183623 0.40979,-0.25752 0.25305,-0.0739 0.53968,-0.0739 h 0.55311 v -0.06494 q 0,-0.320221 -0.16347,-0.445623 -0.16123,-0.125401 -0.45458,-0.125401 -0.22841,0 -0.44786,0.0627 -0.21946,0.0627 -0.4098,0.174667 v -0.412034 q 0.20602,-0.07614 0.41651,-0.125401 0.2105,-0.04926 0.42995,-0.04926 0.22393,0 0.43443,0.0627 0.21273,0.06046 0.36725,0.201538 0.15451,0.138837 0.20601,0.373965 0.0358,0.165709 0.0358,0.499366 v 0.512803 q 0,0.210495 0.0224,0.465777 0.0246,0.255281 0.10973,0.452341 h -0.41427 q -0.0381,-0.08733 -0.0605,-0.185863 -0.0224,-0.100769 -0.0358,-0.19482 -0.13212,0.22617 -0.36725,0.335896 -0.23289,0.109727 -0.49265,0.109727 z m 0.10077,-0.344854 q 0.25528,0 0.41427,-0.125402 0.16123,-0.125401 0.23513,-0.326939 0.0739,-0.203778 0.0739,-0.436666 v -0.09181 h -0.52176 q -0.17467,0 -0.34262,0.04031 -0.16571,0.03807 -0.27543,0.147794 -0.10749,0.109727 -0.10749,0.320222 0,0.237367 0.14556,0.35605 0.14555,0.116445 0.37844,0.116445 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path927" />
<path
d="m 117.90194,-33.534369 h 0.37396 l 0.0403,0.490409 q 0.10525,-0.266478 0.31574,-0.407555 0.21274,-0.143316 0.50833,-0.143316 0.30902,0 0.53743,0.156752 v 0.420991 q -0.24185,-0.19706 -0.57326,-0.19706 -0.38069,0 -0.58446,0.244085 -0.20378,0.241846 -0.20378,0.696426 v 1.247297 h -0.41427 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path929" />
<path
d="m 121.35943,-30.965879 q -0.15227,0 -0.25752,-0.105248 -0.10524,-0.105247 -0.10524,-0.273196 0,-0.167948 0.10524,-0.273196 0.10525,-0.105247 0.25752,-0.105247 0.15228,0 0.25753,0.105247 0.10524,0.105248 0.10524,0.273196 0,0.167949 -0.10524,0.273196 -0.10525,0.105248 -0.25753,0.105248 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path931" />
<path
d="m 123.98839,-30.9614 q -0.2732,0 -0.45906,-0.116445 -0.18587,-0.116444 -0.29783,-0.311264 -0.10973,-0.19482 -0.15899,-0.429948 -0.0493,-0.237367 -0.0493,-0.476973 0,-0.600136 0.262,-0.949468 0.26424,-0.349333 0.7121,-0.349333 0.21945,0 0.39412,0.09405 0.17467,0.09181 0.27768,0.286632 v -1.296561 h 0.41203 v 3.484369 h -0.37173 l -0.0403,-0.315743 q -0.2217,0.380683 -0.68075,0.380683 z m 0.0739,-0.349333 q 0.19482,0 0.31351,-0.09181 0.12092,-0.09181 0.18362,-0.237367 0.0649,-0.147794 0.0873,-0.315743 0.0224,-0.170187 0.0224,-0.3247 0,-0.152273 -0.0224,-0.320222 -0.0224,-0.167948 -0.0873,-0.313503 -0.0627,-0.147795 -0.18362,-0.239606 -0.11869,-0.09181 -0.31351,-0.09181 -0.19706,0 -0.31798,0.09181 -0.11868,0.09181 -0.18138,0.239606 -0.0605,0.145555 -0.0829,0.313503 -0.0224,0.167949 -0.0224,0.320222 0,0.152273 0.0224,0.322461 0.0224,0.167948 0.0829,0.315743 0.0627,0.145555 0.18138,0.239606 0.12092,0.09181 0.31798,0.09181 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path933" />
<path
d="m 127.02713,-30.9614 q -0.57998,0 -0.9114,-0.347094 -0.32918,-0.349332 -0.32918,-0.951707 0,-0.373965 0.12988,-0.676272 0.13212,-0.302307 0.38964,-0.479213 0.25976,-0.179145 0.64044,-0.179145 0.50161,0 0.77705,0.322461 0.27767,0.320222 0.27767,0.889007 v 0.201538 h -1.78473 v 0.01344 q 0,0.391879 0.20602,0.624768 0.20601,0.232888 0.60909,0.232888 0.23289,0 0.4501,-0.0739 0.21945,-0.0739 0.42323,-0.179145 v 0.409794 q -0.21273,0.08733 -0.43219,0.138837 -0.21721,0.05374 -0.44562,0.05374 z m 0.56207,-1.542886 q 0,-0.208256 -0.0627,-0.376204 -0.0627,-0.167949 -0.20154,-0.266479 -0.1366,-0.09853 -0.36277,-0.09853 -0.22841,0 -0.38292,0.100769 -0.15228,0.09853 -0.23961,0.266478 -0.0851,0.167948 -0.10749,0.373965 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.58611px;font-family:Hack;-inkscape-font-specification:'Hack, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:none;stroke:#0000ff;stroke-width:0.165;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path935" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 44 KiB

View File

@ -1,62 +0,0 @@
<?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="210mm"
height="297mm"
viewBox="0 0 210 297"
version="1.1"
id="svg2105"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="working_area.svg">
<defs
id="defs2099" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.175"
inkscape:cx="1060.1931"
inkscape:cy="824.50546"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1" />
<metadata
id="metadata2102">
<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="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:none;stroke:#000000;stroke-width:0.264999"
id="rect2668"
width="855"
height="600"
x="5.2916665"
y="46.113098" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB