File: drift-all.svg

package info (click to toggle)
gromacs 2022.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 210,636 kB
  • sloc: xml: 841,565; cpp: 571,976; ansic: 40,200; python: 22,039; sh: 3,493; perl: 2,481; yacc: 644; fortran: 397; lisp: 265; makefile: 179; lex: 125; awk: 68; csh: 39
file content (866 lines) | stat: -rw-r--r-- 62,525 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   id="svg2"
   version="1.1"
   inkscape:version="0.91 r13725"
   xml:space="preserve"
   width="652.5"
   height="368.75"
   viewBox="0 0 652.5 368.75"
   sodipodi:docname="drift-all.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></dc:title></cc:Work></rdf:RDF></metadata><defs
     id="defs6" /><sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="760"
     inkscape:window-height="480"
     id="namedview4"
     showgrid="false"
     inkscape:zoom="0.56551724"
     inkscape:cx="326.25"
     inkscape:cy="184.375"
     inkscape:window-x="0"
     inkscape:window-y="25"
     inkscape:window-maximized="0"
     inkscape:current-layer="g10" /><g
     id="g10"
     inkscape:groupmode="layer"
     inkscape:label="ink_ext_XXXXXX"
     transform="matrix(1.25,0,0,-1.25,0,368.75)"><g
       id="g12"
       transform="scale(0.1,0.1)"><path
         d="m 606,470 0,24 m 182.398,-24 0,24 m 182.403,-24 0,24 m 184.799,-24 0,24 m 182.4,-24 0,24 m 182.4,-24 0,24 m 184.8,-24 0,24 m 182.4,-24 0,24 m 182.4,-24 0,24 m 184.8,-24 0,24 m 182.4,-24 0,24 m 184.8,-24 0,24 m -2016,2376 0,-24 m 182.398,24 0,-24 m 182.403,24 0,-24 m 184.799,24 0,-24 m 182.4,24 0,-24 m 182.4,24 0,-24 m 184.8,24 0,-24 m 182.4,24 0,-24 m 182.4,24 0,-24 m 184.8,24 0,-24 m 182.4,24 0,-24 m 184.8,24 0,-24"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path14"
         inkscape:connector-curvature="0" /><path
         d="m 606,470 0,48 m 364.801,-48 0,48 M 1338,470 l 0,48 m 367.2,-48 0,48 m 364.8,-48 0,48 m 367.2,-48 0,48 M 606,2870 l 0,-48 m 364.801,48 0,-48 m 367.199,48 0,-48 m 367.2,48 0,-48 m 364.8,48 0,-48 m 367.2,48 0,-48"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path16"
         inkscape:connector-curvature="0" /><g
         id="g18"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,56.5969,30.2)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text20"><tspan
             x="0 36.480095 73.199951 105.91676 113.92315 142.39685 150.40324 179.11685 187.12325"
             y="0"
             sodipodi:role="line"
             id="tspan22">048121620</tspan></text>
<text
           transform="matrix(1,0,0,-1,132.6008,11)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Symbol;-inkscape-font-specification:Symbol;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text24"><tspan
             x="0"
             y="0"
             id="tspan26">∆</tspan></text>
<text
           transform="matrix(1,0,0,-1,141.41369,11)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text28"><tspan
             x="0"
             y="0"
             id="tspan30">t</tspan></text>
<text
           transform="matrix(1,0,0,-1,145.41681,6.91992)"
           style="font-variant:normal;font-weight:normal;font-size:8.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text32"><tspan
             x="0 4.6704001"
             y="0"
             sodipodi:role="line"
             id="tspan34">LR</tspan></text>
<text
           transform="matrix(1,0,0,-1,160.15521,11)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text36"><tspan
             x="0 4.7951999 8.7983999 15.9984"
             y="0"
             sodipodi:role="line"
             id="tspan38">(fs)</tspan></text>
