summaryrefslogtreecommitdiff
path: root/doc/diagrams/overview/overview-full.svg
blob: 471be64b1e9daa8616b49b20100f2907f2ccc0cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="1052.3622"
   height="744.09448"
   id="svg2"
   version="1.1"
   inkscape:version="0.48.2 r9819"
   sodipodi:docname="overview-full.svg"
   inkscape:export-filename="/home/equinox/mur.at/mur.sat/talks/mursat-vortrag-metaday53/overview.png"
   inkscape:export-xdpi="90"
   inkscape:export-ydpi="90">
  <defs
     id="defs4">
    <marker
       inkscape:stockid="Arrow2Mend"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow2Mend"
       style="overflow:visible;">
      <path
         id="path4112"
         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
         transform="scale(0.6) rotate(180) translate(0,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Lstart"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow1Lstart"
       style="overflow:visible">
      <path
         id="path5098"
         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
         transform="scale(0.8) translate(12.5,0)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="DotS"
       style="overflow:visible">
      <path
         id="path5166"
         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
         transform="scale(0.2) translate(7.4, 1)" />
    </marker>
    <marker
       inkscape:stockid="DotL"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="DotL"
       style="overflow:visible">
      <path
         id="path5160"
         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
         transform="scale(0.8) translate(7.4, 1)" />
    </marker>
    <marker
       inkscape:stockid="EmptyDiamondSend"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="EmptyDiamondSend"
       style="overflow:visible">
      <path
         id="path5229"
         d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z "
         style="fill-rule:evenodd;fill:#FFFFFF;stroke:#000000;stroke-width:1.0pt;marker-start:none"
         transform="scale(0.2) translate(-6,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow1Mstart"
       style="overflow:visible">
      <path
         id="path5104"
         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
         transform="scale(0.4) translate(10,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Lend"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow1Lend"
       style="overflow:visible;">
      <path
         id="path5101"
         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.8) rotate(180) translate(12.5,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-2"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-6"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-0"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-1"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="DotS-1"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5166-8"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="DotS-4"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5166-86"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="DotS-7"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5166-5"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="marker7485"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path7487"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-0-8"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-1-7"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="DotS-44"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5166-50"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="marker7485-7"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path7487-7"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-0-2"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-1-8"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="DotS-13"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5166-82"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="marker5665"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5667"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-0-9"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-1-1"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-8"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-9"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="DotS-43"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5166-89"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="marker5876"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5878"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-0-4"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-1-6"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-1"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-7"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="DotS-6"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5166-2"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="DotS"
       orient="auto"
       refY="0"
       refX="0"
       id="marker5876-4"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5878-2"
         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
         transform="matrix(0.2,0,0,0.2,1.48,0.2)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-0-1"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-1-71"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1Mstart"
       orient="auto"
       refY="0"
       refX="0"
       id="Arrow1Mstart-4"
       style="overflow:visible">
      <path
         inkscape:connector-curvature="0"
         id="path5104-91"
         d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
         transform="matrix(0.4,0,0,0.4,4,0)" />
    </marker>
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="1.2780771"
     inkscape:cx="526.18109"
     inkscape:cy="372.04724"
     inkscape:document-units="mm"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="1920"
     inkscape:window-height="1149"
     inkscape:window-x="0"
     inkscape:window-y="29"
     inkscape:window-maximized="1"
     showguides="false"
     inkscape:guide-bbox="true">
    <sodipodi:guide
       orientation="0,1"
       position="578.50579,308.56902"
       id="guide5769" />
    <sodipodi:guide
       orientation="1,0"
       position="578.50579,308.56902"
       id="guide5771" />
  </sodipodi:namedview>
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Ebene 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(0,-308.2677)">
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330709;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
       d="m 84.244304,357.3712 0.571794,-50.31787"
       id="path5753"
       inkscape:connector-curvature="0"
       transform="translate(0,308.2677)" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 838.34204,535.03561 0,-19.96213"
       id="path6655-6-8"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 627.93218,535.46327 0,-19.96213"
       id="path6655-6-7"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 368.46933,535.7834 0,-19.96213"
       id="path6655-6"
       inkscape:connector-curvature="0" />
    <g
       id="g4850"
       transform="translate(180.31566,17.656441)">
      <text
         sodipodi:linespacing="125%"
         id="text5218"
         y="566.18896"
         x="196.10896"
         style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="566.18896"
           x="196.10896"
           id="tspan5220"
           sodipodi:role="line">MPU</tspan><tspan
           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="588.7804"
           x="196.10896"
           sodipodi:role="line"
           id="tspan5498">LPC1343</tspan><tspan
           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="608.7804"
           x="196.10896"
           sodipodi:role="line"
           id="tspan5500">ARM Cortex M3</tspan></text>
      <rect
         y="519.07458"
         x="115.21552"
         height="117.33234"
         width="162.08797"
         id="rect4695"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
    </g>
    <text
       xml:space="preserve"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
       x="373.22043"
       y="839.58746"
       id="text5218-4"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="373.22043"
         y="839.58746"
         style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
         id="tspan5280">IHU</tspan><tspan
         id="tspan5506"
         sodipodi:role="line"
         x="373.22043"
         y="862.17889"
         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold">PIC 16F887</tspan></text>
    <g
       style="stroke-width:2.57937288;stroke-miterlimit:4;stroke-dasharray:none"
       transform="matrix(0,1.3737087,-1.3737087,0,916.71048,863.79663)"
       id="g5725">
      <path
         sodipodi:type="arc"
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.15815711;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         id="path5035-0"
         sodipodi:cx="117.452"
         sodipodi:cy="281.05219"
         sodipodi:rx="38.428993"
         sodipodi:ry="31.122072"
         d="m 155.881,281.05219 c 0,17.18824 -17.20525,31.12207 -38.429,31.12207 -21.223743,0 -38.42899,-13.93383 -38.42899,-31.12207 0,-17.18825 17.205247,-31.12208 38.42899,-31.12208 21.22375,0 38.429,13.93383 38.429,31.12208 z"
         transform="matrix(0.73499633,0,0,0.90756067,3.391304,344.30185)" />
      <path
         style="fill:none;stroke:#000000;stroke-width:2.57937288;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart)"
         d="m 71.46662,599.59366 35.40346,0"
         id="path5093"
         inkscape:connector-curvature="0" />
    </g>
    <g
       id="g4845"
       transform="translate(187.15826,20.222415)">
      <text
         sodipodi:linespacing="125%"
         id="text5218-1-9"
         y="570.69879"
         x="430.81464"
         style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         xml:space="preserve"><tspan
           id="tspan5243-0"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="570.69879"
           x="430.81464"
           sodipodi:role="line">PRF</tspan><tspan
           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="593.29022"
           x="430.81464"
           sodipodi:role="line"
           id="tspan5502">Tiny AVR</tspan></text>
      <rect
         y="515.89941"
         x="350.78738"
         height="117.33234"
         width="162.08797"
         id="rect4695-3"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
    </g>
    <text
       xml:space="preserve"
       style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
       x="852.09851"
       y="585.90033"
       id="text5218-1-9-2"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="852.09851"
         y="585.90033"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
         id="tspan4793">MDM</tspan><tspan
         sodipodi:role="line"
         x="852.09851"
         y="605.38959"
         style="font-size:13px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
         id="tspan4799">435 MHz (70cm)</tspan><tspan
         sodipodi:role="line"
         x="852.09851"
         y="624.74176"
         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
         id="tspan4801">FX.25 / GFSK</tspan><tspan
         sodipodi:role="line"
         x="852.09851"
         y="644.74176"
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
         id="tspan4795" /></text>
    <rect
       style="fill:none;stroke:#000000;stroke-width:3.75923324;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       id="rect4695-3-5"
       width="182.4449"
       height="117.33234"
       x="758.18091"
       y="536.62286" />
    <text
       transform="matrix(0,-1,1,0,0,0)"
       sodipodi:linespacing="125%"
       id="text6728"
       y="1022.0441"
       x="-815.26715"
       style="font-size:4px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
       xml:space="preserve"><tspan
         style="font-size:24px;font-weight:bold;-inkscape-font-specification:Dingbats Bold"
         y="1022.0441"
         x="-815.26715"
         id="tspan6730"
         sodipodi:role="line">PA + MATCHING</tspan></text>
    <path
       inkscape:connector-curvature="0"
       id="path6732"
       d="m 941.07791,604.80585 40.52199,0"
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    <path
       inkscape:connector-curvature="0"
       id="path6734"
       d="m 936.23946,779.59474 44.15083,0"
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    <path
       inkscape:connector-curvature="0"
       id="path6736"
       d="m 950.14999,895.71747 31.44991,0"
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    <g
       style="stroke-width:2.05258036;stroke-miterlimit:4;stroke-dasharray:none"
       transform="matrix(1.7262697,0,0,1.7262697,-266.86141,-475.27986)"
       id="g6762">
      <path
         style="fill:none;stroke:#000000;stroke-width:2.05258036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         d="m 1012.1426,269.92669 0,-68.04065"
         id="path6738"
         inkscape:connector-curvature="0"
         transform="translate(-271.7115,286.33464)" />
      <path
         style="fill:none;stroke:#000000;stroke-width:2.05258036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         d="M 740.3221,516.28441 756.444,488.36046"
         id="path6742"
         inkscape:connector-curvature="0" />
      <path
         style="fill:none;stroke:#000000;stroke-width:2.05258036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
         d="m 724.31219,488.18757 16.1219,27.92395"
         id="path6742-3"
         inkscape:connector-curvature="0" />
    </g>
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 700.7807,798.88071 73.13026,0"
       id="path4961"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 701.99031,882.87967 59.00563,0"
       id="path4963"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 700.17884,591.81583 57.15415,0"
       id="path4971"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 458.70002,592.238 78.04619,0"
       id="path4971-5"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 539.30048,837.97181 -85.58002,-0.3024"
       id="path5005"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 374.90201,654.54468 0.6415,125.94655"
       id="path5018"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031497;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 473.37665,718.52265 -59.27098,0 0,61.9926"
       id="path5161"
       inkscape:connector-curvature="0" />
    <g
       transform="translate(90.072378,-78.80131)"
       id="g5411">
      <path
         sodipodi:type="arc"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         id="path4051"
         sodipodi:cx="122.73908"
         sodipodi:cy="87.632828"
         sodipodi:rx="41.483246"
         sodipodi:ry="40.627922"
         d="m 164.22233,87.632828 c 0,22.438182 -18.57268,40.627922 -41.48325,40.627922 -22.910562,0 -41.483244,-18.18974 -41.483244,-40.627922 0,-22.438182 18.572682,-40.627922 41.483244,-40.627922 22.91057,0 41.48325,18.18974 41.48325,40.627922 z"
         transform="matrix(1.0235222,0,0,1.0450701,53.280289,358.10617)" />
      <image
         y="421.4668"
         x="161.61832"
         id="image5072"
         xlink:href="data:image/png;base64,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 "
         height="34.376034"
         width="34.376034" />
      <text
         xml:space="preserve"
         style="font-size:19.47341537px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         x="157.3087"
         y="475.56631"
         id="text5075"
         sodipodi:linespacing="125%"><tspan
           sodipodi:role="line"
           id="tspan5077"
           x="157.3087"
           y="475.56631"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold">IDM</tspan></text>
    </g>
    <g
       id="g3604"
       transform="translate(99.398351,-106.82608)">
      <path
         sodipodi:type="arc"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         id="path4051-0"
         sodipodi:cx="122.73908"
         sodipodi:cy="87.632828"
         sodipodi:rx="41.483246"
         sodipodi:ry="40.627922"
         d="m 164.22233,87.632828 c 0,22.438182 -18.57268,40.627922 -41.48325,40.627922 -22.910562,0 -41.483244,-18.18974 -41.483244,-40.627922 0,-22.438182 18.572682,-40.627922 41.483244,-40.627922 22.91057,0 41.48325,18.18974 41.48325,40.627922 z"
         transform="matrix(1.0235222,0,0,1.0450701,-59.542838,413.75649)" />
      <image
         y="477.17361"
         x="48.955784"
         id="image5175"
         xlink:href="data:image/png;base64,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 "
         height="35.1623"
         width="35.1623" />
      <text
         xml:space="preserve"
         style="font-size:19.47341537px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         x="43.282742"
         y="527.83612"
         id="text5075-7"
         sodipodi:linespacing="125%"><tspan
           sodipodi:role="line"
           id="tspan5077-4"
           x="43.282742"
           y="527.83612"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold">CAM</tspan></text>
    </g>
    <g
       transform="translate(100.29801,-179.31421)"
       id="g5423">
      <path
         sodipodi:type="arc"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         id="path4051-0-8"
         sodipodi:cx="122.73908"
         sodipodi:cy="87.632828"
         sodipodi:rx="41.483246"
         sodipodi:ry="40.627922"
         d="m 164.22233,87.632828 c 0,22.438182 -18.57268,40.627922 -41.48325,40.627922 -22.910562,0 -41.483244,-18.18974 -41.483244,-40.627922 0,-22.438182 18.572682,-40.627922 41.483244,-40.627922 22.91057,0 41.48325,18.18974 41.48325,40.627922 z"
         transform="matrix(1.0235222,0,0,1.0450701,155.70216,458.22378)" />
      <image
         y="520.24347"
         x="263.82501"
         id="image5283"
         xlink:href="data:image/png;base64,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 "
         height="36.674316"
         width="36.674316" />
      <text
         xml:space="preserve"
         style="font-size:19.47341537px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         x="258.56735"
         y="572.84521"
         id="text5075-7-4"
         sodipodi:linespacing="125%"><tspan
           sodipodi:role="line"
           id="tspan5077-4-4"
           x="258.56735"
           y="572.84521"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold">ANC</tspan></text>
    </g>
    <g
       transform="translate(156.62599,-39.20452)"
       id="g5429">
      <path
         sodipodi:type="arc"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         id="path4051-0-8-8"
         sodipodi:cx="122.73908"
         sodipodi:cy="87.632828"
         sodipodi:rx="41.483246"
         sodipodi:ry="40.627922"
         d="m 164.22233,87.632828 c 0,22.438182 -18.57268,40.627922 -41.48325,40.627922 -22.910562,0 -41.483244,-18.18974 -41.483244,-40.627922 0,-22.438182 18.572682,-40.627922 41.483244,-40.627922 22.91057,0 41.48325,18.18974 41.48325,40.627922 z"
         transform="matrix(1.0235222,0,0,1.0450701,208.76826,355.29363)" />
      <image
         y="416.66141"
         x="317.43729"
         id="image5387"
         xlink:href="data:image/png;base64,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 "
         height="35.624939"
         width="35.624939" />
      <text
         xml:space="preserve"
         style="font-size:19.47341537px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         x="316.98172"
         y="473.62762"
         id="text5075-7-4-1"
         sodipodi:linespacing="125%"><tspan
           sodipodi:role="line"
           id="tspan5077-4-4-9"
           x="316.98172"
           y="473.62762"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold">LIS</tspan></text>
    </g>
    <g
       id="g5470"
       transform="translate(-125.91153,333.36829)">
      <g
         transform="translate(-2.1383116,-14.75435)"
         id="g5457">
        <rect
           style="fill:none;stroke:#000000;stroke-width:3.37322831;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           id="rect5455"
           width="85.210945"
           height="63.667042"
           x="379.33551"
           y="367.43729" />
        <path
           sodipodi:type="arc"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           id="path5435"
           sodipodi:cx="435.36023"
           sodipodi:cy="57.268799"
           sodipodi:rx="44.476883"
           sodipodi:ry="17.106493"
           d="m 479.83711,57.268799 c 0,9.447655 -19.91298,17.106493 -44.47688,17.106493 -24.5639,0 -44.47688,-7.658838 -44.47688,-17.106493 0,-9.447655 19.91298,-17.106493 44.47688,-17.106493 24.5639,0 44.47688,7.658838 44.47688,17.106493 z"
           transform="matrix(0.95768087,0,0,0.95768087,4.9755577,313.00218)" />
        <path
           transform="matrix(0.95768087,0,0,0.95768087,4.999941,373.99964)"
           sodipodi:type="arc"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           id="path5435-4"
           sodipodi:cx="435.36023"
           sodipodi:cy="57.268799"
           sodipodi:rx="44.476883"
           sodipodi:ry="17.106493"
           d="m 479.83711,57.268799 c 0,9.447655 -19.91298,17.106493 -44.47688,17.106493 -24.5639,0 -44.47688,-7.658838 -44.47688,-17.106493 0,0 0,-1e-6 0,-1e-6"
           sodipodi:start="0"
           sodipodi:end="3.1415927"
           sodipodi:open="true" />
      </g>
      <text
         sodipodi:linespacing="125%"
         id="text5462"
         y="408.21252"
         x="393.29901"
         style="font-size:34.84259796px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           id="tspan5466"
           y="408.21252"
           x="393.29901"
           sodipodi:role="line">SD</tspan></text>
    </g>
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 92.13603,947.12596 0,-107.65544"
       id="path6560"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330709;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 138.10127,641.0942 0,-127.00923 844.59348,0"
       id="path6566"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="M 763.5184,913.25684 92.06043,913.18124"
       id="path6570"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 137.83116,616.14662 75.26857,0 0,297.11022"
       id="path6572"
       inkscape:connector-curvature="0" />
    <g
       id="g4676-9-7-2"
       transform="matrix(0,2.8303761,-2.8303761,0,1768.5519,-147.56596)"
       style="stroke-width:1.22563016;stroke-miterlimit:4;stroke-dasharray:none">
      <path
         transform="translate(0,308.2677)"
         inkscape:connector-curvature="0"
         id="path4672-9-4-0"
         d="m 364.45854,236.42575 0,9.54735"
         style="fill:none;stroke:#000000;stroke-width:1.22563016;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         inkscape:connector-curvature="0"
         id="path4674-6-0-1"
         d="m 368.86776,549.53532 -17.17134,0"
         style="fill:none;stroke:#000000;stroke-width:1.22563016;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         inkscape:transform-center-y="-0.002248234"
         inkscape:transform-center-x="-1.3621168"
         transform="matrix(0.6001959,0,0,0.6001959,144.53231,404.47576)"
         d="m 366.18617,241.69953 -6.82134,3.93082 -6.82135,3.93082 0.006,-7.87287 0.006,-7.87286 6.81486,3.94205 z"
         inkscape:randomized="0"
         inkscape:rounded="0"
         inkscape:flatsided="false"
         sodipodi:arg2="1.048021"
         sodipodi:arg1="0.00082347314"
         sodipodi:r2="4.5454016"
         sodipodi:r1="9.0908031"
         sodipodi:cy="241.69205"
         sodipodi:cx="357.09537"
         sodipodi:sides="3"
         id="path4658-3-0-4"
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2.04205012;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         sodipodi:type="star" />
    </g>
    <g
       id="g4676-9-7-2-8"
       transform="matrix(2.8303761,0,0,2.8303761,-845.94896,-642.27327)"
       style="stroke-width:1.22563016;stroke-miterlimit:4;stroke-dasharray:none">
      <path
         transform="translate(0,308.2677)"
         inkscape:connector-curvature="0"
         id="path4672-9-4-0-0"
         d="m 364.45854,236.42575 0,9.54735"
         style="fill:none;stroke:#000000;stroke-width:1.22563016;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         inkscape:connector-curvature="0"
         id="path4674-6-0-1-5"
         d="m 368.86776,549.53532 -17.17134,0"
         style="fill:none;stroke:#000000;stroke-width:1.22563016;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
      <path
         inkscape:transform-center-y="-0.002248234"
         inkscape:transform-center-x="-1.3621168"
         transform="matrix(0.6001959,0,0,0.6001959,144.53231,404.47576)"
         d="m 366.18617,241.69953 -6.82134,3.93082 -6.82135,3.93082 0.006,-7.87287 0.006,-7.87286 6.81486,3.94205 z"
         inkscape:randomized="0"
         inkscape:rounded="0"
         inkscape:flatsided="false"
         sodipodi:arg2="1.048021"
         sodipodi:arg1="0.00082347314"
         sodipodi:r2="4.5454016"
         sodipodi:r1="9.0908031"
         sodipodi:cy="241.69205"
         sodipodi:cx="357.09537"
         sodipodi:sides="3"
         id="path4658-3-0-4-2"
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2.04205012;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         sodipodi:type="star" />
    </g>
    <text
       xml:space="preserve"
       style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Verdana;-inkscape-font-specification:Verdana"
       x="495.23575"
       y="954.13409"
       id="text6630"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan6632"
         x="495.23575"
         y="954.13409"
         style="font-weight:bold;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-opacity:1;-inkscape-font-specification:Verdana Bold">Vital Power</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Verdana;-inkscape-font-specification:Verdana"
       x="709.64001"
       y="503.96384"
       id="text6630-2"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan6632-3"
         x="709.64001"
         y="503.96384"
         style="font-weight:bold;fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-opacity:1;-inkscape-font-specification:Verdana Bold">Main Power</tspan></text>
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 346.95803,913.37193 0,-14.11286"
       id="path6655"
       inkscape:connector-curvature="0" />
    <rect
       style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       id="rect4695-6"
       width="162.08797"
       height="117.33234"
       x="290.7446"
       y="781.2887" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 614.08348,912.75319 0,-14.11286"
       id="path6655-0"
       inkscape:connector-curvature="0" />
    <g
       id="g4840"
       transform="translate(195.7115,15.090467)">
      <text
         sodipodi:linespacing="125%"
         id="text5218-1"
         y="827.01459"
         x="424.99249"
         style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         xml:space="preserve"><tspan
           id="tspan5243"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="827.01459"
           x="424.99249"
           sodipodi:role="line">CTR</tspan><tspan
           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="849.60602"
           x="424.99249"
           sodipodi:role="line"
           id="tspan5504">PIC 16F1847</tspan></text>
      <rect
         y="766.289"
         x="343.52972"
         height="117.33234"
         width="162.08797"
         id="rect4695-2"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
    </g>
    <g
       id="g4833"
       transform="translate(209.4145,12.848386)">
      <text
         sodipodi:linespacing="125%"
         id="text5218-9"
         y="895.20697"
         x="647.0415"
         style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="895.20697"
           x="647.0415"
           id="tspan5220-9"
           sodipodi:role="line">CRX</tspan><tspan
           id="tspan4773"
           style="font-size:13px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="914.69623"
           x="647.0415"
           sodipodi:role="line">145 MHz (2m)</tspan><tspan
           id="tspan4775"
           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="934.0484"
           x="647.0415"
           sodipodi:role="line">DTMF/Narrow-FM</tspan></text>
      <rect
         y="848.5426"
         x="554.04486"
         height="117.33234"
         width="185.43394"
         id="rect4695-7"
         style="fill:none;stroke:#000000;stroke-width:3.78990245;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
    </g>
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 731.42646,515.07348 0,229.85782 41.69708,0"
       id="path6655-6-1"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031496;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="M 278.98311,411.59809 334.09629,535.8959"
       id="path6718"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031496;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 381.23322,412.47759 1.20962,124.01907"
       id="path6720"
       inkscape:connector-curvature="0" />
    <g
       id="g4826"
       transform="translate(219.66059,12.09683)">
      <text
         sodipodi:linespacing="125%"
         id="text5218-8"
         y="756.73706"
         x="634.72485"
         style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="756.73706"
           x="634.72485"
           id="tspan5220-4"
           sodipodi:role="line">TTX</tspan><tspan
           id="tspan4779"
           style="font-size:13px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="776.22632"
           x="634.72485"
           sodipodi:role="line">435 MHz (70cm)</tspan><tspan
           id="tspan4781"
           style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
           y="797.64655"
           x="634.72485"
           sodipodi:role="line">CW</tspan></text>
      <rect
         y="707.01813"
         x="554.0022"
         height="117.33234"
         width="162.08797"
         id="rect4695-4"
         style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
    </g>
    <rect
       y="486.17444"
       x="982.20471"
       height="425.87283"
       width="59.150318"
       id="rect6726"
       style="fill:none;stroke:#000000;stroke-width:4.00194597;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
    <path
       style="fill:none;stroke:#ff0000;stroke-width:3.54330708999999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
       d="M 507.63517,604.67657 506.77985,437.03294"
       id="path6783"
       inkscape:connector-curvature="0"
       transform="translate(0,308.2677)" />
    <g
       id="g4855-3"
       transform="translate(364.814,-100.38446)">
      <g
         id="g5131">
        <text
           xml:space="preserve"
           style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
           x="123.83096"
           y="829.26172"
           id="text5218-4-6"
           sodipodi:linespacing="125%"><tspan
             id="tspan5127"
             sodipodi:role="line"
             x="123.83096"
             y="829.26172"
             style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold">RTC</tspan></text>
        <rect
           style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           id="rect4695-6-8"
           width="94.27037"
           height="52.53878"
           x="107.99751"
           y="793.24249" />
      </g>
    </g>
    <path
       transform="matrix(1.0235222,0,0,1.0450701,-30.37708,388.29305)"
       d="m 164.22233,87.632828 a 41.483246,40.627922 0 1 1 -82.966494,0 41.483246,40.627922 0 1 1 82.966494,0 z"
       sodipodi:ry="40.627922"
       sodipodi:rx="41.483246"
       sodipodi:cy="87.632828"
       sodipodi:cx="122.73908"
       id="path4051-0-6"
       style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       sodipodi:type="arc" />
    <text
       sodipodi:linespacing="125%"
       id="text5075-7-7"
       y="504.66589"
       x="72.519203"
       style="font-size:19.47341537px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Dingbats;-inkscape-font-specification:Dingbats"
       xml:space="preserve"><tspan
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
         y="504.66589"
         x="72.519203"
         id="tspan5077-4-0"
         sodipodi:role="line">SOL</tspan></text>
    <image
       y="448.72705"
       x="77.988014"
       id="image3595"
       xlink:href="data:image/png;base64,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
KgAAAABJRU5ErkJggg==
"
       height="33.95269"
       width="33.95269" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031496;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="M 296.42888,536.6603 190.92392,431.97006"
       id="path3610"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031496;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 133.4045,499.92111 163.07163,54.74826"
       id="path3612"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031496;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 294.73272,576.07161 -181.75649,2.56597"
       id="path3614"
       inkscape:connector-curvature="0" />
    <g
       id="g5037"
       transform="matrix(1.3271395,0,0,1.3271395,-68.511908,-191.50506)"
       style="stroke-width:2.66988301;stroke-miterlimit:4;stroke-dasharray:none">
      <path
         transform="matrix(0.73499633,0,0,0.90756067,30.354825,324.57953)"
         d="m 155.881,281.05219 c 0,17.18824 -17.20525,31.12207 -38.429,31.12207 -21.223743,0 -38.42899,-13.93383 -38.42899,-31.12207 0,-17.18825 17.205247,-31.12208 38.42899,-31.12208 21.22375,0 38.429,13.93383 38.429,31.12208 z"
         sodipodi:ry="31.122072"
         sodipodi:rx="38.428993"
         sodipodi:cy="281.05219"
         sodipodi:cx="117.452"
         id="path5035"
         style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.26897645;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
         sodipodi:type="arc" />
      <path
         inkscape:connector-curvature="0"
         d="m 136.63135,579.55266 -4.70155,-2.71511 0,1.93683 -24.03095,0 4.6791,-4.94351 c 0.39821,-0.31918 0.91923,-0.54309 1.45518,-0.5555 2.16817,0 3.45572,-5.6e-4 3.92966,-10e-4 0.32126,0.91528 1.1842,1.57592 2.21007,1.57592 1.2978,0 2.35101,-1.05312 2.35101,-2.35138 0,-1.29883 -1.05312,-2.35158 -2.35101,-2.35158 -1.02587,0 -1.88881,0.66027 -2.21007,1.5748 l -3.88362,-6.6e-4 c -1.05255,0 -2.15547,0.57749 -2.85746,1.25448 0.0192,-0.0201 0.0391,-0.0415 -0.001,3.7e-4 -0.0148,0.0167 -4.96436,5.24437 -4.96436,5.24437 -0.39737,0.31872 -0.9181,0.54122 -1.45368,0.554 l -2.7185,0 c -0.36034,-1.79589 -1.94622,-3.14893 -3.84857,-3.14893 -2.168915,0 -3.927029,1.75811 -3.927029,3.92637 0,2.16891 1.758114,3.92712 3.927029,3.92712 1.90272,0 3.4886,-1.35417 3.84895,-3.15156 l 2.67085,0 c 0.007,0 0.0137,3.7e-4 0.0207,0 l 5.90746,0 c 0.53455,0.0136 1.05462,0.2364 1.45161,0.5555 0,0 4.94839,5.22727 4.96371,5.24418 0.0397,0.042 0.0199,0.0201 3.7e-4,3.7e-4 0.70199,0.6769 1.80538,1.25402 2.85813,1.25402 l 3.74267,-8.5e-4 0,1.57639 4.70278,0 0,-4.7023 -4.70278,0 0,1.57432 c 0,0 -0.98575,-0.002 -3.78853,-0.002 -0.53605,-0.0123 -1.05763,-0.23594 -1.45565,-0.55513 l -4.68013,-4.94444 18.15422,0 0,1.93993 4.70155,-2.71474 z"
         id="path1334"
         style="stroke-width:2.66988301;stroke-miterlimit:4;stroke-dasharray:none" />
    </g>
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031496;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
       d="M 312.37393,671.53389 324.2233,653.42447"
       id="path5741"
       inkscape:connector-curvature="0" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.48031496;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
       d="m 425.16879,535.97767 52.02673,-88.33705"
       id="path5759"
       inkscape:connector-curvature="0" />
    <path
       sodipodi:type="arc"
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.35059023;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       id="path5761"
       sodipodi:cx="579.87506"
       sodipodi:cy="443.74094"
       sodipodi:rx="23.37496"
       sodipodi:ry="22.592533"
       d="m 603.25002,443.74094 a 23.37496,22.592533 0 1 1 -46.74992,0 23.37496,22.592533 0 1 1 46.74992,0 z"
       transform="matrix(1.1770587,0,0,1.2178227,-103.31998,203.99629)" />
    <path
       style="fill:none;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       d="m 586.18264,726.79444 -7.67685,16.99872 10.1901,9.73315"
       id="path5763"
       inkscape:connector-curvature="0" />
    <path
       sodipodi:type="arc"
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       id="path5773"
       sodipodi:cx="594.88782"
       sodipodi:cy="404.57074"
       sodipodi:rx="0.14670476"
       sodipodi:ry="0.24450794"
       d="m 595.03452,404.57074 a 0.14670476,0.24450794 0 1 1 -0.29341,0 0.14670476,0.24450794 0 1 1 0.29341,0 z"
       transform="matrix(1.1663122,0,0,0.69978734,-115.14803,439.65196)" />
    <path
       sodipodi:type="arc"
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       id="path5773-4"
       sodipodi:cx="594.88782"
       sodipodi:cy="404.57074"
       sodipodi:rx="0.14670476"
       sodipodi:ry="0.24450794"
       d="m 595.03452,404.57074 a 0.14670476,0.24450794 0 1 1 -0.29341,0 0.14670476,0.24450794 0 1 1 0.29341,0 z"
       transform="matrix(1.1663122,0,0,0.69978734,-93.020008,460.50858)" />
    <path
       sodipodi:type="arc"
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       id="path5773-7"
       sodipodi:cx="594.88782"
       sodipodi:cy="404.57074"
       sodipodi:rx="0.14670476"
       sodipodi:ry="0.24450794"
       d="m 595.03452,404.57074 a 0.14670476,0.24450794 0 1 1 -0.29341,0 0.14670476,0.24450794 0 1 1 0.29341,0 z"
       transform="matrix(1.1663122,0,0,0.69978734,-115.14803,482.29418)" />
    <path
       sodipodi:type="arc"
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.54330707;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       id="path5773-6"
       sodipodi:cx="594.88782"
       sodipodi:cy="404.57074"
       sodipodi:rx="0.14670476"
       sodipodi:ry="0.24450794"
       d="m 595.03452,404.57074 a 0.14670476,0.24450794 0 1 1 -0.29341,0 0.14670476,0.24450794 0 1 1 0.29341,0 z"
       transform="matrix(1.1663122,0,0,0.69978734,-136.0534,460.85078)" />
    <image
       y="915.12354"
       x="3.424294"
       id="image3595-9"
       xlink:href="data:image/png;base64,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 KgAAAABJRU5ErkJggg== "
       height="50.550438"
       width="50.550438"
       inkscape:transform-center-x="-11.649134"
       inkscape:transform-center-y="5.8245669" />
    <g
       id="g5942">
      <g
         id="g5902">
        <rect
           y="655.77771"
           x="109.11552"
           height="148.38683"
           width="59.637428"
           id="rect3795-1"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.68725061;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
        <path
           sodipodi:open="true"
           sodipodi:end="9.4422313"
           sodipodi:start="6.265732"
           transform="matrix(2.0812481,0,0,2.0812481,-861.61657,61.483741)"
           d="m 495.06877,355.69252 a 14.326812,6.4093633 0 1 1 -28.64926,0"
           sodipodi:ry="6.4093633"
           sodipodi:rx="14.326812"
           sodipodi:cy="355.80438"
           sodipodi:cx="480.74414"
           id="path3793-8"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           sodipodi:type="arc" />
        <path
           transform="matrix(2.0812481,0,0,2.0812481,-861.66115,-84.963344)"
           d="m 495.07095,355.80438 a 14.326812,6.4093633 0 1 1 -28.65362,0 14.326812,6.4093633 0 1 1 28.65362,0 z"
           sodipodi:ry="6.4093633"
           sodipodi:rx="14.326812"
           sodipodi:cy="355.80438"
           sodipodi:cx="480.74414"
           id="path3793-3-2"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           sodipodi:type="arc" />
        <text
           transform="matrix(0,-1,1,0,0,0)"
           sodipodi:linespacing="125%"
           id="text3823-3"
           y="152.07576"
           x="-781.69098"
           style="font-size:30.65728378px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
           xml:space="preserve"><tspan
             id="tspan3827-1"
             y="152.07576"
             x="-781.69098"
             sodipodi:role="line"
             style="font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold">LiIon</tspan></text>
      </g>
      <g
         id="g5902-2"
         transform="translate(-46.976001,24.307047)">
        <rect
           y="655.77771"
           x="109.11552"
           height="148.38683"
           width="59.637428"
           id="rect3795-1-5"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.68725061;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
        <path
           sodipodi:open="true"
           sodipodi:end="9.4422313"
           sodipodi:start="6.265732"
           transform="matrix(2.0812481,0,0,2.0812481,-861.61657,61.483741)"
           d="m 495.06877,355.69252 c 0.13809,3.53926 -6.16332,6.45847 -14.07459,6.52025 -7.91128,0.0618 -14.43658,-2.75727 -14.57467,-6.29653 -0.003,-0.0746 -0.003,-0.14915 0,-0.22372"
           sodipodi:ry="6.4093633"
           sodipodi:rx="14.326812"
           sodipodi:cy="355.80438"
           sodipodi:cx="480.74414"
           id="path3793-8-2"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           sodipodi:type="arc" />
        <path
           transform="matrix(2.0812481,0,0,2.0812481,-861.66115,-84.963344)"
           d="m 495.07095,355.80438 c 0,3.5398 -6.41433,6.40937 -14.32681,6.40937 -7.91248,0 -14.32681,-2.86957 -14.32681,-6.40937 0,-3.53979 6.41433,-6.40936 14.32681,-6.40936 7.91248,0 14.32681,2.86957 14.32681,6.40936 z"
           sodipodi:ry="6.4093633"
           sodipodi:rx="14.326812"
           sodipodi:cy="355.80438"
           sodipodi:cx="480.74414"
           id="path3793-3-2-5"
           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
           sodipodi:type="arc" />
        <text
           transform="matrix(0,-1,1,0,0,0)"
           sodipodi:linespacing="125%"
           id="text3823-3-9"
           y="152.07576"
           x="-781.69098"
           style="font-size:30.65728378px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
           xml:space="preserve"><tspan
             id="tspan3827-1-1"
             y="152.07576"
             x="-781.69098"
             sodipodi:role="line"
             style="font-weight:bold;-inkscape-font-specification:DejaVu Sans Bold">LiIon</tspan></text>
      </g>
    </g>
  </g>
</svg>