Add content

This commit is contained in:
Oystein Kristoffer Tveit 2021-11-25 22:20:40 +01:00
parent 4992207ebb
commit aab794bfae
15 changed files with 3327 additions and 39 deletions

246
main.md
View File

@ -28,19 +28,24 @@ men som er viktig for å forstå innholdet.
---
## Generelt
## Hva er Informasjonsteknologi
Hva er IT
Kort Historie
- Flytting og prossesering av data
- Datamaskiner
- Punchcards
- Elektroniske datamaskiner
- Nettverk
---
### Folk som er viktige
### Et par viktige personer
<!-- TODO: Add people and pictures -->
- Von Neumann
- Ada Lovelace: Verdens første programmør
- Herman Hollerith: Punchcards og matematikk
- Konrad Zuse: Verdens første programmerbare datamaskin
- John von Neumann: Diverse, Neumann-arkitektur
- Alan Turing Matematisk grunnlag for datamaskin
- Douglas Engelbart Datamusen, mye interaksjondesign
---
@ -51,7 +56,7 @@ Kort Historie
<div class="columns">
<div>
- PC <!-- .element: data-id="pc" -->
- PC
- Operativsystem
- Abstraksjon
- Transistorer
@ -62,7 +67,6 @@ Kort Historie
- Hardware
- Software
- Kernel
- Protokoll
- WWW/Internet
- High level/Low level
@ -78,21 +82,138 @@ Forklar hvordan en transistor funker
----
<!-- .slide: data-auto-animate data-transition="zoom-in" -->
<div class="columns">
<div>
- PC <!-- .element: data-id="pc" -->
- Abstraksjon
</div>
<div>
```python
def goForAWalk():
put_on_clothes()
open_the_door()
walk()
def open_the_door():
put_hand_on_handle()
shove_hand_down()
push_door()
def put_hand_on_handle():
lift_hand()
move_hand_over_handle()
lower_hand()
```
</div>
</div>
----
<div class="columns">
<div>
- Transistorer
</div>
<div>
"Elekrisk bryter"
<img src="./static/graphics/transistor.svg" width="70%"/>
</div>
</div>
----
<div class="columns">
<div>
- Integrated Chip
</div>
<div>
Elektronisk abstraksjonslag
<img src="./static/graphics/messy-breadboard.jpg" width="60%"/>
<img src="./static/graphics/ic.svg" width="60%"/>
</div>
</div>
----
### Et par begreper:
<div class="columns">
<div>
- PC
- Operativsystem
- Abstraksjon
- Transistorer
- IC
</div>
<div>
- Hardware
- Software
- Protokoll
- WWW/Internet
- High level/Low level
- bit
</div>
</div>
----
<div class="columns">
<div style="vertical-align: middle;">
- WWW/Internett
</div>
<div>
**www**.website.com
<img src="./static/graphics/internet.png" width="100%"/>
</div>
</div>
----
### Et par begreper:
<div class="columns">
<div>
- PC
- Operativsystem
- Abstraksjon
- Transistorer
- IC
</div>
<div>
- Hardware
- Software
- Protokoll
- WWW/Internet
- High level/Low level
- bit
</div>
</div>
---
<div class="columns">
@ -146,6 +267,8 @@ Objekter
### ASCII, UNICODE, UTF-8
<img src="./static/graphics/ascii.svg" width="50%"/>
---
<!-- .slide: center=false -->
@ -298,6 +421,8 @@ brukt ca. 20 min
- Signed magnitude
- Two's compliment
TODO: add diagrams
Note:
Signed magnitude
@ -354,10 +479,6 @@ Ikke veldig viktig, men kan være oppklarende.
- CPU
- Minne
---
# Datamaskin
Note:
Består av mange forskjellige biter.
@ -393,6 +514,11 @@ Setter du disse på rad, så har du et program.
----
### Arithmetic Logic Unit (ALU)
### & Control Unit (CU)
----
### Fetch-Decode-Execute Cycle
<table style="font-size: 0.8em;" width="80%">
@ -463,8 +589,6 @@ Setter du disse på rad, så har du et program.
<span data-fragment-index="6" class="fragment fde-r6 fde-c8 bak-red">EX</span>
</div>
Note:
*5 steg* hver gang den skal kjøre en instruksjon
@ -512,21 +636,42 @@ CD, DVD, Ekstern harddisk, USB, osv.
---
### Datamaskin
<div class="columns">
<div>
- Hovedkort
- CPU
- Minne (Primær og Sekundær)
</div>
<div class="fragment">
- Strømforsyning
- Kabinett
- Kjøler
- Ekstra prosessorer?
- Ekstra IO?
</div>
</div>
---
# Digital Representasjon
---
## Analog/Digital
<div class="columns">
<div>
<img src="./static/graphics/sound-points-white.svg" width=100%/>
</div>
<div class="column">
<div>
- ADC - inn på computeren
- DAC - ut fra computeren
@ -609,7 +754,7 @@ Regn ut 1920x1080 x 24 bits
<div class="columns">
<div class="column">
<img src="./static/graphics/sound-points-white.svg" width=100%/>
<img src="./static/graphics/sound-points-white.svg" width=80%/>
</div>
<div class="column">
@ -620,7 +765,7 @@ Regn ut 1920x1080 x 24 bits
</div>
</div>
\\[ 16\ bits \cdot 44100\ Hz \cdot (3 \cdot 60)s \cdot 2\ kanaler \\]
\\[ 16\ bits \cdot 44100\ Hz \cdot (3 \cdot 60)s \cdot 2\ kanaler \\] <!-- .element: class="fragment" -->
Note:
@ -630,8 +775,9 @@ tegn en bølge på tavlen, og vis frekvensen
## Encoding og Komprimering
- "Hvordan tolke dataen"
- Lossless vs lossy
- Encoding: "Hvordan tolke dataen"
- "Codec"
- Lossless & lossy
Note:
@ -663,19 +809,48 @@ Note:
ikke vanlig for tekst, men akseptabelt for video/lyd/bilde
Gjøres ofte på tjenester som messenger.
----
<img src="./static/graphics/bliss_normal.jpg" width=100%/>
----
<img src="./static/graphics/bliss_jpegified.jpg" width=100%/>
---
<div class="columns">
<div>
# Algoritmer
<img src="./static/graphics/algorithm_definition.png" width=100%/>
##### Pseudokode
```txt
function gcd(a, b)
while a ≠ b
if a > b
a := a b
else
b := b a
return a
```
</div>
<div>
<img src="./static/graphics/euclid_algorithm.svg" height=80%/>
</div>
</div>
Note:
Beskriver stegvis og nøyaktig hvordan man løser et problem
Uten tolkning
Pseudokode
----
(Eksempel på pseudokode)
---
## Kompleksitet
@ -743,13 +918,13 @@ Sorteringsalgortimer:
---
# Nettverk
<img src="./static/graphics/network_connect_four.png" width=50%/>
---
## Internett
- Hva er det
<img src="./static/graphics/internet.png" width=50%/>
----
@ -772,8 +947,12 @@ Ikke veldig planlagt
<div class="columns">
<div>
<img src="./static/graphics/network-layers/network-stack.svg" width=40%/>
<img src="./static/graphics/network-layers/network-stack.svg" width=30%/>
</div>
<div>
##### Pakke
<div class="r-stack">
<img src="./static/graphics/network-layers/5/packet.svg" class="fragment fade-out" data-fragment-index="0" width=20%/>
<img src="./static/graphics/network-layers/4/packet.svg" class="fragment current-visible" data-fragment-index="0" width=30%/>
@ -782,6 +961,7 @@ Ikke veldig planlagt
<img src="./static/graphics/network-layers/1/packet.svg" class="fragment current-visible" data-fragment-index="3" width=60%/>
</div>
</div>
</div>
Note:
pakker

View File

@ -8,3 +8,5 @@ https://commons.wikimedia.org/wiki/File:Subpixel_rendering_LCD_photo_3e_composit
https://commons.wikimedia.org/wiki/File:4-bit-linear-PCM.svg
https://www.righto.com/2015/12/
https://www.pngall.com/cpu-png/download/86141
https://hackaday.com/2019/05/09/cpu-made-from-74hc-chips-is-a-glorious-mess/
https://en.wikipedia.org/wiki/Algorithm#/media/File:Euclid_flowchart.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