</g><path
         d="m 606,470 24,0 m -24,218.398 24,0 m -24,218.403 24,0 m -24,218.399 24,0 m -24,216 24,0 m -24,218.4 24,0 m -24,218.4 24,0 m -24,218.4 24,0 m -24,218.4 24,0 m -24,218.4 24,0 m -24,218.4 24,0 m -24,218.4 24,0 m 1992,-2400 -24,0 m 24,218.398 -24,0 m 24,218.403 -24,0 m 24,218.399 -24,0 m 24,216 -24,0 m 24,218.4 -24,0 m 24,218.4 -24,0 m 24,218.4 -24,0 m 24,218.4 -24,0 m 24,218.4 -24,0 m 24,218.4 -24,0 m 24,218.4 -24,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path40"
         inkscape:connector-curvature="0" /><path
         d="m 606,688.398 48,0 m -48,436.802 48,0 m -48,434.4 48,0 m -48,436.8 48,0 m -48,436.8 48,0 m -48,436.8 48,0 m 1968,-2181.602 -48,0 m 48,436.802 -48,0 m 48,434.4 -48,0 m 48,436.8 -48,0 m 48,436.8 -48,0 m 48,436.8 -48,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path42"
         inkscape:connector-curvature="0" /><g
         id="g44"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,43.4738,64.0398)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text46"><tspan
             x="0"
             y="0"
             id="tspan48">0</tspan><tspan
             x="-8.0062504 0.00015000001"
             y="-43.680099"
             sodipodi:role="line"
             id="tspan50">20</tspan><tspan
             x="-8.0062504 0.00015000001"
             y="-87.1203"
             sodipodi:role="line"
             id="tspan52">40</tspan><tspan
             x="-8.0062504 0.00015000001"
             y="-130.8"
             sodipodi:role="line"
             id="tspan54">60</tspan><tspan
             x="-8.0062504 0.00015000001"
             y="-174.4801"
             sodipodi:role="line"
             id="tspan56">80</tspan><tspan
             x="-16.012501 -8.0060997 0.00030000001"
             y="-218.1602"
             sodipodi:role="line"
             id="tspan58">100</tspan></text>
<text
           transform="matrix(0,1,1,0,15.4801,71.3652)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text60"><tspan
             x="0 8.0064001 16.0128 24.019199 28.8144 36.820801 44.020802 48.023998 56.030399 60.8256 64.0224 68.025597 72.028801 76.031998 84.038399 92.0448 96.839996 100.8432 108.8496 112.8528 120.8592 124.8624 128.8656 132.8688 136.87199 141.66721"
             y="0"
             sodipodi:role="line"
             id="tspan62">energy drift per d.o.f. (k</tspan></text>
<text
           transform="matrix(0,1,1,0,19.56018,220.2322)"
           style="font-variant:normal;font-weight:normal;font-size:8.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text64"><tspan
             x="0"
             y="0"
             id="tspan66">B</tspan></text>
<text
           transform="matrix(0,1,1,0,15.4801,225.83493)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text68"><tspan
             x="0 8.7983999 12.8016 20.808001 28.007999"
             y="0"
             sodipodi:role="line"
             id="tspan70">T/ns)</tspan></text>
