PiDP-8/I Software

Check-in [d990ace086]
Log In

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added a new SVG DECtape label document. Somewhat unfinished, but usable at this point.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d990ace0860b955379b87abb7e6af2b0f1357859
User & Date: tangent 2016-11-24 08:53:48.080
Context
2016-11-26
01:37
Added a script for the ASR-33 and added comments to 1.script explaining why they differ, and the conditions required to use the new script instead of 1.script. check-in: 84a0e8d0d8 user: tangent tags: trunk
2016-11-24
08:53
Added a new SVG DECtape label document. Somewhat unfinished, but usable at this point. check-in: d990ace086 user: tangent tags: trunk
2016-11-23
21:22
Removed the obsolete SERIALSETUP comment from the top of gpio.c and moved the #include for gpio.h to the top. check-in: d7084b2f87 user: tangent tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Added labels/dectape-usb-key.svg.














































































































































































































































































































































































































































































































































































































































































































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
<?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"
   id="svg2"
   version="1.1"
   inkscape:version="0.91 r13725"
   xml:space="preserve"
   width="765"
   height="990"
   viewBox="0 0 765 990"
   sodipodi:docname="dectape-usb-key.svg"><metadata
     id="metadata8"><rdf:RDF><cc:Work
         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
     id="defs6"><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath18"><path
         d="M 0,0 612,0 612,792 0,792 0,0 Z"
         id="path20"
         inkscape:connector-curvature="0" /></clipPath><filter
       inkscape:label="Opacity"
       style="color-interpolation-filters:sRGB;"
       id="filter3471"><feColorMatrix
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 -0 "
         result="colormatrix"
         id="feColorMatrix3473" /><feComposite
         in2="colormatrix"
         operator="arithmetic"
         k2="0.343085"
         result="composite"
         id="feComposite3475" /></filter></defs><sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="2560"
     inkscape:window-height="1391"
     id="namedview4"
     showgrid="false"
     inkscape:zoom="8.9778032"
     inkscape:cx="100.34999"
     inkscape:cy="581.41099"
     inkscape:window-x="0"
     inkscape:window-y="1"
     inkscape:window-maximized="1"
     inkscape:current-layer="layer2"
     showguides="true"
     inkscape:guide-bbox="true"><sodipodi:guide
       position="278.68734,454.12002"
       orientation="0,1"
       id="guide3550" /><sodipodi:guide
       position="294.28136,404.66471"
       orientation="0,1"
       id="guide3552" /></sodipodi:namedview><g
     id="g10"
     inkscape:groupmode="layer"
     inkscape:label="reference"
     transform="matrix(1.25,0,0,-1.25,0,990)"
     style="display:inline"><g
       id="g12" /></g><g
     inkscape:groupmode="layer"
     id="layer1"
     inkscape:label="inner elements"
     style="display:inline" /><g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="ring"
     style="display:inline"><g
       id="dectape-all"
       inkscape:label="#g4218"
       transform="matrix(0.140057,0,0,0.140057,28.143932,232.97391)"><image
         sodipodi:absref="/Users/tangent/src/pidp8i/labels/work/dectape-label.jpg"
         y="-635.77045"
         x="34.265408"
         id="image3483"
         xlink:href="file://work/dectape-label.jpg"
         preserveAspectRatio="none"
         height="537.56708"
         width="569.60748"
         transform="matrix(1.25,0,0,1.25,35.031534,974.28715)"
         style="display:inline;filter:url(#filter3471)" /><ellipse
         ry="212.62189"
         rx="223.20746"
         style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.99528235;stroke-opacity:1"
         id="circle4384"
         cx="346.29932"
         cy="-374.02344"
         transform="matrix(1.25,0,0,1.25,0,990)" /><g
         inkscape:label="#g3477"
         style="display:inline;fill:#1e97ec;fill-opacity:1;stroke:none"
         id="digital-logo"
         transform="matrix(0.39528601,0,0,-0.39528601,340.63889,661.18149)"><g
           style="fill:#1e97ec;fill-opacity:1;stroke:none"
           id="g3479"
           clip-path="url(#clipPath18)"><path
             d="m 101.3,107.13 c 0.02,-2.96 -3.43,-7.55 -7.63,-7.56 -4.48,0.02 -8.87,4.08 -8.87,12.2 0,8.24 4.38,12.48 8.73,12.5 4.34,-0.02 7.79,-4.67 7.77,-8.2 l 0,-8.94 z m 0.23,22.74 0,18.13 8.9,0 0,-56.4 -9.2,0 0,2.6 c -0.75,-0.76 -3.92,-4.07 -9.33,-4.07 -5.64,-0.01 -15.73,4.69 -15.73,21.64 0,14.37 7.54,21.8 16.5,21.8 3.32,0 6.58,-1.18 8.86,-3.7 z M 72,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m 7,0 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,40.4 9,0 0,-40.4 z m -9,0 z m 9,45.9 -9,0 0,10 9,0 0,-10 z m -9,0 z m 61.18,-20.72 c 0,3.59 -4.04,7.3 -7.78,7.3 -3.22,0 -8.2,-2.05 -8.2,-11.24 0,-9.79 6.12,-11.22 8.15,-11.22 4.03,0 7.83,2.77 7.83,7.05 l 0,8.11 z M 171,172 l 42.5,0 0,-100 -42.5,0 0,100 z m 28.52,-43.91 c -0.93,1.33 -3.98,4.35 -8.34,4.35 -6.77,-0.01 -16.21,-3.92 -16.21,-20.89 0.01,-13.38 10.7,-17.87 15.09,-17.87 4.74,-0.01 8.26,2.75 9.22,3.79 l 0,-4.21 c 0,-3.11 -3.19,-6.15 -8.53,-6.15 -4.6,0.01 -5.08,2.96 -5.08,4.42 l -9.4,0 c 0,-4.67 3.01,-11.49 13.91,-11.5 9.76,0 12.98,3.73 14.37,5.13 1.17,1.18 2.92,4.42 2.92,7.01 l 0,39.83 -7.94,0 -0.01,-3.91 z M 220.5,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,40.4 9,0 0,-40.4 z m -9,0 z m 9,45.9 -9,0 0,10 9,0 0,-10 z m -9,0 z m 56.03,9.75 -8.23,0 0,-14.54 -4.31,0 0,-6.75 4.31,0 0,-25.44 c 0,-4.85 2.49,-8.66 9.43,-8.65 3.25,0 3.12,-0.02 5.94,0.47 l 0,8.4 c -1.84,-0.32 -2.41,-0.45 -3.31,-0.42 -1.73,0.05 -3.83,0.66 -3.83,3.74 l 0,21.89 6.52,0 0,6.76 -6.52,0 0,14.54 z M 312.5,72 270,72 l 0,100 42.5,0 0,-100 z m 49.5,0 -42.5,0 0,100 42.5,0 0,-100 z m -42.5,0 z m 6.99,47.28 7.71,0 c 0,4.1 2.12,6.25 6.16,6.25 6.44,0.01 6.23,-2.86 6.22,-6.45 -3.98,-1.55 -3.61,-1.51 -9.68,-2.89 -7.71,-1.78 -12.43,-5.08 -12.44,-13.07 0.01,-7.81 5.57,-11.98 11.84,-11.97 6.28,-0.01 7.58,2.02 10.18,3.75 l 0,-3.12 9.84,0 c -2.32,3.74 -1.71,4.47 -1.73,7.28 0.01,2.2 0,23.74 0,23.74 0.01,4.27 -2.21,6.88 -3.66,7.75 -3.62,2.16 -8.09,2.42 -10.57,2.43 -8.81,-0.02 -13.88,-4.45 -13.87,-13.7 z m 20.09,-7.82 0,-5.45 c 0,-2.49 -3.03,-7.31 -8.98,-7.32 -2.9,-0.01 -4.52,2.14 -4.53,4.93 0.01,2.8 2.38,4.95 4.39,5.35 2.09,0.42 6.9,1.65 9.12,2.49 z M 369,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,56.9 9,0 0,-56.9 z"
             style="fill:#1e97ec;fill-opacity:1;fill-rule:nonzero;stroke:none"
             id="path3481"
             inkscape:connector-curvature="0" /></g></g><g
         inkscape:label="#g4177"
         id="text"
         style="display:inline"><text
           xml:space="preserve"
           style="font-style:normal;font-weight:normal;font-size:32px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#1e97ec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           x="234.70551"
           y="-270.57205"
           id="text3511"
           sodipodi:linespacing="125%"
           transform="matrix(1.25,0,0,1.25,0,990)"><tspan
             sodipodi:role="line"
             id="tspan3513"
             x="234.70551"
             y="-270.57205"
             style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13px;font-family:'Helvetica Neue';-inkscape-font-specification:'Helvetica Neue Bold';fill:#1e97ec;fill-opacity:1;stroke:none">DIGITAL EQUIPMENT CORPORATION</tspan></text>