170
static/graphics/ascii.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -0,0 +1,557 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
width="330"
height="742"
id="svg2996"
sodipodi:docname="euclid_algorith.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<sodipodi:namedview
id="namedview3258"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
showgrid="false"
inkscape:zoom="0.35498285"
inkscape:cx="967.65238"
inkscape:cy="440.86637"
inkscape:window-width="1912"
inkscape:window-height="1032"
inkscape:window-x="1920"
inkscape:window-y="40"
inkscape:window-maximized="1"
inkscape:current-layer="svg2996" />
<defs
id="defs2998">
<pattern
patternTransform="matrix(0.99372404,0,0,1,-35.869757,516.05105)"
id="pattern3265"
xlink:href="#pattern3258" />
<pattern
id="pattern3258"
patternTransform="translate(-33.427495,520.34606)"
height="10.241683"
width="26.837625"
patternUnits="userSpaceOnUse">
<text
xml:space="preserve"
style="font-size:29.13447762px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Arial;-inkscape-font-specification:Arial Bold"
x="-1.1238397"
y="12.461818"
id="text4104-8-1"
transform="scale(0.9986995,1.0013022)"><tspan
id="tspan4106-2-7"
x="-1.1238397"
y="12.461818">←</tspan></text>
</pattern>
<font
horiz-adv-x="1024"
id="font4751" />
<font
horiz-adv-x="1024"
id="font4757" />
</defs>
<metadata
id="metadata3001">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<path
d="m 307.02891,78.227455 a 133.54544,35.13313 0 1 1 -267.09088,0 133.54544,35.13313 0 1 1 267.09088,0 z"
id="path3024"
style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<text
x="146.53125"
y="19.943892"
id="text3804"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.7262px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"><tspan
x="146.53125"
y="19.943892"
id="tspan3806"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">ENTRY</tspan></text>
<text
x="175.46651"
y="70.379745"
id="text3808"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.5648px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"><tspan
x="175.46651"
y="70.379745"
id="tspan3810"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff">Euclid's algorithm for the</tspan><tspan
x="175.46651"
y="86.379745"
id="tspan3812"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff">greatest common divisor (gcd)</tspan><tspan
x="175.46651"
y="102.37975"
id="tspan3235"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff"> of two numbers</tspan></text>
<rect
width="137.5977"
height="41.246223"
x="104.74284"
y="133.19673"
id="rect3861"
style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<text
x="128.85849"
y="159.42891"
id="text3863"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.1146px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"><tspan
x="128.85849"
y="159.42891"
id="tspan3865"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">INPUT A, B</tspan></text>
<path
d="m 181.51594,208.36844 a 7.6809616,7.6809616 0 1 1 -15.36192,0 7.6809612,7.6809612 0 1 1 15.36192,0 z"
id="path3867"
style="fill:none;stroke:#ffffff;stroke-width:1.35383;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<path
d="m 264.68464,208.49602 a 7.6809616,7.6809616 0 1 1 -15.36192,0 7.6809612,7.6809612 0 1 1 15.36192,0 z"
id="path3867-8"
style="display:inline;fill:#ffffff;stroke:none;stroke-width:1.354;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="137.29718"
height="23.042883"
x="107.16486"
y="429.05194"
id="rect3960"
style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="137.29718"
height="23.042883"
x="107.19398"
y="457.66876"
id="rect3960-0"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<path
d="m 215.68051,709.02635 a 39.844985,22.562824 0 1 1 -79.68997,0 39.844985,22.562824 0 1 1 79.68997,0 z"
id="path4034"
style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<path
d="m 174.10871,239.96491 -58.21632,33.4362 59.23468,34.96373 58.21631,-34.62428 -59.23467,-33.77565"
id="path4172"
style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 175.17573,338.0984 -58.21632,33.4362 59.23468,34.96373 58.21632,-34.62428 -59.23468,-33.77565"
id="path4172-9"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
width="137.5977"
height="41.246223"
x="107.12109"
y="617.66473"
id="rect3861-9"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="137.29718"
height="23.042883"
x="107.3296"
y="518.07465"
id="rect3960-8"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="137.29718"
height="23.042883"
x="107.3587"
y="546.69147"
id="rect3960-0-3"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<path
d="m 175.88377,452.43427 v 5.40068"
id="path4240"
style="fill:none;stroke:#ffffff;stroke-width:1.42509;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 175.88377,541.24539 0.12001,5.40067"
id="path4244"
style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 176.12379,499.24013 -82.810357,0.24003 V 371.54415 h 24.002997"
id="path4248"
style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<text
x="154.34302"
y="279.30042"
id="text4297"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.4007px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"><tspan
x="154.34302"
y="279.30042"
id="tspan4299"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">B = 0?</tspan></text>
<text
x="152.81157"
y="377.74194"
id="text4305"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.2509px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"><tspan
x="152.81157"
y="377.74194"
id="tspan4307"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">A &gt; B?</tspan></text>
<text
x="140.45683"
y="445.88269"
id="text4309"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="140.45683"
y="445.88269"
id="tspan4311"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">B B - A</tspan></text>
<text
x="145.55867"
y="474.89679"
id="text4313"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="145.55867"
y="474.89679"
id="tspan4315"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">GOTO 2</tspan></text>
<text
x="139.43565"
y="535.0697"
id="text4317"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="139.43565"
y="535.0697"
id="tspan4319"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">A A - B</tspan></text>
<text
x="145.71155"
y="564.15479"
id="text4321"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="145.71155"
y="564.15479"
id="tspan4323"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">GOTO 2</tspan></text>
<text
x="144.83832"
y="642.51587"
id="text4325"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="144.83832"
y="642.51587"
id="tspan4327"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">PRINT A</tspan></text>
<text
x="158.59007"
y="713.80115"
id="text4329"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="158.59007"
y="713.80115"
id="tspan4331"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">END</tspan></text>
<rect
width="21.037865"
height="15.636478"
x="40.251129"
y="700.69794"
id="rect4333"
style="fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="40.114468"
y="521.31738"
id="rect4333-9"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="40.114483"
y="460.51575"
id="rect4333-8"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="40.097416"
y="432.59576"
id="rect4333-6"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="40.3092"
y="144.09846"
id="rect4333-62"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="40.635696"
y="363.30408"
id="rect4333-3"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="39.702637"
y="264.93005"
id="rect4333-82"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="40.131538"
y="549.00739"
id="rect4333-627"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.610534;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<rect
width="21.037865"
height="15.636478"
x="40.563358"
y="628.5343"
id="rect4333-5"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.936275" />
<text
x="46.275688"
y="157.24092"
id="text4402"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12.8258px;line-height:100%;font-family:Century;-inkscape-font-specification:'Sans Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"><tspan
x="46.275688"
y="157.24092"
id="tspan4404"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">1</tspan></text>
<text
x="46.000526"
y="278.2135"
id="text4406"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="46.000526"
y="278.2135"
id="tspan4408"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">2</tspan></text>
<text
x="46.89497"
y="376.46515"
id="text4410"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="46.89497"
y="376.46515"
id="tspan4412"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">3</tspan></text>
<text
x="45.976364"
y="445.75067"
id="text4414"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="45.976364"
y="445.75067"
id="tspan4416"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">4</tspan></text>
<text
x="46.071289"
y="473.82214"
id="text4418"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="46.071289"
y="473.82214"
id="tspan4420"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">5</tspan></text>
<text
x="46.228168"
y="534.48065"
id="text4422"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="46.228168"
y="534.48065"
id="tspan4424"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">6</tspan></text>
<text
x="46.823086"
y="562.33093"
id="text4426"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="46.823086"
y="562.33093"
id="tspan4428"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">7</tspan></text>
<text
x="46.763092"
y="641.43256"
id="text4430"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="46.763092"
y="641.43256"
id="tspan4432"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">8</tspan></text>
<text
x="46.557182"
y="713.73364"
id="text4434"
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.2509px;line-height:100%;font-family:Century;-inkscape-font-specification:Century;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"><tspan
x="46.557182"
y="713.73364"
id="tspan4436"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:100%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">9</tspan></text>
<path
d="m 265.53348,208.72862 12.98719,-5.03315 -0.0417,4.44595 12.61256,-0.021 -0.0833,1.42606 -12.57093,0.021 v 4.36207 z"
id="path4766-8"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.140333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 174.21789,239.30089 -5.03581,-12.00182 4.4483,0.0385 -0.021,-11.65561 1.42681,0.077 0.021,11.61714 h 4.36438 z"
id="path4766-8-7"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.13494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 173.86436,199.78965 -5.03418,-12.60355 4.44686,0.0404 -0.021,-12.23999 1.42635,0.0809 0.021,12.19959 h 4.36296 z"
id="path4766-8-7-7"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.138259;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 176.16604,428.27984 -5.0374,-11.43179 4.4497,0.0366 -0.021,-11.10203 1.42726,0.0734 0.021,11.06539 h 4.36575 z"
id="path4766-8-7-7-2"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.131717;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 175.7325,517.42891 -5.03418,-12.60355 4.44686,0.0404 10e-4,-6.30774 1.40425,2.1e-4 0.021,6.34803 h 4.36296 z"
id="path4766-8-7-7-6"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.138259;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 175.54114,616.81045 -5.03418,-12.60355 4.44686,0.0404 0.0231,-4.87857 1.41206,-4.6e-4 -0.009,4.91953 h 4.36296 z"
id="path4766-8-7-7-6-0"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.138259;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 175.16619,337.09609 -5.03418,-12.60355 4.44686,0.0404 -0.0432,-16.21438 1.41206,0.0216 0.0573,16.23324 h 4.36296 z"
id="path4766-8-7-7-6-0-4"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.138259;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 175.85305,685.58735 -5.0374,-11.4318 4.4497,0.037 -0.021,-14.85854 1.55984,-0.14758 -0.11158,15.04282 h 4.36575 z"
id="path4766-8-7-7-2-9"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.131717;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 257.09282,216.79954 -5.0374,11.4318 4.4497,-0.037 -0.021,14.85854 1.55984,0.14758 -0.11158,-15.04282 h 4.36575 z"
id="path4766-8-7-7-2-9-4"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.131717;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 173.37817,132.36466 -5.0374,-11.43179 4.4497,0.0366 -0.01,-7.87586 1.41621,0.0513 0.021,7.86131 h 4.36575 z"
id="path4766-8-7-7-2-3"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.131717;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 173.51079,42.23065 -5.0374,-11.43179 4.4497,0.0366 -0.01,-7.81336 1.41621,-0.0112 0.021,7.86131 h 4.36575 z"
id="path4766-8-7-7-2-3-6"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.131717;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 84.909393,598.80804 91.553797,0.17677 -98.678606,-0.17677 V 273.01427 h 39.898936"
id="path5071"
style="fill:none;stroke:#ffffff;stroke-width:1.50568;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<text
x="89.125"
y="264"
id="text3260"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="89.125"
y="264"
id="tspan3262"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:125%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">yes</tspan></text>
<text
x="90.726562"
y="362.43359"
id="text3260-4"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="90.726562"
y="362.43359"
id="tspan3262-0"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:125%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">yes</tspan></text>
<text
x="180.66579"
y="321.44818"
id="text3285"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="180.66579"
y="321.44818"
id="tspan3287"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:125%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">no</tspan></text>
<text
x="181.78319"
y="415.39923"
id="text3285-9"
xml:space="preserve"
style="fill:#ffffff"><tspan
x="181.78319"
y="415.39923"
dx="0"
id="tspan3287-4"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.5px;line-height:125%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;word-spacing:-2.83px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">no <tspan
id="tspan3310"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.5px;line-height:125%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;word-spacing:-1.29px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">(</tspan><tspan
dx="-0.14"
id="tspan3314"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.5px;line-height:125%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;word-spacing:-1.29px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">&lt; or =</tspan><tspan
dx="0.14"
id="tspan3312"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:14.5px;line-height:125%;font-family:Arial;-inkscape-font-specification:'Arial Bold';text-align:start;word-spacing:-1.29px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff">)</tspan></tspan></text>
<path
d="m 153.58434,440.82079 7.76869,-2.97555 -0.0248,2.62839 7.54461,-0.0124 -0.0499,0.84307 -7.51969,0.0124 v 2.57881 z"
id="path4766-8-7-7-2-1"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.0834527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 153.06286,530.55397 7.76869,-2.97555 -0.0248,2.62839 7.54461,-0.0124 -0.0499,0.84307 -7.51969,0.0124 v 2.57881 z"
id="path4766-8-7-7-2-1-7"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.0834527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 181.81336,208.33301 12.92384,-5.03332 -0.0415,4.4461 54.44712,-0.021 -0.1271,1.4261 -54.3615,0.021 v 4.36221 z"
id="path4766"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.139993;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 290.44351,208.05482 0.17678,378.91142 H 175.71663 v -17.35202"
id="path4862"
style="fill:none;stroke:#ffffff;stroke-width:1.5012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
width="248.9595"
height="1.6899869"
x="242.92012"
y="-258.10782"
transform="rotate(90)"
id="rect4786-6"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none" />
<rect
width="83.230324"
height="1.5688932"
x="174.87814"
y="490.59055"
id="rect4786-0"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none" />
<path
d="m 175.62765,481.2851 v 10.12374"
id="path5033"
style="fill:none;stroke:#ffffff;stroke-width:1.51017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -0,0 +1,693 @@
<?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"
style="overflow:visible"
xml:space="preserve"
enable-background="new 0 0 164.033 107.219"
overflow="visible"
viewBox="0 0 395.17518 258.26818"
height="72.889023mm"
width="111.52723mm"
id="Layer_1"
version="1.0"><metadata
id="metadata3565"><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><defs
id="defs3563" /><g
transform="translate(51.039361,-36.077701)"
id="g3571"><g
id="XMLID_1_"
transform="matrix(2,0,0,2,8.9838285,43.171497)"><g
id="g3325"><text
id="text4629"
y="26.314476"
x="-17.108282"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
xml:space="preserve"><tspan
style="font-size:6.87499952px;stroke-width:0.46874997"
y="26.314476"
x="-17.108282"
id="tspan4627">Package:TO-92</tspan></text>
<path
d="m 123.02,63.129 c 3.38,-1.97 5.45,-6.35 4.99,-13.24 0,-0.01 0,-0.03 0,-0.04 l 35.46,-20.42 c 0.3,4.87 -0.57,10.52 -5.07,13.3 l -0.029,-0.04 -35.34,20.45 z"
id="path3327"
style="fill:#555753" /><path
d="m 128.01,49.85 c -0.21,-4.24 -1.7,-8.6 -3.42,-12.44 l -0.03,-0.02 35.431,-20.44 c 1.85,3.92 3.09,8.15 3.479,12.48 z"
id="path3331"
style="fill:#555753" /><path
d="m 120.99,45.83 6.989,4.04 0.03,0.02 c 0.46,6.89 -1.61,11.27 -4.99,13.24 -4.34,2.53 -10.84,1.07 -16.85,-4.18 l -0.01,-0.021 5.05,-2.92 V 55.11 l 9.78,-5.76 v -3.52 z"
id="path3333"
style="fill:#555753" /><polygon
points="120.92,45.79 120.93,45.79 120.99,45.83 120.99,49.35 111.21,55.11 111.21,52.47 111.21,52.41 111.16,52.439 110.39,51.979 "
id="polygon3335"
style="fill:#efeeef" /><polygon
points="105.51,59.31 105.51,55.709 111.16,52.439 111.21,52.47 111.21,55.11 111.21,56.009 106.16,58.929 "
id="polygon3337"
style="fill:#efeeef" /><polygon
points="21.81,106.709 21.81,103.11 104.67,55.169 104.67,55.23 104.67,58.77 "
id="polygon3339"
style="fill:#efeeef" /><path
d="m 92.729,29.47 c 0.271,-3.06 1.24,-6.23 3.48,-8.44 l 0.01,-0.02 28.34,16.38 0.03,0.02 c 1.72,3.84 3.21,8.2 3.42,12.44 l -0.03,0.02 -6.989,-4.04 v -0.02 l -0.051,-0.03 -3.22,-1.87 -0.02,0.01 h -0.011 l -5.64,-3.27 -0.048,-0.03 -3.28,-1.93 -0.03,0.01 -5.64,-3.26 V 35.43 L 103,35.4 h -0.01 l -3.21,-1.87 -0.021,0.01 z"
id="path3341"
style="fill:#555753" /><polygon
points="96.569,54.15 96.569,50.55 102.16,47.22 102.21,47.25 102.21,49.89 102.21,50.79 100.04,52.089 "
id="polygon3343"
style="fill:#efeeef" /><polygon
points="101.39,46.76 111.99,40.629 112.05,40.66 112.05,44.189 102.21,49.89 102.21,47.25 102.21,47.189 102.16,47.22 "
id="polygon3345"
style="fill:#efeeef" /><polygon
points="112.05,44.189 112.05,40.66 117.689,43.919 107.13,50.07 106.24,49.57 106.229,49.589 100.59,52.859 100.569,52.859 100.05,52.109 100.04,52.089 102.21,50.79 102.21,49.89 "
id="polygon3347"
style="fill:#636362" /><polygon
points="106.229,49.589 106.24,49.57 107.13,50.07 117.689,43.919 120.62,45.609 120.92,45.79 110.39,51.979 111.16,52.439 105.51,55.709 104.67,55.23 104.67,55.169 21.81,103.11 18.57,101.19 100.59,53.799 101.38,53.339 100.59,52.89 100.59,52.859 "
id="polygon3349"
style="fill:#efeeef" /><polygon
points="97.29,44.43 96.02,45.14 95.31,43.53 103.05,38.97 103.05,35.459 108.68,38.709 98.13,44.91 97.3,44.41 "
id="polygon3351"
style="fill:#636362" /><polygon
points="12.81,97.889 95.729,50.01 95.729,50.07 95.729,53.61 12.81,101.49 "
id="polygon3353"
style="fill:#efeeef" /><polygon
points="92.729,33.27 92.67,31.35 92.729,29.49 99.75,33.55 93.38,37.229 92.97,35.25 "
id="polygon3355"
style="fill:#636362" /><polygon
points="93.27,45.629 87.569,48.99 87.569,45.39 93.22,42.06 93.27,42.089 93.27,44.729 "
id="polygon3357"
style="fill:#efeeef" /><polygon
points="102.97,35.41 103.05,35.459 103.05,38.97 95.31,43.53 93.27,44.729 93.27,42.089 93.27,42.03 93.22,42.06 92.39,41.6 "
id="polygon3359"
style="fill:#efeeef" /><polygon
points="97.3,44.41 98.13,44.91 108.68,38.709 111.99,40.629 101.39,46.76 102.16,47.22 96.569,50.55 95.729,50.07 95.729,50.01 12.81,97.889 9.57,96.03 91.59,48.58 92.38,48.12 91.59,47.669 91.59,47.629 96.02,45.149 96.02,45.14 97.29,44.43 "
id="polygon3361"
style="fill:#efeeef" /><polygon
points="3.87,96.33 3.87,92.73 86.729,44.79 86.729,44.85 86.729,48.39 "
id="polygon3363"
style="fill:#efeeef" /><polygon
points="93.38,37.229 99.75,33.55 102.97,35.41 92.39,41.6 93.22,42.06 87.569,45.39 86.729,44.85 86.729,44.79 3.87,92.73 0.57,90.87 82.649,43.419 83.439,42.959 82.649,42.51 82.649,42.479 88.29,39.209 88.3,39.189 89.13,39.689 "
id="polygon3365"
style="fill:#efeeef" /><polygon
points="124.56,37.39 96.22,21.01 96.2,21 131.67,0.57 131.68,0.55 159.99,16.95 "
id="polygon3329"
style="fill:#555753" /><text
transform="rotate(-30.7)"
id="text4613"
y="84.164825"
x="-78.359741"
style="font-style:normal;font-weight:normal;font-size:6.25px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46875"
xml:space="preserve"><tspan
style="font-size:6.25px;stroke-width:0.46875"
y="84.164825"
x="-78.359741"
id="tspan4611">Collector</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:6.25px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46875"
x="-62.955513"
y="103.66908"
id="text4617"
transform="rotate(-30.7)"><tspan
id="tspan4615"
x="-62.955513"
y="103.66908"
style="font-size:6.25px;stroke-width:0.46875">Emitter</tspan></text>
<text
transform="rotate(-30.7)"
id="text4621"
y="94.13427"
x="-61.110218"
style="font-style:normal;font-weight:normal;font-size:6.25px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46875"
xml:space="preserve"><tspan
style="font-size:6.25px;stroke-width:0.46875"
y="94.13427"
x="-61.110218"
id="tspan4619">Base</tspan></text>
<text
id="text4635"
y="90.837074"
x="68.186028"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;baseline-shift:baseline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
xml:space="preserve"><tspan
y="90.837074"
x="68.186028"
id="tspan4633">V<tspan
id="tspan4639"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5px;font-family:sans-serif;-inkscape-font-specification:sans-serif;baseline-shift:sub">CBO</tspan>: 30V</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
x="-17.108282"
y="17.393604"
id="text4645"><tspan
id="tspan4643"
x="-17.108282"
y="17.393604"
style="font-size:6.87499952px;stroke-width:0.46874997">Polarity: NPN</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;baseline-shift:baseline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
x="68.186028"
y="100.7571"
id="text4655"><tspan
id="tspan4653"
x="68.186028"
y="100.7571">V<tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5px;font-family:sans-serif;-inkscape-font-specification:sans-serif;baseline-shift:sub"
id="tspan4651">CEO</tspan>: 30V</tspan></text>
<text
id="text4661"
y="110.64855"
x="68.186028"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;baseline-shift:baseline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
xml:space="preserve"><tspan
y="110.64855"
x="68.186028"
id="tspan4659">V<tspan
id="tspan4657"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5px;font-family:sans-serif;-inkscape-font-specification:sans-serif;baseline-shift:sub">EBO</tspan>: 5V</tspan></text>
<text
id="text4665"
y="120.60297"
x="67.813408"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
xml:space="preserve"><tspan
style="font-size:6.87499952px;stroke-width:0.46874997"
y="120.60297"
x="67.813408"
id="tspan4663">I<tspan
id="tspan4667"
style="font-size:5px;baseline-shift:sub">C</tspan>: 100 mA</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
x="117.04809"
y="90.833717"
id="text4675"><tspan
id="tspan4673"
x="117.04809"
y="90.833717"
style="font-size:6.87499952px;stroke-width:0.46874997">P<tspan
style="font-size:5px;baseline-shift:sub"
id="tspan4671">C</tspan>: 500 mW</tspan></text>
<text
id="text4681"
y="100.87795"
x="117.09844"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
xml:space="preserve"><tspan
style="font-size:6.87499952px;stroke-width:0.46874997"
y="100.87795"
x="117.09844"
id="tspan4679">h<tspan
id="tspan4677"
style="font-size:5px;baseline-shift:sub">FE</tspan>: Min. 110</tspan></text>
<text
id="text4685"
y="9.7416553"
x="-17.108282"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
xml:space="preserve"><tspan
style="font-size:6.87499952px;stroke-width:0.46874997"
y="9.7416553"
x="-17.108282"
id="tspan4683">BC548</tspan></text>
<text
id="text4697"
y="110.90704"
x="117.4912"
style="font-style:normal;font-weight:normal;font-size:6.87499952px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.46874997"
xml:space="preserve"><tspan
style="font-size:6.87499952px;stroke-width:0.46874997"
y="110.90704"
x="117.4912"
id="tspan4695">f<tspan
id="tspan4693"
style="font-size:5px;baseline-shift:sub">T</tspan>: 300 MHz</tspan></text>
</g><g
id="g3367"><polyline
stroke-miterlimit="10"
points=" 102.21,47.25 102.16,47.22 101.39,46.76 101.31,46.709 "
id="polyline3369"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.569,50.55 102.16,47.22 102.21,47.189 "
id="polyline3371"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 102.21,50.85 102.21,50.79 102.21,49.89 102.21,47.25 102.21,47.189 "
id="polyline3373"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.569,54.15 96.569,50.55 96.569,50.49 "
id="polyline3375"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.569,54.15 100.04,52.089 102.21,50.79 "
id="polyline3377"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="95.728996"
y1="53.668999"
x2="96.569"
y2="54.150002"
id="line3379"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.02,45.149 91.59,47.629 91.52,47.669 "
id="polyline3381"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="97.290001"
y1="44.43"
x2="96.019997"
y2="45.139999"
id="line3383"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 98.13,44.91 97.3,44.41 97.229,44.37 "
id="polyline3385"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 91.59,48.689 91.59,48.58 91.59,47.669 91.59,47.629 91.59,47.609 "
id="polyline3387"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 91.59,47.669 92.38,48.12 92.43,48.149 "
id="polyline3389"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 95.729,53.669 95.729,53.61 95.729,50.07 95.729,50.01 "
id="polyline3391"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 112.05,40.649 112.05,40.66 112.05,44.189 112.05,44.25 "
id="polyline3393"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="9.5699997"
y1="96.029999"
x2="12.81"
y2="97.889"
id="line3395"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 101.37,46.77 101.39,46.76 111.99,40.629 112,40.62 112.05,40.589 "
id="polyline3397"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="12.81"
y1="97.889"
x2="12.81"
y2="101.49"
id="line3399"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 12.81,101.49 9.57,99.599 9.51,99.57 "
id="polyline3401"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="12.81"
y1="101.49"
x2="95.728996"
y2="53.610001"
id="line3403"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="102.21"
y1="49.889999"
x2="112.05"
y2="44.188999"
id="line3405"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="95.728996"
y1="50.07"
x2="96.569"
y2="50.549999"
id="line3407"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="12.81"
y1="97.889"
x2="95.728996"
y2="50.009998"
id="line3409"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 9.57,96.03 91.59,48.58 92.38,48.12 92.43,48.089 "
id="polyline3411"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 98.13,44.91 108.68,38.709 108.689,38.7 108.72,38.689 108.75,38.669 "
id="polyline3413"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 9.57,99.629 9.57,99.599 9.57,96.03 9.57,95.969 "
id="polyline3415"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 105.51,59.31 106.16,58.929 111.21,56.009 "
id="polyline3417"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 111.21,52.47 111.16,52.439 110.39,51.979 110.31,51.93 "
id="polyline3419"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="21.809999"
y1="103.11"
x2="104.67"
y2="55.168999"
id="line3421"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 111.21,56.07 111.21,56.009 111.21,55.11 111.21,52.47 111.21,52.41 "
id="polyline3423"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="111.21"
y1="55.110001"
x2="120.99"
y2="49.349998"
id="line3425"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 107.13,50.07 106.24,49.57 106.17,49.53 "
id="polyline3427"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.93,45.79 120.939,45.78 120.99,45.75 "
id="polyline3429"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 110.37,51.99 110.39,51.979 120.92,45.79 "
id="polyline3431"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.99,45.81 120.99,45.83 120.99,49.35 120.99,49.41 "
id="polyline3433"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.99,45.81 120.939,45.78 117.72,43.91 117.68,43.89 "
id="polyline3435"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 93.27,45.689 93.27,45.629 93.27,44.729 93.27,42.089 93.27,42.03 "
id="polyline3437"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 87.569,48.99 87.569,45.39 87.569,45.33 "
id="polyline3439"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="87.569"
y1="48.990002"
x2="93.269997"
y2="45.629002"
id="line3441"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="86.728996"
y1="48.450001"
x2="87.569"
y2="48.990002"
id="line3443"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 112,40.62 108.72,38.689 108.68,38.669 "
id="polyline3445"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 82.649,43.47 82.649,43.419 82.649,42.51 82.649,42.479 82.649,42.45 "
id="polyline3447"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="3.8699999"
y1="96.330002"
x2="86.728996"
y2="48.389999"
id="line3449"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="3.8699999"
y1="92.730003"
x2="3.8699999"
y2="96.330002"
id="line3451"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 86.729,48.45 86.729,48.39 86.729,44.85 86.729,44.79 "
id="polyline3453"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 3.87,96.33 0.57,94.44 0.51,94.41 "
id="polyline3455"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 0.57,90.87 82.649,43.419 83.439,42.959 83.49,42.93 "
id="polyline3457"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 82.649,42.51 83.439,42.959 83.49,42.99 "
id="polyline3459"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 88.29,39.209 82.649,42.479 82.59,42.51 "
id="polyline3461"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 0.57,94.469 0.57,94.44 0.57,90.87 0.57,90.81 "
id="polyline3463"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 93.27,42.089 93.22,42.06 92.39,41.6 92.31,41.55 "
id="polyline3465"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 87.569,45.39 93.22,42.06 93.27,42.03 "
id="polyline3467"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="86.728996"
y1="44.849998"
x2="87.569"
y2="45.389999"
id="line3469"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="3.8699999"
y1="92.730003"
x2="86.728996"
y2="44.790001"
id="line3471"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="0.56999999"
y1="90.870003"
x2="3.8699999"
y2="92.730003"
id="line3473"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 89.13,39.689 88.3,39.189 88.229,39.149 "
id="polyline3475"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 89.13,39.689 93.38,37.229 99.75,33.55 99.76,33.54 99.78,33.53 99.81,33.51 "
id="polyline3477"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="103"
y1="35.398998"
x2="103.05"
y2="35.369999"
id="line3479"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 92.37,41.609 92.39,41.6 102.97,35.41 102.99,35.399 "
id="polyline3481"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 93.27,44.729 95.31,43.53 103.05,38.97 "
id="polyline3483"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 103.05,35.43 103,35.399 102.99,35.399 99.78,33.53 99.75,33.51 "
id="polyline3485"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 103.05,35.43 103.05,35.439 103.05,35.459 103.05,38.97 103.05,39.03 "
id="polyline3487"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 117.7,43.919 117.72,43.91 117.75,43.89 "
id="polyline3489"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="107.13"
y1="50.07"
x2="117.689"
y2="43.918999"
id="line3491"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="21.809999"
y1="106.709"
x2="104.67"
y2="58.77"
id="line3493"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 21.81,106.709 18.57,104.77 18.51,104.73 "
id="polyline3495"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 18.57,104.79 18.57,104.77 18.57,101.19 18.57,101.129 "
id="polyline3497"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 100.59,53.849 100.59,53.799 100.59,52.89 100.59,52.859 100.59,52.83 "
id="polyline3499"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 18.57,101.19 100.59,53.799 101.38,53.339 101.43,53.31 "
id="polyline3501"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 100.59,52.89 101.38,53.339 101.43,53.37 "
id="polyline3503"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="100.569"
y1="52.869999"
x2="100.53"
y2="52.889999"
id="line3505"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 106.229,49.589 100.59,52.859 100.569,52.859 "
id="polyline3507"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="21.809999"
y1="103.11"
x2="21.809999"
y2="106.709"
id="line3509"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 104.67,58.83 104.67,58.77 104.67,55.23 104.67,55.169 "
id="polyline3511"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 105.51,55.709 111.16,52.439 111.21,52.41 "
id="polyline3513"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="18.57"
y1="101.19"
x2="21.809999"
y2="103.11"
id="line3515"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="104.67"
y1="55.23"
x2="105.51"
y2="55.709"
id="line3517"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 105.51,59.31 105.51,55.709 105.51,55.65 "
id="polyline3519"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="104.67"
y1="58.830002"
x2="105.51"
y2="59.310001"
id="line3521"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 122.91,63.209 123.03,63.139 158.37,42.689 "
id="polyline3523"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 106.17,58.95 c 6.01,5.25 12.51,6.71 16.85,4.18 3.38,-1.97 5.45,-6.35 4.99,-13.24"
id="path3525"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 100.05,52.109 100.569,52.859 100.569,52.87 100.59,52.89 "
id="polyline3527"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 95.31,43.53 96.02,45.14 96.02,45.149 "
id="polyline3529"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 92.729,29.49 92.67,31.35 92.729,33.27 92.97,35.25 93.38,37.229 93.39,37.29 "
id="polyline3531"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 158.37,42.75 c 0.01,-0.01 0.02,-0.01 0.029,-0.02 4.5,-2.78 5.37,-8.43 5.07,-13.3"
id="path3533"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.62,45.609 117.7,43.919 117.689,43.919 112.05,40.649 112,40.62 108.689,38.7 103.05,35.439 102.99,35.399 99.76,33.54 92.729,29.47 92.67,29.43 "
id="polyline3535"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 159.99,16.95 131.68,0.55 131.609,0.51 "
id="polyline3537"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 96.21,21.03 c -2.24,2.21 -3.21,5.38 -3.48,8.44 0,0.01 0,0.01 0,0.02"
id="path3539"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 124.59,37.41 124.56,37.39 96.22,21.01 96.2,21 96.149,20.97 "
id="polyline3541"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 128.01,49.89 c 0,-0.01 0,-0.03 0,-0.04 -0.21,-4.24 -1.7,-8.6 -3.42,-12.44"
id="path3543"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 163.47,29.43 128.01,49.85 127.979,49.87 127.939,49.89 "
id="polyline3545"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 163.47,29.43 c -0.39,-4.33 -1.63,-8.56 -3.479,-12.48"
id="path3547"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 131.67,0.57 96.2,21 96.149,21.03 "
id="polyline3549"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 92.729,29.49 99.75,33.55 102.97,35.41 103.05,35.459 108.68,38.709 111.99,40.629 112.05,40.66 117.689,43.919 120.62,45.609 120.92,45.79 120.93,45.79 120.99,45.83 127.979,49.87 128.01,49.89 "
id="polyline3551"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 159.99,16.95 124.56,37.39 124.53,37.41 "
id="polyline3553"
style="fill:none;stroke:#000000;stroke-width:1.01999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /></g></g><g
id="g3555"
transform="matrix(2,0,0,2,8.9838285,29.171497)"><text
y="-46.648815"
x="91.424263"
transform="matrix(0.93059121,0.53729285,-0.93059121,0.53729285,0,0)"
font-size="8"
id="text3557"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:0%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff">BC</text>
<text
y="-36.48608"
x="92.496056"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:0%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff"
id="text3694"
font-size="8"
transform="matrix(0.93059121,0.53729285,-0.93059121,0.53729285,0,0)">548</text>
</g></g></svg>

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,550 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
width="330"
height="742"
id="svg2996">
<defs
id="defs2998">
<pattern
patternTransform="matrix(0.99372404,0,0,1,-35.869757,516.05105)"
id="pattern3265"
xlink:href="#pattern3258" />
<pattern
id="pattern3258"
patternTransform="translate(-33.427495,520.34606)"
height="10.241683"
width="26.837625"
patternUnits="userSpaceOnUse">
<text
xml:space="preserve"
style="font-size:29.13447762px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Arial;-inkscape-font-specification:Arial Bold"
x="-1.1238397"
y="12.461818"
id="text4104-8-1"
transform="scale(0.9986995,1.0013022)"><tspan
id="tspan4106-2-7"
x="-1.1238397"
y="12.461818">←</tspan></text>
</pattern>
<font
horiz-adv-x="1024"
id="font4751" />
<font
horiz-adv-x="1024"
id="font4757" />
</defs>
<metadata
id="metadata3001">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-310.36217)"
id="layer2"
style="display:inline">
<path
d="m -115.8811,409.62625 a 163.71576,86.237106 0 1 1 -327.43152,0 163.71576,86.237106 0 1 1 327.43152,0 z"
transform="matrix(0.81571524,0,0,0.40740154,401.55489,221.70726)"
id="path3024"
style="fill:none;stroke:#000000;stroke-width:2.60202003;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0" />
<text
x="146.53125"
y="330.30606"
id="text3804"
xml:space="preserve"
style="font-size:14.72623158px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"><tspan
x="146.53125"
y="330.30606"
id="tspan3806"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">ENTRY</tspan></text>
<text
x="175.46651"
y="380.74191"
id="text3808"
xml:space="preserve"
style="font-size:13.56483841px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"><tspan
x="175.46651"
y="380.74191"
id="tspan3810"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial Bold">Euclid's algorithm for the</tspan><tspan
x="175.46651"
y="396.74191"
id="tspan3812"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial Bold">greatest common divisor (gcd)</tspan><tspan
x="175.46651"
y="412.74191"
id="tspan3235"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial Bold"> of two numbers</tspan></text>
<rect
width="137.5977"
height="41.246223"
x="104.74284"
y="443.5589"
id="rect3861"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0" />
<text
x="128.85849"
y="469.79108"
id="text3863"
xml:space="preserve"
style="font-size:15.11463833px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"><tspan
x="128.85849"
y="469.79108"
id="tspan3865"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">INPUT A, B</tspan></text>
<path
d="m 66.025286,386.71951 a 10.779638,10.779638 0 1 1 -21.559277,0 10.779638,10.779638 0 1 1 21.559277,0 z"
transform="matrix(0.71254349,0,0,0.71254349,134.47005,243.17614)"
id="path3867"
style="fill:none;stroke:#000000;stroke-width:1.89999998;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0" />
<path
d="m 66.025286,386.71951 a 10.779638,10.779638 0 1 1 -21.559277,0 10.779638,10.779638 0 1 1 21.559277,0 z"
transform="matrix(0.71254349,0,0,0.71254349,217.63875,243.30372)"
id="path3867-8"
style="fill:#000000;stroke:#000000;stroke-width:1.90023494;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="137.29718"
height="23.042883"
x="107.16486"
y="739.41412"
id="rect3960"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0" />
<rect
width="137.29718"
height="23.042883"
x="107.19398"
y="768.03094"
id="rect3960-0"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<path
d="m 448.70245,1001.8326 a 55.919373,31.665188 0 1 1 -111.83874,0 55.919373,31.665188 0 1 1 111.83874,0 z"
transform="matrix(0.71254349,0,0,0.71254349,-104.0395,305.53922)"
id="path4034"
style="fill:none;stroke:#000000;stroke-width:2.10513473;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0" />
<path
d="m 174.10871,550.32708 -58.21632,33.4362 59.23468,34.96373 58.21631,-34.62428 -59.23467,-33.77565"
id="path4172"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 175.17573,648.46057 -58.21632,33.4362 59.23468,34.96373 58.21632,-34.62428 -59.23468,-33.77565"
id="path4172-9"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<rect
width="137.5977"
height="41.246223"
x="107.12109"
y="928.02692"
id="rect3861-9"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="137.29718"
height="23.042883"
x="107.3296"
y="828.43683"
id="rect3960-8"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="137.29718"
height="23.042883"
x="107.3587"
y="857.05365"
id="rect3960-0-3"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<path
d="m 175.88377,762.79644 0,5.40068"
id="path4240"
style="fill:none;stroke:#000000;stroke-width:1.42508709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 175.88377,851.60756 0.12001,5.40067"
id="path4244"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 176.12379,809.6023 -82.810357,0.24003 0,-127.93601 24.002997,0"
id="path4248"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
x="154.34302"
y="589.6626"
id="text4297"
xml:space="preserve"
style="font-size:11.40069675px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"><tspan
x="154.34302"
y="589.6626"
id="tspan4299"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">B = 0?</tspan></text>
<text
x="152.81157"
y="688.10413"
id="text4305"
xml:space="preserve"
style="font-size:14.25086975px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"><tspan
x="152.81157"
y="688.10413"
id="tspan4307"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">A &gt; B?</tspan></text>
<text
x="140.45683"
y="756.24487"
id="text4309"
xml:space="preserve"
style=""><tspan
x="140.45683"
y="756.24487"
id="tspan4311"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">B B - A</tspan></text>
<text
x="145.55867"
y="785.25897"
id="text4313"
xml:space="preserve"
style=""><tspan
x="145.55867"
y="785.25897"
id="tspan4315"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">GOTO 2</tspan></text>
<text
x="139.43565"
y="845.43188"
id="text4317"
xml:space="preserve"
style=""><tspan
x="139.43565"
y="845.43188"
id="tspan4319"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">A A - B</tspan></text>
<text
x="145.71155"
y="874.51697"
id="text4321"
xml:space="preserve"
style=""><tspan
x="145.71155"
y="874.51697"
id="tspan4323"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">GOTO 2</tspan></text>
<text
x="144.83832"
y="952.87805"
id="text4325"
xml:space="preserve"
style=""><tspan
x="144.83832"
y="952.87805"
id="tspan4327"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">PRINT A</tspan></text>
<text
x="158.59007"
y="1024.1633"
id="text4329"
xml:space="preserve"
style=""><tspan
x="158.59007"
y="1024.1633"
id="tspan4331"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">END</tspan></text>
<rect
width="21.037865"
height="15.636478"
x="40.251129"
y="1011.0601"
id="rect4333"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0" />
<rect
width="21.037865"
height="15.636478"
x="40.114468"
y="831.67957"
id="rect4333-9"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="21.037865"
height="15.636478"
x="40.114483"
y="770.87793"
id="rect4333-8"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="21.037865"
height="15.636478"
x="40.097416"
y="742.95795"
id="rect4333-6"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="21.037865"
height="15.636478"
x="40.3092"
y="454.46063"
id="rect4333-62"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="21.037865"
height="15.636478"
x="40.635696"
y="673.66626"
id="rect4333-3"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="21.037865"
height="15.636478"
x="39.702637"
y="575.29224"
id="rect4333-82"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="21.037865"
height="15.636478"
x="40.131538"
y="859.36957"
id="rect4333-627"
style="fill:none;stroke:#000000;stroke-width:0.61053431;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<rect
width="21.037865"
height="15.636478"
x="40.563358"
y="938.89648"
id="rect4333-5"
style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-miterlimit:4;stroke-opacity:0.93627451;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
<text
x="46.275688"
y="467.60309"
id="text4402"
xml:space="preserve"
style="font-size:12.82578373px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Century;-inkscape-font-specification:Sans Bold"><tspan
x="46.275688"
y="467.60309"
id="tspan4404"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">1</tspan></text>
<text
x="46.000526"
y="588.57568"
id="text4406"
xml:space="preserve"
style=""><tspan
x="46.000526"
y="588.57568"
id="tspan4408"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">2</tspan></text>
<text
x="46.89497"
y="686.82733"
id="text4410"
xml:space="preserve"
style=""><tspan
x="46.89497"
y="686.82733"
id="tspan4412"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">3</tspan></text>
<text
x="45.976364"
y="756.11285"
id="text4414"
xml:space="preserve"
style=""><tspan
x="45.976364"
y="756.11285"
id="tspan4416"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">4</tspan></text>
<text
x="46.071289"
y="784.18433"
id="text4418"
xml:space="preserve"
style=""><tspan
x="46.071289"
y="784.18433"
id="tspan4420"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">5</tspan></text>
<text
x="46.228168"
y="844.84283"
id="text4422"
xml:space="preserve"
style=""><tspan
x="46.228168"
y="844.84283"
id="tspan4424"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">6</tspan></text>
<text
x="46.823086"
y="872.69312"
id="text4426"
xml:space="preserve"
style=""><tspan
x="46.823086"
y="872.69312"
id="tspan4428"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">7</tspan></text>
<text
x="46.763092"
y="951.79474"
id="text4430"
xml:space="preserve"
style=""><tspan
x="46.763092"
y="951.79474"
id="tspan4432"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">8</tspan></text>
<text
x="46.557182"
y="1024.0958"
id="text4434"
xml:space="preserve"
style="font-size:14.25086975px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Century;-inkscape-font-specification:Century"><tspan
x="46.557182"
y="1024.0958"
id="tspan4436"
style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">9</tspan></text>
<path
d="m 265.53348,519.09079 12.98719,-5.03315 -0.0417,4.44595 12.61256,-0.021 -0.0833,1.42606 -12.57093,0.021 0,4.36207 z"
id="path4766-8"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.14033325;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 174.21789,549.66306 -5.03581,-12.00182 4.4483,0.0385 -0.021,-11.65561 1.42681,0.077 0.021,11.61714 4.36438,0 z"
id="path4766-8-7"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13494007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 173.86436,510.15182 -5.03418,-12.60355 4.44686,0.0404 -0.021,-12.23999 1.42635,0.0809 0.021,12.19959 4.36296,0 z"
id="path4766-8-7-7"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13825904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 176.16604,738.64201 -5.0374,-11.43179 4.4497,0.0366 -0.021,-11.10203 1.42726,0.0734 0.021,11.06539 4.36575,0 z"
id="path4766-8-7-7-2"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13171735;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 175.7325,827.79108 -5.03418,-12.60355 4.44686,0.0404 10e-4,-6.30774 1.40425,2.1e-4 0.021,6.34803 4.36296,0 z"
id="path4766-8-7-7-6"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13825904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 175.54114,927.17262 -5.03418,-12.60355 4.44686,0.0404 0.0231,-4.87857 1.41206,-4.6e-4 -0.009,4.91953 4.36296,0 z"
id="path4766-8-7-7-6-0"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13825904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 175.16619,647.45826 -5.03418,-12.60355 4.44686,0.0404 -0.0432,-16.21438 1.41206,0.0216 0.0573,16.23324 4.36296,0 z"
id="path4766-8-7-7-6-0-4"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13825904;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 175.85305,995.94952 -5.0374,-11.4318 4.4497,0.037 -0.021,-14.85854 1.55984,-0.14758 -0.11158,15.04282 4.36575,0 z"
id="path4766-8-7-7-2-9"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13171735;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 257.09282,527.16171 -5.0374,11.4318 4.4497,-0.037 -0.021,14.85854 1.55984,0.14758 -0.11158,-15.04282 4.36575,0 z"
id="path4766-8-7-7-2-9-4"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13171735;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 173.37817,442.72683 -5.0374,-11.43179 4.4497,0.0366 -0.01,-7.87586 1.41621,0.0513 0.021,7.86131 4.36575,0 z"
id="path4766-8-7-7-2-3"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13171735;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 173.51079,352.59282 -5.0374,-11.43179 4.4497,0.0366 -0.01,-7.81336 1.41621,-0.0112 0.021,7.86131 4.36575,0 z"
id="path4766-8-7-7-2-3-6"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13171735;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 84.909393,909.17021 91.553797,0.17677 -98.678606,-0.17677 0,-325.79377 39.898936,0"
id="path5071"
style="fill:none;stroke:#000000;stroke-width:1.50567627;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
x="89.125"
y="574.36218"
id="text3260"
xml:space="preserve"
style=""><tspan
x="89.125"
y="574.36218"
id="tspan3262"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">yes</tspan></text>
<text
x="90.726563"
y="672.79578"
id="text3260-4"
xml:space="preserve"
style=""><tspan
x="90.726563"
y="672.79578"
id="tspan3262-0"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">yes</tspan></text>
<text
x="180.66579"
y="631.81036"
id="text3285"
xml:space="preserve"
style=""><tspan
x="180.66579"
y="631.81036"
id="tspan3287"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">no</tspan></text>
<text
x="181.78319"
y="725.76141"
id="text3285-9"
xml:space="preserve"
style=""><tspan
x="181.78319"
y="725.76141"
dx="0"
id="tspan3287-4"
style="font-size:14.5px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;word-spacing:-2.82999969px;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">no <tspan
id="tspan3310"
style="font-size:14.5px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;word-spacing:-1.28999996px;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">(</tspan><tspan
dx="-0.14"
id="tspan3314"
style="font-size:14.5px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;word-spacing:-1.28999996px;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">&lt; or =</tspan><tspan
dx="0.14"
id="tspan3312"
style="font-size:14.5px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;word-spacing:-1.28999996px;writing-mode:lr-tb;text-anchor:start;font-family:Arial;-inkscape-font-specification:Arial Bold">)</tspan></tspan></text>
<path
d="m 153.58434,751.18296 7.76869,-2.97555 -0.0248,2.62839 7.54461,-0.0124 -0.0499,0.84307 -7.51969,0.0124 0,2.57881 z"
id="path4766-8-7-7-2-1"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.08345267;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
<path
d="m 153.06286,840.91614 7.76869,-2.97555 -0.0248,2.62839 7.54461,-0.0124 -0.0499,0.84307 -7.51969,0.0124 0,2.57881 z"
id="path4766-8-7-7-2-1-7"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.08345267;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
</g>
<g
id="layer1">
<path
d="m 181.81336,208.33301 12.92384,-5.03332 -0.0415,4.4461 54.44712,-0.021 -0.1271,1.4261 -54.3615,0.021 0,4.36221 z"
id="path4766"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13999292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 290.44351,208.05482 0.17678,378.91142 -114.90366,0 0,-17.35202"
id="path4862"
style="fill:none;stroke:#000000;stroke-width:1.5011996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
width="248.9595"
height="1.6899869"
x="242.92012"
y="-258.10782"
transform="matrix(0,1,-1,0,0,0)"
id="rect4786-6"
style="fill:#000000;fill-opacity:1;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none" />
<rect
width="83.230324"
height="1.5688932"
x="174.87814"
y="490.59055"
id="rect4786-0"
style="fill:#000000;fill-opacity:1;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none" />
<path
d="m 175.62765,481.2851 0,10.12374"
id="path5033"
style="fill:none;stroke:#000000;stroke-width:1.51016653;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100"
height="100"
viewBox="0 0 26.458333 26.458334"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="1.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="-2.9453181"
inkscape:cy="73.984765"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-270.54165)">
<g
id="g1110">
<g
transform="translate(-0.16667493,-0.40023445)"
id="g904">
<ellipse
style="opacity:1;fill:#009bd8;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.26574525;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path826-1"
cx="13.395842"
cy="286.50964"
rx="7.5408292"
ry="2.9293859" />
<rect
style="opacity:1;fill:#009bd8;fill-opacity:1;fill-rule:nonzero"
id="rect845"
width="15.111696"
height="5.0055671"
x="5.8744454"
y="281.71002" />
<ellipse
style="opacity:1;fill:#009bd8;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.26522753;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path826"
cx="13.392711"
cy="281.83246"
rx="7.5108109"
ry="2.9296446" />
<path
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.8744454,281.71002 v 5.00556"
id="path847"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 20.915861,281.71106 v 5.00556"
id="path847-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 14.410815,280.21713 -0.756797,-0.12394 2.226652,-0.72434 0.341717,1.14733 -0.70673,-0.11615 -1.069857,1.11008 -1.100672,-0.18347 z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 10.381971,281.72612 -0.3844203,0.39447 2.3130943,-0.51386 -0.64105,-1.21698 -0.546068,0.56791 -3.4482612,-0.57404 -0.7413226,0.77297 z"
id="path875"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 12.368145,283.66794 0.879037,0.1461 -2.229737,0.54905 -0.322587,-0.97005 0.564306,0.0919 1.18339,-1.21646 1.11308,0.16813 c -0.444088,0.47435 -0.827258,0.86444 -1.187489,1.23133 z"
id="path877"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 19.020028,283.1569 -3.285832,-0.54735 -0.503409,0.53128 -0.620827,-1.15182 2.38125,-0.6842 -0.521797,0.54183 c 1.209955,0.19671 2.557845,0.42814 3.289141,0.54766 0,0 -0.170595,0.17004 -0.738526,0.7626 z"
id="path879"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccsc" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="60.005936"
height="42.825329"
viewBox="0 0 15.876571 11.330869"
version="1.1"
id="svg8"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
sodipodi:docname="router_white.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#505050"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568543"
inkscape:cx="43.221902"
inkscape:cy="10.518213"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1912"
inkscape:window-height="1032"
inkscape:window-x="1920"
inkscape:window-y="40"
inkscape:window-maximized="1"
inkscape:pagecheckerboard="1"
fit-margin-top="1"
fit-margin-left="1"
fit-margin-bottom="1"
fit-margin-right="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.290882,-278.10538)">
<g
id="g1086">
<ellipse
style="fill:#009bd8;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.265745;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path826-1"
cx="13.229167"
cy="286.10941"
rx="7.5408292"
ry="2.9293859" />
<rect
style="fill:#009bd8;fill-opacity:1;fill-rule:nonzero"
id="rect845"
width="15.111696"
height="5.0055671"
x="5.7077703"
y="281.30978" />
<ellipse
style="fill:#009bd8;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.265228;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path826"
cx="13.226036"
cy="281.43222"
rx="7.5108109"
ry="2.9296446" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.7077705,281.30979 v 5.00556"
id="path847"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 20.749186,281.31083 v 5.00556"
id="path847-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 14.24414,279.8169 -0.756797,-0.12394 2.226652,-0.72434 0.341717,1.14733 -0.70673,-0.11615 -1.069857,1.11008 -1.100672,-0.18347 z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 10.215296,281.32589 -0.3844202,0.39447 2.3130942,-0.51386 -0.64105,-1.21698 -0.546068,0.56791 -3.4482611,-0.57404 -0.7413226,0.77297 z"
id="path875"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 12.20147,283.26771 0.879037,0.1461 -2.229737,0.54905 -0.322587,-0.97005 0.564306,0.0919 1.18339,-1.21646 1.11308,0.16813 c -0.444088,0.47435 -0.827258,0.86444 -1.187489,1.23133 z"
id="path877"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 18.853353,282.75667 -3.285832,-0.54735 -0.503409,0.53128 -0.620827,-1.15182 2.38125,-0.6842 -0.521797,0.54183 c 1.209955,0.19671 2.557845,0.42814 3.289141,0.54766 0,0 -0.170595,0.17004 -0.738526,0.7626 z"
id="path879"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccsc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="60.005936"
height="42.825329"
viewBox="0 0 15.876571 11.330869"
version="1.1"
id="svg8"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
sodipodi:docname="router_white2.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#505050"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="28.40625"
inkscape:cy="21.15625"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1912"
inkscape:window-height="1032"
inkscape:window-x="1920"
inkscape:window-y="40"
inkscape:window-maximized="1"
inkscape:pagecheckerboard="1"
fit-margin-top="1"
fit-margin-left="1"
fit-margin-bottom="1"
fit-margin-right="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-5.290882,-278.10538)">
<rect
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stop-color:#000000"
id="rect977"
width="15.959297"
height="11.39992"
x="5.2495189"
y="278.07086" />
<g
id="g1086">
<ellipse
style="fill:#009bd8;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.265745;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path826-1"
cx="13.229167"
cy="286.10941"
rx="7.5408292"
ry="2.9293859" />
<rect
style="fill:#009bd8;fill-opacity:1;fill-rule:nonzero"
id="rect845"
width="15.111696"
height="5.0055671"
x="5.7077703"
y="281.30978" />
<ellipse
style="fill:#009bd8;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.265228;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path826"
cx="13.226036"
cy="281.43222"
rx="7.5108109"
ry="2.9296446" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.7077705,281.30979 v 5.00556"
id="path847"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 20.749186,281.31083 v 5.00556"
id="path847-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 14.24414,279.8169 -0.756797,-0.12394 2.226652,-0.72434 0.341717,1.14733 -0.70673,-0.11615 -1.069857,1.11008 -1.100672,-0.18347 z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 10.215296,281.32589 -0.3844202,0.39447 2.3130942,-0.51386 -0.64105,-1.21698 -0.546068,0.56791 -3.4482611,-0.57404 -0.7413226,0.77297 z"
id="path875"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 12.20147,283.26771 0.879037,0.1461 -2.229737,0.54905 -0.322587,-0.97005 0.564306,0.0919 1.18339,-1.21646 1.11308,0.16813 c -0.444088,0.47435 -0.827258,0.86444 -1.187489,1.23133 z"
id="path877"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#ffffff;fill-opacity:1"
d="m 18.853353,282.75667 -3.285832,-0.54735 -0.503409,0.53128 -0.620827,-1.15182 2.38125,-0.6842 -0.521797,0.54183 c 1.209955,0.19671 2.557845,0.42814 3.289141,0.54766 0,0 -0.170595,0.17004 -0.738526,0.7626 z"
id="path879"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccsc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -0,0 +1,598 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
style="overflow:visible"
xml:space="preserve"
enable-background="new 0 0 164.033 107.219"
overflow="visible"
viewBox="0 0 328.06537 214.43802"
height="60.519176mm"
width="92.587349mm"
id="Layer_1"
version="1.0"
sodipodi:docname="transistor.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><sodipodi:namedview
id="namedview1170"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.3775651"
inkscape:cx="189.10177"
inkscape:cy="44.643988"
inkscape:window-width="1912"
inkscape:window-height="1032"
inkscape:window-x="1920"
inkscape:window-y="40"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" /><metadata
id="metadata3565"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs3563">
</defs><g
id="g2283"
transform="translate(-60.023189,-7.093796)"><path
d="m 306.06319,133.3518 c 6.76,-3.94 10.9,-12.7 9.98,-26.48 0,-0.02 0,-0.06 0,-0.08 l 70.92,-40.840004 c 0.6,9.74 -1.14,21.04 -10.14,26.6 l -0.058,-0.08 -70.68,40.900004 z"
id="path3327"
style="fill:#555753;stroke-width:2" /><path
d="m 316.04319,106.7938 c -0.42,-8.480004 -3.4,-17.200004 -6.84,-24.880004 l -0.06,-0.04 70.862,-40.88 c 3.7,7.84 6.18,16.3 6.958,24.96 z"
id="path3331"
style="fill:#555753;stroke-width:2" /><path
d="m 302.00319,98.753796 13.978,8.080004 0.06,0.04 c 0.92,13.78 -3.22,22.54 -9.98,26.48 -8.68,5.06 -21.68,2.14 -33.7,-8.36 l -0.02,-0.042 10.1,-5.84 v -1.798 l 19.56,-11.52 v -7.040004 z"
id="path3333"
style="fill:#555753;stroke-width:2" /><polygon
points="110.39,51.979 120.92,45.79 120.93,45.79 120.99,45.83 120.99,49.35 111.21,55.11 111.21,52.47 111.21,52.41 111.16,52.439 "
id="polygon3335"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="105.51,55.709 111.16,52.439 111.21,52.47 111.21,55.11 111.21,56.009 106.16,58.929 105.51,59.31 "
id="polygon3337"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="104.67,55.23 104.67,58.77 21.81,106.709 21.81,103.11 104.67,55.169 "
id="polygon3339"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><path
d="m 245.48119,66.033796 c 0.542,-6.12 2.48,-12.46 6.96,-16.88 l 0.02,-0.04 56.68,32.76 0.06,0.04 c 3.44,7.68 6.42,16.4 6.84,24.880004 l -0.06,0.04 -13.978,-8.080004 v -0.04 l -0.102,-0.06 -6.44,-3.74 -0.04,0.02 h -0.022 l -11.28,-6.54 -0.096,-0.06 -6.56,-3.86 -0.06,0.02 -11.28,-6.52 v -0.02 l -0.1,-0.06 h -0.02 l -6.42,-3.74 -0.042,0.02 z"
id="path3341"
style="fill:#555753;stroke-width:2" /><polygon
points="96.569,50.55 102.16,47.22 102.21,47.25 102.21,49.89 102.21,50.79 100.04,52.089 96.569,54.15 "
id="polygon3343"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="101.39,46.76 111.99,40.629 112.05,40.66 112.05,44.189 102.21,49.89 102.21,47.25 102.21,47.189 102.16,47.22 "
id="polygon3345"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="100.05,52.109 100.04,52.089 102.21,50.79 102.21,49.89 112.05,44.189 112.05,40.66 117.689,43.919 107.13,50.07 106.24,49.57 106.229,49.589 100.59,52.859 100.569,52.859 "
id="polygon3347"
style="fill:#636362"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="105.51,55.709 104.67,55.23 104.67,55.169 21.81,103.11 18.57,101.19 100.59,53.799 101.38,53.339 100.59,52.89 100.59,52.859 106.229,49.589 106.24,49.57 107.13,50.07 117.689,43.919 120.62,45.609 120.92,45.79 110.39,51.979 111.16,52.439 "
id="polygon3349"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="97.29,44.43 96.02,45.14 95.31,43.53 103.05,38.97 103.05,35.459 108.68,38.709 98.13,44.91 97.3,44.41 "
id="polygon3351"
style="fill:#636362"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="95.729,53.61 12.81,101.49 12.81,97.889 95.729,50.01 95.729,50.07 "
id="polygon3353"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="92.729,29.49 99.75,33.55 93.38,37.229 92.97,35.25 92.729,33.27 92.67,31.35 "
id="polygon3355"
style="fill:#636362"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="87.569,45.39 93.22,42.06 93.27,42.089 93.27,44.729 93.27,45.629 87.569,48.99 "
id="polygon3357"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="92.39,41.6 102.97,35.41 103.05,35.459 103.05,38.97 95.31,43.53 93.27,44.729 93.27,42.089 93.27,42.03 93.22,42.06 "
id="polygon3359"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="95.729,50.01 12.81,97.889 9.57,96.03 91.59,48.58 92.38,48.12 91.59,47.669 91.59,47.629 96.02,45.149 96.02,45.14 97.29,44.43 97.3,44.41 98.13,44.91 108.68,38.709 111.99,40.629 101.39,46.76 102.16,47.22 96.569,50.55 95.729,50.07 "
id="polygon3361"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="86.729,44.85 86.729,48.39 3.87,96.33 3.87,92.73 86.729,44.79 "
id="polygon3363"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="3.87,92.73 0.57,90.87 82.649,43.419 83.439,42.959 82.649,42.51 82.649,42.479 88.29,39.209 88.3,39.189 89.13,39.689 93.38,37.229 99.75,33.55 102.97,35.41 92.39,41.6 93.22,42.06 87.569,45.39 86.729,44.85 86.729,44.79 "
id="polygon3365"
style="fill:#efeeef"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><polygon
points="96.2,21 131.67,0.57 131.68,0.55 159.99,16.95 124.56,37.39 96.22,21.01 "
id="polygon3329"
style="fill:#555753"
transform="matrix(2,0,0,2,60.023189,7.093796)" /><g
id="g3367"
transform="matrix(2,0,0,2,60.023189,7.093796)"><polyline
stroke-miterlimit="10"
points=" 102.21,47.25 102.16,47.22 101.39,46.76 101.31,46.709 "
id="polyline3369"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.569,50.55 102.16,47.22 102.21,47.189 "
id="polyline3371"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 102.21,50.85 102.21,50.79 102.21,49.89 102.21,47.25 102.21,47.189 "
id="polyline3373"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.569,54.15 96.569,50.55 96.569,50.49 "
id="polyline3375"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.569,54.15 100.04,52.089 102.21,50.79 "
id="polyline3377"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="95.728996"
y1="53.668999"
x2="96.569"
y2="54.150002"
id="line3379"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 96.02,45.149 91.59,47.629 91.52,47.669 "
id="polyline3381"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="97.290001"
y1="44.43"
x2="96.019997"
y2="45.139999"
id="line3383"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 98.13,44.91 97.3,44.41 97.229,44.37 "
id="polyline3385"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 91.59,48.689 91.59,48.58 91.59,47.669 91.59,47.629 91.59,47.609 "
id="polyline3387"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 91.59,47.669 92.38,48.12 92.43,48.149 "
id="polyline3389"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 95.729,53.669 95.729,53.61 95.729,50.07 95.729,50.01 "
id="polyline3391"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 112.05,40.649 112.05,40.66 112.05,44.189 112.05,44.25 "
id="polyline3393"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="9.5699997"
y1="96.029999"
x2="12.81"
y2="97.889"
id="line3395"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 101.37,46.77 101.39,46.76 111.99,40.629 112,40.62 112.05,40.589 "
id="polyline3397"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="12.81"
y1="97.889"
x2="12.81"
y2="101.49"
id="line3399"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 12.81,101.49 9.57,99.599 9.51,99.57 "
id="polyline3401"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="12.81"
y1="101.49"
x2="95.728996"
y2="53.610001"
id="line3403"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="102.21"
y1="49.889999"
x2="112.05"
y2="44.188999"
id="line3405"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="95.728996"
y1="50.07"
x2="96.569"
y2="50.549999"
id="line3407"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="12.81"
y1="97.889"
x2="95.728996"
y2="50.009998"
id="line3409"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 9.57,96.03 91.59,48.58 92.38,48.12 92.43,48.089 "
id="polyline3411"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 98.13,44.91 108.68,38.709 108.689,38.7 108.72,38.689 108.75,38.669 "
id="polyline3413"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 9.57,99.629 9.57,99.599 9.57,96.03 9.57,95.969 "
id="polyline3415"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 105.51,59.31 106.16,58.929 111.21,56.009 "
id="polyline3417"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 111.21,52.47 111.16,52.439 110.39,51.979 110.31,51.93 "
id="polyline3419"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="21.809999"
y1="103.11"
x2="104.67"
y2="55.168999"
id="line3421"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 111.21,56.07 111.21,56.009 111.21,55.11 111.21,52.47 111.21,52.41 "
id="polyline3423"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="111.21"
y1="55.110001"
x2="120.99"
y2="49.349998"
id="line3425"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 107.13,50.07 106.24,49.57 106.17,49.53 "
id="polyline3427"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.93,45.79 120.939,45.78 120.99,45.75 "
id="polyline3429"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 110.37,51.99 110.39,51.979 120.92,45.79 "
id="polyline3431"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.99,45.81 120.99,45.83 120.99,49.35 120.99,49.41 "
id="polyline3433"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.99,45.81 120.939,45.78 117.72,43.91 117.68,43.89 "
id="polyline3435"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 93.27,45.689 93.27,45.629 93.27,44.729 93.27,42.089 93.27,42.03 "
id="polyline3437"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 87.569,48.99 87.569,45.39 87.569,45.33 "
id="polyline3439"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="87.569"
y1="48.990002"
x2="93.269997"
y2="45.629002"
id="line3441"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="86.728996"
y1="48.450001"
x2="87.569"
y2="48.990002"
id="line3443"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 112,40.62 108.72,38.689 108.68,38.669 "
id="polyline3445"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 82.649,43.47 82.649,43.419 82.649,42.51 82.649,42.479 82.649,42.45 "
id="polyline3447"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="3.8699999"
y1="96.330002"
x2="86.728996"
y2="48.389999"
id="line3449"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="3.8699999"
y1="92.730003"
x2="3.8699999"
y2="96.330002"
id="line3451"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 86.729,48.45 86.729,48.39 86.729,44.85 86.729,44.79 "
id="polyline3453"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 3.87,96.33 0.57,94.44 0.51,94.41 "
id="polyline3455"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 0.57,90.87 82.649,43.419 83.439,42.959 83.49,42.93 "
id="polyline3457"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 82.649,42.51 83.439,42.959 83.49,42.99 "
id="polyline3459"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 88.29,39.209 82.649,42.479 82.59,42.51 "
id="polyline3461"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 0.57,94.469 0.57,94.44 0.57,90.87 0.57,90.81 "
id="polyline3463"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 93.27,42.089 93.22,42.06 92.39,41.6 92.31,41.55 "
id="polyline3465"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 87.569,45.39 93.22,42.06 93.27,42.03 "
id="polyline3467"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="86.728996"
y1="44.849998"
x2="87.569"
y2="45.389999"
id="line3469"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="3.8699999"
y1="92.730003"
x2="86.728996"
y2="44.790001"
id="line3471"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="0.56999999"
y1="90.870003"
x2="3.8699999"
y2="92.730003"
id="line3473"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 89.13,39.689 88.3,39.189 88.229,39.149 "
id="polyline3475"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 89.13,39.689 93.38,37.229 99.75,33.55 99.76,33.54 99.78,33.53 99.81,33.51 "
id="polyline3477"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="103"
y1="35.398998"
x2="103.05"
y2="35.369999"
id="line3479"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 92.37,41.609 92.39,41.6 102.97,35.41 102.99,35.399 "
id="polyline3481"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 93.27,44.729 95.31,43.53 103.05,38.97 "
id="polyline3483"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 103.05,35.43 103,35.399 102.99,35.399 99.78,33.53 99.75,33.51 "
id="polyline3485"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 103.05,35.43 103.05,35.439 103.05,35.459 103.05,38.97 103.05,39.03 "
id="polyline3487"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 117.7,43.919 117.72,43.91 117.75,43.89 "
id="polyline3489"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="107.13"
y1="50.07"
x2="117.689"
y2="43.918999"
id="line3491"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="21.809999"
y1="106.709"
x2="104.67"
y2="58.77"
id="line3493"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 21.81,106.709 18.57,104.77 18.51,104.73 "
id="polyline3495"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 18.57,104.79 18.57,104.77 18.57,101.19 18.57,101.129 "
id="polyline3497"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 100.59,53.849 100.59,53.799 100.59,52.89 100.59,52.859 100.59,52.83 "
id="polyline3499"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 18.57,101.19 100.59,53.799 101.38,53.339 101.43,53.31 "
id="polyline3501"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 100.59,52.89 101.38,53.339 101.43,53.37 "
id="polyline3503"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="100.569"
y1="52.869999"
x2="100.53"
y2="52.889999"
id="line3505"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 106.229,49.589 100.59,52.859 100.569,52.859 "
id="polyline3507"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="21.809999"
y1="103.11"
x2="21.809999"
y2="106.709"
id="line3509"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 104.67,58.83 104.67,58.77 104.67,55.23 104.67,55.169 "
id="polyline3511"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 105.51,55.709 111.16,52.439 111.21,52.41 "
id="polyline3513"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="18.57"
y1="101.19"
x2="21.809999"
y2="103.11"
id="line3515"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="104.67"
y1="55.23"
x2="105.51"
y2="55.709"
id="line3517"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 105.51,59.31 105.51,55.709 105.51,55.65 "
id="polyline3519"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
stroke-miterlimit="10"
x1="104.67"
y1="58.830002"
x2="105.51"
y2="59.310001"
id="line3521"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 122.91,63.209 123.03,63.139 158.37,42.689 "
id="polyline3523"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 106.17,58.95 c 6.01,5.25 12.51,6.71 16.85,4.18 3.38,-1.97 5.45,-6.35 4.99,-13.24"
id="path3525"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 100.05,52.109 100.569,52.859 100.569,52.87 100.59,52.89 "
id="polyline3527"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 95.31,43.53 96.02,45.14 96.02,45.149 "
id="polyline3529"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 92.729,29.49 92.67,31.35 92.729,33.27 92.97,35.25 93.38,37.229 93.39,37.29 "
id="polyline3531"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 158.37,42.75 c 0.01,-0.01 0.02,-0.01 0.029,-0.02 4.5,-2.78 5.37,-8.43 5.07,-13.3"
id="path3533"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 120.62,45.609 117.7,43.919 117.689,43.919 112.05,40.649 112,40.62 108.689,38.7 103.05,35.439 102.99,35.399 99.76,33.54 92.729,29.47 92.67,29.43 "
id="polyline3535"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 159.99,16.95 131.68,0.55 131.609,0.51 "
id="polyline3537"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 96.21,21.03 c -2.24,2.21 -3.21,5.38 -3.48,8.44 0,0.01 0,0.01 0,0.02"
id="path3539"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 124.59,37.41 124.56,37.39 96.22,21.01 96.2,21 96.149,20.97 "
id="polyline3541"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 128.01,49.89 c 0,-0.01 0,-0.03 0,-0.04 -0.21,-4.24 -1.7,-8.6 -3.42,-12.44"
id="path3543"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 163.47,29.43 128.01,49.85 127.979,49.87 127.939,49.89 "
id="polyline3545"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
stroke-miterlimit="10"
d="m 163.47,29.43 c -0.39,-4.33 -1.63,-8.56 -3.479,-12.48"
id="path3547"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 131.67,0.57 96.2,21 96.149,21.03 "
id="polyline3549"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 92.729,29.49 99.75,33.55 102.97,35.41 103.05,35.459 108.68,38.709 111.99,40.629 112.05,40.66 117.689,43.919 120.62,45.609 120.92,45.79 120.93,45.79 120.99,45.83 127.979,49.87 128.01,49.89 "
id="polyline3551"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><polyline
stroke-miterlimit="10"
points=" 159.99,16.95 124.56,37.39 124.53,37.41 "
id="polyline3553"
style="fill:none;stroke:#000000;stroke-width:1.02;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /></g><g
id="g3555"
transform="matrix(2,0,0,2,60.023189,-6.906204)"><text
y="-46.648815"
x="91.424263"
transform="matrix(0.93059121,0.53729285,-0.93059121,0.53729285,0,0)"
font-size="8"
id="text3557"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:0%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff">BC</text>
<text
y="-36.48608"
x="92.496056"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:0%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff"
id="text3694"
font-size="8"
transform="matrix(0.93059121,0.53729285,-0.93059121,0.53729285,0,0)">548</text>
</g></g></svg>

After

Width:  |  Height:  |  Size: 32 KiB