</g><path
         d="m 606,688.398 2016,0 m -2016,0 2016,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path72"
         inkscape:connector-curvature="0" /><path
         d="m 788.398,686 182.403,91.199 184.799,132 182.4,288.001 182.4,240 184.8,105.6 182.4,297.6 182.4,76.8 184.8,333.6 182.4,523.2"
         style="fill:none;stroke:#0000ff;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path74"
         inkscape:connector-curvature="0" /><path
         d="m 814.801,686 c 0,14.578 -11.824,26.398 -26.403,26.398 C 773.82,712.398 762,700.578 762,686 c 0,-14.578 11.82,-26.398 26.398,-26.398 14.579,0 26.403,11.82 26.403,26.398"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path76"
         inkscape:connector-curvature="0" /><path
         d="m 814.801,686 c 0,14.578 -11.824,26.398 -26.403,26.398 C 773.82,712.398 762,700.578 762,686 c 0,-14.578 11.82,-26.398 26.398,-26.398 14.579,0 26.403,11.82 26.403,26.398"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path78"
         inkscape:connector-curvature="0" /><path
         d="m 997.199,777.199 c 0,14.578 -11.82,26.403 -26.398,26.403 -14.578,0 -26.403,-11.825 -26.403,-26.403 0,-14.578 11.825,-26.398 26.403,-26.398 14.578,0 26.398,11.82 26.398,26.398"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path80"
         inkscape:connector-curvature="0" /><path
         d="m 997.199,777.199 c 0,14.578 -11.82,26.403 -26.398,26.403 -14.578,0 -26.403,-11.825 -26.403,-26.403 0,-14.578 11.825,-26.398 26.403,-26.398 14.578,0 26.398,11.82 26.398,26.398"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path82"
         inkscape:connector-curvature="0" /><path
         d="m 1182,909.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path84"
         inkscape:connector-curvature="0" /><path
         d="m 1182,909.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path86"
         inkscape:connector-curvature="0" /><path
         d="m 1364.4,1197.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path88"
         inkscape:connector-curvature="0" /><path
         d="m 1364.4,1197.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path90"
         inkscape:connector-curvature="0" /><path
         d="m 1546.8,1437.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path92"
         inkscape:connector-curvature="0" /><path
         d="m 1546.8,1437.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path94"
         inkscape:connector-curvature="0" /><path
         d="m 1731.6,1542.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path96"
         inkscape:connector-curvature="0" /><path
         d="m 1731.6,1542.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path98"
         inkscape:connector-curvature="0" /><path
         d="m 1914,1840.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path100"
         inkscape:connector-curvature="0" /><path
         d="m 1914,1840.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path102"
         inkscape:connector-curvature="0" /><path
         d="m 2096.4,1917.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path104"
         inkscape:connector-curvature="0" /><path
         d="m 2096.4,1917.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path106"
         inkscape:connector-curvature="0" /><path
         d="m 2281.2,2250.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path108"
         inkscape:connector-curvature="0" /><path
         d="m 2281.2,2250.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path110"
         inkscape:connector-curvature="0" /><path
         d="m 2463.6,2774 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path112"
         inkscape:connector-curvature="0" /><path
         d="m 2463.6,2774 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path114"
         inkscape:connector-curvature="0" /><path
         d="M 970.801,686 1338,959.602 1705.2,1370 l 364.8,434.4 367.2,892.8"
         style="fill:none;stroke:#0000ff;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:48, 48;stroke-dashoffset:0;stroke-opacity:1"
         id="path116"
         inkscape:connector-curvature="0" /><path
         d="m 949.199,664.398 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path118"
         inkscape:connector-curvature="0" /><path
         d="m 949.199,664.398 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path120"
         inkscape:connector-curvature="0" /><path
         d="m 1316.4,938 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path122"
         inkscape:connector-curvature="0" /><path
         d="m 1316.4,938 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path124"
         inkscape:connector-curvature="0" /><path
         d="m 1683.6,1348.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path126"
         inkscape:connector-curvature="0" /><path
         d="m 1683.6,1348.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path128"
         inkscape:connector-curvature="0" /><path
         d="m 2048.4,1782.8 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path130"
         inkscape:connector-curvature="0" /><path
         d="m 2048.4,1782.8 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path132"
         inkscape:connector-curvature="0" /><path
         d="m 2415.6,2675.6 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path134"
         inkscape:connector-curvature="0" /><path
         d="m 2415.6,2675.6 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path136"
         inkscape:connector-curvature="0" /><path
         d="m 788.398,686 182.403,14.398 184.799,12 182.4,24 182.4,40.801 184.8,67.199 182.4,64.801 182.4,220.801 184.8,1142.4 86.4,597.6"
         style="fill:none;stroke:#ff0000;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path138"
         inkscape:connector-curvature="0" /><path
         d="m 814.801,686 c 0,14.578 -11.824,26.398 -26.403,26.398 C 773.82,712.398 762,700.578 762,686 c 0,-14.578 11.82,-26.398 26.398,-26.398 14.579,0 26.403,11.82 26.403,26.398"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path140"
         inkscape:connector-curvature="0" /><path
         d="m 814.801,686 c 0,14.578 -11.824,26.398 -26.403,26.398 C 773.82,712.398 762,700.578 762,686 c 0,-14.578 11.82,-26.398 26.398,-26.398 14.579,0 26.403,11.82 26.403,26.398"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path142"
         inkscape:connector-curvature="0" /><path
         d="m 997.199,700.398 c 0,14.579 -11.82,26.403 -26.398,26.403 -14.578,0 -26.403,-11.824 -26.403,-26.403 0,-14.578 11.825,-26.398 26.403,-26.398 14.578,0 26.398,11.82 26.398,26.398"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path144"
         inkscape:connector-curvature="0" /><path
         d="m 997.199,700.398 c 0,14.579 -11.82,26.403 -26.398,26.403 -14.578,0 -26.403,-11.824 -26.403,-26.403 0,-14.578 11.825,-26.398 26.403,-26.398 14.578,0 26.398,11.82 26.398,26.398"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path146"
         inkscape:connector-curvature="0" /><path
         d="m 1182,712.398 c 0,14.579 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.824 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path148"
         inkscape:connector-curvature="0" /><path
         d="m 1182,712.398 c 0,14.579 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.824 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path150"
         inkscape:connector-curvature="0" /><path
         d="m 1364.4,736.398 c 0,14.579 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.824 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path152"
         inkscape:connector-curvature="0" /><path
         d="m 1364.4,736.398 c 0,14.579 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.824 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path154"
         inkscape:connector-curvature="0" /><path
         d="m 1546.8,777.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path156"
         inkscape:connector-curvature="0" /><path
         d="m 1546.8,777.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path158"
         inkscape:connector-curvature="0" /><path
         d="m 1731.6,844.398 c 0,14.579 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.824 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path160"
         inkscape:connector-curvature="0" /><path
         d="m 1731.6,844.398 c 0,14.579 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.824 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path162"
         inkscape:connector-curvature="0" /><path
         d="m 1914,909.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path164"
         inkscape:connector-curvature="0" /><path
         d="m 1914,909.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path166"
         inkscape:connector-curvature="0" /><path
         d="m 2096.4,1130 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path168"
         inkscape:connector-curvature="0" /><path
         d="m 2096.4,1130 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path170"
         inkscape:connector-curvature="0" /><path
         d="m 2281.2,2272.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path172"
         inkscape:connector-curvature="0" /><path
         d="m 2281.2,2272.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path174"
         inkscape:connector-curvature="0" /><path
         d="M 970.801,686 1338,710 1705.2,777.199 2070,1108.4 2312.4,2870"
         style="fill:none;stroke:#ff0000;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:48, 48;stroke-dashoffset:0;stroke-opacity:1"
         id="path176"
         inkscape:connector-curvature="0" /><path
         d="m 949.199,664.398 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path178"
         inkscape:connector-curvature="0" /><path
         d="m 949.199,664.398 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path180"
         inkscape:connector-curvature="0" /><path
         d="m 1316.4,688.398 43.2031,0 0,43.2031 -43.2031,0 0,-43.2031 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path182"
         inkscape:connector-curvature="0" /><path
         d="m 1316.4,688.398 43.2031,0 0,43.2031 -43.2031,0 0,-43.2031 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path184"
         inkscape:connector-curvature="0" /><path
         d="m 1683.6,755.602 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path186"
         inkscape:connector-curvature="0" /><path
         d="m 1683.6,755.602 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path188"
         inkscape:connector-curvature="0" /><path
         d="m 2048.4,1086.8 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path190"
         inkscape:connector-curvature="0" /><path
         d="m 2048.4,1086.8 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path192"
         inkscape:connector-curvature="0" /><path
         d="m 606,470 0,2400 2016,0 0,-2400 -2016,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path194"
         inkscape:connector-curvature="0" /><path
         d="m 867.602,2675.6 167.998,0"
         style="fill:none;stroke:#0000ff;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path196"
         inkscape:connector-curvature="0" /><path
         d="m 894,2675.6 c 0,14.58 -11.82,26.4 -26.398,26.4 -14.579,0 -26.403,-11.82 -26.403,-26.4 0,-14.58 11.824,-26.4 26.403,-26.4 14.578,0 26.398,11.82 26.398,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path198"
         inkscape:connector-curvature="0" /><path
         d="m 894,2675.6 c 0,14.58 -11.82,26.4 -26.398,26.4 -14.579,0 -26.403,-11.82 -26.403,-26.4 0,-14.58 11.824,-26.4 26.403,-26.4 14.578,0 26.398,11.82 26.398,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path200"
         inkscape:connector-curvature="0" /><path
         d="m 1062,2675.6 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path202"
         inkscape:connector-curvature="0" /><path
         d="m 1062,2675.6 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path204"
         inkscape:connector-curvature="0" /><g
         id="g206"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,111.96,262.76)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text208"><tspan
             x="0 3.1968 7.9920001 12.7872 20.7936 27.993601 31.996799"
             y="0"
             sodipodi:role="line"
             id="tspan210">irrev. </tspan></text>