<text
           transform="matrix(1.25,0,0,1.25,0,990)"
           sodipodi:linespacing="125%"
           id="text3515"
           y="-258.09683"
           x="252.52724"
           style="font-style:normal;font-weight:normal;font-size:32px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#1e97ec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           xml:space="preserve"><tspan
             style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:11px;font-family:'Helvetica Neue';-inkscape-font-specification:'Helvetica Neue Bold';fill:#1e97ec;fill-opacity:1;stroke:none"
             y="-258.09683"
             x="252.52724"
             id="tspan3517"
             sodipodi:role="line">MAYNARD, MASSACHUSETTS, 01754</tspan></text>
<text
           transform="matrix(1.25,0,0,1.25,0,990)"
           sodipodi:linespacing="125%"
           id="text3519"
           y="-237.42363"
           x="236.84412"
           style="font-style:normal;font-weight:normal;font-size:32px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#1e97ec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           xml:space="preserve"><tspan
             style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;font-family:'Helvetica Neue';-inkscape-font-specification:'Helvetica Neue Bold';letter-spacing:0.80000001px;fill:#1e97ec;fill-opacity:1;stroke:none"
             y="-237.42363"
             x="236.84412"
             id="tspan3521"
             sodipodi:role="line">REEL NO.</tspan></text>
