@tscircuit/schematic-trace-solver 0.0.86 → 0.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +115 -0
  2. package/.github/scripts/import-json-bug-report.ts +15 -1
  3. package/.github/workflows/json-bug-report.yml +3 -2
  4. package/AGENTS.md +22 -0
  5. package/dist/index.js +86 -10
  6. package/lib/solvers/Example28Solver/Example28Solver.ts +46 -10
  7. package/lib/solvers/Example28Solver/countCrossingsWithOtherTraces.ts +19 -0
  8. package/lib/solvers/Example28Solver/scoreSolutionTracePath.ts +26 -0
  9. package/lib/testing/PipelineStageDebugRunner.ts +344 -0
  10. package/package.json +3 -2
  11. package/scripts/debug-pipeline-stages.ts +146 -0
  12. package/site/bug-reports/bug-report-20260706T220324Z.page.tsx +4 -0
  13. package/site/bug-reports/bug-report-20260707T020342Z.page.tsx +4 -0
  14. package/site/bug-reports/bug-report-20260707T092615Z.page.tsx +4 -0
  15. package/site/bug-reports/bug-report-20260707T134549Z.page.tsx +4 -0
  16. package/site/bug-reports/bug-report-20260707T134722Z.page.tsx +4 -0
  17. package/site/bug-reports/bug-report-20260707T140410Z.page.tsx +4 -0
  18. package/site/bug-reports/bug-report-20260707T141025Z.page.tsx +4 -0
  19. package/site/bug-reports/bug-report-20260707T141421Z.page.tsx +4 -0
  20. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +357 -3448
  21. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +64 -0
  22. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.json +233 -0
  23. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +12 -0
  24. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2098 -0
  25. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1392 -0
  26. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.test.ts +12 -0
  27. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +857 -0
  28. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +652 -0
  29. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.test.ts +12 -0
  30. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +275 -0
  31. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +265 -0
  32. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.test.ts +12 -0
  33. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +950 -0
  34. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +610 -0
  35. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.test.ts +12 -0
  36. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +218 -0
  37. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +185 -0
  38. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.test.ts +12 -0
  39. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +613 -0
  40. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +499 -0
  41. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.test.ts +12 -0
  42. package/tests/examples/__snapshots__/example01.snap.svg +59 -162
  43. package/tests/examples/__snapshots__/example02.snap.svg +64 -273
  44. package/tests/examples/__snapshots__/example03.snap.svg +85 -290
  45. package/tests/examples/__snapshots__/example04.snap.svg +50 -94
  46. package/tests/examples/__snapshots__/example05.snap.svg +73 -191
  47. package/tests/examples/__snapshots__/example06.snap.svg +49 -95
  48. package/tests/examples/__snapshots__/example07.snap.svg +65 -218
  49. package/tests/examples/__snapshots__/example08.snap.svg +61 -143
  50. package/tests/examples/__snapshots__/example09.snap.svg +123 -493
  51. package/tests/examples/__snapshots__/example10.snap.svg +57 -136
  52. package/tests/examples/__snapshots__/example11.snap.svg +64 -173
  53. package/tests/examples/__snapshots__/example12.snap.svg +58 -159
  54. package/tests/examples/__snapshots__/example13.snap.svg +78 -348
  55. package/tests/examples/__snapshots__/example14.snap.svg +77 -293
  56. package/tests/examples/__snapshots__/example15.snap.svg +140 -984
  57. package/tests/examples/__snapshots__/example16.snap.svg +62 -162
  58. package/tests/examples/__snapshots__/example17.snap.svg +67 -198
  59. package/tests/examples/__snapshots__/example18.snap.svg +69 -249
  60. package/tests/examples/__snapshots__/example19.snap.svg +63 -202
  61. package/tests/examples/__snapshots__/example20.snap.svg +60 -148
  62. package/tests/examples/__snapshots__/example21.snap.svg +73 -298
  63. package/tests/examples/__snapshots__/example22.snap.svg +62 -156
  64. package/tests/examples/__snapshots__/example23.snap.svg +66 -172
  65. package/tests/examples/__snapshots__/example24.snap.svg +64 -164
  66. package/tests/examples/__snapshots__/example25.snap.svg +76 -299
  67. package/tests/examples/__snapshots__/example26.snap.svg +64 -164
  68. package/tests/examples/__snapshots__/example27.snap.svg +83 -300
  69. package/tests/examples/__snapshots__/example28.snap.svg +54 -115
  70. package/tests/examples/__snapshots__/example29.snap.svg +257 -1299
  71. package/tests/examples/__snapshots__/example30.snap.svg +91 -293
  72. package/tests/examples/__snapshots__/example31.snap.svg +47 -88
  73. package/tests/examples/__snapshots__/example32.snap.svg +107 -405
  74. package/tests/examples/__snapshots__/example33.snap.svg +71 -180
  75. package/tests/examples/__snapshots__/example34.snap.svg +55 -116
  76. package/tests/examples/__snapshots__/example35.snap.svg +69 -176
  77. package/tests/examples/__snapshots__/example36.snap.svg +65 -159
  78. package/tests/examples/__snapshots__/example37.snap.svg +75 -223
  79. package/tests/examples/__snapshots__/example38.snap.svg +46 -76
  80. package/tests/examples/__snapshots__/example39.snap.svg +51 -106
  81. package/tests/examples/__snapshots__/example40.snap.svg +83 -270
  82. package/tests/examples/__snapshots__/example41.snap.svg +54 -118
  83. package/tests/examples/__snapshots__/example42.snap.svg +67 -194
  84. package/tests/examples/__snapshots__/example43.snap.svg +62 -168
  85. package/tests/examples/__snapshots__/example44.snap.svg +86 -369
  86. package/tests/examples/__snapshots__/example45.snap.svg +60 -169
  87. package/tests/examples/__snapshots__/example46.snap.svg +80 -342
  88. package/tests/examples/__snapshots__/example47.snap.svg +82 -323
  89. package/tests/examples/__snapshots__/example48.snap.svg +64 -167
  90. package/tests/examples/__snapshots__/example49.snap.svg +120 -565
  91. package/tests/examples/__snapshots__/example50.snap.svg +71 -195
  92. package/tests/fixtures/getLastStepGraphicsObject.ts +38 -0
  93. package/tests/fixtures/getLastStepSvg.ts +9 -0
  94. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +67 -218
  95. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +47 -87
  96. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +73 -272
  97. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +284 -0
  98. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +470 -0
  99. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +94 -395
  100. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +88 -467
  101. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +109 -569
  102. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +95 -459
  103. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +64 -176
  104. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +51 -112
  105. package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +239 -0
  106. package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +432 -0
  107. package/tests/repros/repro-atmega328p-fault-pullup.test.ts +11 -0
  108. package/tests/repros/repro-atmega328p-missing-gnd-netlabel.test.ts +16 -0
  109. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +59 -159
  110. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +54 -118
  111. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +58 -245
  112. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView01.snap.svg +73 -222
  113. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView02.snap.svg +65 -204
  114. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView03.snap.svg +65 -183
  115. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +54 -139
  116. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +61 -215
  117. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +54 -124