<text
           transform="matrix(1,0,0,-1,147.96,262.76)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Symbol;-inkscape-font-specification:Symbol;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text212"><tspan
             x="0"
             y="0"
             id="tspan214">∆</tspan></text>
<text
           transform="matrix(1,0,0,-1,156.77289,262.76)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text216"><tspan
             x="0 4.0032001 12.4128 20.419201 24.4224 28.4256"
             y="0"
             sodipodi:role="line"
             id="tspan218">t=2 fs</tspan></text>
</g><path
         d="m 867.602,2498 167.998,0"
         style="fill:none;stroke:#0000ff;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:48, 48;stroke-dashoffset:0;stroke-opacity:1"
         id="path220"
         inkscape:connector-curvature="0" /><path
         d="m 846,2476.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path222"
         inkscape:connector-curvature="0" /><path
         d="m 846,2476.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path224"
         inkscape:connector-curvature="0" /><path
         d="m 1014,2476.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path226"
         inkscape:connector-curvature="0" /><path
         d="m 1014,2476.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path228"
         inkscape:connector-curvature="0" /><g
         id="g230"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,111.96,245)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text232"><tspan
             x="0 3.1968 7.9920001 12.7872 20.7936 27.993601 31.996799"
             y="0"
             sodipodi:role="line"
             id="tspan234">irrev. </tspan></text>