<text
           xml:space="preserve"
           style="font-style:normal;font-weight:normal;font-size:32px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#1e97ec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           x="422.72479"
           y="-237.42363"
           id="text3523"
           sodipodi:linespacing="125%"
           transform="matrix(1.25,0,0,1.25,0,990)"><tspan
             sodipodi:role="line"
             id="tspan3525"
             x="422.72479"
             y="-237.42363"
             style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;font-family:'Helvetica Neue';-inkscape-font-specification:'Helvetica Neue Bold';letter-spacing:0.80000001px;fill:#1e97ec;fill-opacity:1;stroke:none">DATE</tspan></text>
</g><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         d="m 251.64286,362.31582 0,-39.1187 8.01978,0.0891 c 0,0 25.41142,-1.42572 25.48508,20.5841 0.0671,20.0499 -25.30686,18.71282 -25.30686,18.71282 z m 7.57424,-7.48512 0,-23.97024 3.92078,0 c 0,0 14.41349,-0.71357 14.52471,13.18808 0.0891,11.13859 -13.72273,10.96037 -13.72273,10.96037 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         id="path3539" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3554"
         d="m 286.21702,363.29602 0,-39.56425 20.495,0 0,7.39602 -12.02968,0 0,8.82175 11.58413,0 0,7.48513 -11.85145,0 0,8.10889 11.76235,0 0,7.75246 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3556"
         d="m 338.96935,351.97922 8.28711,0 c 0,0 -4.00989,12.74253 -19.5148,12.74253 -15.50491,0 -20.40588,-13.63362 -20.40588,-21.38607 0,-7.75246 7.39601,-19.60391 21.56429,-19.60391 14.16828,0 18.4455,11.67324 18.4455,11.67324 l -8.37622,0 c 0,0 -2.04949,-4.099 -9.98017,-4.099 -7.93067,0 -13.72273,5.70295 -13.72273,12.74253 0,7.03959 5.43563,12.38611 12.74253,12.38611 7.30692,0 10.96037,-4.45543 10.96037,-4.45543 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3558"
         d="m 348.86042,363.29602 0,-39.56425 9.53462,0 0,31.18803 -6.86137,0 0,8.37622 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3560"
         d="m 365.61284,323.73177 0,31.27714 7.39602,0 0.17822,8.28711 21.11875,0 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3562"
         d="m 375.41479,323.73177 7.75246,10.87125 8.91086,0 0,-10.87125 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         sodipodi:nodetypes="cccc"
         inkscape:connector-curvature="0"
         id="path3564"
         d="m 387.89001,341.46439 4.27721,6.05939 0,-5.97028 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3566"
         d="m 399.47414,363.29602 0,-39.56425 3.02969,0 0,39.56425 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3568"
         d="m 409.72163,355.9 0,-10.2475 3.83167,-0.0891 c 0,0 5.70296,0.71287 5.70296,5.25742 0,4.54453 -5.88117,4.90097 -5.88117,4.90097 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:connector-curvature="0"
         id="path3570"
         d="m 410.07806,338.96935 0,-15.23758 17.4653,0 0,39.56425 -10.51482,0 c 0,0 8.91087,-2.0495 8.91087,-13.2772 0,-11.22768 -10.87126,-11.13858 -10.87126,-11.13858 z"
         style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><g
         inkscape:label="#g4171"
         id="dectape-graphics"
         style="display:inline"><path
           transform="matrix(1.25,0,0,-1.25,0,990)"
           style="fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 139.98514,433.20896 410.6593,-5.07131 c 0,0 -5.97508,23.16953 -13.43181,38.13146 -167.11395,1.42458 -326.54993,2.93466 -382.95298,3.28558 -9.80882,-18.26995 -14.27451,-36.34573 -14.27451,-36.34573 z"
           id="path3574"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccc" /><path
           transform="matrix(1.25,0,0,-1.25,0,990)"
           style="fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 163.42461,486.64088 c 0,0 17.16387,25.4632 30.545,37.27097 14.36613,-10e-6 304.87219,-2.95063 304.87219,-2.95063 0,0 18.39873,-19.40688 28.73226,-37.55356 -41.33413,-0.25205 -364.14945,3.23322 -364.14945,3.23322 z"
           id="path3576"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccc" /><path
           transform="matrix(1.25,0,0,-1.25,0,990)"
           style="fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 208.21343,538.27798 277.34946,-3.48528 c 0,0 -34.54921,30.89095 -64.85267,39.09636 -20.66706,0.50408 -148.33167,1.15579 -148.33167,1.15579 0,0 -35.4761,-11.99339 -64.16512,-36.76687 z"
           id="path3578"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="ccccc" /><path
           transform="matrix(1.25,0,0,-1.25,0,990)"
           style="fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 446.79083,363.29602 0,-7.57424 -11.58413,0 0,-9.53463 11.49503,0 0,-6.23761 -11.76235,0 0,-9.62373 11.85145,0 0,-6.59404 56.4949,0 c 0,0 38.49493,6.86137 38.49493,45.35631 0,38.49494 -42.59393,44.82166 -42.59393,44.82166 l -363.02869,3.74256 c 0,0 -5.43563,-22.45538 -5.43563,-40.00979 15.77223,0 363.1178,-2.67326 363.1178,-2.67326 0,0 6.86137,0.35644 6.86137,-6.1485 0,-6.50493 -6.23761,-5.52473 -6.23761,-5.52473 z"
           id="path3572"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="cccccccccccsccccscc" /></g><path
         transform="matrix(1.25,0,0,-1.25,0,990)"
         inkscape:label="#circle4400"
         inkscape:connector-curvature="0"
         id="ring"
         d="M 344.78637,604.79252 A 231.77673,231.77673 0 0 1 113.00982,373.01596 231.77673,231.77673 0 0 1 344.78637,141.23784 231.77673,231.77673 0 0 1 576.56453,373.01596 231.77673,231.77673 0 0 1 344.78637,604.79252 Z m 0,-11.56874 A 219.20079,220.20894 0 0 0 563.98797,373.01596 219.20079,220.20894 0 0 0 344.78637,152.80659 219.20079,220.20894 0 0 0 125.58638,373.01596 219.20079,220.20894 0 0 0 344.78637,593.22378 Z"
         style="display:inline;fill:#53a6c2;fill-opacity:1;stroke:none;stroke-width:1.16711712;stroke-opacity:1" /></g><rect
       style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:0.33938482;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect4187"
       width="98.517426"
       height="51.003555"
       x="42.359982"
       y="366.06671" /><text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;font-size:5.5970993px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="3.6412585"
       y="379.60495"
       id="text4175"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan4177"
         x="3.6412585"
         y="379.60495" /></text>