@@ -0,0 +1,2098 @@
1
+ <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="white" />
3
+ <g>
4
+ <circle data-type="point" data-label="J_BAT_POS.1
5
+ x-" data-x="-7.200000000000001" data-y="-10.198910699999997" cx="157.9100597868469" cy="538.3506626462179" r="3" fill="hsl(96, 100%, 50%, 0.8)" />
6
+ </g>
7
+ <g>
8
+ <circle data-type="point" data-label="J_BAT_POS.2
9
+ x-" data-x="-7.200000000000001" data-y="-10.398910699999997" cx="157.9100597868469" cy="544.1733816480373" r="3" fill="hsl(96, 100%, 50%, 0.8)" />
10
+ </g>
11
+ <g>
12
+ <circle data-type="point" data-label="J_BAT_POS.3
13
+ x+" data-x="-5.200000000000001" data-y="-10.398910699999997" cx="216.13724980504287" cy="544.1733816480373" r="3" fill="hsl(96, 100%, 50%, 0.8)" />
14
+ </g>
15
+ <g>
16
+ <circle data-type="point" data-label="J_BAT_POS.4
17
+ x+" data-x="-5.200000000000001" data-y="-10.198910699999997" cx="216.13724980504287" cy="538.3506626462179" r="3" fill="hsl(104, 100%, 50%, 0.8)" />
18
+ </g>
19
+ <g>
20
+ <circle data-type="point" data-label="J_BAT_NEG.1
21
+ x-" data-x="-11.05" data-y="-8.129999999999999" cx="45.82271900181962" cy="478.1172344164284" r="3" fill="hsl(8, 100%, 50%, 0.8)" />
22
+ </g>
23
+ <g>
24
+ <circle data-type="point" data-label="J_BAT_NEG.2
25
+ x-" data-x="-11.05" data-y="-8.329999999999998" cx="45.82271900181962" cy="483.93995341824797" r="3" fill="hsl(8, 100%, 50%, 0.8)" />
26
+ </g>
27
+ <g>
28
+ <circle data-type="point" data-label="J_BAT_NEG.3
29
+ x+" data-x="-9.05" data-y="-8.329999999999998" cx="104.0499090200156" cy="483.93995341824797" r="3" fill="hsl(8, 100%, 50%, 0.8)" />
30
+ </g>
31
+ <g>
32
+ <circle data-type="point" data-label="J_BAT_NEG.4
33
+ x+" data-x="-9.05" data-y="-8.129999999999999" cx="104.0499090200156" cy="478.1172344164284" r="3" fill="hsl(8, 100%, 50%, 0.8)" />
34
+ </g>
35
+ <g>
36
+ <circle data-type="point" data-label="D_PROT.1
37
+ x-" data-x="-8.650000000000002" data-y="-5.8199999999999985" cx="115.69534702365476" cy="410.864829945412" r="3" fill="hsl(13, 100%, 50%, 0.8)" />
38
+ </g>
39
+ <g>
40
+ <circle data-type="point" data-label="D_PROT.2
41
+ x+" data-x="-6.65" data-y="-5.8199999999999985" cx="173.9225370418508" cy="410.864829945412" r="3" fill="hsl(14, 100%, 50%, 0.8)" />
42
+ </g>
43
+ <g>
44
+ <circle data-type="point" data-label="D_SENSE_CLAMP.1
45
+ x-" data-x="-7.965000000000001" data-y="0.4744553500000013" cx="135.63815960488694" cy="227.6106060826618" r="3" fill="hsl(112, 100%, 50%, 0.8)" />
46
+ </g>
47
+ <g>
48
+ <circle data-type="point" data-label="D_SENSE_CLAMP.2
49
+ x+" data-x="-5.965000000000001" data-y="0.4744553500000013" cx="193.86534962308292" cy="227.6106060826618" r="3" fill="hsl(112, 100%, 50%, 0.8)" />
50
+ </g>
51
+ <g>
52
+ <circle data-type="point" data-label="U_REF.1
53
+ x-" data-x="-3.6400000000000023" data-y="-7.364455349999998" cx="261.5544580192357" cy="455.8294775149467" r="3" fill="hsl(196, 100%, 50%, 0.8)" />
54
+ </g>
55
+ <g>
56
+ <circle data-type="point" data-label="U_REF.2
57
+ x-" data-x="-3.6400000000000023" data-y="-7.564455349999998" cx="261.5544580192357" cy="461.65219651676625" r="3" fill="hsl(197, 100%, 50%, 0.8)" />
58
+ </g>
59
+ <g>
60
+ <circle data-type="point" data-label="U_REF.3
61
+ x+" data-x="-1.6400000000000023" data-y="-7.464455349999998" cx="319.78164803743175" cy="458.7408370158565" r="3" fill="hsl(198, 100%, 50%, 0.8)" />
62
+ </g>
63
+ <g>
64
+ <circle data-type="point" data-label="U1.1
65
+ x-" data-x="-0.8300000000000005" data-y="0.10000000000000042" cx="343.36365999480114" cy="238.51234749155188" r="3" fill="hsl(319, 100%, 50%, 0.8)" />
66
+ </g>
67
+ <g>
68
+ <circle data-type="point" data-label="U1.2
69
+ x-" data-x="-0.8300000000000005" data-y="-0.09999999999999959" cx="343.36365999480114" cy="244.33506649337147" r="3" fill="hsl(320, 100%, 50%, 0.8)" />
70
+ </g>
71
+ <g>
72
+ <circle data-type="point" data-label="U1.3
73
+ x-" data-x="-0.8300000000000005" data-y="-0.2999999999999996" cx="343.36365999480114" cy="250.15778549519106" r="3" fill="hsl(321, 100%, 50%, 0.8)" />
74
+ </g>
75
+ <g>
76
+ <circle data-type="point" data-label="U1.4
77
+ x-" data-x="-0.8300000000000005" data-y="-0.49999999999999967" cx="343.36365999480114" cy="255.98050449701068" r="3" fill="hsl(322, 100%, 50%, 0.8)" />
78
+ </g>
79
+ <g>
80
+ <circle data-type="point" data-label="U1.5
81
+ x-" data-x="-0.8300000000000005" data-y="-0.6999999999999996" cx="343.36365999480114" cy="261.8032234988303" r="3" fill="hsl(323, 100%, 50%, 0.8)" />
82
+ </g>
83
+ <g>
84
+ <circle data-type="point" data-label="U1.6
85
+ x-" data-x="-0.8300000000000005" data-y="-0.8999999999999996" cx="343.36365999480114" cy="267.6259425006499" r="3" fill="hsl(324, 100%, 50%, 0.8)" />
86
+ </g>
87
+ <g>
88
+ <circle data-type="point" data-label="U1.7
89
+ x-" data-x="-0.8300000000000005" data-y="-1.0999999999999996" cx="343.36365999480114" cy="273.44866150246946" r="3" fill="hsl(325, 100%, 50%, 0.8)" />
90
+ </g>
91
+ <g>
92
+ <circle data-type="point" data-label="U1.8
93
+ x+" data-x="1.1699999999999995" data-y="-1.0999999999999996" cx="401.5908500129972" cy="273.44866150246946" r="3" fill="hsl(326, 100%, 50%, 0.8)" />
94
+ </g>
95
+ <g>
96
+ <circle data-type="point" data-label="U1.9
97
+ x+" data-x="1.1699999999999995" data-y="-0.8999999999999995" cx="401.5908500129972" cy="267.6259425006499" r="3" fill="hsl(327, 100%, 50%, 0.8)" />
98
+ </g>
99
+ <g>
100
+ <circle data-type="point" data-label="U1.10
101
+ x+" data-x="1.1699999999999995" data-y="-0.6999999999999995" cx="401.5908500129972" cy="261.8032234988303" r="3" fill="hsl(217, 100%, 50%, 0.8)" />
102
+ </g>
103
+ <g>
104
+ <circle data-type="point" data-label="U1.11
105
+ x+" data-x="1.1699999999999995" data-y="-0.49999999999999944" cx="401.5908500129972" cy="255.98050449701068" r="3" fill="hsl(218, 100%, 50%, 0.8)" />
106
+ </g>
107
+ <g>
108
+ <circle data-type="point" data-label="U1.12
109
+ x+" data-x="1.1699999999999995" data-y="-0.2999999999999995" cx="401.5908500129972" cy="250.15778549519106" r="3" fill="hsl(219, 100%, 50%, 0.8)" />
110
+ </g>
111
+ <g>
112
+ <circle data-type="point" data-label="U1.13
113
+ x+" data-x="1.1699999999999995" data-y="-0.09999999999999953" cx="401.5908500129972" cy="244.33506649337147" r="3" fill="hsl(220, 100%, 50%, 0.8)" />
114
+ </g>
115
+ <g>
116
+ <circle data-type="point" data-label="U1.14
117
+ x+" data-x="1.1699999999999995" data-y="0.10000000000000042" cx="401.5908500129972" cy="238.51234749155188" r="3" fill="hsl(221, 100%, 50%, 0.8)" />
118
+ </g>
119
+ <g>
120
+ <circle data-type="point" data-label="U2.1
121
+ x-" data-x="-0.8300000000000018" data-y="-5.819999999999999" cx="343.36365999480114" cy="410.864829945412" r="3" fill="hsl(200, 100%, 50%, 0.8)" />
122
+ </g>
123
+ <g>
124
+ <circle data-type="point" data-label="U2.2
125
+ x-" data-x="-0.8300000000000018" data-y="-6.02" cx="343.36365999480114" cy="416.6875489472316" r="3" fill="hsl(201, 100%, 50%, 0.8)" />
126
+ </g>
127
+ <g>
128
+ <circle data-type="point" data-label="U2.3
129
+ x-" data-x="-0.8300000000000018" data-y="-6.22" cx="343.36365999480114" cy="422.51026794905124" r="3" fill="hsl(202, 100%, 50%, 0.8)" />
130
+ </g>
131
+ <g>
132
+ <circle data-type="point" data-label="U2.4
133
+ x+" data-x="1.1699999999999982" data-y="-6.119999999999999" cx="401.5908500129971" cy="419.5989084481414" r="3" fill="hsl(203, 100%, 50%, 0.8)" />
134
+ </g>
135
+ <g>
136
+ <circle data-type="point" data-label="U2.5
137
+ x+" data-x="1.1699999999999982" data-y="-5.92" cx="401.5908500129971" cy="413.77618944632184" r="3" fill="hsl(204, 100%, 50%, 0.8)" />
138
+ </g>
139
+ <g>
140
+ <circle data-type="point" data-label="C1.1
141
+ y+" data-x="-9.808910699999998" data-y="-2.9149999999999983" cx="81.95529025214461" cy="326.2898364439823" r="3" fill="hsl(121, 100%, 50%, 0.8)" />
142
+ </g>
143
+ <g>
144
+ <circle data-type="point" data-label="C1.2
145
+ y-" data-x="-9.808910699999998" data-y="-4.015" cx="81.95529025214461" cy="358.31479095399015" r="3" fill="hsl(122, 100%, 50%, 0.8)" />
146
+ </g>
147
+ <g>
148
+ <circle data-type="point" data-label="C2.1
149
+ y+" data-x="-10.475" data-y="-5.224999999999998" cx="62.56303613205097" cy="393.5422409149987" r="3" fill="hsl(2, 100%, 50%, 0.8)" />
150
+ </g>
151
+ <g>
152
+ <circle data-type="point" data-label="C2.2
153
+ y-" data-x="-10.475" data-y="-6.324999999999999" cx="62.56303613205097" cy="425.5671954250065" r="3" fill="hsl(3, 100%, 50%, 0.8)" />
154
+ </g>
155
+ <g>
156
+ <circle data-type="point" data-label="C_SENSE.1
157
+ y+" data-x="-9.808910699999998" data-y="-0.6049999999999982" cx="81.95529025214461" cy="259.0374319729659" r="3" fill="hsl(69, 100%, 50%, 0.8)" />
158
+ </g>
159
+ <g>
160
+ <circle data-type="point" data-label="C_SENSE.2
161
+ y-" data-x="-9.808910699999998" data-y="-1.7049999999999996" cx="81.95529025214461" cy="291.06238648297375" r="3" fill="hsl(70, 100%, 50%, 0.8)" />
162
+ </g>
163
+ <g>
164
+ <circle data-type="point" data-label="RREF.1
165
+ y+" data-x="-4.890000000000002" data-y="-5.224999999999999" cx="225.16246425786323" cy="393.54224091499873" r="3" fill="hsl(308, 100%, 50%, 0.8)" />
166
+ </g>
167
+ <g>
168
+ <circle data-type="point" data-label="RREF.2
169
+ y-" data-x="-4.890000000000002" data-y="-6.324999999999998" cx="225.16246425786323" cy="425.5671954250065" r="3" fill="hsl(309, 100%, 50%, 0.8)" />
170
+ </g>
171
+ <g>
172
+ <circle data-type="point" data-label="R_TOP.1
173
+ x-" data-x="-7.750000000000001" data-y="-8.009455349999998" cx="141.897582531843" cy="474.6077462958149" r="3" fill="hsl(155, 100%, 50%, 0.8)" />
174
+ </g>
175
+ <g>
176
+ <circle data-type="point" data-label="R_TOP.2
177
+ x+" data-x="-6.650000000000001" data-y="-8.009455349999998" cx="173.92253704185077" cy="474.6077462958149" r="3" fill="hsl(156, 100%, 50%, 0.8)" />
178
+ </g>
179
+ <g>
180
+ <circle data-type="point" data-label="R_BOT.1
181
+ y+" data-x="-7.5994553499999995" data-y="-1.3305446499999976" cx="146.28047850272944" cy="280.1606450740837" r="3" fill="hsl(21, 100%, 50%, 0.8)" />
182
+ </g>
183
+ <g>
184
+ <circle data-type="point" data-label="R_BOT.2
185
+ y-" data-x="-7.5994553499999995" data-y="-2.430544649999999" cx="146.28047850272944" cy="312.1855995840915" r="3" fill="hsl(22, 100%, 50%, 0.8)" />
186
+ </g>
187
+ <g>
188
+ <circle data-type="point" data-label="RTH_TOP.1
189
+ x+" data-x="-4.3400000000000025" data-y="-7.364455349999998" cx="241.17494151286712" cy="455.8294775149467" r="3" fill="hsl(191, 100%, 50%, 0.8)" />
190
+ </g>
191
+ <g>
192
+ <circle data-type="point" data-label="RTH_TOP.2
193
+ x-" data-x="-5.440000000000002" data-y="-7.364455349999998" cx="209.14998700285932" cy="455.8294775149467" r="3" fill="hsl(192, 100%, 50%, 0.8)" />
194
+ </g>
195
+ <g>
196
+ <circle data-type="point" data-label="RTH_100.1
197
+ x-" data-x="5.965" data-y="-3.63054465" cx="541.1905380816221" cy="347.1219135950091" r="3" fill="hsl(3, 100%, 50%, 0.8)" />
198
+ </g>
199
+ <g>
200
+ <circle data-type="point" data-label="RTH_100.2
201
+ x+" data-x="7.0649999999999995" data-y="-3.63054465" cx="573.2154925916299" cy="347.1219135950091" r="3" fill="hsl(4, 100%, 50%, 0.8)" />
202
+ </g>
203
+ <g>
204
+ <circle data-type="point" data-label="RTH_80.1
205
+ x-" data-x="5.965" data-y="-1.6516339500000008" cx="541.1905380816221" cy="289.50870891603853" r="3" fill="hsl(292, 100%, 50%, 0.8)" />
206
+ </g>
207
+ <g>
208
+ <circle data-type="point" data-label="RTH_80.2
209
+ x+" data-x="7.0649999999999995" data-y="-1.6516339500000008" cx="573.2154925916299" cy="289.50870891603853" r="3" fill="hsl(293, 100%, 50%, 0.8)" />
210
+ </g>
211
+ <g>
212
+ <circle data-type="point" data-label="RTH_60.1
213
+ x-" data-x="5.965" data-y="0.3272767499999982" cx="541.1905380816221" cy="231.89550423706794" r="3" fill="hsl(110, 100%, 50%, 0.8)" />
214
+ </g>
215
+ <g>
216
+ <circle data-type="point" data-label="RTH_60.2
217
+ x+" data-x="7.0649999999999995" data-y="0.3272767499999982" cx="573.2154925916299" cy="231.89550423706794" r="3" fill="hsl(111, 100%, 50%, 0.8)" />
218
+ </g>
219
+ <g>
220
+ <circle data-type="point" data-label="RTH_40.1
221
+ x-" data-x="5.965" data-y="2.3061874499999973" cx="541.1905380816221" cy="174.28229955809732" r="3" fill="hsl(288, 100%, 50%, 0.8)" />
222
+ </g>
223
+ <g>
224
+ <circle data-type="point" data-label="RTH_40.2
225
+ x+" data-x="7.0649999999999995" data-y="2.3061874499999973" cx="573.2154925916299" cy="174.28229955809732" r="3" fill="hsl(289, 100%, 50%, 0.8)" />
226
+ </g>
227
+ <g>
228
+ <circle data-type="point" data-label="RTH_20.1
229
+ y+" data-x="-6.3494553499999995" data-y="-2.919999999999998" cx="182.67247226410194" cy="326.4354044190278" r="3" fill="hsl(106, 100%, 50%, 0.8)" />
230
+ </g>
231
+ <g>
232
+ <circle data-type="point" data-label="RTH_20.2
233
+ y-" data-x="-6.3494553499999995" data-y="-4.019999999999998" cx="182.67247226410194" cy="358.4603589290356" r="3" fill="hsl(107, 100%, 50%, 0.8)" />
234
+ </g>
235
+ <g>
236
+ <circle data-type="point" data-label="RHYS1.1
237
+ x+" data-x="-3.119455350000001" data-y="-1.6794553499999991" cx="276.7093841434884" cy="290.3186898882246" r="3" fill="hsl(260, 100%, 50%, 0.8)" />
238
+ </g>
239
+ <g>
240
+ <circle data-type="point" data-label="RHYS1.2
241
+ x-" data-x="-4.2194553500000005" data-y="-1.6794553499999991" cx="244.68442963348065" cy="290.3186898882246" r="3" fill="hsl(261, 100%, 50%, 0.8)" />
242
+ </g>
243
+ <g>
244
+ <circle data-type="point" data-label="RHYS2.1
245
+ x+" data-x="-3.130000000000001" data-y="3.2594553499999996" cx="276.40239147387575" cy="146.52924398232392" r="3" fill="hsl(141, 100%, 50%, 0.8)" />
246
+ </g>
247
+ <g>
248
+ <circle data-type="point" data-label="RHYS2.2
249
+ x-" data-x="-4.23" data-y="3.2594553499999996" cx="244.37743696386798" cy="146.52924398232392" r="3" fill="hsl(142, 100%, 50%, 0.8)" />
250
+ </g>
251
+ <g>
252
+ <circle data-type="point" data-label="RHYS3.1
253
+ x+" data-x="-0.08000000000000074" data-y="1.6894553499999998" cx="365.19885625162465" cy="192.23758814660778" r="3" fill="hsl(22, 100%, 50%, 0.8)" />
254
+ </g>
255
+ <g>
256
+ <circle data-type="point" data-label="RHYS3.2
257
+ x-" data-x="-1.1800000000000008" data-y="1.6894553499999998" cx="333.1739017416169" cy="192.23758814660778" r="3" fill="hsl(23, 100%, 50%, 0.8)" />
258
+ </g>
259
+ <g>
260
+ <circle data-type="point" data-label="RHYS4.1
261
+ y+" data-x="4.210000000000001" data-y="-2.1794553499999987" cx="490.0961788406551" cy="304.8754873927736" r="3" fill="hsl(263, 100%, 50%, 0.8)" />
262
+ </g>
263
+ <g>
264
+ <circle data-type="point" data-label="RHYS4.2
265
+ y-" data-x="4.210000000000001" data-y="-3.2794553499999983" cx="490.0961788406551" cy="336.9004419027814" r="3" fill="hsl(264, 100%, 50%, 0.8)" />
266
+ </g>
267
+ <g>
268
+ <circle data-type="point" data-label="RHYS5.1
269
+ x-" data-x="2.4199999999999973" data-y="-7.699455349999998" cx="437.9828437743696" cy="465.5825318429945" r="3" fill="hsl(144, 100%, 50%, 0.8)" />
270
+ </g>
271
+ <g>
272
+ <circle data-type="point" data-label="RHYS5.2
273
+ x+" data-x="3.519999999999998" data-y="-7.699455349999998" cx="470.0077982843774" cy="465.5825318429945" r="3" fill="hsl(145, 100%, 50%, 0.8)" />
274
+ </g>
275
+ <g>
276
+ <circle data-type="point" data-label="RPU1.1
277
+ y-" data-x="-1.8694553500000004" data-y="-2.44" cx="313.10137790486095" cy="312.4608788146608" r="3" fill="hsl(61, 100%, 50%, 0.8)" />
278
+ </g>
279
+ <g>
280
+ <circle data-type="point" data-label="RPU1.2
281
+ y+" data-x="-1.8694553500000004" data-y="-1.3399999999999994" cx="313.10137790486095" cy="280.435924304653" r="3" fill="hsl(62, 100%, 50%, 0.8)" />
282
+ </g>
283
+ <g>
284
+ <circle data-type="point" data-label="RPU2.1
285
+ y+" data-x="-1.8800000000000003" data-y="4.0200000000000005" cx="312.7943852352482" cy="124.38705505588771" r="3" fill="hsl(302, 100%, 50%, 0.8)" />
286
+ </g>
287
+ <g>
288
+ <circle data-type="point" data-label="RPU2.2
289
+ y-" data-x="-1.8800000000000003" data-y="2.92" cx="312.7943852352482" cy="156.41200956589552" r="3" fill="hsl(303, 100%, 50%, 0.8)" />
290
+ </g>
291
+ <g>
292
+ <circle data-type="point" data-label="RPU3.1
293
+ y+" data-x="1.1699999999999995" data-y="2.45" cx="401.5908500129972" cy="170.0953992201716" r="3" fill="hsl(183, 100%, 50%, 0.8)" />
294
+ </g>
295
+ <g>
296
+ <circle data-type="point" data-label="RPU3.2
297
+ y-" data-x="1.1699999999999995" data-y="1.3500000000000003" cx="401.5908500129972" cy="202.12035373017937" r="3" fill="hsl(184, 100%, 50%, 0.8)" />
298
+ </g>
299
+ <g>
300
+ <circle data-type="point" data-label="RPU4.1
301
+ x+" data-x="4.760000000000001" data-y="-1.1399999999999992" cx="506.108656095659" cy="274.61320530283336" r="3" fill="hsl(64, 100%, 50%, 0.8)" />
302
+ </g>
303
+ <g>
304
+ <circle data-type="point" data-label="RPU4.2
305
+ x-" data-x="3.660000000000001" data-y="-1.1399999999999992" cx="474.0837015856512" cy="274.61320530283336" r="3" fill="hsl(65, 100%, 50%, 0.8)" />
306
+ </g>
307
+ <g>
308
+ <circle data-type="point" data-label="RPU5.1
309
+ y-" data-x="1.1699999999999973" data-y="-8.57" cx="401.59085001299707" cy="490.92721622043155" r="3" fill="hsl(305, 100%, 50%, 0.8)" />
310
+ </g>
311
+ <g>
312
+ <circle data-type="point" data-label="RPU5.2
313
+ y+" data-x="1.1699999999999973" data-y="-7.469999999999999" cx="401.59085001299707" cy="458.9022617104237" r="3" fill="hsl(306, 100%, 50%, 0.8)" />
314
+ </g>
315
+ <g>
316
+ <circle data-type="point" data-label="LED1.1
317
+ x-" data-x="-2.6350000000000007" data-y="-0.09999999999999964" cx="290.81362100337924" cy="244.33506649337147" r="3" fill="hsl(57, 100%, 50%, 0.8)" />
318
+ </g>
319
+ <g>
320
+ <circle data-type="point" data-label="LED1.2
321
+ x+" data-x="-1.5050000000000008" data-y="-0.09999999999999964" cx="323.71198336366" cy="244.33506649337147" r="3" fill="hsl(58, 100%, 50%, 0.8)" />
322
+ </g>
323
+ <g>
324
+ <circle data-type="point" data-label="RLED1.1
325
+ x-" data-x="-4.410000000000001" data-y="-0.09999999999999964" cx="239.1369898622303" cy="244.33506649337147" r="3" fill="hsl(139, 100%, 50%, 0.8)" />
326
+ </g>
327
+ <g>
328
+ <circle data-type="point" data-label="RLED1.2
329
+ x+" data-x="-3.3100000000000005" data-y="-0.09999999999999964" cx="271.1619443722381" cy="244.33506649337147" r="3" fill="hsl(140, 100%, 50%, 0.8)" />
330
+ </g>
331
+ <g>
332
+ <circle data-type="point" data-label="LED2.1
333
+ x-" data-x="-2.9850000000000003" data-y="1.6800000000000002" cx="280.623862750195" cy="192.51286737717703" r="3" fill="hsl(298, 100%, 50%, 0.8)" />
334
+ </g>
335
+ <g>
336
+ <circle data-type="point" data-label="LED2.2
337
+ x+" data-x="-1.8550000000000004" data-y="1.6800000000000002" cx="313.5222251104757" cy="192.51286737717703" r="3" fill="hsl(299, 100%, 50%, 0.8)" />
338
+ </g>
339
+ <g>
340
+ <circle data-type="point" data-label="RLED2.1
341
+ x-" data-x="-4.760000000000001" data-y="1.6800000000000002" cx="228.947231609046" cy="192.51286737717703" r="3" fill="hsl(20, 100%, 50%, 0.8)" />
342
+ </g>
343
+ <g>
344
+ <circle data-type="point" data-label="RLED2.2
345
+ x+" data-x="-3.660000000000001" data-y="1.6800000000000002" cx="260.9721861190538" cy="192.51286737717703" r="3" fill="hsl(21, 100%, 50%, 0.8)" />
346
+ </g>
347
+ <g>
348
+ <circle data-type="point" data-label="LED3.1
349
+ x+" data-x="2.9749999999999996" data-y="0.10000000000000002" cx="454.140889004419" cy="238.51234749155188" r="3" fill="hsl(179, 100%, 50%, 0.8)" />
350
+ </g>
351
+ <g>
352
+ <circle data-type="point" data-label="LED3.2
353
+ x-" data-x="1.8449999999999998" data-y="0.10000000000000016" cx="421.2425266441383" cy="238.51234749155188" r="3" fill="hsl(180, 100%, 50%, 0.8)" />
354
+ </g>
355
+ <g>
356
+ <circle data-type="point" data-label="RLED3.1
357
+ y+" data-x="2.9499999999999997" data-y="2.4500000000000006" cx="453.41304912919156" cy="170.09539922017157" r="3" fill="hsl(261, 100%, 50%, 0.8)" />
358
+ </g>
359
+ <g>
360
+ <circle data-type="point" data-label="RLED3.2
361
+ y-" data-x="2.9499999999999997" data-y="1.35" cx="453.41304912919156" cy="202.12035373017937" r="3" fill="hsl(262, 100%, 50%, 0.8)" />
362
+ </g>
363
+ <g>
364
+ <circle data-type="point" data-label="LED4.1
365
+ y-" data-x="2.4099999999999997" data-y="-2.244999999999999" cx="437.6917078242787" cy="306.7837277878867" r="3" fill="hsl(60, 100%, 50%, 0.8)" />
366
+ </g>
367
+ <g>
368
+ <circle data-type="point" data-label="LED4.2
369
+ y+" data-x="2.4099999999999997" data-y="-1.1149999999999993" cx="437.6917078242787" cy="273.88536542760596" r="3" fill="hsl(61, 100%, 50%, 0.8)" />
370
+ </g>
371
+ <g>
372
+ <circle data-type="point" data-label="RLED4.1
373
+ y-" data-x="2.41" data-y="-4.02" cx="437.6917078242787" cy="358.46035892903564" r="3" fill="hsl(142, 100%, 50%, 0.8)" />
374
+ </g>
375
+ <g>
376
+ <circle data-type="point" data-label="RLED4.2
377
+ y+" data-x="2.41" data-y="-2.92" cx="437.6917078242787" cy="326.43540441902786" r="3" fill="hsl(143, 100%, 50%, 0.8)" />
378
+ </g>
379
+ <g>
380
+ <circle data-type="point" data-label="LED5.1
381
+ x+" data-x="2.9749999999999983" data-y="-6.119999999999999" cx="454.140889004419" cy="419.5989084481414" r="3" fill="hsl(301, 100%, 50%, 0.8)" />
382
+ </g>
383
+ <g>
384
+ <circle data-type="point" data-label="LED5.2
385
+ x-" data-x="1.8449999999999984" data-y="-6.119999999999999" cx="421.24252664413825" cy="419.5989084481414" r="3" fill="hsl(302, 100%, 50%, 0.8)" />
386
+ </g>
387
+ <g>
388
+ <circle data-type="point" data-label="RLED5.1
389
+ x+" data-x="5.349999999999997" data-y="-6.119999999999999" cx="523.2856771510267" cy="419.5989084481414" r="3" fill="hsl(23, 100%, 50%, 0.8)" />
390
+ </g>
391
+ <g>
392
+ <circle data-type="point" data-label="RLED5.2
393
+ x-" data-x="4.249999999999997" data-y="-6.119999999999999" cx="491.2607226410189" cy="419.5989084481414" r="3" fill="hsl(24, 100%, 50%, 0.8)" />
394
+ </g>
395
+ <g>
396
+ <circle data-type="point" data-label="anchorPoint
397
+ orientation: x-" data-x="-7.400000000000001" data-y="-10.398910699999997" cx="152.08734078502727" cy="544.1733816480373" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
398
+ </g>
399
+ <g>
400
+ <circle data-type="point" data-label="anchorPoint
401
+ orientation: x+" data-x="-5.000000000000001" data-y="-10.198910699999997" cx="221.9599688068625" cy="538.3506626462179" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
402
+ </g>
403
+ <g>
404
+ <circle data-type="point" data-label="anchorPoint
405
+ orientation: x+" data-x="-6.450000000000001" data-y="-5.8199999999999985" cx="179.7452560436704" cy="410.864829945412" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
406
+ </g>
407
+ <g>
408
+ <circle data-type="point" data-label="anchorPoint
409
+ orientation: y-" data-x="-6.3494553499999995" data-y="-4.219999999999998" cx="182.67247226410194" cy="364.2830779308552" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
410
+ </g>
411
+ <g>
412
+ <circle data-type="point" data-label="anchorPoint
413
+ orientation: y-" data-x="-10.8625" data-y="-7.227499999999999" cx="51.281518066025455" cy="451.8422149207174" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
414
+ </g>
415
+ <g>
416
+ <circle data-type="point" data-label="anchorPoint
417
+ orientation: y-" data-x="-8.59" data-y="-8.130999999999998" cx="117.4421627242007" cy="478.14634801143745" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
418
+ </g>
419
+ <g>
420
+ <circle data-type="point" data-label="anchorPoint
421
+ orientation: y-" data-x="-5.7540000000000004" data-y="0.27345535000000126" cx="200.0083181700026" cy="233.4624386794905" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
422
+ </g>
423
+ <g>
424
+ <circle data-type="point" data-label="anchorPoint
425
+ orientation: y-" data-x="-3.851000000000002" data-y="-7.765455349999998" cx="255.41148947231605" cy="467.504029113595" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
426
+ </g>
427
+ <g>
428
+ <circle data-type="point" data-label="anchorPoint
429
+ orientation: y-" data-x="1.2699999999999996" data-y="-3.1599999999999993" cx="404.50220951390696" cy="333.4226672212113" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
430
+ </g>
431
+ <g>
432
+ <circle data-type="point" data-label="anchorPoint
433
+ orientation: y-" data-x="-10.4289107" data-y="-4.214999999999999" cx="63.90486134650382" cy="364.1375099558097" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
434
+ </g>
435
+ <g>
436
+ <circle data-type="point" data-label="anchorPoint
437
+ orientation: x+" data-x="-9.5625" data-y="-5.4224999999999985" cx="89.12919157785291" cy="399.2921759292956" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
438
+ </g>
439
+ <g>
440
+ <circle data-type="point" data-label="anchorPoint
441
+ orientation: x-" data-x="-0.8300000000000005" data-y="-0.2999999999999996" cx="343.36365999480114" cy="250.15778549519106" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
442
+ </g>
443
+ <g>
444
+ <circle data-type="point" data-label="anchorPoint
445
+ orientation: x+" data-x="1.1699999999999982" data-y="-5.92" cx="401.5908500129971" cy="413.77618944632184" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
446
+ </g>
447
+ <g>
448
+ <circle data-type="point" data-label="anchorPoint
449
+ orientation: x-" data-x="-10.259910699999997" data-y="-1.763999999999998" cx="68.82505890304145" cy="292.7800885885105" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
450
+ </g>
451
+ <g>
452
+ <circle data-type="point" data-label="anchorPoint
453
+ orientation: x-" data-x="-4.890000000000002" data-y="-4.528749999999999" cx="225.16246425786323" cy="373.2719003899142" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
454
+ </g>
455
+ <g>
456
+ <circle data-type="point" data-label="anchorPoint
457
+ orientation: x-" data-x="-2.9310000000000005" data-y="5.321000000000001" cx="282.19599688068627" cy="86.51026794905121" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
458
+ </g>
459
+ <g>
460
+ <circle data-type="point" data-label="anchorPoint
461
+ orientation: x-" data-x="1.1699999999999995" data-y="2.6500000000000004" cx="401.5908500129972" cy="164.27268021835198" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
462
+ </g>
463
+ <g>
464
+ <circle data-type="point" data-label="anchorPoint
465
+ orientation: x+" data-x="5.18945535" data-y="-1.1399999999999988" cx="518.6116452300494" cy="274.61320530283336" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
466
+ </g>
467
+ <g>
468
+ <circle data-type="point" data-label="anchorPoint
469
+ orientation: x-" data-x="1.1699999999999973" data-y="-8.77" cx="401.59085001299707" cy="496.7499352222511" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
470
+ </g>
471
+ <g>
472
+ <circle data-type="point" data-label="anchorPoint
473
+ orientation: x-" data-x="-4.960000000000001" data-y="1.6800000000000002" cx="223.12451260722642" cy="192.51286737717703" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
474
+ </g>
475
+ <g>
476
+ <circle data-type="point" data-label="anchorPoint
477
+ orientation: x-" data-x="-7.5994553499999995" data-y="-0.8792946499999978" cx="146.28047850272944" cy="267.0231353262282" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
478
+ </g>
479
+ <g>
480
+ <circle data-type="point" data-label="anchorPoint
481
+ orientation: y-" data-x="1.3752499999999994" data-y="-1.0999999999999996" cx="407.56641538861453" cy="273.44866150246946" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
482
+ </g>
483
+ <g>
484
+ <circle data-type="point" data-label="anchorPoint
485
+ orientation: x-" data-x="-0.8300000000000018" data-y="-6.22" cx="343.36365999480114" cy="422.51026794905124" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
486
+ </g>
487
+ <g>
488
+ <circle data-type="point" data-label="anchorPoint
489
+ orientation: x+" data-x="-6.650000000000001" data-y="-8.009455349999998" cx="173.92253704185077" cy="474.6077462958149" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
490
+ </g>
491
+ <g>
492
+ <circle data-type="point" data-label="anchorPoint
493
+ orientation: y+" data-x="-3.9900000000000024" data-y="-7.364455349999998" cx="251.36469976605142" cy="455.8294775149467" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
494
+ </g>
495
+ <g>
496
+ <circle data-type="point" data-label="anchorPoint
497
+ orientation: x+" data-x="-1.3425000000000005" data-y="0.8900000000000003" cx="328.44294255263844" cy="215.51260743436447" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
498
+ </g>
499
+ <g>
500
+ <circle data-type="point" data-label="anchorPoint
501
+ orientation: y+" data-x="-2.817500000000001" data-y="3.2594553499999996" cx="285.5003899142189" cy="146.52924398232392" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
502
+ </g>
503
+ <g>
504
+ <circle data-type="point" data-label="anchorPoint
505
+ orientation: y-" data-x="-1.1675000000000006" data-y="-0.09999999999999962" cx="333.53782167923055" cy="244.33506649337147" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
506
+ </g>
507
+ <g>
508
+ <circle data-type="point" data-label="anchorPoint
509
+ orientation: x+" data-x="-3.119455350000001" data-y="-1.6794553499999991" cx="276.7093841434884" cy="290.3186898882246" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
510
+ </g>
511
+ <g>
512
+ <circle data-type="point" data-label="anchorPoint
513
+ orientation: x-" data-x="-0.8300000000000005" data-y="-0.6999999999999996" cx="343.36365999480114" cy="261.8032234988303" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
514
+ </g>
515
+ <g>
516
+ <circle data-type="point" data-label="anchorPoint
517
+ orientation: x+" data-x="7.0649999999999995" data-y="2.3061874499999973" cx="573.2154925916299" cy="174.28229955809732" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
518
+ </g>
519
+ <g>
520
+ <circle data-type="point" data-label="anchorPoint
521
+ orientation: x+" data-x="-6.3494553499999995" data-y="-2.299727674999999" cx="182.67247226410194" cy="308.3770471536262" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
522
+ </g>
523
+ <g>
524
+ <circle data-type="point" data-label="anchorPoint
525
+ orientation: x-" data-x="-0.8300000000000005" data-y="-1.0999999999999996" cx="343.36365999480114" cy="273.44866150246946" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
526
+ </g>
527
+ <g>
528
+ <circle data-type="point" data-label="anchorPoint
529
+ orientation: x+" data-x="7.265" data-y="0.3272767499999982" cx="579.0382115934494" cy="231.89550423706794" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
530
+ </g>
531
+ <g>
532
+ <circle data-type="point" data-label="anchorPoint
533
+ orientation: x-" data-x="-4.23" data-y="3.2594553499999996" cx="244.37743696386798" cy="146.52924398232392" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
534
+ </g>
535
+ <g>
536
+ <circle data-type="point" data-label="anchorPoint
537
+ orientation: x+" data-x="1.1699999999999995" data-y="-0.8999999999999995" cx="401.5908500129972" cy="267.6259425006499" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
538
+ </g>
539
+ <g>
540
+ <circle data-type="point" data-label="anchorPoint
541
+ orientation: x+" data-x="7.265" data-y="-1.6516339500000008" cx="579.0382115934494" cy="289.50870891603853" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
542
+ </g>
543
+ <g>
544
+ <circle data-type="point" data-label="anchorPoint
545
+ orientation: x-" data-x="-1.1800000000000008" data-y="1.6894553499999998" cx="333.1739017416169" cy="192.23758814660778" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
546
+ </g>
547
+ <g>
548
+ <circle data-type="point" data-label="anchorPoint
549
+ orientation: x+" data-x="1.1699999999999995" data-y="-0.49999999999999944" cx="401.5908500129972" cy="255.98050449701068" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
550
+ </g>
551
+ <g>
552
+ <circle data-type="point" data-label="anchorPoint
553
+ orientation: x+" data-x="7.265" data-y="-3.63054465" cx="579.0382115934494" cy="347.1219135950091" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
554
+ </g>
555
+ <g>
556
+ <circle data-type="point" data-label="anchorPoint
557
+ orientation: x-" data-x="4.159000000000001" data-y="-3.8304553499999985" cx="488.6113854951911" cy="352.9420327527944" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
558
+ </g>
559
+ <g>
560
+ <circle data-type="point" data-label="anchorPoint
561
+ orientation: x+" data-x="1.1699999999999995" data-y="-0.09999999999999953" cx="401.5908500129972" cy="244.33506649337147" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
562
+ </g>
563
+ <g>
564
+ <circle data-type="point" data-label="anchorPoint
565
+ orientation: y-" data-x="3.835000000000001" data-y="-1.659727674999999" cx="479.1785807122434" cy="289.74434634780346" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
566
+ </g>
567
+ <g>
568
+ <circle data-type="point" data-label="anchorPoint
569
+ orientation: y+" data-x="2.4099999999999997" data-y="-1.1149999999999993" cx="437.6917078242787" cy="273.88536542760596" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
570
+ </g>
571
+ <g>
572
+ <circle data-type="point" data-label="anchorPoint
573
+ orientation: x+" data-x="1.1699999999999995" data-y="1.0375000000000003" cx="401.5908500129972" cy="211.2183521705225" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
574
+ </g>
575
+ <g>
576
+ <circle data-type="point" data-label="anchorPoint
577
+ orientation: x-" data-x="-0.8300000000000018" data-y="-5.819999999999999" cx="343.36365999480114" cy="410.864829945412" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
578
+ </g>
579
+ <g>
580
+ <circle data-type="point" data-label="anchorPoint
581
+ orientation: x-" data-x="-5.440000000000002" data-y="-7.364455349999998" cx="209.14998700285932" cy="455.8294775149467" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
582
+ </g>
583
+ <g>
584
+ <circle data-type="point" data-label="anchorPoint
585
+ orientation: x-" data-x="5.965" data-y="-3.63054465" cx="541.1905380816221" cy="347.1219135950091" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
586
+ </g>
587
+ <g>
588
+ <circle data-type="point" data-label="anchorPoint
589
+ orientation: x+" data-x="3.519999999999998" data-y="-7.699455349999998" cx="470.0077982843774" cy="465.5825318429945" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
590
+ </g>
591
+ <g>
592
+ <circle data-type="point" data-label="anchorPoint
593
+ orientation: x-" data-x="1.1699999999999973" data-y="-7.279999999999999" cx="401.59085001299707" cy="453.3706786586951" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
594
+ </g>
595
+ <g>
596
+ <circle data-type="point" data-label="anchorPoint
597
+ orientation: y+" data-x="-2.9725000000000006" data-y="-0.09999999999999964" cx="280.9877826878087" cy="244.33506649337147" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
598
+ </g>
599
+ <g>
600
+ <circle data-type="point" data-label="anchorPoint
601
+ orientation: y+" data-x="-3.3225000000000007" data-y="1.6800000000000002" cx="270.7980244346244" cy="192.51286737717703" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
602
+ </g>
603
+ <g>
604
+ <circle data-type="point" data-label="anchorPoint
605
+ orientation: x+" data-x="2.9499999999999997" data-y="1.0375000000000003" cx="453.41304912919156" cy="211.2183521705225" r="3" fill="hsl(40, 100%, 50%, 0.9)" />
606
+ </g>
607
+ <g>
608
+ <circle data-type="point" data-label="anchorPoint
609
+ orientation: x+" data-x="2.41" data-y="-2.5824999999999996" cx="437.6917078242787" cy="316.60956610345727" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
610
+ </g>
611
+ <g>
612
+ <circle data-type="point" data-label="anchorPoint
613
+ orientation: y+" data-x="3.612499999999998" data-y="-6.119999999999999" cx="472.70080582271896" cy="419.5989084481414" r="3" fill="hsl(80, 100%, 50%, 0.9)" />
614
+ </g>
615
+ <g>
616
+ <polyline data-points="-4.890000000000002,-6.324999999999998 -3.6400000000000023,-7.364455349999998" data-type="line" data-label="" points="225.16246425786323,425.5671954250065 261.5544580192357,455.8294775149467" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1" />
617
+ </g>
618
+ <g>
619
+ <polyline data-points="-3.6400000000000023,-7.364455349999998 -4.3400000000000025,-7.364455349999998" data-type="line" data-label="" points="261.5544580192357,455.8294775149467 241.17494151286712,455.8294775149467" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1" />
620
+ </g>
621
+ <g>
622
+ <polyline data-points="-6.3494553499999995,-4.019999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="182.67247226410194,358.4603589290356 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1" />
623
+ </g>
624
+ <g>
625
+ <polyline data-points="-0.8300000000000005,-0.09999999999999959 -3.119455350000001,-1.6794553499999991" data-type="line" data-label="" points="343.36365999480114,244.33506649337147 276.7093841434884,290.3186898882246" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1" />
626
+ </g>
627
+ <g>
628
+ <polyline data-points="-1.8694553500000004,-1.3399999999999994 -0.8300000000000005,-0.09999999999999959" data-type="line" data-label="" points="313.10137790486095,280.435924304653 343.36365999480114,244.33506649337147" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1" />
629
+ </g>
630
+ <g>
631
+ <polyline data-points="-0.8300000000000005,0.10000000000000042 -3.130000000000001,3.2594553499999996" data-type="line" data-label="" points="343.36365999480114,238.51234749155188 276.40239147387575,146.52924398232392" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1" />
632
+ </g>
633
+ <g>
634
+ <polyline data-points="-1.8800000000000003,2.92 -0.8300000000000005,0.10000000000000042" data-type="line" data-label="" points="312.7943852352482,156.41200956589552 343.36365999480114,238.51234749155188" fill="none" stroke="hsl(312, 100%, 50%, 0.8)" stroke-width="1" />
635
+ </g>
636
+ <g>
637
+ <polyline data-points="1.1699999999999995,0.10000000000000042 -0.08000000000000074,1.6894553499999998" data-type="line" data-label="" points="401.5908500129972,238.51234749155188 365.19885625162465,192.23758814660778" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1" />
638
+ </g>
639
+ <g>
640
+ <polyline data-points="1.1699999999999995,1.3500000000000003 1.1699999999999995,0.10000000000000042" data-type="line" data-label="" points="401.5908500129972,202.12035373017937 401.5908500129972,238.51234749155188" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1" />
641
+ </g>
642
+ <g>
643
+ <polyline data-points="1.1699999999999995,-0.09999999999999953 4.210000000000001,-2.1794553499999987" data-type="line" data-label="" points="401.5908500129972,244.33506649337147 490.0961788406551,304.8754873927736" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1" />
644
+ </g>
645
+ <g>
646
+ <polyline data-points="3.660000000000001,-1.1399999999999992 1.1699999999999995,-0.09999999999999953" data-type="line" data-label="" points="474.0837015856512,274.61320530283336 401.5908500129972,244.33506649337147" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1" />
647
+ </g>
648
+ <g>
649
+ <polyline data-points="1.1699999999999982,-6.119999999999999 2.4199999999999973,-7.699455349999998" data-type="line" data-label="" points="401.5908500129971,419.5989084481414 437.9828437743696,465.5825318429945" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1" />
650
+ </g>
651
+ <g>
652
+ <polyline data-points="1.1699999999999973,-7.469999999999999 1.1699999999999982,-6.119999999999999" data-type="line" data-label="" points="401.59085001299707,458.9022617104237 401.5908500129971,419.5989084481414" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1" />
653
+ </g>
654
+ <g>
655
+ <polyline data-points="-3.3100000000000005,-0.09999999999999964 -2.6350000000000007,-0.09999999999999964" data-type="line" data-label="" points="271.1619443722381,244.33506649337147 290.81362100337924,244.33506649337147" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1" />
656
+ </g>
657
+ <g>
658
+ <polyline data-points="-1.5050000000000008,-0.09999999999999964 -0.8300000000000005,-0.09999999999999959" data-type="line" data-label="" points="323.71198336366,244.33506649337147 343.36365999480114,244.33506649337147" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1" />
659
+ </g>
660
+ <g>
661
+ <polyline data-points="-3.660000000000001,1.6800000000000002 -2.9850000000000003,1.6800000000000002" data-type="line" data-label="" points="260.9721861190538,192.51286737717703 280.623862750195,192.51286737717703" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1" />
662
+ </g>
663
+ <g>
664
+ <polyline data-points="-1.8550000000000004,1.6800000000000002 -0.8300000000000005,0.10000000000000042" data-type="line" data-label="" points="313.5222251104757,192.51286737717703 343.36365999480114,238.51234749155188" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1" />
665
+ </g>
666
+ <g>
667
+ <polyline data-points="2.9499999999999997,1.35 2.9749999999999996,0.10000000000000002" data-type="line" data-label="" points="453.41304912919156,202.12035373017937 454.140889004419,238.51234749155188" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1" />
668
+ </g>
669
+ <g>
670
+ <polyline data-points="1.8449999999999998,0.10000000000000016 1.1699999999999995,0.10000000000000042" data-type="line" data-label="" points="421.2425266441383,238.51234749155188 401.5908500129972,238.51234749155188" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1" />
671
+ </g>
672
+ <g>
673
+ <polyline data-points="2.41,-2.92 2.4099999999999997,-2.244999999999999" data-type="line" data-label="" points="437.6917078242787,326.43540441902786 437.6917078242787,306.7837277878867" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1" />
674
+ </g>
675
+ <g>
676
+ <polyline data-points="2.4099999999999997,-1.1149999999999993 1.1699999999999995,-0.09999999999999953" data-type="line" data-label="" points="437.6917078242787,273.88536542760596 401.5908500129972,244.33506649337147" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1" />
677
+ </g>
678
+ <g>
679
+ <polyline data-points="4.249999999999997,-6.119999999999999 2.9749999999999983,-6.119999999999999" data-type="line" data-label="" points="491.2607226410189,419.5989084481414 454.140889004419,419.5989084481414" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1" />
680
+ </g>
681
+ <g>
682
+ <polyline data-points="1.8449999999999984,-6.119999999999999 1.1699999999999982,-6.119999999999999" data-type="line" data-label="" points="421.24252664413825,419.5989084481414 401.5908500129971,419.5989084481414" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1" />
683
+ </g>
684
+ <g>
685
+ <polyline data-points="-7.200000000000001,-10.198910699999997 -7.200000000000001,-10.398910699999997" data-type="line" data-label="" points="157.9100597868469,538.3506626462179 157.9100597868469,544.1733816480373" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
686
+ </g>
687
+ <g>
688
+ <polyline data-points="-7.200000000000001,-10.198910699999997 -5.200000000000001,-10.398910699999997" data-type="line" data-label="" points="157.9100597868469,538.3506626462179 216.13724980504287,544.1733816480373" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
689
+ </g>
690
+ <g>
691
+ <polyline data-points="-7.200000000000001,-10.198910699999997 -5.200000000000001,-10.198910699999997" data-type="line" data-label="" points="157.9100597868469,538.3506626462179 216.13724980504287,538.3506626462179" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
692
+ </g>
693
+ <g>
694
+ <polyline data-points="-7.200000000000001,-10.198910699999997 -6.65,-5.8199999999999985" data-type="line" data-label="" points="157.9100597868469,538.3506626462179 173.9225370418508,410.864829945412" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
695
+ </g>
696
+ <g>
697
+ <polyline data-points="-7.200000000000001,-10.198910699999997 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="157.9100597868469,538.3506626462179 141.897582531843,474.6077462958149" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
698
+ </g>
699
+ <g>
700
+ <polyline data-points="-7.200000000000001,-10.398910699999997 -5.200000000000001,-10.398910699999997" data-type="line" data-label="" points="157.9100597868469,544.1733816480373 216.13724980504287,544.1733816480373" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
701
+ </g>
702
+ <g>
703
+ <polyline data-points="-7.200000000000001,-10.398910699999997 -5.200000000000001,-10.198910699999997" data-type="line" data-label="" points="157.9100597868469,544.1733816480373 216.13724980504287,538.3506626462179" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
704
+ </g>
705
+ <g>
706
+ <polyline data-points="-7.200000000000001,-10.398910699999997 -6.65,-5.8199999999999985" data-type="line" data-label="" points="157.9100597868469,544.1733816480373 173.9225370418508,410.864829945412" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
707
+ </g>
708
+ <g>
709
+ <polyline data-points="-7.200000000000001,-10.398910699999997 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="157.9100597868469,544.1733816480373 141.897582531843,474.6077462958149" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
710
+ </g>
711
+ <g>
712
+ <polyline data-points="-5.200000000000001,-10.398910699999997 -5.200000000000001,-10.198910699999997" data-type="line" data-label="" points="216.13724980504287,544.1733816480373 216.13724980504287,538.3506626462179" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
713
+ </g>
714
+ <g>
715
+ <polyline data-points="-5.200000000000001,-10.398910699999997 -6.65,-5.8199999999999985" data-type="line" data-label="" points="216.13724980504287,544.1733816480373 173.9225370418508,410.864829945412" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
716
+ </g>
717
+ <g>
718
+ <polyline data-points="-5.200000000000001,-10.398910699999997 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="216.13724980504287,544.1733816480373 141.897582531843,474.6077462958149" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
719
+ </g>
720
+ <g>
721
+ <polyline data-points="-5.200000000000001,-10.198910699999997 -6.65,-5.8199999999999985" data-type="line" data-label="" points="216.13724980504287,538.3506626462179 173.9225370418508,410.864829945412" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
722
+ </g>
723
+ <g>
724
+ <polyline data-points="-5.200000000000001,-10.198910699999997 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="216.13724980504287,538.3506626462179 141.897582531843,474.6077462958149" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
725
+ </g>
726
+ <g>
727
+ <polyline data-points="-6.65,-5.8199999999999985 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="173.9225370418508,410.864829945412 141.897582531843,474.6077462958149" fill="none" stroke="hsl(334, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
728
+ </g>
729
+ <g>
730
+ <polyline data-points="-11.05,-8.129999999999999 -11.05,-8.329999999999998" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 45.82271900181962,483.93995341824797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
731
+ </g>
732
+ <g>
733
+ <polyline data-points="-11.05,-8.129999999999999 -9.05,-8.329999999999998" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 104.0499090200156,483.93995341824797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
734
+ </g>
735
+ <g>
736
+ <polyline data-points="-11.05,-8.129999999999999 -9.05,-8.129999999999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 104.0499090200156,478.1172344164284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
737
+ </g>
738
+ <g>
739
+ <polyline data-points="-11.05,-8.129999999999999 -5.965000000000001,0.4744553500000013" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 193.86534962308292,227.6106060826618" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
740
+ </g>
741
+ <g>
742
+ <polyline data-points="-11.05,-8.129999999999999 -3.6400000000000023,-7.564455349999998" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 261.5544580192357,461.65219651676625" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
743
+ </g>
744
+ <g>
745
+ <polyline data-points="-11.05,-8.129999999999999 1.1699999999999995,-0.2999999999999995" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 401.5908500129972,250.15778549519106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
746
+ </g>
747
+ <g>
748
+ <polyline data-points="-11.05,-8.129999999999999 -0.8300000000000018,-6.02" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 343.36365999480114,416.6875489472316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
749
+ </g>
750
+ <g>
751
+ <polyline data-points="-11.05,-8.129999999999999 -9.808910699999998,-4.015" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
752
+ </g>
753
+ <g>
754
+ <polyline data-points="-11.05,-8.129999999999999 -10.475,-6.324999999999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
755
+ </g>
756
+ <g>
757
+ <polyline data-points="-11.05,-8.129999999999999 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
758
+ </g>
759
+ <g>
760
+ <polyline data-points="-11.05,-8.129999999999999 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
761
+ </g>
762
+ <g>
763
+ <polyline data-points="-11.05,-8.129999999999999 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
764
+ </g>
765
+ <g>
766
+ <polyline data-points="-11.05,-8.329999999999998 -9.05,-8.329999999999998" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 104.0499090200156,483.93995341824797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
767
+ </g>
768
+ <g>
769
+ <polyline data-points="-11.05,-8.329999999999998 -9.05,-8.129999999999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 104.0499090200156,478.1172344164284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
770
+ </g>
771
+ <g>
772
+ <polyline data-points="-11.05,-8.329999999999998 -5.965000000000001,0.4744553500000013" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 193.86534962308292,227.6106060826618" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
773
+ </g>
774
+ <g>
775
+ <polyline data-points="-11.05,-8.329999999999998 -3.6400000000000023,-7.564455349999998" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 261.5544580192357,461.65219651676625" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
776
+ </g>
777
+ <g>
778
+ <polyline data-points="-11.05,-8.329999999999998 1.1699999999999995,-0.2999999999999995" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 401.5908500129972,250.15778549519106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
779
+ </g>
780
+ <g>
781
+ <polyline data-points="-11.05,-8.329999999999998 -0.8300000000000018,-6.02" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 343.36365999480114,416.6875489472316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
782
+ </g>
783
+ <g>
784
+ <polyline data-points="-11.05,-8.329999999999998 -9.808910699999998,-4.015" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
785
+ </g>
786
+ <g>
787
+ <polyline data-points="-11.05,-8.329999999999998 -10.475,-6.324999999999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
788
+ </g>
789
+ <g>
790
+ <polyline data-points="-11.05,-8.329999999999998 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
791
+ </g>
792
+ <g>
793
+ <polyline data-points="-11.05,-8.329999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
794
+ </g>
795
+ <g>
796
+ <polyline data-points="-11.05,-8.329999999999998 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
797
+ </g>
798
+ <g>
799
+ <polyline data-points="-9.05,-8.329999999999998 -9.05,-8.129999999999999" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 104.0499090200156,478.1172344164284" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
800
+ </g>
801
+ <g>
802
+ <polyline data-points="-9.05,-8.329999999999998 -5.965000000000001,0.4744553500000013" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 193.86534962308292,227.6106060826618" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
803
+ </g>
804
+ <g>
805
+ <polyline data-points="-9.05,-8.329999999999998 -3.6400000000000023,-7.564455349999998" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 261.5544580192357,461.65219651676625" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
806
+ </g>
807
+ <g>
808
+ <polyline data-points="-9.05,-8.329999999999998 1.1699999999999995,-0.2999999999999995" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 401.5908500129972,250.15778549519106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
809
+ </g>
810
+ <g>
811
+ <polyline data-points="-9.05,-8.329999999999998 -0.8300000000000018,-6.02" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 343.36365999480114,416.6875489472316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
812
+ </g>
813
+ <g>
814
+ <polyline data-points="-9.05,-8.329999999999998 -9.808910699999998,-4.015" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
815
+ </g>
816
+ <g>
817
+ <polyline data-points="-9.05,-8.329999999999998 -10.475,-6.324999999999999" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
818
+ </g>
819
+ <g>
820
+ <polyline data-points="-9.05,-8.329999999999998 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
821
+ </g>
822
+ <g>
823
+ <polyline data-points="-9.05,-8.329999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
824
+ </g>
825
+ <g>
826
+ <polyline data-points="-9.05,-8.329999999999998 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="104.0499090200156,483.93995341824797 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
827
+ </g>
828
+ <g>
829
+ <polyline data-points="-9.05,-8.129999999999999 -5.965000000000001,0.4744553500000013" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 193.86534962308292,227.6106060826618" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
830
+ </g>
831
+ <g>
832
+ <polyline data-points="-9.05,-8.129999999999999 -3.6400000000000023,-7.564455349999998" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 261.5544580192357,461.65219651676625" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
833
+ </g>
834
+ <g>
835
+ <polyline data-points="-9.05,-8.129999999999999 1.1699999999999995,-0.2999999999999995" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 401.5908500129972,250.15778549519106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
836
+ </g>
837
+ <g>
838
+ <polyline data-points="-9.05,-8.129999999999999 -0.8300000000000018,-6.02" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 343.36365999480114,416.6875489472316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
839
+ </g>
840
+ <g>
841
+ <polyline data-points="-9.05,-8.129999999999999 -9.808910699999998,-4.015" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
842
+ </g>
843
+ <g>
844
+ <polyline data-points="-9.05,-8.129999999999999 -10.475,-6.324999999999999" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
845
+ </g>
846
+ <g>
847
+ <polyline data-points="-9.05,-8.129999999999999 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
848
+ </g>
849
+ <g>
850
+ <polyline data-points="-9.05,-8.129999999999999 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
851
+ </g>
852
+ <g>
853
+ <polyline data-points="-9.05,-8.129999999999999 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
854
+ </g>
855
+ <g>
856
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -3.6400000000000023,-7.564455349999998" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 261.5544580192357,461.65219651676625" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
857
+ </g>
858
+ <g>
859
+ <polyline data-points="-5.965000000000001,0.4744553500000013 1.1699999999999995,-0.2999999999999995" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 401.5908500129972,250.15778549519106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
860
+ </g>
861
+ <g>
862
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -0.8300000000000018,-6.02" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 343.36365999480114,416.6875489472316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
863
+ </g>
864
+ <g>
865
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -9.808910699999998,-4.015" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
866
+ </g>
867
+ <g>
868
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -10.475,-6.324999999999999" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
869
+ </g>
870
+ <g>
871
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
872
+ </g>
873
+ <g>
874
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
875
+ </g>
876
+ <g>
877
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
878
+ </g>
879
+ <g>
880
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 1.1699999999999995,-0.2999999999999995" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 401.5908500129972,250.15778549519106" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
881
+ </g>
882
+ <g>
883
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 -0.8300000000000018,-6.02" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 343.36365999480114,416.6875489472316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
884
+ </g>
885
+ <g>
886
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 -9.808910699999998,-4.015" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
887
+ </g>
888
+ <g>
889
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 -10.475,-6.324999999999999" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
890
+ </g>
891
+ <g>
892
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
893
+ </g>
894
+ <g>
895
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
896
+ </g>
897
+ <g>
898
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
899
+ </g>
900
+ <g>
901
+ <polyline data-points="1.1699999999999995,-0.2999999999999995 -0.8300000000000018,-6.02" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 343.36365999480114,416.6875489472316" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
902
+ </g>
903
+ <g>
904
+ <polyline data-points="1.1699999999999995,-0.2999999999999995 -9.808910699999998,-4.015" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
905
+ </g>
906
+ <g>
907
+ <polyline data-points="1.1699999999999995,-0.2999999999999995 -10.475,-6.324999999999999" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
908
+ </g>
909
+ <g>
910
+ <polyline data-points="1.1699999999999995,-0.2999999999999995 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
911
+ </g>
912
+ <g>
913
+ <polyline data-points="1.1699999999999995,-0.2999999999999995 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
914
+ </g>
915
+ <g>
916
+ <polyline data-points="1.1699999999999995,-0.2999999999999995 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
917
+ </g>
918
+ <g>
919
+ <polyline data-points="-0.8300000000000018,-6.02 -9.808910699999998,-4.015" data-type="line" data-label="" points="343.36365999480114,416.6875489472316 81.95529025214461,358.31479095399015" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
920
+ </g>
921
+ <g>
922
+ <polyline data-points="-0.8300000000000018,-6.02 -10.475,-6.324999999999999" data-type="line" data-label="" points="343.36365999480114,416.6875489472316 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
923
+ </g>
924
+ <g>
925
+ <polyline data-points="-0.8300000000000018,-6.02 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="343.36365999480114,416.6875489472316 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
926
+ </g>
927
+ <g>
928
+ <polyline data-points="-0.8300000000000018,-6.02 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="343.36365999480114,416.6875489472316 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
929
+ </g>
930
+ <g>
931
+ <polyline data-points="-0.8300000000000018,-6.02 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="343.36365999480114,416.6875489472316 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
932
+ </g>
933
+ <g>
934
+ <polyline data-points="-9.808910699999998,-4.015 -10.475,-6.324999999999999" data-type="line" data-label="" points="81.95529025214461,358.31479095399015 62.56303613205097,425.5671954250065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
935
+ </g>
936
+ <g>
937
+ <polyline data-points="-9.808910699999998,-4.015 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="81.95529025214461,358.31479095399015 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
938
+ </g>
939
+ <g>
940
+ <polyline data-points="-9.808910699999998,-4.015 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="81.95529025214461,358.31479095399015 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
941
+ </g>
942
+ <g>
943
+ <polyline data-points="-9.808910699999998,-4.015 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="81.95529025214461,358.31479095399015 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
944
+ </g>
945
+ <g>
946
+ <polyline data-points="-10.475,-6.324999999999999 -9.808910699999998,-1.7049999999999996" data-type="line" data-label="" points="62.56303613205097,425.5671954250065 81.95529025214461,291.06238648297375" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
947
+ </g>
948
+ <g>
949
+ <polyline data-points="-10.475,-6.324999999999999 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="62.56303613205097,425.5671954250065 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
950
+ </g>
951
+ <g>
952
+ <polyline data-points="-10.475,-6.324999999999999 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="62.56303613205097,425.5671954250065 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
953
+ </g>
954
+ <g>
955
+ <polyline data-points="-9.808910699999998,-1.7049999999999996 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="81.95529025214461,291.06238648297375 146.28047850272944,312.1855995840915" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
956
+ </g>
957
+ <g>
958
+ <polyline data-points="-9.808910699999998,-1.7049999999999996 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="81.95529025214461,291.06238648297375 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
959
+ </g>
960
+ <g>
961
+ <polyline data-points="-7.5994553499999995,-2.430544649999999 -6.3494553499999995,-4.019999999999998" data-type="line" data-label="" points="146.28047850272944,312.1855995840915 182.67247226410194,358.4603589290356" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
962
+ </g>
963
+ <g>
964
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -0.8300000000000005,-0.2999999999999996" data-type="line" data-label="" points="115.69534702365476,410.864829945412 343.36365999480114,250.15778549519106" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
965
+ </g>
966
+ <g>
967
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 1.1699999999999982,-5.92" data-type="line" data-label="" points="115.69534702365476,410.864829945412 401.5908500129971,413.77618944632184" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
968
+ </g>
969
+ <g>
970
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -9.808910699999998,-2.9149999999999983" data-type="line" data-label="" points="115.69534702365476,410.864829945412 81.95529025214461,326.2898364439823" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
971
+ </g>
972
+ <g>
973
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -10.475,-5.224999999999998" data-type="line" data-label="" points="115.69534702365476,410.864829945412 62.56303613205097,393.5422409149987" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
974
+ </g>
975
+ <g>
976
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -4.890000000000002,-5.224999999999999" data-type="line" data-label="" points="115.69534702365476,410.864829945412 225.16246425786323,393.54224091499873" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
977
+ </g>
978
+ <g>
979
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -1.8694553500000004,-2.44" data-type="line" data-label="" points="115.69534702365476,410.864829945412 313.10137790486095,312.4608788146608" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
980
+ </g>
981
+ <g>
982
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -1.8800000000000003,4.0200000000000005" data-type="line" data-label="" points="115.69534702365476,410.864829945412 312.7943852352482,124.38705505588771" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
983
+ </g>
984
+ <g>
985
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 1.1699999999999995,2.45" data-type="line" data-label="" points="115.69534702365476,410.864829945412 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
986
+ </g>
987
+ <g>
988
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="115.69534702365476,410.864829945412 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
989
+ </g>
990
+ <g>
991
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 1.1699999999999973,-8.57" data-type="line" data-label="" points="115.69534702365476,410.864829945412 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
992
+ </g>
993
+ <g>
994
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="115.69534702365476,410.864829945412 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
995
+ </g>
996
+ <g>
997
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="115.69534702365476,410.864829945412 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
998
+ </g>
999
+ <g>
1000
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="115.69534702365476,410.864829945412 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1001
+ </g>
1002
+ <g>
1003
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 2.41,-4.02" data-type="line" data-label="" points="115.69534702365476,410.864829945412 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1004
+ </g>
1005
+ <g>
1006
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="115.69534702365476,410.864829945412 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1007
+ </g>
1008
+ <g>
1009
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 1.1699999999999982,-5.92" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 401.5908500129971,413.77618944632184" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1010
+ </g>
1011
+ <g>
1012
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 -9.808910699999998,-2.9149999999999983" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 81.95529025214461,326.2898364439823" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1013
+ </g>
1014
+ <g>
1015
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 -10.475,-5.224999999999998" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 62.56303613205097,393.5422409149987" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1016
+ </g>
1017
+ <g>
1018
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 -4.890000000000002,-5.224999999999999" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 225.16246425786323,393.54224091499873" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1019
+ </g>
1020
+ <g>
1021
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 -1.8694553500000004,-2.44" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 313.10137790486095,312.4608788146608" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1022
+ </g>
1023
+ <g>
1024
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 -1.8800000000000003,4.0200000000000005" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 312.7943852352482,124.38705505588771" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1025
+ </g>
1026
+ <g>
1027
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 1.1699999999999995,2.45" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1028
+ </g>
1029
+ <g>
1030
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1031
+ </g>
1032
+ <g>
1033
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 1.1699999999999973,-8.57" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1034
+ </g>
1035
+ <g>
1036
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1037
+ </g>
1038
+ <g>
1039
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1040
+ </g>
1041
+ <g>
1042
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1043
+ </g>
1044
+ <g>
1045
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 2.41,-4.02" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1046
+ </g>
1047
+ <g>
1048
+ <polyline data-points="-0.8300000000000005,-0.2999999999999996 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="343.36365999480114,250.15778549519106 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1049
+ </g>
1050
+ <g>
1051
+ <polyline data-points="1.1699999999999982,-5.92 -9.808910699999998,-2.9149999999999983" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 81.95529025214461,326.2898364439823" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1052
+ </g>
1053
+ <g>
1054
+ <polyline data-points="1.1699999999999982,-5.92 -10.475,-5.224999999999998" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 62.56303613205097,393.5422409149987" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1055
+ </g>
1056
+ <g>
1057
+ <polyline data-points="1.1699999999999982,-5.92 -4.890000000000002,-5.224999999999999" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 225.16246425786323,393.54224091499873" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1058
+ </g>
1059
+ <g>
1060
+ <polyline data-points="1.1699999999999982,-5.92 -1.8694553500000004,-2.44" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 313.10137790486095,312.4608788146608" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1061
+ </g>
1062
+ <g>
1063
+ <polyline data-points="1.1699999999999982,-5.92 -1.8800000000000003,4.0200000000000005" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 312.7943852352482,124.38705505588771" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1064
+ </g>
1065
+ <g>
1066
+ <polyline data-points="1.1699999999999982,-5.92 1.1699999999999995,2.45" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1067
+ </g>
1068
+ <g>
1069
+ <polyline data-points="1.1699999999999982,-5.92 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1070
+ </g>
1071
+ <g>
1072
+ <polyline data-points="1.1699999999999982,-5.92 1.1699999999999973,-8.57" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1073
+ </g>
1074
+ <g>
1075
+ <polyline data-points="1.1699999999999982,-5.92 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1076
+ </g>
1077
+ <g>
1078
+ <polyline data-points="1.1699999999999982,-5.92 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1079
+ </g>
1080
+ <g>
1081
+ <polyline data-points="1.1699999999999982,-5.92 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1082
+ </g>
1083
+ <g>
1084
+ <polyline data-points="1.1699999999999982,-5.92 2.41,-4.02" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1085
+ </g>
1086
+ <g>
1087
+ <polyline data-points="1.1699999999999982,-5.92 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="401.5908500129971,413.77618944632184 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1088
+ </g>
1089
+ <g>
1090
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 -10.475,-5.224999999999998" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 62.56303613205097,393.5422409149987" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1091
+ </g>
1092
+ <g>
1093
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 -4.890000000000002,-5.224999999999999" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 225.16246425786323,393.54224091499873" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1094
+ </g>
1095
+ <g>
1096
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 -1.8694553500000004,-2.44" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 313.10137790486095,312.4608788146608" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1097
+ </g>
1098
+ <g>
1099
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 -1.8800000000000003,4.0200000000000005" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 312.7943852352482,124.38705505588771" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1100
+ </g>
1101
+ <g>
1102
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 1.1699999999999995,2.45" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1103
+ </g>
1104
+ <g>
1105
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1106
+ </g>
1107
+ <g>
1108
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 1.1699999999999973,-8.57" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1109
+ </g>
1110
+ <g>
1111
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1112
+ </g>
1113
+ <g>
1114
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1115
+ </g>
1116
+ <g>
1117
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1118
+ </g>
1119
+ <g>
1120
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 2.41,-4.02" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1121
+ </g>
1122
+ <g>
1123
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1124
+ </g>
1125
+ <g>
1126
+ <polyline data-points="-10.475,-5.224999999999998 -4.890000000000002,-5.224999999999999" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 225.16246425786323,393.54224091499873" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1127
+ </g>
1128
+ <g>
1129
+ <polyline data-points="-10.475,-5.224999999999998 -1.8694553500000004,-2.44" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 313.10137790486095,312.4608788146608" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1130
+ </g>
1131
+ <g>
1132
+ <polyline data-points="-10.475,-5.224999999999998 -1.8800000000000003,4.0200000000000005" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 312.7943852352482,124.38705505588771" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1133
+ </g>
1134
+ <g>
1135
+ <polyline data-points="-10.475,-5.224999999999998 1.1699999999999995,2.45" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1136
+ </g>
1137
+ <g>
1138
+ <polyline data-points="-10.475,-5.224999999999998 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1139
+ </g>
1140
+ <g>
1141
+ <polyline data-points="-10.475,-5.224999999999998 1.1699999999999973,-8.57" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1142
+ </g>
1143
+ <g>
1144
+ <polyline data-points="-10.475,-5.224999999999998 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1145
+ </g>
1146
+ <g>
1147
+ <polyline data-points="-10.475,-5.224999999999998 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1148
+ </g>
1149
+ <g>
1150
+ <polyline data-points="-10.475,-5.224999999999998 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1151
+ </g>
1152
+ <g>
1153
+ <polyline data-points="-10.475,-5.224999999999998 2.41,-4.02" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1154
+ </g>
1155
+ <g>
1156
+ <polyline data-points="-10.475,-5.224999999999998 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="62.56303613205097,393.5422409149987 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1157
+ </g>
1158
+ <g>
1159
+ <polyline data-points="-4.890000000000002,-5.224999999999999 -1.8694553500000004,-2.44" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 313.10137790486095,312.4608788146608" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1160
+ </g>
1161
+ <g>
1162
+ <polyline data-points="-4.890000000000002,-5.224999999999999 -1.8800000000000003,4.0200000000000005" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 312.7943852352482,124.38705505588771" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1163
+ </g>
1164
+ <g>
1165
+ <polyline data-points="-4.890000000000002,-5.224999999999999 1.1699999999999995,2.45" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1166
+ </g>
1167
+ <g>
1168
+ <polyline data-points="-4.890000000000002,-5.224999999999999 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1169
+ </g>
1170
+ <g>
1171
+ <polyline data-points="-4.890000000000002,-5.224999999999999 1.1699999999999973,-8.57" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1172
+ </g>
1173
+ <g>
1174
+ <polyline data-points="-4.890000000000002,-5.224999999999999 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1175
+ </g>
1176
+ <g>
1177
+ <polyline data-points="-4.890000000000002,-5.224999999999999 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1178
+ </g>
1179
+ <g>
1180
+ <polyline data-points="-4.890000000000002,-5.224999999999999 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1181
+ </g>
1182
+ <g>
1183
+ <polyline data-points="-4.890000000000002,-5.224999999999999 2.41,-4.02" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1184
+ </g>
1185
+ <g>
1186
+ <polyline data-points="-4.890000000000002,-5.224999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1187
+ </g>
1188
+ <g>
1189
+ <polyline data-points="-1.8694553500000004,-2.44 -1.8800000000000003,4.0200000000000005" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 312.7943852352482,124.38705505588771" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1190
+ </g>
1191
+ <g>
1192
+ <polyline data-points="-1.8694553500000004,-2.44 1.1699999999999995,2.45" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1193
+ </g>
1194
+ <g>
1195
+ <polyline data-points="-1.8694553500000004,-2.44 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1196
+ </g>
1197
+ <g>
1198
+ <polyline data-points="-1.8694553500000004,-2.44 1.1699999999999973,-8.57" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1199
+ </g>
1200
+ <g>
1201
+ <polyline data-points="-1.8694553500000004,-2.44 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1202
+ </g>
1203
+ <g>
1204
+ <polyline data-points="-1.8694553500000004,-2.44 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1205
+ </g>
1206
+ <g>
1207
+ <polyline data-points="-1.8694553500000004,-2.44 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1208
+ </g>
1209
+ <g>
1210
+ <polyline data-points="-1.8694553500000004,-2.44 2.41,-4.02" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1211
+ </g>
1212
+ <g>
1213
+ <polyline data-points="-1.8694553500000004,-2.44 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="313.10137790486095,312.4608788146608 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1214
+ </g>
1215
+ <g>
1216
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 1.1699999999999995,2.45" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 401.5908500129972,170.0953992201716" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1217
+ </g>
1218
+ <g>
1219
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1220
+ </g>
1221
+ <g>
1222
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 1.1699999999999973,-8.57" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1223
+ </g>
1224
+ <g>
1225
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1226
+ </g>
1227
+ <g>
1228
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1229
+ </g>
1230
+ <g>
1231
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1232
+ </g>
1233
+ <g>
1234
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 2.41,-4.02" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1235
+ </g>
1236
+ <g>
1237
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1238
+ </g>
1239
+ <g>
1240
+ <polyline data-points="1.1699999999999995,2.45 4.760000000000001,-1.1399999999999992" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 506.108656095659,274.61320530283336" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1241
+ </g>
1242
+ <g>
1243
+ <polyline data-points="1.1699999999999995,2.45 1.1699999999999973,-8.57" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1244
+ </g>
1245
+ <g>
1246
+ <polyline data-points="1.1699999999999995,2.45 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1247
+ </g>
1248
+ <g>
1249
+ <polyline data-points="1.1699999999999995,2.45 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1250
+ </g>
1251
+ <g>
1252
+ <polyline data-points="1.1699999999999995,2.45 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1253
+ </g>
1254
+ <g>
1255
+ <polyline data-points="1.1699999999999995,2.45 2.41,-4.02" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1256
+ </g>
1257
+ <g>
1258
+ <polyline data-points="1.1699999999999995,2.45 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1259
+ </g>
1260
+ <g>
1261
+ <polyline data-points="4.760000000000001,-1.1399999999999992 1.1699999999999973,-8.57" data-type="line" data-label="" points="506.108656095659,274.61320530283336 401.59085001299707,490.92721622043155" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1262
+ </g>
1263
+ <g>
1264
+ <polyline data-points="4.760000000000001,-1.1399999999999992 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="506.108656095659,274.61320530283336 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1265
+ </g>
1266
+ <g>
1267
+ <polyline data-points="4.760000000000001,-1.1399999999999992 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="506.108656095659,274.61320530283336 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1268
+ </g>
1269
+ <g>
1270
+ <polyline data-points="4.760000000000001,-1.1399999999999992 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="506.108656095659,274.61320530283336 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1271
+ </g>
1272
+ <g>
1273
+ <polyline data-points="4.760000000000001,-1.1399999999999992 2.41,-4.02" data-type="line" data-label="" points="506.108656095659,274.61320530283336 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1274
+ </g>
1275
+ <g>
1276
+ <polyline data-points="4.760000000000001,-1.1399999999999992 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="506.108656095659,274.61320530283336 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1277
+ </g>
1278
+ <g>
1279
+ <polyline data-points="1.1699999999999973,-8.57 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 239.1369898622303,244.33506649337147" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1280
+ </g>
1281
+ <g>
1282
+ <polyline data-points="1.1699999999999973,-8.57 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1283
+ </g>
1284
+ <g>
1285
+ <polyline data-points="1.1699999999999973,-8.57 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1286
+ </g>
1287
+ <g>
1288
+ <polyline data-points="1.1699999999999973,-8.57 2.41,-4.02" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1289
+ </g>
1290
+ <g>
1291
+ <polyline data-points="1.1699999999999973,-8.57 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1292
+ </g>
1293
+ <g>
1294
+ <polyline data-points="-4.410000000000001,-0.09999999999999964 -4.760000000000001,1.6800000000000002" data-type="line" data-label="" points="239.1369898622303,244.33506649337147 228.947231609046,192.51286737717703" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1295
+ </g>
1296
+ <g>
1297
+ <polyline data-points="-4.410000000000001,-0.09999999999999964 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="239.1369898622303,244.33506649337147 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1298
+ </g>
1299
+ <g>
1300
+ <polyline data-points="-4.410000000000001,-0.09999999999999964 2.41,-4.02" data-type="line" data-label="" points="239.1369898622303,244.33506649337147 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1301
+ </g>
1302
+ <g>
1303
+ <polyline data-points="-4.410000000000001,-0.09999999999999964 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="239.1369898622303,244.33506649337147 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1304
+ </g>
1305
+ <g>
1306
+ <polyline data-points="-4.760000000000001,1.6800000000000002 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="228.947231609046,192.51286737717703 453.41304912919156,170.09539922017157" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1307
+ </g>
1308
+ <g>
1309
+ <polyline data-points="-4.760000000000001,1.6800000000000002 2.41,-4.02" data-type="line" data-label="" points="228.947231609046,192.51286737717703 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1310
+ </g>
1311
+ <g>
1312
+ <polyline data-points="-4.760000000000001,1.6800000000000002 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="228.947231609046,192.51286737717703 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1313
+ </g>
1314
+ <g>
1315
+ <polyline data-points="2.9499999999999997,2.4500000000000006 2.41,-4.02" data-type="line" data-label="" points="453.41304912919156,170.09539922017157 437.6917078242787,358.46035892903564" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1316
+ </g>
1317
+ <g>
1318
+ <polyline data-points="2.9499999999999997,2.4500000000000006 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="453.41304912919156,170.09539922017157 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1319
+ </g>
1320
+ <g>
1321
+ <polyline data-points="2.41,-4.02 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="437.6917078242787,358.46035892903564 523.2856771510267,419.5989084481414" fill="none" stroke="hsl(282, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1322
+ </g>
1323
+ <g>
1324
+ <polyline data-points="-7.965000000000001,0.4744553500000013 -0.8300000000000005,-0.49999999999999967" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 343.36365999480114,255.98050449701068" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1325
+ </g>
1326
+ <g>
1327
+ <polyline data-points="-7.965000000000001,0.4744553500000013 -0.8300000000000005,-0.8999999999999996" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 343.36365999480114,267.6259425006499" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1328
+ </g>
1329
+ <g>
1330
+ <polyline data-points="-7.965000000000001,0.4744553500000013 1.1699999999999995,-1.0999999999999996" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 401.5908500129972,273.44866150246946" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1331
+ </g>
1332
+ <g>
1333
+ <polyline data-points="-7.965000000000001,0.4744553500000013 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 401.5908500129972,261.8032234988303" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1334
+ </g>
1335
+ <g>
1336
+ <polyline data-points="-7.965000000000001,0.4744553500000013 -0.8300000000000018,-6.22" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 343.36365999480114,422.51026794905124" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1337
+ </g>
1338
+ <g>
1339
+ <polyline data-points="-7.965000000000001,0.4744553500000013 -9.808910699999998,-0.6049999999999982" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 81.95529025214461,259.0374319729659" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1340
+ </g>
1341
+ <g>
1342
+ <polyline data-points="-7.965000000000001,0.4744553500000013 -6.650000000000001,-8.009455349999998" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 173.92253704185077,474.6077462958149" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1343
+ </g>
1344
+ <g>
1345
+ <polyline data-points="-7.965000000000001,0.4744553500000013 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="135.63815960488694,227.6106060826618 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1346
+ </g>
1347
+ <g>
1348
+ <polyline data-points="-0.8300000000000005,-0.49999999999999967 -0.8300000000000005,-0.8999999999999996" data-type="line" data-label="" points="343.36365999480114,255.98050449701068 343.36365999480114,267.6259425006499" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1349
+ </g>
1350
+ <g>
1351
+ <polyline data-points="-0.8300000000000005,-0.49999999999999967 1.1699999999999995,-1.0999999999999996" data-type="line" data-label="" points="343.36365999480114,255.98050449701068 401.5908500129972,273.44866150246946" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1352
+ </g>
1353
+ <g>
1354
+ <polyline data-points="-0.8300000000000005,-0.49999999999999967 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="343.36365999480114,255.98050449701068 401.5908500129972,261.8032234988303" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1355
+ </g>
1356
+ <g>
1357
+ <polyline data-points="-0.8300000000000005,-0.49999999999999967 -0.8300000000000018,-6.22" data-type="line" data-label="" points="343.36365999480114,255.98050449701068 343.36365999480114,422.51026794905124" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1358
+ </g>
1359
+ <g>
1360
+ <polyline data-points="-0.8300000000000005,-0.49999999999999967 -9.808910699999998,-0.6049999999999982" data-type="line" data-label="" points="343.36365999480114,255.98050449701068 81.95529025214461,259.0374319729659" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1361
+ </g>
1362
+ <g>
1363
+ <polyline data-points="-0.8300000000000005,-0.49999999999999967 -6.650000000000001,-8.009455349999998" data-type="line" data-label="" points="343.36365999480114,255.98050449701068 173.92253704185077,474.6077462958149" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1364
+ </g>
1365
+ <g>
1366
+ <polyline data-points="-0.8300000000000005,-0.49999999999999967 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="343.36365999480114,255.98050449701068 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1367
+ </g>
1368
+ <g>
1369
+ <polyline data-points="-0.8300000000000005,-0.8999999999999996 1.1699999999999995,-1.0999999999999996" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 401.5908500129972,273.44866150246946" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1370
+ </g>
1371
+ <g>
1372
+ <polyline data-points="-0.8300000000000005,-0.8999999999999996 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 401.5908500129972,261.8032234988303" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1373
+ </g>
1374
+ <g>
1375
+ <polyline data-points="-0.8300000000000005,-0.8999999999999996 -0.8300000000000018,-6.22" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 343.36365999480114,422.51026794905124" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1376
+ </g>
1377
+ <g>
1378
+ <polyline data-points="-0.8300000000000005,-0.8999999999999996 -9.808910699999998,-0.6049999999999982" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 81.95529025214461,259.0374319729659" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1379
+ </g>
1380
+ <g>
1381
+ <polyline data-points="-0.8300000000000005,-0.8999999999999996 -6.650000000000001,-8.009455349999998" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 173.92253704185077,474.6077462958149" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1382
+ </g>
1383
+ <g>
1384
+ <polyline data-points="-0.8300000000000005,-0.8999999999999996 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1385
+ </g>
1386
+ <g>
1387
+ <polyline data-points="1.1699999999999995,-1.0999999999999996 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 401.5908500129972,261.8032234988303" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1388
+ </g>
1389
+ <g>
1390
+ <polyline data-points="1.1699999999999995,-1.0999999999999996 -0.8300000000000018,-6.22" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 343.36365999480114,422.51026794905124" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1391
+ </g>
1392
+ <g>
1393
+ <polyline data-points="1.1699999999999995,-1.0999999999999996 -9.808910699999998,-0.6049999999999982" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 81.95529025214461,259.0374319729659" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1394
+ </g>
1395
+ <g>
1396
+ <polyline data-points="1.1699999999999995,-1.0999999999999996 -6.650000000000001,-8.009455349999998" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 173.92253704185077,474.6077462958149" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1397
+ </g>
1398
+ <g>
1399
+ <polyline data-points="1.1699999999999995,-1.0999999999999996 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1400
+ </g>
1401
+ <g>
1402
+ <polyline data-points="1.1699999999999995,-0.6999999999999995 -0.8300000000000018,-6.22" data-type="line" data-label="" points="401.5908500129972,261.8032234988303 343.36365999480114,422.51026794905124" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1403
+ </g>
1404
+ <g>
1405
+ <polyline data-points="1.1699999999999995,-0.6999999999999995 -9.808910699999998,-0.6049999999999982" data-type="line" data-label="" points="401.5908500129972,261.8032234988303 81.95529025214461,259.0374319729659" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1406
+ </g>
1407
+ <g>
1408
+ <polyline data-points="1.1699999999999995,-0.6999999999999995 -6.650000000000001,-8.009455349999998" data-type="line" data-label="" points="401.5908500129972,261.8032234988303 173.92253704185077,474.6077462958149" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1409
+ </g>
1410
+ <g>
1411
+ <polyline data-points="1.1699999999999995,-0.6999999999999995 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="401.5908500129972,261.8032234988303 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1412
+ </g>
1413
+ <g>
1414
+ <polyline data-points="-0.8300000000000018,-6.22 -9.808910699999998,-0.6049999999999982" data-type="line" data-label="" points="343.36365999480114,422.51026794905124 81.95529025214461,259.0374319729659" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1415
+ </g>
1416
+ <g>
1417
+ <polyline data-points="-0.8300000000000018,-6.22 -6.650000000000001,-8.009455349999998" data-type="line" data-label="" points="343.36365999480114,422.51026794905124 173.92253704185077,474.6077462958149" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1418
+ </g>
1419
+ <g>
1420
+ <polyline data-points="-0.8300000000000018,-6.22 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="343.36365999480114,422.51026794905124 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1421
+ </g>
1422
+ <g>
1423
+ <polyline data-points="-9.808910699999998,-0.6049999999999982 -6.650000000000001,-8.009455349999998" data-type="line" data-label="" points="81.95529025214461,259.0374319729659 173.92253704185077,474.6077462958149" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1424
+ </g>
1425
+ <g>
1426
+ <polyline data-points="-9.808910699999998,-0.6049999999999982 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="81.95529025214461,259.0374319729659 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1427
+ </g>
1428
+ <g>
1429
+ <polyline data-points="-6.650000000000001,-8.009455349999998 -7.5994553499999995,-1.3305446499999976" data-type="line" data-label="" points="173.92253704185077,474.6077462958149 146.28047850272944,280.1606450740837" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1430
+ </g>
1431
+ <g>
1432
+ <polyline data-points="-0.8300000000000005,-0.6999999999999996 7.0649999999999995,2.3061874499999973" data-type="line" data-label="" points="343.36365999480114,261.8032234988303 573.2154925916299,174.28229955809732" fill="none" stroke="hsl(169, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1433
+ </g>
1434
+ <g>
1435
+ <polyline data-points="-0.8300000000000005,-0.6999999999999996 -6.3494553499999995,-2.919999999999998" data-type="line" data-label="" points="343.36365999480114,261.8032234988303 182.67247226410194,326.4354044190278" fill="none" stroke="hsl(169, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1436
+ </g>
1437
+ <g>
1438
+ <polyline data-points="-0.8300000000000005,-0.6999999999999996 -4.2194553500000005,-1.6794553499999991" data-type="line" data-label="" points="343.36365999480114,261.8032234988303 244.68442963348065,290.3186898882246" fill="none" stroke="hsl(169, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1439
+ </g>
1440
+ <g>
1441
+ <polyline data-points="7.0649999999999995,2.3061874499999973 -6.3494553499999995,-2.919999999999998" data-type="line" data-label="" points="573.2154925916299,174.28229955809732 182.67247226410194,326.4354044190278" fill="none" stroke="hsl(169, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1442
+ </g>
1443
+ <g>
1444
+ <polyline data-points="7.0649999999999995,2.3061874499999973 -4.2194553500000005,-1.6794553499999991" data-type="line" data-label="" points="573.2154925916299,174.28229955809732 244.68442963348065,290.3186898882246" fill="none" stroke="hsl(169, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1445
+ </g>
1446
+ <g>
1447
+ <polyline data-points="-6.3494553499999995,-2.919999999999998 -4.2194553500000005,-1.6794553499999991" data-type="line" data-label="" points="182.67247226410194,326.4354044190278 244.68442963348065,290.3186898882246" fill="none" stroke="hsl(169, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1448
+ </g>
1449
+ <g>
1450
+ <polyline data-points="-0.8300000000000005,-1.0999999999999996 7.0649999999999995,0.3272767499999982" data-type="line" data-label="" points="343.36365999480114,273.44866150246946 573.2154925916299,231.89550423706794" fill="none" stroke="hsl(231, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1451
+ </g>
1452
+ <g>
1453
+ <polyline data-points="-0.8300000000000005,-1.0999999999999996 5.965,2.3061874499999973" data-type="line" data-label="" points="343.36365999480114,273.44866150246946 541.1905380816221,174.28229955809732" fill="none" stroke="hsl(231, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1454
+ </g>
1455
+ <g>
1456
+ <polyline data-points="-0.8300000000000005,-1.0999999999999996 -4.23,3.2594553499999996" data-type="line" data-label="" points="343.36365999480114,273.44866150246946 244.37743696386798,146.52924398232392" fill="none" stroke="hsl(231, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1457
+ </g>
1458
+ <g>
1459
+ <polyline data-points="7.0649999999999995,0.3272767499999982 5.965,2.3061874499999973" data-type="line" data-label="" points="573.2154925916299,231.89550423706794 541.1905380816221,174.28229955809732" fill="none" stroke="hsl(231, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1460
+ </g>
1461
+ <g>
1462
+ <polyline data-points="7.0649999999999995,0.3272767499999982 -4.23,3.2594553499999996" data-type="line" data-label="" points="573.2154925916299,231.89550423706794 244.37743696386798,146.52924398232392" fill="none" stroke="hsl(231, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1463
+ </g>
1464
+ <g>
1465
+ <polyline data-points="5.965,2.3061874499999973 -4.23,3.2594553499999996" data-type="line" data-label="" points="541.1905380816221,174.28229955809732 244.37743696386798,146.52924398232392" fill="none" stroke="hsl(231, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1466
+ </g>
1467
+ <g>
1468
+ <polyline data-points="1.1699999999999995,-0.8999999999999995 7.0649999999999995,-1.6516339500000008" data-type="line" data-label="" points="401.5908500129972,267.6259425006499 573.2154925916299,289.50870891603853" fill="none" stroke="hsl(293, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1469
+ </g>
1470
+ <g>
1471
+ <polyline data-points="1.1699999999999995,-0.8999999999999995 5.965,0.3272767499999982" data-type="line" data-label="" points="401.5908500129972,267.6259425006499 541.1905380816221,231.89550423706794" fill="none" stroke="hsl(293, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1472
+ </g>
1473
+ <g>
1474
+ <polyline data-points="1.1699999999999995,-0.8999999999999995 -1.1800000000000008,1.6894553499999998" data-type="line" data-label="" points="401.5908500129972,267.6259425006499 333.1739017416169,192.23758814660778" fill="none" stroke="hsl(293, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1475
+ </g>
1476
+ <g>
1477
+ <polyline data-points="7.0649999999999995,-1.6516339500000008 5.965,0.3272767499999982" data-type="line" data-label="" points="573.2154925916299,289.50870891603853 541.1905380816221,231.89550423706794" fill="none" stroke="hsl(293, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1478
+ </g>
1479
+ <g>
1480
+ <polyline data-points="7.0649999999999995,-1.6516339500000008 -1.1800000000000008,1.6894553499999998" data-type="line" data-label="" points="573.2154925916299,289.50870891603853 333.1739017416169,192.23758814660778" fill="none" stroke="hsl(293, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1481
+ </g>
1482
+ <g>
1483
+ <polyline data-points="5.965,0.3272767499999982 -1.1800000000000008,1.6894553499999998" data-type="line" data-label="" points="541.1905380816221,231.89550423706794 333.1739017416169,192.23758814660778" fill="none" stroke="hsl(293, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1484
+ </g>
1485
+ <g>
1486
+ <polyline data-points="1.1699999999999995,-0.49999999999999944 7.0649999999999995,-3.63054465" data-type="line" data-label="" points="401.5908500129972,255.98050449701068 573.2154925916299,347.1219135950091" fill="none" stroke="hsl(355, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1487
+ </g>
1488
+ <g>
1489
+ <polyline data-points="1.1699999999999995,-0.49999999999999944 5.965,-1.6516339500000008" data-type="line" data-label="" points="401.5908500129972,255.98050449701068 541.1905380816221,289.50870891603853" fill="none" stroke="hsl(355, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1490
+ </g>
1491
+ <g>
1492
+ <polyline data-points="1.1699999999999995,-0.49999999999999944 4.210000000000001,-3.2794553499999983" data-type="line" data-label="" points="401.5908500129972,255.98050449701068 490.0961788406551,336.9004419027814" fill="none" stroke="hsl(355, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1493
+ </g>
1494
+ <g>
1495
+ <polyline data-points="7.0649999999999995,-3.63054465 5.965,-1.6516339500000008" data-type="line" data-label="" points="573.2154925916299,347.1219135950091 541.1905380816221,289.50870891603853" fill="none" stroke="hsl(355, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1496
+ </g>
1497
+ <g>
1498
+ <polyline data-points="7.0649999999999995,-3.63054465 4.210000000000001,-3.2794553499999983" data-type="line" data-label="" points="573.2154925916299,347.1219135950091 490.0961788406551,336.9004419027814" fill="none" stroke="hsl(355, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1499
+ </g>
1500
+ <g>
1501
+ <polyline data-points="5.965,-1.6516339500000008 4.210000000000001,-3.2794553499999983" data-type="line" data-label="" points="541.1905380816221,289.50870891603853 490.0961788406551,336.9004419027814" fill="none" stroke="hsl(355, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1502
+ </g>
1503
+ <g>
1504
+ <polyline data-points="-0.8300000000000018,-5.819999999999999 -5.440000000000002,-7.364455349999998" data-type="line" data-label="" points="343.36365999480114,410.864829945412 209.14998700285932,455.8294775149467" fill="none" stroke="hsl(6, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1505
+ </g>
1506
+ <g>
1507
+ <polyline data-points="-0.8300000000000018,-5.819999999999999 5.965,-3.63054465" data-type="line" data-label="" points="343.36365999480114,410.864829945412 541.1905380816221,347.1219135950091" fill="none" stroke="hsl(6, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1508
+ </g>
1509
+ <g>
1510
+ <polyline data-points="-0.8300000000000018,-5.819999999999999 3.519999999999998,-7.699455349999998" data-type="line" data-label="" points="343.36365999480114,410.864829945412 470.0077982843774,465.5825318429945" fill="none" stroke="hsl(6, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1511
+ </g>
1512
+ <g>
1513
+ <polyline data-points="-5.440000000000002,-7.364455349999998 5.965,-3.63054465" data-type="line" data-label="" points="209.14998700285932,455.8294775149467 541.1905380816221,347.1219135950091" fill="none" stroke="hsl(6, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1514
+ </g>
1515
+ <g>
1516
+ <polyline data-points="-5.440000000000002,-7.364455349999998 3.519999999999998,-7.699455349999998" data-type="line" data-label="" points="209.14998700285932,455.8294775149467 470.0077982843774,465.5825318429945" fill="none" stroke="hsl(6, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1517
+ </g>
1518
+ <g>
1519
+ <polyline data-points="5.965,-3.63054465 3.519999999999998,-7.699455349999998" data-type="line" data-label="" points="541.1905380816221,347.1219135950091 470.0077982843774,465.5825318429945" fill="none" stroke="hsl(6, 100%, 50%, 0.8)" stroke-width="1" stroke-dasharray="4 2" />
1520
+ </g>
1521
+ <g>
1522
+ <polyline data-points="-4.3400000000000025,-7.364455349999998 -4.140000000000002,-7.364455349999998 -4.140000000000002,-6.844727674999999 -4.890000000000002,-6.844727674999999 -4.890000000000002,-6.324999999999998" data-type="line" data-label="" points="241.17494151286712,455.8294775149467 246.99766051468674,455.8294775149467 246.99766051468674,440.6983364699766 225.16246425786323,440.6983364699766 225.16246425786323,425.5671954250065" fill="none" stroke="purple" stroke-width="1" />
1523
+ </g>
1524
+ <g>
1525
+ <polyline data-points="-3.6400000000000023,-7.364455349999998 -4.3400000000000025,-7.364455349999998" data-type="line" data-label="" points="261.5544580192357,455.8294775149467 241.17494151286712,455.8294775149467" fill="none" stroke="purple" stroke-width="1" />
1526
+ </g>
1527
+ <g>
1528
+ <polyline data-points="-9.808910699999998,-1.705000000000001 -9.808910699999998,-1.9050000000000002 -10.4289107,-1.9050000000000002 -10.4289107,-4.214999999999999 -9.808910699999998,-4.214999999999999 -9.808910699999998,-4.015" data-type="line" data-label="" points="81.95529025214461,291.0623864829738 81.95529025214461,296.88510548479337 63.90486134650382,296.88510548479337 63.90486134650382,364.1375099558097 81.95529025214461,364.1375099558097 81.95529025214461,358.31479095399015" fill="none" stroke="purple" stroke-width="1" />
1529
+ </g>
1530
+ <g>
1531
+ <polyline data-points="-11.05,-8.129999999999999 -11.25,-8.129999999999999 -11.25,-7.227499999999999 -10.475,-7.227499999999999 -10.475,-6.324999999999999" data-type="line" data-label="" points="45.82271900181962,478.1172344164284 40,478.1172344164284 40,451.8422149207174 62.56303613205097,451.8422149207174 62.56303613205097,425.5671954250065" fill="none" stroke="purple" stroke-width="1" />
1532
+ </g>
1533
+ <g>
1534
+ <polyline data-points="-11.05,-8.329999999999998 -11.25,-8.329999999999998 -11.25,-8.129999999999999 -11.05,-8.129999999999999" data-type="line" data-label="" points="45.82271900181962,483.93995341824797 40,483.93995341824797 40,478.1172344164284 45.82271900181962,478.1172344164284" fill="none" stroke="purple" stroke-width="1" />
1535
+ </g>
1536
+ <g>
1537
+ <polyline data-points="-9.05,-8.129999999999999 -8.850000000000001,-8.129999999999999 -8.850000000000001,-8.329999999999998 -9.05,-8.329999999999998" data-type="line" data-label="" points="104.0499090200156,478.1172344164284 109.87262802183517,478.1172344164284 109.87262802183517,483.93995341824797 104.0499090200156,483.93995341824797" fill="none" stroke="purple" stroke-width="1" />
1538
+ </g>
1539
+ <g>
1540
+ <polyline data-points="-0.8300000000000005,-0.09999999999999959 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="343.36365999480114,244.33506649337147 323.71198336366,244.33506649337147" fill="none" stroke="purple" stroke-width="1" />
1541
+ </g>
1542
+ <g>
1543
+ <polyline data-points="-3.130000000000001,3.2594553499999996 -2.505000000000001,3.2594553499999996 -2.505000000000001,2.7199999999999998 -1.8800000000000003,2.7199999999999998 -1.8800000000000003,2.92" data-type="line" data-label="" points="276.40239147387575,146.52924398232392 294.59838835456196,146.52924398232392 294.59838835456196,162.23472856771514 312.7943852352482,162.23472856771514 312.7943852352482,156.41200956589552" fill="none" stroke="purple" stroke-width="1" />
1544
+ </g>
1545
+ <g>
1546
+ <polyline data-points="1.1699999999999995,0.10000000000000042 1.8449999999999998,0.10000000000000016" data-type="line" data-label="" points="401.5908500129972,238.51234749155188 421.2425266441383,238.51234749155188" fill="none" stroke="purple" stroke-width="1" />
1547
+ </g>
1548
+ <g>
1549
+ <polyline data-points="1.1699999999999995,1.3500000000000003 1.1699999999999995,0.7250000000000003 1.3699999999999994,0.7250000000000003 1.3699999999999994,0.10000000000000042 1.1699999999999995,0.10000000000000042" data-type="line" data-label="" points="401.5908500129972,202.12035373017937 401.5908500129972,220.31635061086564 407.41356901481674,220.31635061086564 407.41356901481674,238.51234749155188 401.5908500129972,238.51234749155188" fill="none" stroke="purple" stroke-width="1" />
1550
+ </g>
1551
+ <g>
1552
+ <polyline data-points="-0.08000000000000074,1.6894553499999998 0.5449999999999994,1.6894553499999998 0.5449999999999994,1.1500000000000004 1.1699999999999995,1.1500000000000004 1.1699999999999995,1.3500000000000003" data-type="line" data-label="" points="365.19885625162465,192.23758814660778 383.3948531323109,192.23758814660778 383.3948531323109,207.943072731999 401.5908500129972,207.943072731999 401.5908500129972,202.12035373017937" fill="none" stroke="purple" stroke-width="1" />
1553
+ </g>
1554
+ <g>
1555
+ <polyline data-points="4.210000000000001,-2.1794553499999987 4.210000000000001,-1.659727674999999 3.460000000000001,-1.659727674999999 3.460000000000001,-1.1399999999999992 3.660000000000001,-1.1399999999999992" data-type="line" data-label="" points="490.0961788406551,304.8754873927736 490.0961788406551,289.74434634780346 468.2609825838316,289.74434634780346 468.2609825838316,274.61320530283336 474.0837015856512,274.61320530283336" fill="none" stroke="purple" stroke-width="1" />
1556
+ </g>
1557
+ <g>
1558
+ <polyline data-points="1.1699999999999982,-6.119999999999999 1.8449999999999984,-6.119999999999999" data-type="line" data-label="" points="401.5908500129971,419.5989084481414 421.24252664413825,419.5989084481414" fill="none" stroke="purple" stroke-width="1" />
1559
+ </g>
1560
+ <g>
1561
+ <polyline data-points="1.1699999999999973,-7.469999999999999 1.1699999999999973,-7.279999999999999 1.3699999999999983,-7.279999999999999 1.3699999999999983,-6.119999999999999 1.1699999999999982,-6.119999999999999" data-type="line" data-label="" points="401.59085001299707,458.9022617104237 401.59085001299707,453.3706786586951 407.41356901481674,453.3706786586951 407.41356901481674,419.5989084481414 401.5908500129971,419.5989084481414" fill="none" stroke="purple" stroke-width="1" />
1562
+ </g>
1563
+ <g>
1564
+ <polyline data-points="2.4199999999999973,-7.699455349999998 2.174727674999997,-7.699455349999998 2.174727674999997,-7.269999999999999 1.1699999999999973,-7.269999999999999 1.1699999999999973,-7.469999999999999" data-type="line" data-label="" points="437.9828437743696,465.5825318429945 430.84208463737974,465.5825318429945 430.84208463737974,453.0795427086041 401.59085001299707,453.0795427086041 401.59085001299707,458.9022617104237" fill="none" stroke="purple" stroke-width="1" />
1565
+ </g>
1566
+ <g>
1567
+ <polyline data-points="-3.3100000000000005,-0.09999999999999964 -2.6350000000000007,-0.09999999999999964" data-type="line" data-label="" points="271.1619443722381,244.33506649337147 290.81362100337924,244.33506649337147" fill="none" stroke="purple" stroke-width="1" />
1568
+ </g>
1569
+ <g>
1570
+ <polyline data-points="-3.660000000000001,1.6800000000000002 -2.9850000000000003,1.6800000000000002" data-type="line" data-label="" points="260.9721861190538,192.51286737717703 280.623862750195,192.51286737717703" fill="none" stroke="purple" stroke-width="1" />
1571
+ </g>
1572
+ <g>
1573
+ <polyline data-points="2.9499999999999997,1.35 2.9499999999999997,0.7250000000000005 3.175,0.7250000000000005 3.175,0.10000000000000053 2.9749999999999996,0.10000000000000053" data-type="line" data-label="" points="453.41304912919156,202.12035373017937 453.41304912919156,220.3163506108656 459.96360800623864,220.3163506108656 459.96360800623864,238.51234749155188 454.140889004419,238.51234749155188" fill="none" stroke="purple" stroke-width="1" />
1574
+ </g>
1575
+ <g>
1576
+ <polyline data-points="2.41,-2.92 2.4099999999999997,-2.244999999999999" data-type="line" data-label="" points="437.6917078242787,326.43540441902786 437.6917078242787,306.7837277878867" fill="none" stroke="purple" stroke-width="1" />
1577
+ </g>
1578
+ <g>
1579
+ <polyline data-points="4.249999999999997,-6.119999999999999 2.9749999999999983,-6.119999999999999" data-type="line" data-label="" points="491.2607226410189,419.5989084481414 454.140889004419,419.5989084481414" fill="none" stroke="purple" stroke-width="1" />
1580
+ </g>
1581
+ <g>
1582
+ <polyline data-points="-7.200000000000001,-10.398910699999997 -7.400000000000001,-10.398910699999997 -7.400000000000001,-10.198910699999997 -7.200000000000001,-10.198910699999997" data-type="line" data-label="" points="157.9100597868469,544.1733816480373 152.08734078502727,544.1733816480373 152.08734078502727,538.3506626462179 157.9100597868469,538.3506626462179" fill="none" stroke="purple" stroke-width="1" />
1583
+ </g>
1584
+ <g>
1585
+ <polyline data-points="-5.200000000000001,-10.198910699999997 -5.000000000000001,-10.198910699999997 -5.000000000000001,-10.398910699999997 -5.200000000000001,-10.398910699999997" data-type="line" data-label="" points="216.13724980504287,538.3506626462179 221.9599688068625,538.3506626462179 221.9599688068625,544.1733816480373 216.13724980504287,544.1733816480373" fill="none" stroke="purple" stroke-width="1" />
1586
+ </g>
1587
+ <g>
1588
+ <polyline data-points="-4.760000000000001,1.6800000000000002 -4.960000000000001,1.6800000000000002 -4.960000000000001,-0.09999999999999964 -4.410000000000001,-0.09999999999999964" data-type="line" data-label="" points="228.947231609046,192.51286737717703 223.12451260722642,192.51286737717703 223.12451260722642,244.33506649337147 239.1369898622303,244.33506649337147" fill="none" stroke="purple" stroke-width="1" />
1589
+ </g>
1590
+ <g>
1591
+ <polyline data-points="1.1699999999999995,2.45 1.1699999999999995,2.6500000000000004 2.9499999999999997,2.6500000000000004 2.9499999999999997,2.4500000000000006" data-type="line" data-label="" points="401.5908500129972,170.0953992201716 401.5908500129972,164.27268021835198 453.41304912919156,164.27268021835198 453.41304912919156,170.09539922017157" fill="none" stroke="purple" stroke-width="1" />
1592
+ </g>
1593
+ <g>
1594
+ <polyline data-points="-7.5994553499999995,-1.3305446499999976 -7.5994553499999995,-0.42804464999999814 -8.965,-0.42804464999999814 -8.965,0.4744553500000013 -7.965000000000001,0.4744553500000013" data-type="line" data-label="" points="146.28047850272944,280.1606450740837 146.28047850272944,253.88562557837272 106.52456459578895,253.88562557837272 106.52456459578895,227.6106060826618 135.63815960488694,227.6106060826618" fill="none" stroke="purple" stroke-width="1" />
1595
+ </g>
1596
+ <g>
1597
+ <polyline data-points="-6.3494553499999995,-4.019999999999998 -6.3494553499999995,-4.219999999999998 -7.5994553499999995,-4.219999999999998 -7.5994553499999995,-2.430544649999999" data-type="line" data-label="" points="182.67247226410194,358.4603589290356 182.67247226410194,364.2830779308552 146.28047850272944,364.2830779308552 146.28047850272944,312.1855995840915" fill="none" stroke="purple" stroke-width="1" />
1598
+ </g>
1599
+ <g>
1600
+ <polyline data-points="-6.65,-5.8199999999999985 -6.450000000000001,-5.8199999999999985 -6.450000000000001,-6.914727674999998 -7.950000000000001,-6.914727674999998 -7.950000000000001,-8.009455349999998 -7.750000000000001,-8.009455349999998" data-type="line" data-label="" points="173.9225370418508,410.864829945412 179.7452560436704,410.864829945412 179.7452560436704,442.73628812061344 136.07486353002338,442.73628812061344 136.07486353002338,474.6077462958149 141.897582531843,474.6077462958149" fill="none" stroke="purple" stroke-width="1" />
1601
+ </g>
1602
+ <g>
1603
+ <polyline data-points="-8.650000000000002,-5.8199999999999985 -9.5625,-5.8199999999999985 -9.5625,-5.024999999999999 -10.475,-5.024999999999999 -10.475,-5.224999999999998" data-type="line" data-label="" points="115.69534702365476,410.864829945412 89.12919157785291,410.864829945412 89.12919157785291,387.71952191317905 62.56303613205097,387.71952191317905 62.56303613205097,393.5422409149987" fill="none" stroke="purple" stroke-width="1" />
1604
+ </g>
1605
+ <g>
1606
+ <polyline data-points="-4.890000000000002,-5.224999999999999 -4.890000000000002,-3.8324999999999996 -1.86945535,-3.8324999999999996 -1.86945535,-2.44" data-type="line" data-label="" points="225.16246425786323,393.54224091499873 225.16246425786323,353.00155986482974 313.10137790486095,353.00155986482974 313.10137790486095,312.4608788146608" fill="none" stroke="purple" stroke-width="1" />
1607
+ </g>
1608
+ <g>
1609
+ <polyline data-points="1.1699999999999973,-8.57 1.1699999999999973,-8.77 5.549999999999996,-8.77 5.549999999999996,-6.119999999999999 5.349999999999997,-6.119999999999999" data-type="line" data-label="" points="401.59085001299707,490.92721622043155 401.59085001299707,496.7499352222511 529.1083961528464,496.7499352222511 529.1083961528464,419.5989084481414 523.2856771510267,419.5989084481414" fill="none" stroke="purple" stroke-width="1" />
1610
+ </g>
1611
+ <g>
1612
+ <polyline data-points="-9.808910699999998,-0.6049999999999982 -9.808910699999998,0.4744553500000017 -7.965000000000001,0.4744553500000017" data-type="line" data-label="" points="81.95529025214461,259.0374319729659 81.95529025214461,227.6106060826618 135.63815960488694,227.6106060826618" fill="none" stroke="purple" stroke-width="1" />
1613
+ </g>
1614
+ <g>
1615
+ <polyline data-points="-6.3494553499999995,-2.919999999999998 -6.3494553499999995,-1.6794553499999996 -4.2194553500000005,-1.6794553499999996" data-type="line" data-label="" points="182.67247226410194,326.4354044190278 182.67247226410194,290.31868988822464 244.68442963348065,290.31868988822464" fill="none" stroke="purple" stroke-width="1" />
1616
+ </g>
1617
+ <g>
1618
+ <polyline data-points="7.0649999999999995,0.3272767499999982 7.265,0.3272767499999982 7.265,1.3167320999999976 5.765,1.3167320999999976 5.765,2.3061874499999973 5.965,2.3061874499999973" data-type="line" data-label="" points="573.2154925916299,231.89550423706794 579.0382115934494,231.89550423706794 579.0382115934494,203.08890189758262 535.3678190798025,203.08890189758262 535.3678190798025,174.28229955809732 541.1905380816221,174.28229955809732" fill="none" stroke="purple" stroke-width="1" />
1619
+ </g>
1620
+ <g>
1621
+ <polyline data-points="7.0649999999999995,-1.6516339500000008 7.265,-1.6516339500000008 7.265,-0.6621786000000013 5.765,-0.6621786000000013 5.765,0.3272767499999982 5.965,0.3272767499999982" data-type="line" data-label="" points="573.2154925916299,289.50870891603853 579.0382115934494,289.50870891603853 579.0382115934494,260.7021065765532 535.3678190798025,260.7021065765532 535.3678190798025,231.89550423706794 541.1905380816221,231.89550423706794" fill="none" stroke="purple" stroke-width="1" />
1622
+ </g>
1623
+ <g>
1624
+ <polyline data-points="7.0649999999999995,-3.63054465 7.265,-3.63054465 7.265,-2.6410893000000004 5.765,-2.6410893000000004 5.765,-1.6516339500000008 5.965,-1.6516339500000008" data-type="line" data-label="" points="573.2154925916299,347.1219135950091 579.0382115934494,347.1219135950091 579.0382115934494,318.31531125552385 535.3678190798025,318.31531125552385 535.3678190798025,289.50870891603853 541.1905380816221,289.50870891603853" fill="none" stroke="purple" stroke-width="1" />
1625
+ </g>
1626
+ <g>
1627
+ <polyline data-points="-1.8694553500000004,-1.3399999999999994 -1.8694553500000004,-0.7199999999999995 -1.3050000000000008,-0.7199999999999995 -1.3050000000000008,-0.09999999999999964 -1.5050000000000008,-0.09999999999999964" data-type="line" data-label="" points="313.10137790486095,280.435924304653 313.10137790486095,262.38549539901226 329.5347023654796,262.38549539901226 329.5347023654796,244.33506649337147 323.71198336366,244.33506649337147" fill="none" stroke="purple" stroke-width="1" />
1628
+ </g>
1629
+ <g>
1630
+ <polyline data-points="1.1699999999999995,-1.0999999999999996 1.9909999999999992,-1.0999999999999994 1.9909999999999992,-0.6999999999999995 1.1699999999999995,-0.6999999999999995" data-type="line" data-label="" points="401.5908500129972,273.44866150246946 425.4931115154666,273.44866150246946 425.4931115154666,261.8032234988303 401.5908500129972,261.8032234988303" fill="none" stroke="purple" stroke-width="1" />
1631
+ </g>
1632
+ <g>
1633
+ <polyline data-points="-0.8300000000000005,-0.8999999999999996 -1.0300000000000005,-0.8999999999999996 -1.0300000000000005,-0.49999999999999967 -0.8300000000000005,-0.49999999999999967" data-type="line" data-label="" points="343.36365999480114,267.6259425006499 337.5409409929816,267.6259425006499 337.5409409929816,255.98050449701068 343.36365999480114,255.98050449701068" fill="none" stroke="purple" stroke-width="1" />
1634
+ </g>
1635
+ <g>
1636
+ <polyline data-points="1.1699999999999995,-0.2999999999999995 1.2699999999999996,-0.2999999999999995 1.2699999999999996,-3.1599999999999997 -1.7710000000000017,-3.1599999999999997 -1.7710000000000017,-6.019999999999999 -0.8300000000000018,-6.02" data-type="line" data-label="" points="401.5908500129972,250.15778549519106 404.50220951390696,250.15778549519106 404.50220951390696,333.4226672212113 315.9677670912399,333.4226672212113 315.9677670912399,416.68754894723156 343.36365999480114,416.6875489472316" fill="none" stroke="purple" stroke-width="1" />
1637
+ </g>
1638
+ <g>
1639
+ <polyline data-points="-0.8300000000000005,0.10000000000000042 -1.3425000000000005,0.10000000000000042 -1.3425000000000005,1.6800000000000002 -1.8550000000000004,1.6800000000000002" data-type="line" data-label="" points="343.36365999480114,238.51234749155188 328.44294255263844,238.51234749155188 328.44294255263844,192.51286737717703 313.5222251104757,192.51286737717703" fill="none" stroke="purple" stroke-width="1" />
1640
+ </g>
1641
+ <g>
1642
+ <polyline data-points="4.760000000000001,-1.1399999999999988 5.18945535,-1.1399999999999988 5.18945535,-3.43054465 5.024,-3.43054465 5.024,-3.83054465 5.18945535,-3.83054465 5.18945535,-4.22 2.41,-4.22 2.41,-4.02" data-type="line" data-label="" points="506.108656095659,274.61320530283336 518.6116452300494,274.61320530283336 518.6116452300494,341.29919459318955 513.7946451780608,341.29919459318955 513.7946451780608,352.94463259682874 518.6116452300494,352.94463259682874 518.6116452300494,364.28307793085526 437.6917078242787,364.28307793085526 437.6917078242787,358.46035892903564" fill="none" stroke="purple" stroke-width="1" />
1643
+ </g>
1644
+ <g>
1645
+ <polyline data-points="-8.850000000000001,-8.129999999999999 -8.59,-8.129999999999999 -8.59,-8.130999999999998" data-type="line" data-label="" points="109.87262802183517,478.1172344164284 117.4421627242007,478.1172344164284 117.4421627242007,478.14634801143745" fill="none" stroke="purple" stroke-width="1" />
1646
+ </g>
1647
+ <g>
1648
+ <polyline data-points="-5.965000000000001,0.4744553500000013 -5.7540000000000004,0.4744553500000013 -5.7540000000000004,0.27345535000000126" data-type="line" data-label="" points="193.86534962308292,227.6106060826618 200.0083181700026,227.6106060826618 200.0083181700026,233.4624386794905" fill="none" stroke="purple" stroke-width="1" />
1649
+ </g>
1650
+ <g>
1651
+ <polyline data-points="-3.6400000000000023,-7.564455349999998 -3.851000000000002,-7.564455349999998 -3.851000000000002,-7.765455349999998" data-type="line" data-label="" points="261.5544580192357,461.65219651676625 255.41148947231605,461.65219651676625 255.41148947231605,467.504029113595" fill="none" stroke="purple" stroke-width="1" />
1652
+ </g>
1653
+ <g>
1654
+ <polyline data-points="-9.808910699999998,-2.9149999999999983 -9.808910699999998,-1.763999999999998 -10.259910699999997,-1.763999999999998" data-type="line" data-label="" points="81.95529025214461,326.2898364439823 81.95529025214461,292.7800885885105 68.82505890304145,292.7800885885105" fill="none" stroke="purple" stroke-width="1" />
1655
+ </g>
1656
+ <g>
1657
+ <polyline data-points="-1.8800000000000003,4.0200000000000005 -1.8800000000000003,5.321000000000001 -2.9310000000000005,5.321000000000001" data-type="line" data-label="" points="312.7943852352482,124.38705505588771 312.7943852352482,86.51026794905121 282.19599688068627,86.51026794905121" fill="none" stroke="purple" stroke-width="1" />
1658
+ </g>
1659
+ <g>
1660
+ <polyline data-points="4.210000000000001,-3.2794553499999983 4.210000000000001,-3.8304553499999985 4.159000000000001,-3.8304553499999985" data-type="line" data-label="" points="490.0961788406551,336.9004419027814 490.0961788406551,352.9420327527944 488.6113854951911,352.9420327527944" fill="none" stroke="purple" stroke-width="1" />
1661
+ </g>
1662
+ <g>
1663
+ <rect data-type="rect" data-label="schematic_component_0" data-x="-6.200000000000001" data-y="-10.298910699999997" x="157.9100597868469" y="532.5279436443982" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1664
+ </g>
1665
+ <g>
1666
+ <rect data-type="rect" data-label="schematic_component_1" data-x="-10.05" data-y="-8.229999999999999" x="45.82271900181962" y="472.2945154146088" width="58.227190018195984" height="17.468157005458806" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1667
+ </g>
1668
+ <g>
1669
+ <rect data-type="rect" data-label="schematic_component_2" data-x="-7.650000000000001" data-y="-5.8199999999999985" x="115.69534702365476" y="405.04211094359243" width="58.22719001819604" height="11.645438003639129" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1670
+ </g>
1671
+ <g>
1672
+ <rect data-type="rect" data-label="schematic_component_3" data-x="-6.965000000000001" data-y="0.4744553500000013" x="135.63815960488694" y="221.7878870808422" width="58.227190018195984" height="11.645438003639185" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1673
+ </g>
1674
+ <g>
1675
+ <rect data-type="rect" data-label="schematic_component_4" data-x="-2.6400000000000023" data-y="-7.464455349999998" x="261.5544580192357" y="450.0067585131271" width="58.22719001819604" height="17.46815700545875" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1676
+ </g>
1677
+ <g>
1678
+ <rect data-type="rect" data-label="schematic_component_5" data-x="0.16999999999999948" data-y="-0.49999999999999956" x="343.36365999480114" y="232.68962848973229" width="58.22719001819604" height="46.5817520145568" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1679
+ </g>
1680
+ <g>
1681
+ <rect data-type="rect" data-label="schematic_component_6" data-x="0.16999999999999815" data-y="-6.02" x="343.36365999480114" y="405.04211094359243" width="58.227190018195984" height="23.29087600727837" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1682
+ </g>
1683
+ <g>
1684
+ <rect data-type="rect" data-label="schematic_component_7" data-x="-9.6714107" data-y="-3.464999999999999" x="69.72758034832339" y="326.2898364439823" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1685
+ </g>
1686
+ <g>
1687
+ <rect data-type="rect" data-label="schematic_component_8" data-x="-10.337499999999999" data-y="-5.774999999999999" x="50.3353262282298" y="393.5422409149987" width="32.46165843514433" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1688
+ </g>
1689
+ <g>
1690
+ <rect data-type="rect" data-label="schematic_component_9" data-x="-9.551410699999998" data-y="-1.154999999999999" x="69.72758034832344" y="259.0374319729659" width="39.448921237327795" height="32.02495451000783" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1691
+ </g>
1692
+ <g>
1693
+ <rect data-type="rect" data-label="schematic_component_10" data-x="-4.597500000000002" data-y="-5.774999999999999" x="219.50116995061086" y="393.54224091499873" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1694
+ </g>
1695
+ <g>
1696
+ <rect data-type="rect" data-label="schematic_component_11" data-x="-7.200000000000001" data-y="-8.009455349999998" x="141.897582531843" y="463.2693009617884" width="32.024954510007774" height="22.67689066805292" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1697
+ </g>
1698
+ <g>
1699
+ <rect data-type="rect" data-label="schematic_component_12" data-x="-7.306955349999999" data-y="-1.8805446499999983" x="140.6191841954771" y="280.1606450740837" width="28.35404169482706" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1700
+ </g>
1701
+ <g>
1702
+ <rect data-type="rect" data-label="schematic_component_13" data-x="-4.890000000000002" data-y="-7.364455349999998" x="209.14998700285932" y="443.32648838055627" width="32.0249545100078" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1703
+ </g>
1704
+ <g>
1705
+ <rect data-type="rect" data-label="schematic_component_14" data-x="6.515" data-y="-3.63054465" x="541.1905380816221" y="335.78346826098266" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1706
+ </g>
1707
+ <g>
1708
+ <rect data-type="rect" data-label="schematic_component_15" data-x="6.515" data-y="-1.6516339500000008" x="541.1905380816221" y="278.170263582012" width="32.024954510007774" height="22.676890668053034" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1709
+ </g>
1710
+ <g>
1711
+ <rect data-type="rect" data-label="schematic_component_16" data-x="6.515" data-y="0.3272767499999982" x="541.1905380816221" y="220.55705890304142" width="32.024954510007774" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1712
+ </g>
1713
+ <g>
1714
+ <rect data-type="rect" data-label="schematic_component_17" data-x="6.515" data-y="2.3061874499999973" x="541.1905380816221" y="162.94385422407083" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1715
+ </g>
1716
+ <g>
1717
+ <rect data-type="rect" data-label="schematic_component_18" data-x="-5.9969553499999995" data-y="-3.469999999999998" x="177.01117795684956" y="326.4354044190278" width="31.84767309591885" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1718
+ </g>
1719
+ <g>
1720
+ <rect data-type="rect" data-label="schematic_component_19" data-x="-3.6694553500000007" data-y="-1.6794553499999991" x="244.68442963348065" y="277.81570075383416" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1721
+ </g>
1722
+ <g>
1723
+ <rect data-type="rect" data-label="schematic_component_20" data-x="-3.6800000000000006" data-y="3.2594553499999996" x="244.37743696386798" y="134.0262548479335" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1724
+ </g>
1725
+ <g>
1726
+ <rect data-type="rect" data-label="schematic_component_21" data-x="-0.6300000000000008" data-y="1.6894553499999998" x="333.1739017416169" y="179.73459901221736" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1727
+ </g>
1728
+ <g>
1729
+ <rect data-type="rect" data-label="schematic_component_22" data-x="4.502500000000001" data-y="-2.7294553499999985" x="484.43488453340274" y="304.8754873927736" width="28.35404169482706" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1730
+ </g>
1731
+ <g>
1732
+ <rect data-type="rect" data-label="schematic_component_23" data-x="2.9699999999999975" data-y="-7.699455349999998" x="437.9828437743696" y="454.24408650896805" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1733
+ </g>
1734
+ <g>
1735
+ <rect data-type="rect" data-label="schematic_component_24" data-x="-1.5869553500000007" data-y="-1.8899999999999997" x="307.4400835976086" y="280.435924304653" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1736
+ </g>
1737
+ <g>
1738
+ <rect data-type="rect" data-label="schematic_component_25" data-x="-1.6475000000000004" data-y="3.47" x="307.13309092799585" y="124.38705505588771" width="24.860410293735356" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1739
+ </g>
1740
+ <g>
1741
+ <rect data-type="rect" data-label="schematic_component_26" data-x="1.4024999999999994" data-y="1.9000000000000004" x="395.92955570574475" y="170.0953992201716" width="24.860410293735356" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1742
+ </g>
1743
+ <g>
1744
+ <rect data-type="rect" data-label="schematic_component_27" data-x="4.210000000000001" data-y="-1.1399999999999992" x="474.0837015856512" y="262.11021616844295" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1745
+ </g>
1746
+ <g>
1747
+ <rect data-type="rect" data-label="schematic_component_28" data-x="1.4524999999999972" data-y="-8.02" x="395.9295557057447" y="458.9022617104237" width="27.771769794645138" height="32.02495451000783" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1748
+ </g>
1749
+ <g>
1750
+ <rect data-type="rect" data-label="schematic_component_29" data-x="-2.0700000000000007" data-y="-0.09999999999999964" x="290.81362100337924" y="227.15804543800365" width="32.89836236028077" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1751
+ </g>
1752
+ <g>
1753
+ <rect data-type="rect" data-label="schematic_component_30" data-x="-3.8600000000000008" data-y="-0.09999999999999962" x="239.1369898622303" y="232.99662115934498" width="32.0249545100078" height="22.676890668053005" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1754
+ </g>
1755
+ <g>
1756
+ <rect data-type="rect" data-label="schematic_component_31" data-x="-2.4200000000000004" data-y="1.6800000000000002" x="280.623862750195" y="175.3358463218092" width="32.898362360280714" height="34.35404211073566" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1757
+ </g>
1758
+ <g>
1759
+ <rect data-type="rect" data-label="schematic_component_32" data-x="-4.210000000000001" data-y="1.6800000000000002" x="228.947231609046" y="181.17442204315057" width="32.024954510007774" height="22.676890668052977" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1760
+ </g>
1761
+ <g>
1762
+ <rect data-type="rect" data-label="schematic_component_33" data-x="2.4099999999999997" data-y="0.10000000000000009" x="421.2425266441383" y="221.33532643618406" width="32.898362360280714" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1763
+ </g>
1764
+ <g>
1765
+ <rect data-type="rect" data-label="schematic_component_34" data-x="3.2424999999999997" data-y="1.9000000000000004" x="447.7517548219392" y="170.09539922017157" width="28.354041694827117" height="32.0249545100078" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1766
+ </g>
1767
+ <g>
1768
+ <rect data-type="rect" data-label="schematic_component_35" data-x="2.6525" data-y="-1.6799999999999993" x="428.22978944632183" y="273.88536542760596" width="33.04393033532625" height="32.898362360280714" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1769
+ </g>
1770
+ <g>
1771
+ <rect data-type="rect" data-label="schematic_component_36" data-x="2.7525000000000004" data-y="-3.4699999999999998" x="432.0304135170263" y="326.43540441902786" width="31.2654011957369" height="32.024954510007774" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1772
+ </g>
1773
+ <g>
1774
+ <rect data-type="rect" data-label="schematic_component_37" data-x="2.4099999999999984" data-y="-6.119999999999999" x="421.24252664413825" y="402.4218873927736" width="32.89836236028077" height="34.354042110735634" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1775
+ </g>
1776
+ <g>
1777
+ <rect data-type="rect" data-label="schematic_component_38" data-x="4.799999999999997" data-y="-6.119999999999999" x="491.2607226410189" y="407.095919313751" width="32.024954510007774" height="25.005978268780837" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03434821428571429" />
1778
+ </g>
1779
+ <g>
1780
+ <rect data-type="rect" data-label="MY_18650_02" data-x="-6.140000000000001" data-y="-10.728910699999997" x="169.5554977904861" y="551.1606444502208" width="38.429945412009374" height="5.240447101637756" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1781
+ </g>
1782
+ <g>
1783
+ <rect data-type="rect" data-label="J_BAT_POS" data-x="-6.260000000000001" data-y="-9.868910699999997" x="169.5554977904861" y="526.1229527423966" width="31.442682609825823" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1784
+ </g>
1785
+ <g>
1786
+ <rect data-type="rect" data-label="MY_18650_02" data-x="-9.99" data-y="-8.659999999999998" x="57.46815700545881" y="490.9272162204315" width="38.429945412009374" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1787
+ </g>
1788
+ <g>
1789
+ <rect data-type="rect" data-label="J_BAT_NEG" data-x="-10.11" data-y="-7.799999999999999" x="57.46815700545886" y="465.88952451260724" width="31.442682609825795" height="5.240447101637585" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1790
+ </g>
1791
+ <g>
1792
+ <rect data-type="rect" data-label="BAT54WS" data-x="-7.830000000000002" data-y="-6.149999999999999" x="127.34078502729398" y="417.8520927475955" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1793
+ </g>
1794
+ <g>
1795
+ <rect data-type="rect" data-label="D_PROT" data-x="-7.890000000000002" data-y="-5.489999999999998" x="127.34078502729398" y="398.63712004159083" width="20.96178840655051" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1796
+ </g>
1797
+ <g>
1798
+ <rect data-type="rect" data-label="BAT54WS" data-x="-7.145000000000001" data-y="0.14445535000000126" x="147.28359760852612" y="234.59786888484533" width="24.4554198076423" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1799
+ </g>
1800
+ <g>
1801
+ <rect data-type="rect" data-label="D_SENSE_CLAMP" data-x="-6.785000000000001" data-y="0.8044553500000013" x="147.28359760852612" y="215.38289617884064" width="45.41720821419287" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1802
+ </g>
1803
+ <g>
1804
+ <rect data-type="rect" data-label="LM4040D25FTA" data-x="-2.5200000000000022" data-y="-7.894455349999998" x="273.19989602287495" y="468.6394593189498" width="41.92357681310108" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1805
+ </g>
1806
+ <g>
1807
+ <rect data-type="rect" data-label="U_REF" data-x="-2.940000000000002" data-y="-7.034455349999998" x="273.19989602287495" y="443.6017676111255" width="17.46815700545875" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1808
+ </g>
1809
+ <g>
1810
+ <rect data-type="rect" data-label="LMV339IDR" data-x="0.10999999999999943" data-y="-1.4299999999999997" x="355.0090979984403" y="280.435924304653" width="31.44268260982585" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1811
+ </g>
1812
+ <g>
1813
+ <rect data-type="rect" data-label="U1" data-x="-0.3100000000000006" data-y="0.4300000000000005" x="355.0090979984403" y="226.2846375877307" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1814
+ </g>
1815
+ <g>
1816
+ <rect data-type="rect" data-label="LMV331IDBVR" data-x="0.22999999999999798" data-y="-6.55" x="355.0090979984403" y="429.49753075123476" width="38.42994541200932" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1817
+ </g>
1818
+ <g>
1819
+ <rect data-type="rect" data-label="U2" data-x="-0.31000000000000194" data-y="-5.489999999999999" x="355.0090979984403" y="398.63712004159083" width="6.987262802183523" height="5.240447101637642" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03434821428571429" />
1820
+ </g>
1821
+ <g>
1822
+ <rect data-type="rect" data-label="netId: BAT_RAW
1823
+ globalConnNetId: connectivity_net12" data-x="-7.880000000000001" data-y="-10.398910699999997" x="124.1382895762932" y="541.2620221471276" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1824
+ </g>
1825
+ <g>
1826
+ <rect data-type="rect" data-label="netId: BAT_RAW
1827
+ globalConnNetId: connectivity_net12" data-x="-4.520000000000001" data-y="-10.198910699999997" x="221.95996880686246" y="535.439303145308" width="27.94905120873412" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1828
+ </g>
1829
+ <g>
1830
+ <rect data-type="rect" data-label="netId: BAT_RAW
1831
+ globalConnNetId: connectivity_net12" data-x="-5.970000000000001" data-y="-5.8199999999999985" x="179.7452560436704" y="407.9534704445022" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1832
+ </g>
1833
+ <g>
1834
+ <rect data-type="rect" data-label="netId: GND
1835
+ globalConnNetId: connectivity_net1" data-x="-6.3494553499999995" data-y="-4.459999999999998" x="176.55861731219136" y="364.2830779308552" width="12.227709903821165" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429" />
1836
+ </g>
1837
+ <g>
1838
+ <rect data-type="rect" data-label="netId: GND
1839
+ globalConnNetId: connectivity_net1" data-x="-10.8625" data-y="-7.467499999999999" x="45.16766311411487" y="451.8422149207174" width="12.227709903821221" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429" />
1840
+ </g>
1841
+ <g>
1842
+ <rect data-type="rect" data-label="netId: GND
1843
+ globalConnNetId: connectivity_net1" data-x="-8.59" data-y="-8.370999999999999" x="111.32830777229009" y="478.14634801143745" width="12.227709903821221" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429" />
1844
+ </g>
1845
+ <g>
1846
+ <rect data-type="rect" data-label="netId: GND
1847
+ globalConnNetId: connectivity_net1" data-x="-5.7540000000000004" data-y="0.03345535000000127" x="193.89446321809203" y="233.4624386794905" width="12.227709903821165" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429" />
1848
+ </g>
1849
+ <g>
1850
+ <rect data-type="rect" data-label="netId: GND
1851
+ globalConnNetId: connectivity_net1" data-x="-3.851000000000002" data-y="-8.005455349999998" x="249.29763452040544" y="467.504029113595" width="12.227709903821221" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429" />
1852
+ </g>
1853
+ <g>
1854
+ <rect data-type="rect" data-label="netId: GND
1855
+ globalConnNetId: connectivity_net1" data-x="1.2699999999999996" data-y="-3.3999999999999995" x="398.3883545619964" y="333.4226672212113" width="12.227709903821165" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429" />
1856
+ </g>
1857
+ <g>
1858
+ <rect data-type="rect" data-label="netId: GND
1859
+ globalConnNetId: connectivity_net1" data-x="-10.4289107" data-y="-4.454999999999999" x="57.79100639459318" y="364.1375099558097" width="12.227709903821221" height="13.974525604367045" fill="#00000066" stroke="#000000" stroke-width="0.03434821428571429" />
1860
+ </g>
1861
+ <g>
1862
+ <rect data-type="rect" data-label="netId: BAT_POS
1863
+ globalConnNetId: connectivity_net13" data-x="-9.0825" data-y="-5.4224999999999985" x="89.12919157785291" y="396.38081642838574" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1864
+ </g>
1865
+ <g>
1866
+ <rect data-type="rect" data-label="netId: BAT_POS
1867
+ globalConnNetId: connectivity_net13" data-x="-1.3110000000000004" data-y="-0.2999999999999996" x="315.385495191058" y="247.24642599428128" width="27.949051208734033" height="5.822719001819593" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1868
+ </g>
1869
+ <g>
1870
+ <rect data-type="rect" data-label="netId: BAT_POS
1871
+ globalConnNetId: connectivity_net13" data-x="1.650999999999998" data-y="-5.92" x="401.61996360800623" y="410.86482994541205" width="27.949051208734033" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1872
+ </g>
1873
+ <g>
1874
+ <rect data-type="rect" data-label="netId: BAT_POS
1875
+ globalConnNetId: connectivity_net13" data-x="-10.739910699999998" data-y="-1.763999999999998" x="40.876007694307305" y="289.8687290876007" width="27.949051208734147" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1876
+ </g>
1877
+ <g>
1878
+ <rect data-type="rect" data-label="netId: BAT_POS
1879
+ globalConnNetId: connectivity_net13" data-x="-5.370000000000003" data-y="-4.528749999999999" x="197.21341304912912" y="370.3605408890044" width="27.94905120873412" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1880
+ </g>
1881
+ <g>
1882
+ <rect data-type="rect" data-label="netId: BAT_POS
1883
+ globalConnNetId: connectivity_net13" data-x="-3.4110000000000005" data-y="5.321000000000001" x="254.24694567195218" y="83.59890844814143" width="27.94905120873409" height="5.822719001819593" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1884
+ </g>
1885
+ <g>
1886
+ <rect data-type="rect" data-label="netId: BAT_POS
1887
+ globalConnNetId: connectivity_net13" data-x="0.6899999999999995" data-y="2.6500000000000004" x="373.6417988042631" y="161.3613207174422" width="27.94905120873409" height="5.822719001819593" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1888
+ </g>
1889
+ <g>
1890
+ <rect data-type="rect" data-label="netId: BAT_POS
1891
+ globalConnNetId: connectivity_net13" data-x="5.66945535" data-y="-1.1399999999999988" x="518.6116452300494" y="271.7018458019236" width="27.94905120873409" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1892
+ </g>
1893
+ <g>
1894
+ <rect data-type="rect" data-label="netId: BAT_POS
1895
+ globalConnNetId: connectivity_net13" data-x="0.6899999999999973" data-y="-8.77" x="373.64179880426303" y="493.83857572134133" width="27.949051208734033" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1896
+ </g>
1897
+ <g>
1898
+ <rect data-type="rect" data-label="netId: BAT_POS
1899
+ globalConnNetId: connectivity_net13" data-x="-5.440000000000001" data-y="1.6800000000000002" x="195.1754613984923" y="189.60150787626725" width="27.94905120873412" height="5.822719001819593" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1900
+ </g>
1901
+ <g>
1902
+ <rect data-type="rect" data-label="netId: SENSE_DIV
1903
+ globalConnNetId: connectivity_net14" data-x="-8.19945535" data-y="-0.8792946499999978" x="111.34416449181185" y="264.1117758253184" width="34.936314010917584" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1904
+ </g>
1905
+ <g>
1906
+ <rect data-type="rect" data-label="netId: SENSE_DIV
1907
+ globalConnNetId: connectivity_net14" data-x="1.3752499999999994" data-y="-1.7000999999999997" x="404.6550558877047" y="273.45157286197036" width="5.822719001819621" height="34.93631401091761" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1908
+ </g>
1909
+ <g>
1910
+ <rect data-type="rect" data-label="netId: SENSE_DIV
1911
+ globalConnNetId: connectivity_net14" data-x="-1.4310000000000018" data-y="-6.22" x="308.3982323888744" y="419.59890844814146" width="34.93631401091761" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1912
+ </g>
1913
+ <g>
1914
+ <rect data-type="rect" data-label="netId: SENSE_DIV
1915
+ globalConnNetId: connectivity_net14" data-x="-6.049000000000001" data-y="-8.009455349999998" x="173.95165063685988" y="471.6963867949051" width="34.936314010917584" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1916
+ </g>
1917
+ <g>
1918
+ <rect data-type="rect" data-label="netId: U_REF.CAT to RTH_TOP.pin1
1919
+ globalConnNetId: connectivity_net0" data-x="-3.9900000000000024" data-y="-7.139455349999999" x="248.4533402651416" y="442.72835976085264" width="5.822719001819621" height="13.101117754094048" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1920
+ </g>
1921
+ <g>
1922
+ <rect data-type="rect" data-label="netId: LED2.cathode to U1.OUT2
1923
+ globalConnNetId: connectivity_net3" data-x="-0.31750000000000056" data-y="0.8900000000000003" x="328.44294255263844" y="212.60124793345466" width="59.6828697686509" height="5.822719001819593" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1924
+ </g>
1925
+ <g>
1926
+ <rect data-type="rect" data-label="netId: U1.OUT2 to RHYS2.pin1
1927
+ globalConnNetId: connectivity_net3" data-x="-2.817500000000001" data-y="4.28445535" x="282.58903041330905" y="86.84637421367302" width="5.822719001819621" height="59.6828697686509" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1928
+ </g>
1929
+ <g>
1930
+ <rect data-type="rect" data-label="netId: LED1.cathode to U1.OUT1
1931
+ globalConnNetId: connectivity_net2" data-x="-1.1675000000000006" data-y="-0.3249999999999996" x="330.62646217832076" y="244.33506649337147" width="5.822719001819621" height="13.101117754094105" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1932
+ </g>
1933
+ <g>
1934
+ <rect data-type="rect" data-label="netId: U1.OUT1 to RHYS1.pin1
1935
+ globalConnNetId: connectivity_net2" data-x="-2.093455350000001" data-y="-1.6794553499999991" x="276.73849773849753" y="287.4073303873148" width="59.6828697686509" height="5.822719001819621" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1936
+ </g>
1937
+ <g>
1938
+ <rect data-type="rect" data-label="netId: TH_20
1939
+ globalConnNetId: connectivity_net15" data-x="-1.1910000000000003" data-y="-0.6999999999999996" x="322.3727579932415" y="258.8918639979205" width="20.961788406550568" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1940
+ </g>
1941
+ <g>
1942
+ <rect data-type="rect" data-label="netId: TH_20
1943
+ globalConnNetId: connectivity_net15" data-x="7.426" data-y="2.3061874499999973" x="573.244606186639" y="171.3709400571875" width="20.961788406550568" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1944
+ </g>
1945
+ <g>
1946
+ <rect data-type="rect" data-label="netId: TH_20
1947
+ globalConnNetId: connectivity_net15" data-x="-5.989455349999999" data-y="-2.299727674999999" x="182.67247226410194" y="305.4656876527164" width="20.961788406550568" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1948
+ </g>
1949
+ <g>
1950
+ <rect data-type="rect" data-label="netId: TH_40
1951
+ globalConnNetId: connectivity_net16" data-x="-1.1910000000000003" data-y="-1.0999999999999996" x="322.3727579932415" y="270.5373020015597" width="20.961788406550568" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1952
+ </g>
1953
+ <g>
1954
+ <rect data-type="rect" data-label="netId: TH_40
1955
+ globalConnNetId: connectivity_net16" data-x="7.625" data-y="0.3272767499999982" x="579.0382115934494" y="228.98414473615813" width="20.961788406550568" height="5.822719001819593" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1956
+ </g>
1957
+ <g>
1958
+ <rect data-type="rect" data-label="netId: TH_40
1959
+ globalConnNetId: connectivity_net16" data-x="-4.591000000000001" data-y="3.2594553499999996" x="223.38653496230827" y="143.61788448141414" width="20.961788406550596" height="5.822719001819593" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1960
+ </g>
1961
+ <g>
1962
+ <rect data-type="rect" data-label="netId: TH_60
1963
+ globalConnNetId: connectivity_net17" data-x="1.5309999999999993" data-y="-0.8999999999999995" x="401.61996360800623" y="264.71458299974006" width="20.961788406550568" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1964
+ </g>
1965
+ <g>
1966
+ <rect data-type="rect" data-label="netId: TH_60
1967
+ globalConnNetId: connectivity_net17" data-x="7.625" data-y="-1.6516339500000008" x="579.0382115934494" y="286.59734941512875" width="20.961788406550568" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1968
+ </g>
1969
+ <g>
1970
+ <rect data-type="rect" data-label="netId: TH_60
1971
+ globalConnNetId: connectivity_net17" data-x="-1.5410000000000008" data-y="1.6894553499999998" x="312.1829997400572" y="189.326228645698" width="20.961788406550568" height="5.822719001819593" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1972
+ </g>
1973
+ <g>
1974
+ <rect data-type="rect" data-label="netId: TH_80
1975
+ globalConnNetId: connectivity_net18" data-x="1.5309999999999993" data-y="-0.49999999999999944" x="401.61996360800623" y="253.06914499610087" width="20.961788406550568" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1976
+ </g>
1977
+ <g>
1978
+ <rect data-type="rect" data-label="netId: TH_80
1979
+ globalConnNetId: connectivity_net18" data-x="7.625" data-y="-3.63054465" x="579.0382115934494" y="344.21055409409934" width="20.961788406550568" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1980
+ </g>
1981
+ <g>
1982
+ <rect data-type="rect" data-label="netId: TH_80
1983
+ globalConnNetId: connectivity_net18" data-x="3.799000000000001" data-y="-3.8304553499999985" x="467.6495970886406" y="350.03067325188454" width="20.96178840655051" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1984
+ </g>
1985
+ <g>
1986
+ <rect data-type="rect" data-label="netId: LED4.cathode to U1.OUT4
1987
+ globalConnNetId: connectivity_net5" data-x="2.1959999999999993" data-y="-0.09999999999999953" x="401.61996360800623" y="241.4237069924617" width="59.6828697686509" height="5.822719001819593" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1988
+ </g>
1989
+ <g>
1990
+ <rect data-type="rect" data-label="netId: U1.OUT4 to RHYS4.pin1
1991
+ globalConnNetId: connectivity_net5" data-x="3.835000000000001" data-y="-2.6847276749999986" x="476.26722121133355" y="289.74434634780346" width="5.822719001819621" height="59.6828697686509" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1992
+ </g>
1993
+ <g>
1994
+ <rect data-type="rect" data-label="netId: LED4.cathode to U1.OUT4
1995
+ globalConnNetId: connectivity_net5" data-x="2.4099999999999997" data-y="-0.8889999999999993" x="434.78034832336886" y="260.75513407850275" width="5.822719001819621" height="13.101117754094105" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
1996
+ </g>
1997
+ <g>
1998
+ <rect data-type="rect" data-label="netId: LED3.cathode to U1.OUT3
1999
+ globalConnNetId: connectivity_net4" data-x="1.3949999999999996" data-y="1.0375000000000003" x="401.5908500129972" y="208.3069926696127" width="13.101117754094048" height="5.822719001819593" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2000
+ </g>
2001
+ <g>
2002
+ <rect data-type="rect" data-label="netId: TH_100
2003
+ globalConnNetId: connectivity_net19" data-x="-1.2510000000000017" data-y="-5.819999999999999" x="318.8791265921497" y="407.9534704445023" width="24.45541980764233" height="5.822719001819564" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2004
+ </g>
2005
+ <g>
2006
+ <rect data-type="rect" data-label="netId: TH_100
2007
+ globalConnNetId: connectivity_net19" data-x="-5.861000000000002" data-y="-7.364455349999998" x="184.6654536002079" y="452.9181180140369" width="24.4554198076423" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2008
+ </g>
2009
+ <g>
2010
+ <rect data-type="rect" data-label="netId: TH_100
2011
+ globalConnNetId: connectivity_net19" data-x="5.544" data-y="-3.63054465" x="516.7060046789707" y="344.21055409409934" width="24.45541980764233" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2012
+ </g>
2013
+ <g>
2014
+ <rect data-type="rect" data-label="netId: TH_100
2015
+ globalConnNetId: connectivity_net19" data-x="3.9409999999999976" data-y="-7.699455349999998" x="470.0369118793865" y="462.67117234208473" width="24.45541980764233" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2016
+ </g>
2017
+ <g>
2018
+ <rect data-type="rect" data-label="netId: LED5.cathode to U2.OUT
2019
+ globalConnNetId: connectivity_net6" data-x="0.9449999999999973" data-y="-7.279999999999999" x="388.489732258903" y="450.45931915778533" width="13.101117754094048" height="5.822719001819564" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2020
+ </g>
2021
+ <g>
2022
+ <rect data-type="rect" data-label="netId: RLED1.pin2 to LED1.anode
2023
+ globalConnNetId: connectivity_net7" data-x="-2.9725000000000006" data-y="0.12500000000000036" x="278.07642318689886" y="231.23394873927737" width="5.822719001819621" height="13.101117754094105" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2024
+ </g>
2025
+ <g>
2026
+ <rect data-type="rect" data-label="netId: RLED2.pin2 to LED2.anode
2027
+ globalConnNetId: connectivity_net8" data-x="-3.3225000000000007" data-y="1.9050000000000002" x="267.8866649337146" y="179.41174962308293" width="5.822719001819621" height="13.101117754094105" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2028
+ </g>
2029
+ <g>
2030
+ <rect data-type="rect" data-label="netId: RLED3.pin2 to LED3.anode
2031
+ globalConnNetId: connectivity_net9" data-x="3.175" data-y="1.0375000000000003" x="453.41304912919156" y="208.3069926696127" width="13.101117754094162" height="5.822719001819593" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2032
+ </g>
2033
+ <g>
2034
+ <rect data-type="rect" data-label="netId: RLED4.pin2 to LED4.anode
2035
+ globalConnNetId: connectivity_net10" data-x="2.6350000000000002" data-y="-2.5824999999999996" x="437.6917078242787" y="313.69820660254743" width="13.101117754094105" height="5.822719001819621" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2036
+ </g>
2037
+ <g>
2038
+ <rect data-type="rect" data-label="netId: RLED5.pin2 to LED5.anode
2039
+ globalConnNetId: connectivity_net11" data-x="3.612499999999998" data-y="-5.895" x="469.7894463218092" y="406.49779069404735" width="5.822719001819621" height="13.101117754094048" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03434821428571429" />
2040
+ </g>
2041
+ <g id="crosshair" style="display: none">
2042
+ <line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5" />
2043
+ <line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5" /><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text>
2044
+ </g>
2045
+ <script>
2046
+ <![CDATA[
2047
+ document.currentScript.parentElement.addEventListener('mousemove', (e) => {
2048
+ const svg = e.currentTarget;
2049
+ const rect = svg.getBoundingClientRect();
2050
+ const x = e.clientX - rect.left;
2051
+ const y = e.clientY - rect.top;
2052
+ const crosshair = svg.getElementById('crosshair');
2053
+ const h = svg.getElementById('crosshair-h');
2054
+ const v = svg.getElementById('crosshair-v');
2055
+ const coords = svg.getElementById('coordinates');
2056
+
2057
+ crosshair.style.display = 'block';
2058
+ h.setAttribute('x1', '0');
2059
+ h.setAttribute('x2', '640');
2060
+ h.setAttribute('y1', y);
2061
+ h.setAttribute('y2', y);
2062
+ v.setAttribute('x1', x);
2063
+ v.setAttribute('x2', x);
2064
+ v.setAttribute('y1', '0');
2065
+ v.setAttribute('y2', '640');
2066
+
2067
+ // Calculate real coordinates using inverse transformation
2068
+ const matrix = {
2069
+ "a": 29.113595009098,
2070
+ "c": 0,
2071
+ "e": 367.5279438523525,
2072
+ "b": 0,
2073
+ "d": -29.113595009098,
2074
+ "f": 241.4237069924617
2075
+ };
2076
+ // Manually invert and apply the affine transform
2077
+ // Since we only use translate and scale, we can directly compute:
2078
+ // x' = (x - tx) / sx
2079
+ // y' = (y - ty) / sy
2080
+ const sx = matrix.a;
2081
+ const sy = matrix.d;
2082
+ const tx = matrix.e;
2083
+ const ty = matrix.f;
2084
+ const realPoint = {
2085
+ x: (x - tx) / sx,
2086
+ y: (y - ty) / sy // Flip y back since we used negative scale
2087
+ }
2088
+
2089
+ coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
2090
+ coords.setAttribute('x', (x + 5).toString());
2091
+ coords.setAttribute('y', (y - 5).toString());
2092
+ });
2093
+ document.currentScript.parentElement.addEventListener('mouseleave', () => {
2094
+ document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
2095
+ });
2096
+ ]]>
2097
+ </script>
2098
+ </svg>