<text
           transform="matrix(1,0,0,-1,147.96,245)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Symbol;-inkscape-font-specification:Symbol;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text236"><tspan
             x="0"
             y="0"
             id="tspan238">∆</tspan></text>
<text
           transform="matrix(1,0,0,-1,156.77289,245)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text240"><tspan
             x="0 4.0032001 12.4128 20.419201 24.4224 28.4256"
             y="0"
             sodipodi:role="line"
             id="tspan242">t=4 fs</tspan></text>
</g><path
         d="m 867.602,2320.4 167.998,0"
         style="fill:none;stroke:#ff0000;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path244"
         inkscape:connector-curvature="0" /><path
         d="m 894,2320.4 c 0,14.58 -11.82,26.4 -26.398,26.4 -14.579,0 -26.403,-11.82 -26.403,-26.4 0,-14.58 11.824,-26.4 26.403,-26.4 14.578,0 26.398,11.82 26.398,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path246"
         inkscape:connector-curvature="0" /><path
         d="m 894,2320.4 c 0,14.58 -11.82,26.4 -26.398,26.4 -14.579,0 -26.403,-11.82 -26.403,-26.4 0,-14.58 11.824,-26.4 26.403,-26.4 14.578,0 26.398,11.82 26.398,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path248"
         inkscape:connector-curvature="0" /><path
         d="m 1062,2320.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path250"
         inkscape:connector-curvature="0" /><path
         d="m 1062,2320.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path252"
         inkscape:connector-curvature="0" /><g
         id="g254"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,111.96,227.24)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text256"><tspan
             x="0 8.7983999 13.5936 21.6 25.603201 29.6064 37.612801 42.408001"
             y="0"
             sodipodi:role="line"
             id="tspan258">Trotter </tspan></text>
<text
           transform="matrix(1,0,0,-1,158.3713,227.24)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Symbol;-inkscape-font-specification:Symbol;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text260"><tspan
             x="0"
             y="0"
             id="tspan262">∆</tspan></text>
<text
           transform="matrix(1,0,0,-1,167.18419,227.24)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text264"><tspan
             x="0 4.0032001 12.4128 20.419201 24.4224 28.4256"
             y="0"
             sodipodi:role="line"
             id="tspan266">t=2 fs</tspan></text>