<text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;font-size:10.07446671px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="48.558857"
       y="344.43402"
       id="text4177"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="48.558857"
         y="344.43402"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.29654121px;font-family:Dottie;-inkscape-font-specification:Dottie"
         id="tspan4185" /></text>
<rect
       y="431.91147"
       x="42.359982"
       height="51.003555"
       width="98.517426"
       id="rect4249"
       style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:0.33938482;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><text
       sodipodi:linespacing="125%"
       id="text4251"
       y="445.44971"
       x="3.6412585"
       style="font-style:normal;font-weight:normal;font-size:5.5970993px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       xml:space="preserve"><tspan
         y="445.44971"
         x="3.6412585"
         id="tspan4253"
         sodipodi:role="line" /></text>
<text
       sodipodi:linespacing="125%"
       id="text4255"
       y="443.1936"
       x="46.723854"
       style="font-style:normal;font-weight:normal;font-size:12.70192051px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       xml:space="preserve"><tspan
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.93869972px;font-family:Dottie;-inkscape-font-specification:Dottie"
         y="443.1936"
         x="46.723854"
         id="tspan4257"
         sodipodi:role="line">BIN LOADER</tspan><tspan
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.93869972px;font-family:Dottie;-inkscape-font-specification:Dottie"
         y="453.11697"
         x="46.723854"
         sodipodi:role="line"
         id="tspan4425">DEC-08-LBAA-PM</tspan><tspan
         id="tspan4261"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.93869972px;font-family:Dottie;-inkscape-font-specification:Dottie"
         y="463.04034"
         x="46.723854"
         sodipodi:role="line">5/10/67  SA: 200</tspan><tspan
         id="tspan4263"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.93869972px;font-family:Dottie;-inkscape-font-specification:Dottie"
         y="472.96371"
         x="46.723854"
         sodipodi:role="line" /></text>