</g><path
         d="m 867.602,2142.8 167.998,0"
         style="fill:none;stroke:#ff0000;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:48, 48;stroke-dashoffset:0;stroke-opacity:1"
         id="path268"
         inkscape:connector-curvature="0" /><path
         d="m 846,2121.2 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path270"
         inkscape:connector-curvature="0" /><path
         d="m 846,2121.2 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path272"
         inkscape:connector-curvature="0" /><path
         d="m 1014,2121.2 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path274"
         inkscape:connector-curvature="0" /><path
         d="m 1014,2121.2 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path276"
         inkscape:connector-curvature="0" /><g
         id="g278"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,111.96,209.48)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text280"><tspan
             x="0 8.7983999 13.5936 21.6 25.603201 29.6064 37.612801 42.408001"
             y="0"
             sodipodi:role="line"
             id="tspan282">Trotter </tspan></text>
<text
           transform="matrix(1,0,0,-1,158.3713,209.48)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Symbol;-inkscape-font-specification:Symbol;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text284"><tspan
             x="0"
             y="0"
             id="tspan286">∆</tspan></text>
<text
           transform="matrix(1,0,0,-1,167.18419,209.48)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text288"><tspan
             x="0 4.0032001 12.4128 20.419201 24.4224 28.4256"
             y="0"
             sodipodi:role="line"
             id="tspan290">t=4 fs</tspan></text>
</g><path
         d="m 3198,470 0,24 m 182.4,-24 0,24 m 182.4,-24 0,24 m 184.8,-24 0,24 m 182.4,-24 0,24 m 182.4,-24 0,24 m 184.8,-24 0,24 m 182.4,-24 0,24 m 182.4,-24 0,24 m 184.8,-24 0,24 m 182.4,-24 0,24 m 184.8,-24 0,24 m -2016,2376 0,-24 m 182.4,24 0,-24 m 182.4,24 0,-24 m 184.8,24 0,-24 m 182.4,24 0,-24 m 182.4,24 0,-24 m 184.8,24 0,-24 m 182.4,24 0,-24 m 182.4,24 0,-24 m 184.8,24 0,-24 m 182.4,24 0,-24 m 184.8,24 0,-24"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path292"
         inkscape:connector-curvature="0" /><path
         d="m 3198,470 0,48 m 364.8,-48 0,48 m 367.2,-48 0,48 m 367.2,-48 0,48 m 364.8,-48 0,48 m 367.2,-48 0,48 M 3198,2870 l 0,-48 m 364.8,48 0,-48 m 367.2,48 0,-48 m 367.2,48 0,-48 m 364.8,48 0,-48 m 367.2,48 0,-48"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path294"
         inkscape:connector-curvature="0" /><g
         id="g296"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,315.797,30.2)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text298"><tspan
             x="0 36.480095 73.199951 105.91676 113.92315 142.39685 150.40324 179.11685 187.12325"
             y="0"
             sodipodi:role="line"
             id="tspan300">048121620</tspan></text>
<text
           transform="matrix(1,0,0,-1,391.8009,11)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Symbol;-inkscape-font-specification:Symbol;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text302"><tspan
             x="0"
             y="0"
             id="tspan304">∆</tspan></text>
<text
           transform="matrix(1,0,0,-1,400.61379,11)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text306"><tspan
             x="0"
             y="0"
             id="tspan308">t</tspan></text>
<text
           transform="matrix(1,0,0,-1,404.61691,6.91992)"
           style="font-variant:normal;font-weight:normal;font-size:8.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text310"><tspan
             x="0 4.6704001"
             y="0"
             sodipodi:role="line"
             id="tspan312">LR</tspan></text>
<text
           transform="matrix(1,0,0,-1,419.35531,11)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text314"><tspan
             x="0 4.7951999 8.7983999 15.9984"
             y="0"
             sodipodi:role="line"
             id="tspan316">(fs)</tspan></text>
</g><path
         d="m 3198,736.398 24,0 m -24,266.402 24,0 m -24,266.4 24,0 m -24,266.4 24,0 m -24,266.4 24,0 m -24,268.8 24,0 m -24,266.4 24,0 m -24,266.4 24,0 m -24,266.4 24,0 m 1992,-2133.602 -24,0 m 24,266.402 -24,0 m 24,266.4 -24,0 m 24,266.4 -24,0 m 24,266.4 -24,0 m 24,268.8 -24,0 m 24,266.4 -24,0 m 24,266.4 -24,0 m 24,266.4 -24,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path318"
         inkscape:connector-curvature="0" /><path
         d="m 3198,736.398 48,0 m -48,532.802 48,0 m -48,532.8 48,0 m -48,535.2 48,0 m -48,532.8 48,0 m 1968,-2133.602 -48,0 m 48,532.802 -48,0 m 48,532.8 -48,0 m 48,535.2 -48,0 m 48,532.8 -48,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path320"
         inkscape:connector-curvature="0" /><g
         id="g322"
         transform="scale(10,10)"><text
           transform="matrix(1,0,0,-1,282.255,68.8398)"
           style="font-variant:normal;font-weight:normal;font-size:14.39999962px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
           id="text324"><tspan
             x="0 8.4096003 16.416 20.419201"
             y="0"
             sodipodi:role="line"
             id="tspan326">−0.6</tspan><tspan
             x="0 8.4096003 16.416 20.419201"
             y="-53.280102"
             sodipodi:role="line"
             id="tspan328">−0.4</tspan><tspan
             x="0 8.4096003 16.416 20.419201"
             y="-106.5602"
             sodipodi:role="line"
             id="tspan330">−0.2</tspan><tspan
             x="8.40938 16.415779 20.41898"
             y="-160.08009"
             sodipodi:role="line"
             id="tspan332">0.0</tspan><tspan
             x="8.40938 16.415779 20.41898"
             y="-213.3602"
             sodipodi:role="line"
             id="tspan334">0.2</tspan></text>