<ellipse
       ry="37.22398"
       rx="39.077209"
       style="display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.99528235;stroke-opacity:1"
       id="ellipse4269"
       cx="188.95584"
       cy="309.14252" /><g
       id="g4361"
       transform="translate(-0.5513317,-0.5513317)"><g
         id="g4377"><g
           inkscape:label="#g3477"
           style="display:inline;fill:#1e97ec;fill-opacity:1;stroke:none"
           id="g4271"
           transform="matrix(0.03699838,0,0,-0.03699838,88.960048,419.11479)"><g
             style="fill:#1e97ec;fill-opacity:1;stroke:none"
             id="g4273"
             clip-path="url(#clipPath18)"><path
               d="m 101.3,107.13 c 0.02,-2.96 -3.43,-7.55 -7.63,-7.56 -4.48,0.02 -8.87,4.08 -8.87,12.2 0,8.24 4.38,12.48 8.73,12.5 4.34,-0.02 7.79,-4.67 7.77,-8.2 l 0,-8.94 z m 0.23,22.74 0,18.13 8.9,0 0,-56.4 -9.2,0 0,2.6 c -0.75,-0.76 -3.92,-4.07 -9.33,-4.07 -5.64,-0.01 -15.73,4.69 -15.73,21.64 0,14.37 7.54,21.8 16.5,21.8 3.32,0 6.58,-1.18 8.86,-3.7 z M 72,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m 7,0 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,40.4 9,0 0,-40.4 z m -9,0 z m 9,45.9 -9,0 0,10 9,0 0,-10 z m -9,0 z m 61.18,-20.72 c 0,3.59 -4.04,7.3 -7.78,7.3 -3.22,0 -8.2,-2.05 -8.2,-11.24 0,-9.79 6.12,-11.22 8.15,-11.22 4.03,0 7.83,2.77 7.83,7.05 l 0,8.11 z M 171,172 l 42.5,0 0,-100 -42.5,0 0,100 z m 28.52,-43.91 c -0.93,1.33 -3.98,4.35 -8.34,4.35 -6.77,-0.01 -16.21,-3.92 -16.21,-20.89 0.01,-13.38 10.7,-17.87 15.09,-17.87 4.74,-0.01 8.26,2.75 9.22,3.79 l 0,-4.21 c 0,-3.11 -3.19,-6.15 -8.53,-6.15 -4.6,0.01 -5.08,2.96 -5.08,4.42 l -9.4,0 c 0,-4.67 3.01,-11.49 13.91,-11.5 9.76,0 12.98,3.73 14.37,5.13 1.17,1.18 2.92,4.42 2.92,7.01 l 0,39.83 -7.94,0 -0.01,-3.91 z M 220.5,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,40.4 9,0 0,-40.4 z m -9,0 z m 9,45.9 -9,0 0,10 9,0 0,-10 z m -9,0 z m 56.03,9.75 -8.23,0 0,-14.54 -4.31,0 0,-6.75 4.31,0 0,-25.44 c 0,-4.85 2.49,-8.66 9.43,-8.65 3.25,0 3.12,-0.02 5.94,0.47 l 0,8.4 c -1.84,-0.32 -2.41,-0.45 -3.31,-0.42 -1.73,0.05 -3.83,0.66 -3.83,3.74 l 0,21.89 6.52,0 0,6.76 -6.52,0 0,14.54 z M 312.5,72 270,72 l 0,100 42.5,0 0,-100 z m 49.5,0 -42.5,0 0,100 42.5,0 0,-100 z m -42.5,0 z m 6.99,47.28 7.71,0 c 0,4.1 2.12,6.25 6.16,6.25 6.44,0.01 6.23,-2.86 6.22,-6.45 -3.98,-1.55 -3.61,-1.51 -9.68,-2.89 -7.71,-1.78 -12.43,-5.08 -12.44,-13.07 0.01,-7.81 5.57,-11.98 11.84,-11.97 6.28,-0.01 7.58,2.02 10.18,3.75 l 0,-3.12 9.84,0 c -2.32,3.74 -1.71,4.47 -1.73,7.28 0.01,2.2 0,23.74 0,23.74 0.01,4.27 -2.21,6.88 -3.66,7.75 -3.62,2.16 -8.09,2.42 -10.57,2.43 -8.81,-0.02 -13.88,-4.45 -13.87,-13.7 z m 20.09,-7.82 0,-5.45 c 0,-2.49 -3.03,-7.31 -8.98,-7.32 -2.9,-0.01 -4.52,2.14 -4.53,4.93 0.01,2.8 2.38,4.95 4.39,5.35 2.09,0.42 6.9,1.65 9.12,2.49 z M 369,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,56.9 9,0 0,-56.9 z"
               style="fill:#1e97ec;fill-opacity:1;fill-rule:nonzero;stroke:none"
               id="path4275"
               inkscape:connector-curvature="0" /></g></g><path
           inkscape:connector-curvature="0"
           d="m 106.30956,411.81751 0,4.57684 0.9383,-0.0104 c 0,0 2.97311,0.1668 2.98173,-2.40832 0.008,-2.34582 -2.96088,-2.18938 -2.96088,-2.18938 z m 0.88618,0.87575 0,2.80449 0.45873,0 c 0,0 1.68636,0.0835 1.69937,-1.54299 0.0104,-1.3032 -1.60555,-1.28235 -1.60555,-1.28235 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           id="path4295" /><path
           inkscape:connector-curvature="0"
           id="path4297"
           d="m 110.35469,411.70282 0,4.62897 2.3979,0 0,-0.86532 -1.40746,0 0,-1.03213 1.35532,0 0,-0.87575 -1.3866,0 0,-0.94874 1.37618,0 0,-0.90703 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           inkscape:connector-curvature="0"
           id="path4299"
           d="m 116.52666,413.02688 0.96958,0 c 0,0 -0.46915,-1.49086 -2.28321,-1.49086 -1.81406,0 -2.38747,1.59511 -2.38747,2.50214 0,0.90703 0.86533,2.29363 2.523,2.29363 1.65767,0 2.1581,-1.36575 2.1581,-1.36575 l -0.98,0 c 0,0 -0.23979,0.47958 -1.16767,0.47958 -0.92789,0 -1.60555,-0.66724 -1.60555,-1.49086 0,-0.82363 0.63596,-1.44916 1.49086,-1.44916 0.8549,0 1.28236,0.52128 1.28236,0.52128 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           inkscape:connector-curvature="0"
           id="path4301"
           d="m 117.6839,411.70282 0,4.62897 1.11554,0 0,-3.64895 -0.80277,0 0,-0.98002 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           inkscape:connector-curvature="0"
           id="path4303"
           d="m 119.64391,416.33179 0,-3.65938 0.86533,0 0.0208,-0.96959 2.47087,0 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           inkscape:connector-curvature="0"
           id="path4305"
           d="m 120.79073,416.33179 0.90703,-1.27192 1.04255,0 0,1.27192 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           sodipodi:nodetypes="cccc"
           inkscape:connector-curvature="0"
           id="path4307"
           d="m 122.25032,414.2571 0.50043,-0.70894 0,0.69851 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           inkscape:connector-curvature="0"
           id="path4309"
           d="m 123.60565,411.70282 0,4.62897 0.35447,0 0,-4.62897 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           inkscape:connector-curvature="0"
           id="path4311"
           d="m 124.80459,412.56815 0,1.19894 0.4483,0.0104 c 0,0 0.66724,-0.0834 0.66724,-0.61511 0,-0.53171 -0.68809,-0.57341 -0.68809,-0.57341 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           inkscape:connector-curvature="0"
           id="path4313"
           d="m 124.84629,414.54901 0,1.78278 2.04342,0 0,-4.62897 -1.23022,0 c 0,0 1.04256,0.23979 1.04256,1.55342 0,1.31363 -1.27192,1.3032 -1.27192,1.3032 z"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
           sodipodi:nodetypes="cccccccccccsccccscc"
           inkscape:connector-curvature="0"
           id="path4323"
           d="m 129.14164,411.70282 0,0.88618 -1.35533,0 0,1.11554 1.34491,0 0,0.7298 -1.37619,0 0,1.12596 1.38661,0 0,0.77149 6.60983,0 c 0,0 4.50387,-0.80276 4.50387,-5.30663 0,-4.50386 -4.98345,-5.24408 -4.98345,-5.24408 l -90.87296,-0.43787 c 0,0 -0.04525,2.62725 -0.04525,4.68109 1.845329,0 90.292677,0.31277 90.292677,0.31277 0,0 0.80277,-0.0417 0.80277,0.71937 0,0.76107 -0.72979,0.64638 -0.72979,0.64638 z"
           style="fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></g><g
         id="g4393"
         transform="translate(0,65.383478)"><g
           transform="matrix(0.03699838,0,0,-0.03699838,88.960048,419.11479)"
           id="g4395"
           style="display:inline;fill:#1e97ec;fill-opacity:1;stroke:none"
           inkscape:label="#g3477"><g
             clip-path="url(#clipPath18)"
             id="g4397"
             style="fill:#1e97ec;fill-opacity:1;stroke:none"><path
               inkscape:connector-curvature="0"
               id="path4399"
               style="fill:#1e97ec;fill-opacity:1;fill-rule:nonzero;stroke:none"
               d="m 101.3,107.13 c 0.02,-2.96 -3.43,-7.55 -7.63,-7.56 -4.48,0.02 -8.87,4.08 -8.87,12.2 0,8.24 4.38,12.48 8.73,12.5 4.34,-0.02 7.79,-4.67 7.77,-8.2 l 0,-8.94 z m 0.23,22.74 0,18.13 8.9,0 0,-56.4 -9.2,0 0,2.6 c -0.75,-0.76 -3.92,-4.07 -9.33,-4.07 -5.64,-0.01 -15.73,4.69 -15.73,21.64 0,14.37 7.54,21.8 16.5,21.8 3.32,0 6.58,-1.18 8.86,-3.7 z M 72,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m 7,0 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,40.4 9,0 0,-40.4 z m -9,0 z m 9,45.9 -9,0 0,10 9,0 0,-10 z m -9,0 z m 61.18,-20.72 c 0,3.59 -4.04,7.3 -7.78,7.3 -3.22,0 -8.2,-2.05 -8.2,-11.24 0,-9.79 6.12,-11.22 8.15,-11.22 4.03,0 7.83,2.77 7.83,7.05 l 0,8.11 z M 171,172 l 42.5,0 0,-100 -42.5,0 0,100 z m 28.52,-43.91 c -0.93,1.33 -3.98,4.35 -8.34,4.35 -6.77,-0.01 -16.21,-3.92 -16.21,-20.89 0.01,-13.38 10.7,-17.87 15.09,-17.87 4.74,-0.01 8.26,2.75 9.22,3.79 l 0,-4.21 c 0,-3.11 -3.19,-6.15 -8.53,-6.15 -4.6,0.01 -5.08,2.96 -5.08,4.42 l -9.4,0 c 0,-4.67 3.01,-11.49 13.91,-11.5 9.76,0 12.98,3.73 14.37,5.13 1.17,1.18 2.92,4.42 2.92,7.01 l 0,39.83 -7.94,0 -0.01,-3.91 z M 220.5,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,40.4 9,0 0,-40.4 z m -9,0 z m 9,45.9 -9,0 0,10 9,0 0,-10 z m -9,0 z m 56.03,9.75 -8.23,0 0,-14.54 -4.31,0 0,-6.75 4.31,0 0,-25.44 c 0,-4.85 2.49,-8.66 9.43,-8.65 3.25,0 3.12,-0.02 5.94,0.47 l 0,8.4 c -1.84,-0.32 -2.41,-0.45 -3.31,-0.42 -1.73,0.05 -3.83,0.66 -3.83,3.74 l 0,21.89 6.52,0 0,6.76 -6.52,0 0,14.54 z M 312.5,72 270,72 l 0,100 42.5,0 0,-100 z m 49.5,0 -42.5,0 0,100 42.5,0 0,-100 z m -42.5,0 z m 6.99,47.28 7.71,0 c 0,4.1 2.12,6.25 6.16,6.25 6.44,0.01 6.23,-2.86 6.22,-6.45 -3.98,-1.55 -3.61,-1.51 -9.68,-2.89 -7.71,-1.78 -12.43,-5.08 -12.44,-13.07 0.01,-7.81 5.57,-11.98 11.84,-11.97 6.28,-0.01 7.58,2.02 10.18,3.75 l 0,-3.12 9.84,0 c -2.32,3.74 -1.71,4.47 -1.73,7.28 0.01,2.2 0,23.74 0,23.74 0.01,4.27 -2.21,6.88 -3.66,7.75 -3.62,2.16 -8.09,2.42 -10.57,2.43 -8.81,-0.02 -13.88,-4.45 -13.87,-13.7 z m 20.09,-7.82 0,-5.45 c 0,-2.49 -3.03,-7.31 -8.98,-7.32 -2.9,-0.01 -4.52,2.14 -4.53,4.93 0.01,2.8 2.38,4.95 4.39,5.35 2.09,0.42 6.9,1.65 9.12,2.49 z M 369,72 l 42.5,0 0,100 -42.5,0 0,-100 z m 42.5,0 z m -16.75,19.6 -9,0 0,56.9 9,0 0,-56.9 z" /></g></g><path
           id="path4401"
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 106.30956,411.81751 0,4.57684 0.9383,-0.0104 c 0,0 2.97311,0.1668 2.98173,-2.40832 0.008,-2.34582 -2.96088,-2.18938 -2.96088,-2.18938 z m 0.88618,0.87575 0,2.80449 0.45873,0 c 0,0 1.68636,0.0835 1.69937,-1.54299 0.0104,-1.3032 -1.60555,-1.28235 -1.60555,-1.28235 z"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 110.35469,411.70282 0,4.62897 2.3979,0 0,-0.86532 -1.40746,0 0,-1.03213 1.35532,0 0,-0.87575 -1.3866,0 0,-0.94874 1.37618,0 0,-0.90703 z"
           id="path4403"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 116.52666,413.02688 0.96958,0 c 0,0 -0.46915,-1.49086 -2.28321,-1.49086 -1.81406,0 -2.38747,1.59511 -2.38747,2.50214 0,0.90703 0.86533,2.29363 2.523,2.29363 1.65767,0 2.1581,-1.36575 2.1581,-1.36575 l -0.98,0 c 0,0 -0.23979,0.47958 -1.16767,0.47958 -0.92789,0 -1.60555,-0.66724 -1.60555,-1.49086 0,-0.82363 0.63596,-1.44916 1.49086,-1.44916 0.8549,0 1.28236,0.52128 1.28236,0.52128 z"
           id="path4405"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 117.6839,411.70282 0,4.62897 1.11554,0 0,-3.64895 -0.80277,0 0,-0.98002 z"
           id="path4407"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 119.64391,416.33179 0,-3.65938 0.86533,0 0.0208,-0.96959 2.47087,0 z"
           id="path4409"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 120.79073,416.33179 0.90703,-1.27192 1.04255,0 0,1.27192 z"
           id="path4411"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 122.25032,414.2571 0.50043,-0.70894 0,0.69851 z"
           id="path4413"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="cccc" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 123.60565,411.70282 0,4.62897 0.35447,0 0,-4.62897 z"
           id="path4415"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 124.80459,412.56815 0,1.19894 0.4483,0.0104 c 0,0 0.66724,-0.0834 0.66724,-0.61511 0,-0.53171 -0.68809,-0.57341 -0.68809,-0.57341 z"
           id="path4417"
           inkscape:connector-curvature="0" /><path
           style="display:inline;fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 124.84629,414.54901 0,1.78278 2.04342,0 0,-4.62897 -1.23022,0 c 0,0 1.04256,0.23979 1.04256,1.55342 0,1.31363 -1.27192,1.3032 -1.27192,1.3032 z"
           id="path4419"
           inkscape:connector-curvature="0" /><path
           style="fill:#1e97ec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
           d="m 129.14164,411.70282 0,0.88618 -1.35533,0 0,1.11554 1.34491,0 0,0.7298 -1.37619,0 0,1.12596 1.38661,0 0,0.77149 6.60983,0 c 0,0 4.50387,-0.80276 4.50387,-5.30663 0,-4.50386 -4.98345,-5.24408 -4.98345,-5.24408 l -90.87296,-0.43787 c 0,0 -0.04525,2.62725 -0.04525,4.68109 1.845329,0 90.29268,0.31277 90.29268,0.31277 0,0 0.80277,-0.0417 0.80277,0.71937 0,0.76107 -0.72979,0.64638 -0.72979,0.64638 z"
           id="path4421"
           inkscape:connector-curvature="0"
           sodipodi:nodetypes="cccccccccccsccccscc" /></g></g><text
       xml:space="preserve"
       style="font-style:normal;font-weight:normal;font-size:12.70192051px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="46.723854"
       y="378.7012"
       id="text4427"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="46.723854"
         y="378.7012"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.93869972px;font-family:Dottie;-inkscape-font-specification:Dottie"
         id="tspan4455">FOCAL-69</tspan><tspan
         sodipodi:role="line"
         x="46.723854"
         y="388.62457"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.93869972px;font-family:Dottie;-inkscape-font-specification:Dottie"
         id="tspan4459">DEC-08-AJAB-PB</tspan><tspan
         sodipodi:role="line"
         x="46.723854"
         y="398.54794"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.93869972px;font-family:Dottie;-inkscape-font-specification:Dottie"
         id="tspan4465">4/29/68  SA: 200</tspan></text>
</g></svg>