</g><path
         d="m 3198,2337.2 2016,0 m -2016,0 2016,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path336"
         inkscape:connector-curvature="0" /><path
         d="M 3380.4,2337.2 3562.8,2150 3930,1802 4297.2,1456.4 4662,1108.4 5029.2,789.199"
         style="fill:none;stroke:#0000ff;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path338"
         inkscape:connector-curvature="0" /><path
         d="m 3406.8,2337.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path340"
         inkscape:connector-curvature="0" /><path
         d="m 3406.8,2337.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path342"
         inkscape:connector-curvature="0" /><path
         d="m 3589.2,2150 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path344"
         inkscape:connector-curvature="0" /><path
         d="m 3589.2,2150 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path346"
         inkscape:connector-curvature="0" /><path
         d="m 3956.4,1802 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path348"
         inkscape:connector-curvature="0" /><path
         d="m 3956.4,1802 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path350"
         inkscape:connector-curvature="0" /><path
         d="m 4323.6,1456.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path352"
         inkscape:connector-curvature="0" /><path
         d="m 4323.6,1456.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path354"
         inkscape:connector-curvature="0" /><path
         d="m 4688.4,1108.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path356"
         inkscape:connector-curvature="0" /><path
         d="m 4688.4,1108.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path358"
         inkscape:connector-curvature="0" /><path
         d="m 5055.6,789.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path360"
         inkscape:connector-curvature="0" /><path
         d="m 5055.6,789.199 c 0,14.578 -11.82,26.403 -26.4,26.403 -14.58,0 -26.4,-11.825 -26.4,-26.403 0,-14.578 11.82,-26.398 26.4,-26.398 14.58,0 26.4,11.82 26.4,26.398"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path362"
         inkscape:connector-curvature="0" /><path
         d="M 3562.8,2390 3930,1989.2 4297.2,1670 4662,1350.8 l 367.2,-348"
         style="fill:none;stroke:#0000ff;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:48, 48;stroke-dashoffset:0;stroke-opacity:1"
         id="path364"
         inkscape:connector-curvature="0" /><path
         d="m 3541.2,2368.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path366"
         inkscape:connector-curvature="0" /><path
         d="m 3541.2,2368.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path368"
         inkscape:connector-curvature="0" /><path
         d="m 3908.4,1967.6 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path370"
         inkscape:connector-curvature="0" /><path
         d="m 3908.4,1967.6 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path372"
         inkscape:connector-curvature="0" /><path
         d="m 4275.6,1648.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path374"
         inkscape:connector-curvature="0" /><path
         d="m 4275.6,1648.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path376"
         inkscape:connector-curvature="0" /><path
         d="m 4640.4,1329.2 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path378"
         inkscape:connector-curvature="0" /><path
         d="m 4640.4,1329.2 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path380"
         inkscape:connector-curvature="0" /><path
         d="m 5007.6,981.199 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path382"
         inkscape:connector-curvature="0" /><path
         d="m 5007.6,981.199 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:none;stroke:#0000ff;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path384"
         inkscape:connector-curvature="0" /><path
         d="m 3380.4,2337.2 182.4,-134.4 367.2,-240 367.2,-266.4 364.8,-292.8 367.2,-266.4"
         style="fill:none;stroke:#ff0000;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path386"
         inkscape:connector-curvature="0" /><path
         d="m 3406.8,2337.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path388"
         inkscape:connector-curvature="0" /><path
         d="m 3406.8,2337.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path390"
         inkscape:connector-curvature="0" /><path
         d="m 3589.2,2202.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path392"
         inkscape:connector-curvature="0" /><path
         d="m 3589.2,2202.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path394"
         inkscape:connector-curvature="0" /><path
         d="m 3956.4,1962.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path396"
         inkscape:connector-curvature="0" /><path
         d="m 3956.4,1962.8 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path398"
         inkscape:connector-curvature="0" /><path
         d="m 4323.6,1696.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path400"
         inkscape:connector-curvature="0" /><path
         d="m 4323.6,1696.4 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path402"
         inkscape:connector-curvature="0" /><path
         d="m 4688.4,1403.6 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path404"
         inkscape:connector-curvature="0" /><path
         d="m 4688.4,1403.6 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path406"
         inkscape:connector-curvature="0" /><path
         d="m 5055.6,1137.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path408"
         inkscape:connector-curvature="0" /><path
         d="m 5055.6,1137.2 c 0,14.58 -11.82,26.4 -26.4,26.4 -14.58,0 -26.4,-11.82 -26.4,-26.4 0,-14.58 11.82,-26.4 26.4,-26.4 14.58,0 26.4,11.82 26.4,26.4"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path410"
         inkscape:connector-curvature="0" /><path
         d="M 3562.8,2390 3930,2123.6 4297.2,1910 4662,1670 5029.2,1269.2"
         style="fill:none;stroke:#ff0000;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:48, 48;stroke-dashoffset:0;stroke-opacity:1"
         id="path412"
         inkscape:connector-curvature="0" /><path
         d="m 3541.2,2368.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path414"
         inkscape:connector-curvature="0" /><path
         d="m 3541.2,2368.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path416"
         inkscape:connector-curvature="0" /><path
         d="m 3908.4,2102 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path418"
         inkscape:connector-curvature="0" /><path
         d="m 3908.4,2102 43.2031,0 0,43.1992 -43.2031,0 0,-43.1992 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path420"
         inkscape:connector-curvature="0" /><path
         d="m 4275.6,1888.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path422"
         inkscape:connector-curvature="0" /><path
         d="m 4275.6,1888.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path424"
         inkscape:connector-curvature="0" /><path
         d="m 4640.4,1648.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path426"
         inkscape:connector-curvature="0" /><path
         d="m 4640.4,1648.4 43.1992,0 0,43.2031 -43.1992,0 0,-43.2031 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path428"
         inkscape:connector-curvature="0" /><path
         d="m 5007.6,1247.6 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
         id="path430"
         inkscape:connector-curvature="0" /><path
         d="m 5007.6,1247.6 43.1992,0 0,43.1992 -43.1992,0 0,-43.1992 z"
         style="fill:none;stroke:#ff0000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path432"
         inkscape:connector-curvature="0" /><path
         d="m 3198,470 0,2400 2016,0 0,-2400 -2016,0"
         style="fill:none;stroke:#000000;stroke-width:4.80000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
         id="path434"
         inkscape:connector-curvature="0" /></g></g></svg>