@tscircuit/schematic-trace-solver 0.0.149 → 0.0.150

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 (158) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +28 -1
  3. package/dist/index.js +26 -4
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +14 -4
  5. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  6. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  8. package/lib/types/InputProblem.ts +27 -1
  9. package/package.json +8 -1
  10. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  11. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  12. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  15. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  16. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  17. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  18. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  19. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  20. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  21. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  22. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  23. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  24. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  25. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  26. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  27. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  28. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  29. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  30. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  31. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  32. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  33. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  34. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  35. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  36. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  37. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  38. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  39. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  40. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  41. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  42. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  43. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  44. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  45. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  46. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  47. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  49. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  50. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  51. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  52. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  53. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  54. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  55. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  56. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  57. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  58. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  59. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  60. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  61. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  62. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  63. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  64. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  65. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  67. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  69. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  70. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  71. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  72. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  73. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  74. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  75. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  76. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  77. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  78. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  79. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  80. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  81. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  82. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  83. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  84. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  85. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  86. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  87. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  88. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  89. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  90. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  91. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  92. package/tests/examples/__snapshots__/example51.snap.svg +590 -5
  93. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  94. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  95. package/tests/fixtures/matcher.ts +45 -8
  96. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  97. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  98. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  99. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  100. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  101. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  102. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  104. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  105. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  106. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  107. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  108. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  109. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  110. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  111. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +30 -5
  112. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  113. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  114. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  115. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  116. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  117. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  118. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  119. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  120. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  121. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  122. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  123. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  125. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  126. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  127. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  128. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  129. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  130. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  131. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  132. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  133. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  134. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  135. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  136. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  137. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  139. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  140. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  141. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  142. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  143. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  144. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  145. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  146. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  147. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  148. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +23 -5
  151. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  152. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  153. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  154. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  155. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  156. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  157. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  158. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 187.3359753412594,207.0218699544987" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.025,2.000000000000001 -1.1099999999999999,2.0000000000000018" data-type="line" data-label="" points="318.5204755614267,294.2316160281814 363.6459709379128,294.23161602818135" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.025,-1.6000000000000003 -1.1099999999999999,-1.6000000000000005" data-type="line" data-label="" points="318.5204755614267,471.7745486569793 363.6459709379128,471.7745486569793" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,1.0000000000000013" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,343.54909731395855" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.8000000000000012" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,353.412593571114" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,363.2760898282694" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.8000000000000012" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,353.412593571114" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,363.2760898282694" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,353.412593571114 363.6459709379128,363.2760898282694" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,353.412593571114 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,353.412593571114 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 -2.4975,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 -2.4975,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,6.505000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.29250000000000037,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="432.8137384412153,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.29250000000000037,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="432.8137384412153,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="478.6789960369881,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -1.1099999999999999,2.600000000000002" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 363.6459709379128,264.64112725671504" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 187.3359753412594,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -6.415,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 187.3359753412594,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -6.415,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,3.7683333333333353 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="187.3359753412594,207.0218699544987 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,3.7683333333333353 -6.415,3.7683333333333353" data-type="line" data-label="" points="187.3359753412594,207.0218699544987 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,3.7683333333333353 -6.415,3.7683333333333353" data-type="line" data-label="" points="233.2012329370322,207.0218699544987 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -0.6374999999999998,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 386.94848084544253,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -2.4975,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 295.21796565389695,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 432.8137384412153,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -2.4975,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 295.21796565389695,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 432.8137384412153,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 432.8137384412153,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -6.415,2.6683333333333357" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -2.025,0.900000000000001" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -2.025,-2.7" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -6.415,2.6683333333333357" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -2.025,0.900000000000001" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -2.025,-2.7" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.415,2.6683333333333357 -2.025,0.900000000000001" data-type="line" data-label="" points="102.01673271686491,261.2710993688536 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.415,2.6683333333333357 -2.025,-2.7" data-type="line" data-label="" points="102.01673271686491,261.2710993688536 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.025,0.900000000000001 -2.025,-2.7" data-type="line" data-label="" points="318.5204755614267,348.48084544253624 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6375000000000002,6.505000000000002 -0.6375000000000002,6.705000000000002 -1.5675,6.705000000000002 -1.5675,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 386.94848084544253,62.19286657859976 341.08322324966974,62.19286657859976 341.08322324966974,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.29250000000000076,6.505000000000002 0.29250000000000076,6.705000000000002 -0.6374999999999998,6.705000000000002 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="432.8137384412153,72.05636283575518 432.8137384412153,62.19286657859976 386.94848084544253,62.19286657859976 386.94848084544253,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.222500000000001,6.505000000000002 1.222500000000001,6.705000000000002 0.29250000000000037,6.705000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="478.6789960369881,72.05636283575518 478.6789960369881,62.19286657859976 432.8137384412153,62.19286657859976 432.8137384412153,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.152500000000001,6.505000000000002 2.152500000000001,6.705000000000002 1.2225000000000006,6.705000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="524.5442536327608,72.05636283575518 524.5442536327608,62.19286657859976 478.6789960369881,62.19286657859976 478.6789960369881,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.4975,6.505000000000002 -2.4975,6.705000000000002 -1.5674999999999994,6.705000000000002 -1.5674999999999994,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 295.21796565389695,62.19286657859976 341.0832232496698,62.19286657859976 341.0832232496698,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.3099999999999998,1.0000000000000013 -1.3099999999999998,1.2000000000000015 -1.1099999999999999,1.2000000000000015" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 353.7824746807574,343.54909731395855 353.7824746807574,333.6856010568031 363.6459709379128,333.6856010568031" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.3099999999999998,0.8000000000000012 -1.3099999999999998,1.0000000000000013 -1.1099999999999999,1.0000000000000013" data-type="line" data-label="" points="363.6459709379128,353.412593571114 353.7824746807574,353.412593571114 353.7824746807574,343.54909731395855 363.6459709379128,343.54909731395855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.3099999999999998,0.600000000000001 -1.3099999999999998,0.8000000000000012 -1.1099999999999999,0.8000000000000012" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 353.7824746807574,363.2760898282694 353.7824746807574,353.412593571114 363.6459709379128,353.412593571114" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -1.3099999999999998,0.4000000000000008 -1.3099999999999998,0.600000000000001 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 353.7824746807574,373.13958608542487 353.7824746807574,363.2760898282694 363.6459709379128,363.2760898282694" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -1.3099999999999998,0.20000000000000062 -1.3099999999999998,0.4000000000000008 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 353.7824746807574,383.0030823425803 353.7824746807574,373.13958608542487 363.6459709379128,373.13958608542487" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.7550000000000003,3.7683333333333353 -3.7550000000000003,3.9683333333333355 -4.6850000000000005,3.9683333333333355 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="233.2012329370322,207.0218699544987 233.2012329370322,197.15837369734325 187.3359753412594,197.15837369734325 187.3359753412594,207.0218699544987" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.415,3.7683333333333353 -6.415,3.9683333333333355 -4.6850000000000005,3.9683333333333355 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="102.01673271686491,207.0218699544987 102.01673271686491,197.15837369734325 187.3359753412594,197.15837369734325 187.3359753412594,207.0218699544987" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -1.3099999999999998,2.600000000000002 -1.3099999999999998,2.8000000000000016 -1.1099999999999999,2.8000000000000016" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 353.7824746807574,264.64112725671504 353.7824746807574,254.77763099955962 363.6459709379128,254.77763099955962" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.025,2.000000000000001 -2.025,2.200000000000001 -1.3099999999999998,2.200000000000001 -1.3099999999999998,2.0000000000000018 -1.1099999999999999,2.0000000000000018" data-type="line" data-label="" points="318.5204755614267,294.2316160281814 318.5204755614267,284.36811977102593 353.7824746807574,284.36811977102593 353.7824746807574,294.23161602818135 363.6459709379128,294.23161602818135" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.025,-1.6000000000000003 -2.025,-1.4000000000000004 -1.3099999999999998,-1.4000000000000004 -1.3099999999999998,-1.6000000000000008 -1.1099999999999997,-1.6000000000000008" data-type="line" data-label="" points="318.5204755614267,471.7745486569793 318.5204755614267,461.9110523998238 353.7824746807574,461.9110523998238 353.7824746807574,471.7745486569793 363.6459709379128,471.7745486569793" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.6375000000000002,5.405000000000002 -0.6375000000000002,5.205000000000002 -1.5675,5.205000000000002 -1.5675,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 386.94848084544253,136.16908850726549 341.08322324966974,136.16908850726549 341.08322324966974,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.4975,5.405000000000002 -2.4975,5.205000000000002 -1.5674999999999994,5.205000000000002 -1.5674999999999994,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 295.21796565389695,136.16908850726549 341.0832232496698,136.16908850726549 341.0832232496698,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.29250000000000076,5.405000000000002 0.29250000000000076,5.205000000000002 -0.6374999999999998,5.205000000000002 -0.6374999999999998,5.405000000000002" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 432.8137384412153,136.16908850726549 386.94848084544253,136.16908850726549 386.94848084544253,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.222500000000001,5.405000000000002 1.222500000000001,5.205000000000002 0.2925000000000005,5.205000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 478.6789960369881,136.16908850726549 432.8137384412153,136.16908850726549 432.8137384412153,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.152500000000001,5.405000000000002 2.152500000000001,5.205000000000002 1.2225000000000006,5.205000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 524.5442536327608,136.16908850726549 478.6789960369881,136.16908850726549 478.6789960369881,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -3.7550000000000003,2.4683333333333346 -4.6850000000000005,2.4683333333333346 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 233.2012329370322,271.13459562600906 187.3359753412594,271.13459562600906 187.3359753412594,261.2710993688536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.415,2.6683333333333357 -6.415,2.4683333333333346 -4.6850000000000005,2.4683333333333346 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="102.01673271686491,261.2710993688536 102.01673271686491,271.13459562600906 187.3359753412594,271.13459562600906 187.3359753412594,261.2710993688536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.025,0.9000000000000021 -2.025,0.7000000000000011 -2.49,0.7000000000000011 -2.49,-2.9000000000000004 -2.025,-2.9000000000000004 -2.025,-2.7" data-type="line" data-label="" points="318.5204755614267,348.4808454425362 318.5204755614267,358.3443416996917 295.5878467635403,358.3443416996917 295.5878467635403,535.8872743284896 318.5204755614267,535.8872743284896 318.5204755614267,526.0237780713342" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.79" data-y="0" x="363.6459709379128" y="185.73315719947152" width="187.40642888595323" height="414.2668428005285" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-1.5675" data-y="5.955000000000002" x="328.01409070893874" y="72.05636283575518" width="26.138265081461952" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-0.6374999999999998" data-y="5.955000000000002" x="373.8793483047116" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.4975" data-y="5.955000000000002" x="282.148833113166" y="72.05636283575518" width="26.138265081461952" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0.2925000000000004" data-y="5.955000000000002" x="419.7446059004844" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="1.2225000000000006" data-y="5.955000000000002" x="465.60986349625716" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="2.1525000000000007" data-y="5.955000000000002" x="511.4751210920299" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4.6850000000000005" data-y="3.218333333333335" x="174.26684280052848" y="207.0218699544987" width="26.138265081461867" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-3.7550000000000003" data-y="3.218333333333335" x="220.1321003963012" y="207.0218699544987" width="26.138265081461924" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-6.415" data-y="3.2183333333333355" x="88.94760017613396" y="207.0218699544987" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-2.025" data-y="1.450000000000001" x="305.45134302069573" y="294.2316160281814" width="26.138265081461896" height="54.24922941435483" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-2.025" data-y="-2.1500000000000004" x="305.45134302069573" y="471.7745486569793" width="26.138265081461896" height="54.249229414354886" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="netId: V3_3
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 187.3359753412594,207.0218699544987" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.025,2.000000000000001 -1.1099999999999999,2.0000000000000018" data-type="line" data-label="" points="318.5204755614267,294.2316160281814 363.6459709379128,294.23161602818135" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.025,-1.6000000000000003 -1.1099999999999999,-1.6000000000000005" data-type="line" data-label="" points="318.5204755614267,471.7745486569793 363.6459709379128,471.7745486569793" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,1.0000000000000013" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,343.54909731395855" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.8000000000000012" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,353.412593571114" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,363.2760898282694" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.2000000000000015 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,333.6856010568031 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.8000000000000012" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,353.412593571114" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,363.2760898282694" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,353.412593571114 363.6459709379128,363.2760898282694" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,353.412593571114 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,353.412593571114 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,353.412593571114 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 363.6459709379128,373.13958608542487" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -1.1099999999999999,0.20000000000000062" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 363.6459709379128,383.0030823425803" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -1.5675,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 341.08322324966974,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -2.4975,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 386.94848084544253,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 -2.4975,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="341.08322324966974,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 -2.4975,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 295.21796565389695,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,6.505000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 432.8137384412153,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.29250000000000037,6.505000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="432.8137384412153,72.05636283575518 478.6789960369881,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.29250000000000037,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="432.8137384412153,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,6.505000000000002 2.1525000000000007,6.505000000000002" data-type="line" data-label="" points="478.6789960369881,72.05636283575518 524.5442536327608,72.05636283575518" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -1.1099999999999999,2.600000000000002" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 363.6459709379128,264.64112725671504" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 187.3359753412594,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.8000000000000016 -6.415,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,254.77763099955962 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 187.3359753412594,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -6.415,3.7683333333333353" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,3.7683333333333353 -3.7550000000000003,3.7683333333333353" data-type="line" data-label="" points="187.3359753412594,207.0218699544987 233.2012329370322,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,3.7683333333333353 -6.415,3.7683333333333353" data-type="line" data-label="" points="187.3359753412594,207.0218699544987 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,3.7683333333333353 -6.415,3.7683333333333353" data-type="line" data-label="" points="233.2012329370322,207.0218699544987 102.01673271686491,207.0218699544987" fill="none" stroke="hsl(309, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -0.6374999999999998,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 386.94848084544253,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -2.4975,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 295.21796565389695,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 432.8137384412153,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5675,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="341.08322324966974,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -2.4975,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 295.21796565389695,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 432.8137384412153,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6374999999999998,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 432.8137384412153,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.4975,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 478.6789960369881,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.2925000000000005,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 2.1525000000000007,5.405000000000002" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 524.5442536327608,126.30559225011007" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2225000000000006,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 187.3359753412594,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -6.415,2.6683333333333357" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -2.025,0.900000000000001" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.1525000000000007,5.405000000000002 -2.025,-2.7" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -3.7550000000000003,2.668333333333335" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 233.2012329370322,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -6.415,2.6683333333333357" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -2.025,0.900000000000001" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.6850000000000005,2.668333333333335 -2.025,-2.7" data-type="line" data-label="" points="187.3359753412594,261.2710993688536 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -6.415,2.6683333333333357" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 102.01673271686491,261.2710993688536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -2.025,0.900000000000001" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -2.025,-2.7" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.415,2.6683333333333357 -2.025,0.900000000000001" data-type="line" data-label="" points="102.01673271686491,261.2710993688536 318.5204755614267,348.48084544253624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.415,2.6683333333333357 -2.025,-2.7" data-type="line" data-label="" points="102.01673271686491,261.2710993688536 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.025,0.900000000000001 -2.025,-2.7" data-type="line" data-label="" points="318.5204755614267,348.48084544253624 318.5204755614267,526.0237780713342" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6375000000000002,6.505000000000002 -0.6375000000000002,6.705000000000002 -1.5675,6.705000000000002 -1.5675,6.505000000000002" data-type="line" data-label="" points="386.94848084544253,72.05636283575518 386.94848084544253,62.19286657859976 341.08322324966974,62.19286657859976 341.08322324966974,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.29250000000000076,6.505000000000002 0.29250000000000076,6.705000000000002 -0.6374999999999998,6.705000000000002 -0.6374999999999998,6.505000000000002" data-type="line" data-label="" points="432.8137384412153,72.05636283575518 432.8137384412153,62.19286657859976 386.94848084544253,62.19286657859976 386.94848084544253,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.222500000000001,6.505000000000002 1.222500000000001,6.705000000000002 0.29250000000000037,6.705000000000002 0.29250000000000037,6.505000000000002" data-type="line" data-label="" points="478.6789960369881,72.05636283575518 478.6789960369881,62.19286657859976 432.8137384412153,62.19286657859976 432.8137384412153,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.152500000000001,6.505000000000002 2.152500000000001,6.705000000000002 1.2225000000000006,6.705000000000002 1.2225000000000006,6.505000000000002" data-type="line" data-label="" points="524.5442536327608,72.05636283575518 524.5442536327608,62.19286657859976 478.6789960369881,62.19286657859976 478.6789960369881,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.4975,6.505000000000002 -2.4975,6.705000000000002 -1.5674999999999994,6.705000000000002 -1.5674999999999994,6.505000000000002" data-type="line" data-label="" points="295.21796565389695,72.05636283575518 295.21796565389695,62.19286657859976 341.0832232496698,62.19286657859976 341.0832232496698,72.05636283575518" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,1.0000000000000013 -1.3099999999999998,1.0000000000000013 -1.3099999999999998,1.2000000000000015 -1.1099999999999999,1.2000000000000015" data-type="line" data-label="" points="363.6459709379128,343.54909731395855 353.7824746807574,343.54909731395855 353.7824746807574,333.6856010568031 363.6459709379128,333.6856010568031" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.8000000000000012 -1.3099999999999998,0.8000000000000012 -1.3099999999999998,1.0000000000000013 -1.1099999999999999,1.0000000000000013" data-type="line" data-label="" points="363.6459709379128,353.412593571114 353.7824746807574,353.412593571114 353.7824746807574,343.54909731395855 363.6459709379128,343.54909731395855" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.600000000000001 -1.3099999999999998,0.600000000000001 -1.3099999999999998,0.8000000000000012 -1.1099999999999999,0.8000000000000012" data-type="line" data-label="" points="363.6459709379128,363.2760898282694 353.7824746807574,363.2760898282694 353.7824746807574,353.412593571114 363.6459709379128,353.412593571114" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.4000000000000008 -1.3099999999999998,0.4000000000000008 -1.3099999999999998,0.600000000000001 -1.1099999999999999,0.600000000000001" data-type="line" data-label="" points="363.6459709379128,373.13958608542487 353.7824746807574,373.13958608542487 353.7824746807574,363.2760898282694 363.6459709379128,363.2760898282694" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,0.20000000000000062 -1.3099999999999998,0.20000000000000062 -1.3099999999999998,0.4000000000000008 -1.1099999999999999,0.4000000000000008" data-type="line" data-label="" points="363.6459709379128,383.0030823425803 353.7824746807574,383.0030823425803 353.7824746807574,373.13958608542487 363.6459709379128,373.13958608542487" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.7550000000000003,3.7683333333333353 -3.7550000000000003,3.9683333333333355 -4.6850000000000005,3.9683333333333355 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="233.2012329370322,207.0218699544987 233.2012329370322,197.15837369734325 187.3359753412594,197.15837369734325 187.3359753412594,207.0218699544987" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.415,3.7683333333333353 -6.415,3.9683333333333355 -4.6850000000000005,3.9683333333333355 -4.6850000000000005,3.7683333333333353" data-type="line" data-label="" points="102.01673271686491,207.0218699544987 102.01673271686491,197.15837369734325 187.3359753412594,197.15837369734325 187.3359753412594,207.0218699544987" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1099999999999999,2.600000000000002 -1.3099999999999998,2.600000000000002 -1.3099999999999998,2.8000000000000016 -1.1099999999999999,2.8000000000000016" data-type="line" data-label="" points="363.6459709379128,264.64112725671504 353.7824746807574,264.64112725671504 353.7824746807574,254.77763099955962 363.6459709379128,254.77763099955962" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.025,2.000000000000001 -2.025,2.200000000000001 -1.3099999999999998,2.200000000000001 -1.3099999999999998,2.0000000000000018 -1.1099999999999999,2.0000000000000018" data-type="line" data-label="" points="318.5204755614267,294.2316160281814 318.5204755614267,284.36811977102593 353.7824746807574,284.36811977102593 353.7824746807574,294.23161602818135 363.6459709379128,294.23161602818135" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.025,-1.6000000000000003 -2.025,-1.4000000000000004 -1.3099999999999998,-1.4000000000000004 -1.3099999999999998,-1.6000000000000008 -1.1099999999999997,-1.6000000000000008" data-type="line" data-label="" points="318.5204755614267,471.7745486569793 318.5204755614267,461.9110523998238 353.7824746807574,461.9110523998238 353.7824746807574,471.7745486569793 363.6459709379128,471.7745486569793" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.6375000000000002,5.405000000000002 -0.6375000000000002,5.205000000000002 -1.5675,5.205000000000002 -1.5675,5.405000000000002" data-type="line" data-label="" points="386.94848084544253,126.30559225011007 386.94848084544253,136.16908850726549 341.08322324966974,136.16908850726549 341.08322324966974,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.4975,5.405000000000002 -2.4975,5.205000000000002 -1.5674999999999994,5.205000000000002 -1.5674999999999994,5.405000000000002" data-type="line" data-label="" points="295.21796565389695,126.30559225011007 295.21796565389695,136.16908850726549 341.0832232496698,136.16908850726549 341.0832232496698,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.29250000000000076,5.405000000000002 0.29250000000000076,5.205000000000002 -0.6374999999999998,5.205000000000002 -0.6374999999999998,5.405000000000002" data-type="line" data-label="" points="432.8137384412153,126.30559225011007 432.8137384412153,136.16908850726549 386.94848084544253,136.16908850726549 386.94848084544253,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.222500000000001,5.405000000000002 1.222500000000001,5.205000000000002 0.2925000000000005,5.205000000000002 0.2925000000000005,5.405000000000002" data-type="line" data-label="" points="478.6789960369881,126.30559225011007 478.6789960369881,136.16908850726549 432.8137384412153,136.16908850726549 432.8137384412153,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.152500000000001,5.405000000000002 2.152500000000001,5.205000000000002 1.2225000000000006,5.205000000000002 1.2225000000000006,5.405000000000002" data-type="line" data-label="" points="524.5442536327608,126.30559225011007 524.5442536327608,136.16908850726549 478.6789960369881,136.16908850726549 478.6789960369881,126.30559225011007" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.7550000000000003,2.668333333333335 -3.7550000000000003,2.4683333333333346 -4.6850000000000005,2.4683333333333346 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="233.2012329370322,261.2710993688536 233.2012329370322,271.13459562600906 187.3359753412594,271.13459562600906 187.3359753412594,261.2710993688536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.415,2.6683333333333357 -6.415,2.4683333333333346 -4.6850000000000005,2.4683333333333346 -4.6850000000000005,2.668333333333335" data-type="line" data-label="" points="102.01673271686491,261.2710993688536 102.01673271686491,271.13459562600906 187.3359753412594,271.13459562600906 187.3359753412594,261.2710993688536" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.025,0.9000000000000021 -2.025,0.7000000000000011 -2.49,0.7000000000000011 -2.49,-2.9000000000000004 -2.025,-2.9000000000000004 -2.025,-2.7" data-type="line" data-label="" points="318.5204755614267,348.4808454425362 318.5204755614267,358.3443416996917 295.5878467635403,358.3443416996917 295.5878467635403,535.8872743284896 318.5204755614267,535.8872743284896 318.5204755614267,526.0237780713342" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.79" data-y="0" x="363.6459709379128" y="185.73315719947152" width="187.40642888595323" height="414.2668428005285" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-1.5675" data-y="5.955000000000002" x="328.01409070893874" y="72.05636283575518" width="26.138265081461952" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-0.6374999999999998" data-y="5.955000000000002" x="373.8793483047116" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.4975" data-y="5.955000000000002" x="282.148833113166" y="72.05636283575518" width="26.138265081461952" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0.2925000000000004" data-y="5.955000000000002" x="419.7446059004844" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="1.2225000000000006" data-y="5.955000000000002" x="465.60986349625716" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="2.1525000000000007" data-y="5.955000000000002" x="511.4751210920299" y="72.05636283575518" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-4.6850000000000005" data-y="3.218333333333335" x="174.26684280052848" y="207.0218699544987" width="26.138265081461867" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-3.7550000000000003" data-y="3.218333333333335" x="220.1321003963012" y="207.0218699544987" width="26.138265081461924" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-6.415" data-y="3.2183333333333355" x="88.94760017613396" y="207.0218699544987" width="26.138265081461896" height="54.249229414354886" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-2.025" data-y="1.450000000000001" x="305.45134302069573" y="294.2316160281814" width="26.138265081461896" height="54.24922941435483" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-2.025" data-y="-2.1500000000000004" x="305.45134302069573" y="471.7745486569793" width="26.138265081461896" height="54.249229414354886" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="netId: V3_3
2
4
  globalConnNetId: connectivity_net0" data-x="-1.3099999999999998" data-y="1.4250000000000016" x="348.85072655217965" y="311.4927344782034" width="9.863496257155475" height="22.192866578599705" fill="#ef444466" stroke="#ef4444" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="netId: V3_3
3
5
  globalConnNetId: connectivity_net0" data-x="0.29250000000000076" data-y="6.9300000000000015" x="427.8819903126376" y="40.00000000000006" width="9.863496257155475" height="22.192866578599705" fill="#ef444466" stroke="#ef4444" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="netId: V1_1
4
6
  globalConnNetId: connectivity_net6" data-x="-1.3099999999999998" data-y="3.0250000000000017" x="348.85072655217965" y="232.58476442095986" width="9.863496257155475" height="22.192866578599762" fill="#ef444466" stroke="#ef4444" stroke-width="0.020276785714285723"/></g><g><rect data-type="rect" data-label="netId: V1_1
@@ -105,7 +107,7 @@ orientation: y-" data-x="-2.025" data-y="-2.9000000000000004" cx="318.5204755614
105
107
  const h = svg.getElementById('crosshair-h');
106
108
  const v = svg.getElementById('crosshair-v');
107
109
  const coords = svg.getElementById('coordinates');
108
-
110
+
109
111
  crosshair.style.display = 'block';
110
112
  h.setAttribute('x1', '0');
111
113
  h.setAttribute('x2', '640');
@@ -124,13 +126,13 @@ orientation: y-" data-x="-2.025" data-y="-2.9000000000000004" cx="318.5204755614
124
126
  // y' = (y - ty) / sy
125
127
  const sx = matrix.a;
126
128
  const sy = matrix.d;
127
- const tx = matrix.e;
129
+ const tx = matrix.e;
128
130
  const ty = matrix.f;
129
131
  const realPoint = {
130
132
  x: (x - tx) / sx,
131
133
  y: (y - ty) / sy // Flip y back since we used negative scale
132
134
  }
133
-
135
+
134
136
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
135
137
  coords.setAttribute('x', (x + 5).toString());
136
138
  coords.setAttribute('y', (y - 5).toString());
@@ -138,4 +140,83 @@ orientation: y-" data-x="-2.025" data-y="-2.9000000000000004" cx="318.5204755614
138
140
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
139
141
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
140
142
  });
141
- ]]></script></svg>
143
+ ]]></script>
144
+ </g>
145
+ <g transform="translate(1216, 200)">
146
+ <style>
147
+ .boundary { fill: rgb(245, 241, 237); }
148
+ .schematic-boundary { fill: none; stroke: #fff; }
149
+ .component { fill: none; stroke: rgb(132, 0, 0); }
150
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
151
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
152
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
153
+ .pin-number { fill: rgb(169, 0, 0); }
154
+ .port-label { fill: rgb(0, 100, 100); }
155
+ .component-name { fill: rgb(0, 100, 100); }
156
+
157
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 697.1392030520938 71.33404505514244 L 697.1392030520938 58.32795929084239 L 636.6609042480989 58.32795929084239 L 636.6609042480989 71.33404505514244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 697.1392030520938 71.33404505514244 L 697.1392030520938 58.32795929084239 L 636.6609042480989 58.32795929084239 L 636.6609042480989 71.33404505514244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 757.6175018560889 71.33404505514244 L 757.6175018560889 58.32795929084239 L 697.1392030520938 58.32795929084239 L 697.1392030520938 71.33404505514244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.6175018560889 71.33404505514244 L 757.6175018560889 58.32795929084239 L 697.1392030520938 58.32795929084239 L 697.1392030520938 71.33404505514244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 818.0958006600838 71.33404505514244 L 818.0958006600838 58.32795929084239 L 757.6175018560888 58.32795929084239 L 757.6175018560888 71.33404505514244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 818.0958006600838 71.33404505514244 L 818.0958006600838 58.32795929084239 L 757.6175018560888 58.32795929084239 L 757.6175018560888 71.33404505514244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 878.5740994640789 71.33404505514244 L 878.5740994640789 58.32795929084239 L 818.0958006600838 58.32795929084239 L 818.0958006600838 71.33404505514244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 878.5740994640789 71.33404505514244 L 878.5740994640789 58.32795929084239 L 818.0958006600838 58.32795929084239 L 818.0958006600838 71.33404505514244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 576.1826054441038 71.33404505514244 L 576.1826054441038 58.32795929084239 L 636.6609042480989 58.32795929084239 L 636.6609042480989 71.33404505514244" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 576.1826054441038 71.33404505514244 L 576.1826054441038 58.32795929084239 L 636.6609042480989 58.32795929084239 L 636.6609042480989 71.33404505514244" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 666.412325433935 429.3265557174999 L 653.406239669635 429.3265557174999 L 653.406239669635 416.3204699531999 L 666.412325433935 416.3204699531999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 666.412325433935 429.3265557174999 L 653.406239669635 429.3265557174999 L 653.406239669635 416.3204699531999 L 666.412325433935 416.3204699531999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 666.412325433935 442.3326414817999 L 653.406239669635 442.3326414817999 L 653.406239669635 429.3265557174999 L 666.412325433935 429.3265557174999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 666.412325433935 442.3326414817999 L 653.406239669635 442.3326414817999 L 653.406239669635 429.3265557174999 L 666.412325433935 429.3265557174999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 666.412325433935 455.33872724609995 L 653.406239669635 455.33872724609995 L 653.406239669635 442.3326414817999 L 666.412325433935 442.3326414817999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 666.412325433935 455.33872724609995 L 653.406239669635 455.33872724609995 L 653.406239669635 442.3326414817999 L 666.412325433935 442.3326414817999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 666.412325433935 468.34481301039995 L 653.406239669635 468.34481301039995 L 653.406239669635 455.33872724609995 L 666.412325433935 455.33872724609995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 666.412325433935 468.34481301039995 L 653.406239669635 468.34481301039995 L 653.406239669635 455.33872724609995 L 666.412325433935 455.33872724609995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 666.412325433935 481.35089877469994 L 653.406239669635 481.35089877469994 L 653.406239669635 468.34481301039995 L 666.412325433935 468.34481301039995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 666.412325433935 481.35089877469994 L 653.406239669635 481.35089877469994 L 653.406239669635 468.34481301039995 L 666.412325433935 468.34481301039995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 494.40684120106755 249.30065192998072 L 494.40684120106755 236.2945661656807 L 433.92854239707253 236.2945661656807 L 433.92854239707253 249.30065192998072" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.40684120106755 249.30065192998072 L 494.40684120106755 236.2945661656807 L 433.92854239707253 236.2945661656807 L 433.92854239707253 249.30065192998072" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 321.4259005358776 249.30065192998072 L 321.4259005358776 236.2945661656807 L 433.92854239707253 236.2945661656807 L 433.92854239707253 249.30065192998072" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 321.4259005358776 249.30065192998072 L 321.4259005358776 236.2945661656807 L 433.92854239707253 236.2945661656807 L 433.92854239707253 249.30065192998072" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 666.412325433935 325.2778696030999 L 653.406239669635 325.2778696030999 L 653.406239669635 312.27178383879993 L 666.412325433935 312.27178383879993" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 666.412325433935 325.2778696030999 L 653.406239669635 325.2778696030999 L 653.406239669635 312.27178383879993 L 666.412325433935 312.27178383879993" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 606.9094830622626 364.2961268959999 L 606.9094830622626 351.2900411316999 L 653.406239669635 351.2900411316999 L 653.406239669635 364.2961268959999 L 666.412325433935 364.2961268959999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.9094830622626 364.2961268959999 L 606.9094830622626 351.2900411316999 L 653.406239669635 351.2900411316999 L 653.406239669635 364.2961268959999 L 666.412325433935 364.2961268959999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 606.9094830622626 598.4056706534 L 606.9094830622626 585.3995848891 L 653.406239669635 585.3995848891 L 653.406239669635 598.4056706534001 L 666.412325433935 598.4056706534001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.9094830622626 598.4056706534 L 606.9094830622626 585.3995848891 L 653.406239669635 585.3995848891 L 653.406239669635 598.4056706534001 L 666.412325433935 598.4056706534001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 697.1392030520938 142.86751675879236 L 697.1392030520938 155.87360252309242 L 636.6609042480989 155.87360252309242 L 636.6609042480989 142.86751675879236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 697.1392030520938 142.86751675879236 L 697.1392030520938 155.87360252309242 L 636.6609042480989 155.87360252309242 L 636.6609042480989 142.86751675879236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 576.1826054441038 142.86751675879236 L 576.1826054441038 155.87360252309242 L 636.6609042480989 155.87360252309242 L 636.6609042480989 142.86751675879236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 576.1826054441038 142.86751675879236 L 576.1826054441038 155.87360252309242 L 636.6609042480989 155.87360252309242 L 636.6609042480989 142.86751675879236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 757.6175018560889 142.86751675879236 L 757.6175018560889 155.87360252309242 L 697.1392030520938 155.87360252309242 L 697.1392030520938 142.86751675879236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.6175018560889 142.86751675879236 L 757.6175018560889 155.87360252309242 L 697.1392030520938 155.87360252309242 L 697.1392030520938 142.86751675879236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 818.0958006600838 142.86751675879236 L 818.0958006600838 155.87360252309242 L 757.6175018560888 155.87360252309242 L 757.6175018560888 142.86751675879236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 818.0958006600838 142.86751675879236 L 818.0958006600838 155.87360252309242 L 757.6175018560888 155.87360252309242 L 757.6175018560888 142.86751675879236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 878.5740994640789 142.86751675879236 L 878.5740994640789 155.87360252309242 L 818.0958006600838 155.87360252309242 L 818.0958006600838 142.86751675879236" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 878.5740994640789 142.86751675879236 L 878.5740994640789 155.87360252309242 L 818.0958006600838 155.87360252309242 L 818.0958006600838 142.86751675879236" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 494.40684120106755 320.8341236336307 L 494.40684120106755 333.8402093979307 L 433.92854239707253 333.8402093979307 L 433.92854239707253 320.8341236336307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.40684120106755 320.8341236336307 L 494.40684120106755 333.8402093979307 L 433.92854239707253 333.8402093979307 L 433.92854239707253 320.8341236336307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 321.4259005358776 320.8341236336307 L 321.4259005358776 333.8402093979307 L 433.92854239707253 333.8402093979307 L 433.92854239707253 320.8341236336307" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 321.4259005358776 320.8341236336307 L 321.4259005358776 333.8402093979307 L 433.92854239707253 333.8402093979307 L 433.92854239707253 320.8341236336307" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 606.9094830622626 435.82959859964984 L 606.9094830622626 448.83568436394995 L 576.670333660265 448.83568436394995 L 576.670333660265 682.94522812135 L 606.9094830622626 682.94522812135 L 606.9094830622626 669.9391423570501" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.40486861144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 606.9094830622626 435.82959859964984 L 606.9094830622626 448.83568436394995 L 576.670333660265 448.83568436394995 L 576.670333660265 682.94522812135 L 606.9094830622626 682.94522812135 L 606.9094830622626 669.9391423570501" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="697.1392030520938" cy="71.33404505514244" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="697.1392030520938" cy="58.32795929084239" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="636.6609042480989" cy="58.32795929084239" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="636.6609042480989" cy="71.33404505514244" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="757.6175018560889" cy="71.33404505514244" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="757.6175018560889" cy="58.32795929084239" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="818.0958006600838" cy="71.33404505514244" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="818.0958006600838" cy="58.32795929084239" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="666.412325433935" cy="429.3265557174999" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="653.406239669635" cy="429.3265557174999" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="666.412325433935" cy="442.3326414817999" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="653.406239669635" cy="442.3326414817999" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="666.412325433935" cy="455.33872724609995" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="653.406239669635" cy="455.33872724609995" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="666.412325433935" cy="468.34481301039995" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="653.406239669635" cy="468.34481301039995" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="433.92854239707253" cy="236.2945661656807" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.92854239707253" cy="249.30065192998072" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="697.1392030520938" cy="142.86751675879236" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="697.1392030520938" cy="155.87360252309242" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="636.6609042480989" cy="155.87360252309242" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="636.6609042480989" cy="142.86751675879236" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><circle cx="757.6175018560889" cy="142.86751675879236" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="757.6175018560889" cy="155.87360252309242" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><circle cx="818.0958006600838" cy="142.86751675879236" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="818.0958006600838" cy="155.87360252309242" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><circle cx="433.92854239707253" cy="333.8402093979307" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="433.92854239707253" cy="320.8341236336307" r="1.9509128646449998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="692.424496962535" y="221.2291834886999" width="195.09128646450006" height="546.2556021006003" stroke-width="1.30060857643px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="692.424496962535" y="221.2291834886999" width="195.09128646450006" height="546.2556021006003" fill="transparent"/><text class="sch-text" x="789.970140194785" y="494.356984539" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.705477187869999px" transform="rotate(0, 789.970140194785, 494.356984539)">U3</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="416.3204699531999" x2="666.412325433935" y2="416.3204699531999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="665.111716857505" y="415.0198613767699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="415.0198613767699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="611.4117564177001" x2="667.7129340103651" y2="611.4117564177001" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="611.4117564177001" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="610.11114784127" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="610.11114784127" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="624.4178421820001" x2="667.7129340103651" y2="624.4178421820001" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="624.4178421820001" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="623.11723360557" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="623.11723360557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="637.4239279463001" x2="667.7129340103651" y2="637.4239279463001" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="637.4239279463001" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="636.12331936987" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="636.12331936987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="650.4300137106001" x2="667.7129340103651" y2="650.4300137106001" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="650.4300137106001" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="649.12940513417" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="649.12940513417" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="663.4360994749001" x2="667.7129340103651" y2="663.4360994749001" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="663.4360994749001" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="662.13549089847" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="662.13549089847" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="676.4421852392001" x2="667.7129340103651" y2="676.4421852392001" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="676.4421852392001" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="675.14157666277" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="675.1415766627701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="689.4482710035002" x2="667.7129340103651" y2="689.4482710035002" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="689.4482710035002" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="688.1476624270701" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="688.1476624270701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="702.4543567678002" x2="667.7129340103651" y2="702.4543567678002" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="702.4543567678002" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="701.1537481913701" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="701.1537481913701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="429.3265557174999" x2="666.412325433935" y2="429.3265557174999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="665.111716857505" y="428.0259471410699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="428.0259471410699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="715.4604425321002" x2="667.7129340103651" y2="715.4604425321002" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="715.4604425321002" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="714.1598339556701" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="714.1598339556701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="728.4665282964002" x2="667.7129340103651" y2="728.4665282964002" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="728.4665282964002" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="727.1659197199701" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="727.1659197199701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="741.4726140607002" x2="667.7129340103651" y2="741.4726140607002" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="741.4726140607002" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="740.1720054842701" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="740.1720054842701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="754.4786998250001" x2="667.7129340103651" y2="754.4786998250001" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="754.4786998250001" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="753.1780912485701" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="753.1780912485701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="526.8721989497501" x2="912.2273463792051" y2="526.8721989497501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="526.8721989497501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="525.5715903733201" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="525.5715903733201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="539.8782847140501" x2="912.2273463792051" y2="539.8782847140501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="539.8782847140501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="538.5776761376201" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="538.5776761376201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="552.8843704783501" x2="912.2273463792051" y2="552.8843704783501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="552.8843704783501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="551.5837619019201" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="551.5837619019201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="565.8904562426501" x2="912.2273463792051" y2="565.8904562426501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="565.8904562426501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="564.5898476662201" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="564.5898476662201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="578.8965420069501" x2="912.2273463792051" y2="578.8965420069501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="578.8965420069501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="577.5959334305201" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="577.5959334305201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="617.9147992998501" x2="912.2273463792051" y2="617.9147992998501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="617.9147992998501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="616.61419072342" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="616.61419072342" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="630.9208850641501" x2="912.2273463792051" y2="630.9208850641501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="630.9208850641501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="629.62027648772" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="629.62027648772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="442.3326414817999" x2="666.412325433935" y2="442.3326414817999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><rect x="665.111716857505" y="441.0320329053699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="441.03203290536993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="312.27178383879993" x2="666.412325433935" y2="312.27178383879993" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="665.111716857505" y="310.9711752623699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="310.9711752623699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="669.9391423570501" x2="912.2273463792051" y2="669.9391423570501" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="669.9391423570501" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="668.63853378062" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="668.63853378062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="682.94522812135" x2="912.2273463792051" y2="682.94522812135" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="682.94522812135" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="681.64461954492" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="681.64461954492" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="695.95131388565" x2="912.2273463792051" y2="695.95131388565" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="695.95131388565" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="694.65070530922" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="694.65070530922" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="487.85394165685005" x2="912.2273463792051" y2="487.85394165685005" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="487.85394165685005" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="486.55333308042003" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="486.55333308042003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="474.84785589255006" x2="912.2273463792051" y2="474.84785589255006" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="474.84785589255006" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="473.54724731612004" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="473.54724731612004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="461.84177012825" x2="912.2273463792051" y2="461.84177012825" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="461.84177012825" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="460.54116155182" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="460.54116155182004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="448.83568436395" x2="912.2273463792051" y2="448.83568436395" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="448.83568436395" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="447.53507578752" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="447.53507578752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="435.82959859965" x2="912.2273463792051" y2="435.82959859965" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="435.82959859965" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="434.52899002322" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="434.52899002322005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="422.82351283535" x2="912.2273463792051" y2="422.82351283535" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="422.82351283535" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="421.52290425892" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="421.52290425892" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">32</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="455.33872724609995" x2="666.412325433935" y2="455.33872724609995" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="665.111716857505" y="454.0381186696699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="454.0381186696699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">33</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="409.81742707105" x2="912.2273463792051" y2="409.81742707105" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="409.81742707105" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="408.51681849462" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="408.51681849462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">34</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="396.81134130675" x2="912.2273463792051" y2="396.81134130675" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="396.81134130675" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="395.51073273032" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="395.51073273032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">35</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="383.80525554244997" x2="912.2273463792051" y2="383.80525554244997" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="383.80525554244997" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="382.50464696601995" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="382.50464696602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">36</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="370.79916977815" x2="912.2273463792051" y2="370.79916977815" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="370.79916977815" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="369.49856120171995" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="369.49856120172" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">37</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="331.7809124852499" x2="912.2273463792051" y2="331.7809124852499" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="331.7809124852499" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="330.4803039088199" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="330.4803039088199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">38</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="318.77482672094993" x2="912.2273463792051" y2="318.77482672094993" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="318.77482672094993" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="317.4742181445199" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="317.4742181445199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">39</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="305.76874095664994" x2="912.2273463792051" y2="305.76874095664994" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="305.76874095664994" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="304.4681323802199" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="304.4681323802199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">40</text><line class="component-pin sch-component-pin sch-port-line" x1="887.5157834270351" y1="292.76265519234994" x2="912.2273463792051" y2="292.76265519234994" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="913.5279549556351" cy="292.76265519234994" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="912.2273463792051" y="291.4620466159199" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="900.5218691913351" y="291.4620466159199" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">41</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="468.34481301039995" x2="666.412325433935" y2="468.34481301039995" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><rect x="665.111716857505" y="467.0442044339699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="467.0442044339699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">42</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="598.4056706534" x2="666.412325433935" y2="598.4056706534" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><rect x="665.111716857505" y="597.10506207697" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="597.1050620769701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">43</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="364.2961268959999" x2="666.412325433935" y2="364.2961268959999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><rect x="665.111716857505" y="362.9955183195699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="362.9955183195699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">44</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="377.3022126602999" x2="667.7129340103651" y2="377.3022126602999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="377.3022126602999" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="376.0016040838699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="376.0016040838699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">45</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="585.3995848891" x2="667.7129340103651" y2="585.3995848891" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="585.3995848891" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="584.09897631267" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="584.0989763126701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">46</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="572.3934991248" x2="667.7129340103651" y2="572.3934991248" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="572.3934991248" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="571.09289054837" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="571.09289054837" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">47</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="559.3874133605" x2="667.7129340103651" y2="559.3874133605" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="559.3874133605" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="558.08680478407" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="558.08680478407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">48</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="481.35089877469994" x2="666.412325433935" y2="481.35089877469994" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><rect x="665.111716857505" y="480.0502901982699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="480.05029019827" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">49</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="325.2778696030999" x2="666.412325433935" y2="325.2778696030999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_49__stack1"><rect x="665.111716857505" y="323.97726102666985" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="323.9772610266699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">50</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="299.2656980744999" x2="667.7129340103651" y2="299.2656980744999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_50__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="299.2656980744999" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="297.96508949806986" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="297.9650894980699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">51</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="286.2596123101999" x2="667.7129340103651" y2="286.2596123101999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_51__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="286.2596123101999" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="284.95900373376986" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="284.9590037337699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">52</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="273.2535265458999" x2="667.7129340103651" y2="273.2535265458999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_52__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="273.2535265458999" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="271.95291796946987" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="271.9529179694699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">53</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="260.2474407815999" x2="667.7129340103651" y2="260.2474407815999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_53__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="260.2474407815999" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="258.94683220516987" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="258.9468322051699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">54</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="247.2413550172999" x2="667.7129340103651" y2="247.2413550172999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_54__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="247.2413550172999" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="245.9407464408699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="245.9407464408699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">55</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="234.2352692529999" x2="667.7129340103651" y2="234.2352692529999" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_55__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="234.2352692529999" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="232.9346606765699" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="232.93466067656993" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">56</text><line class="component-pin sch-component-pin sch-port-line" x1="692.424496962535" y1="520.3691560676" x2="667.7129340103651" y2="520.3691560676" stroke-width="1.30060857643px"/><g class="sch-port" data-schematic-port-id="source_port_0_56__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="666.412325433935" cy="520.3691560676" r="1.30060857643" stroke-width="1.30060857643px"/><rect x="665.111716857505" y="519.06854749117" width="2.60121715286" height="2.60121715286" opacity="0"/></g><text class="pin-number sch-pin-number" x="679.418411198235" y="519.06854749117" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.754564323224999px" transform="">57</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="617.5829273447354" y="71.33404505514238" width="38.155953806726984" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 636.6609042480989 142.86751675879236 L 636.6609042480989 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 636.6609042480989 99.94743373660238 L 636.6609042480989 71.33404505514238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 655.7388811514624 114.25412807733237 L 617.5829273447354 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 655.7388811514624 99.94743373660238 L 617.5829273447354 99.94743373660238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="650.3714863246317" y="83.25629033908405" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C12</text><text class="sch-component-text" x="650.3714863246317" y="130.9452714748507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="678.0612261487303" y="71.33404505514238" width="38.155953806726984" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 697.1392030520938 142.86751675879236 L 697.1392030520938 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 697.1392030520938 99.94743373660238 L 697.1392030520938 71.33404505514238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 716.2171799554573 114.25412807733237 L 678.0612261487303 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 716.2171799554573 99.94743373660238 L 678.0612261487303 99.94743373660238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="710.8497851286266" y="83.25629033908405" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C14</text><text class="sch-component-text" x="710.8497851286266" y="130.9452714748507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="557.1046285407404" y="71.33404505514238" width="38.155953806726984" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 576.1826054441038 142.86751675879236 L 576.1826054441038 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.1826054441038 99.94743373660238 L 576.1826054441038 71.33404505514238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 595.2605823474673 114.25412807733237 L 557.1046285407404 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 595.2605823474673 99.94743373660238 L 557.1046285407404 99.94743373660238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="589.8931875206367" y="83.25629033908405" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C8</text><text class="sch-component-text" x="589.8931875206367" y="130.9452714748507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="738.5395249527253" y="71.33404505514238" width="38.155953806726984" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 757.6175018560888 142.86751675879236 L 757.6175018560888 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 757.6175018560888 99.94743373660238 L 757.6175018560888 71.33404505514238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 776.6954787594523 114.25412807733237 L 738.5395249527253 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 776.6954787594523 99.94743373660238 L 738.5395249527253 99.94743373660238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="771.3280839326217" y="83.25629033908405" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C13</text><text class="sch-component-text" x="771.3280839326217" y="130.9452714748507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="799.0178237567203" y="71.33404505514238" width="38.155953806726984" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 818.0958006600838 142.86751675879236 L 818.0958006600838 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 818.0958006600838 99.94743373660238 L 818.0958006600838 71.33404505514238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 837.1737775634473 114.25412807733237 L 799.0178237567203 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 837.1737775634473 99.94743373660238 L 799.0178237567203 99.94743373660238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="831.8063827366167" y="83.25629033908405" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C15</text><text class="sch-component-text" x="831.8063827366167" y="130.9452714748507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="859.4961225607153" y="71.33404505514238" width="38.155953806726984" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 878.5740994640788 142.86751675879236 L 878.5740994640788 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 878.5740994640788 99.94743373660238 L 878.5740994640788 71.33404505514238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 897.6520763674423 114.25412807733237 L 859.4961225607153 114.25412807733237" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 897.6520763674423 99.94743373660238 L 859.4961225607153 99.94743373660238" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="892.2846815406117" y="83.25629033908405" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C19</text><text class="sch-component-text" x="892.2846815406117" y="130.9452714748507" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="414.85056549370904" y="249.30065192998072" width="38.155953806726984" height="71.53347170365001" fill="transparent"/><path class="sch-component-symbol-path" d="M 433.92854239707253 320.8341236336307 L 433.92854239707253 292.22073495217074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 433.92854239707253 277.9140406114407 L 433.92854239707253 249.30065192998072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 453.006519300436 292.22073495217074 L 414.85056549370904 292.22073495217074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 453.006519300436 277.9140406114407 L 414.85056549370904 277.9140406114407" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="447.6391244736055" y="261.2228972139224" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C18</text><text class="sch-component-text" x="447.6391244736055" y="308.91187834968906" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component-overlay sch-component-overlay" x="475.32886429770406" y="249.30065192998072" width="38.155953806726984" height="71.53347170365001" fill="transparent"/><path class="sch-component-symbol-path" d="M 494.40684120106755 320.8341236336307 L 494.40684120106755 292.22073495217074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 494.40684120106755 277.9140406114407 L 494.40684120106755 249.30065192998072" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.484818104431 292.22073495217074 L 475.32886429770406 292.22073495217074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 513.484818104431 277.9140406114407 L 475.32886429770406 277.9140406114407" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="508.1174232776005" y="261.2228972139224" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C7</text><text class="sch-component-text" x="508.1174232776005" y="308.91187834968906" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="302.34792363251415" y="249.3006519299807" width="38.15595380672687" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 321.4259005358776 320.83412363363067 L 321.4259005358776 292.2207349521707" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 321.4259005358776 277.91404061144067 L 321.4259005358776 249.3006519299807" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 340.503877439241 292.2207349521707 L 302.34792363251415 292.2207349521707" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 340.503877439241 277.91404061144067 L 302.34792363251415 277.91404061144067" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="335.1364826124105" y="261.22289721392235" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C9</text><text class="sch-component-text" x="335.1364826124105" y="308.911878349689" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component-overlay sch-component-overlay" x="587.8315061588991" y="364.296126896" width="38.155953806726984" height="71.53347170364998" fill="transparent"/><path class="sch-component-symbol-path" d="M 606.9094830622626 435.82959859964996 L 606.9094830622626 407.21620991819" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 606.9094830622626 392.90951557745996 L 606.9094830622626 364.296126896" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.987459965626 407.21620991819 L 587.8315061588991 407.21620991819" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.987459965626 392.90951557745996 L 587.8315061588991 392.90951557745996" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="620.6200651387954" y="376.21837217994164" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C10</text><text class="sch-component-text" x="620.6200651387954" y="423.9073533157083" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component-overlay sch-component-overlay" x="587.8315061588991" y="598.4056706534" width="38.155953806726984" height="71.5334717036501" fill="transparent"/><path class="sch-component-symbol-path" d="M 606.9094830622626 669.9391423570501 L 606.9094830622626 641.32575367559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 606.9094830622626 627.01905933486 L 606.9094830622626 598.4056706534" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.987459965626 641.32575367559 L 587.8315061588991 641.32575367559" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 625.987459965626 627.01905933486 L 587.8315061588991 627.01905933486" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.30060857643px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="620.6200651387954" y="610.3279159373417" stroke="rgb(245, 241, 237)" stroke-width="1.30060857643px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="11.705477187869999px">C11</text><text class="sch-component-text" x="620.6200651387954" y="658.0168970731083" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="11.705477187869999px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="666.412325433935" cy="416.3204699531999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="666.412325433935" cy="611.4117564177001" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="666.412325433935" cy="624.4178421820001" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="666.412325433935" cy="637.4239279463001" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="666.412325433935" cy="650.4300137106001" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="666.412325433935" cy="663.4360994749001" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="666.412325433935" cy="676.4421852392001" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="666.412325433935" cy="689.4482710035002" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="666.412325433935" cy="702.4543567678002" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="666.412325433935" cy="429.3265557174999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="666.412325433935" cy="715.4604425321002" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="666.412325433935" cy="728.4665282964002" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="666.412325433935" cy="741.4726140607002" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="666.412325433935" cy="754.4786998250001" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="913.5279549556351" cy="526.8721989497501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="913.5279549556351" cy="539.8782847140501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="913.5279549556351" cy="552.8843704783501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="913.5279549556351" cy="565.8904562426501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="913.5279549556351" cy="578.8965420069501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="913.5279549556351" cy="617.9147992998501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="913.5279549556351" cy="630.9208850641501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="666.412325433935" cy="442.3326414817999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="666.412325433935" cy="312.27178383879993" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="913.5279549556351" cy="669.9391423570501" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="913.5279549556351" cy="682.94522812135" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="913.5279549556351" cy="695.95131388565" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="913.5279549556351" cy="487.85394165685005" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="913.5279549556351" cy="474.84785589255006" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="913.5279549556351" cy="461.84177012825" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="913.5279549556351" cy="448.83568436395" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="913.5279549556351" cy="435.82959859965" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="913.5279549556351" cy="422.82351283535" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="666.412325433935" cy="455.33872724609995" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="913.5279549556351" cy="409.81742707105" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="913.5279549556351" cy="396.81134130675" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="913.5279549556351" cy="383.80525554244997" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="913.5279549556351" cy="370.79916977815" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="913.5279549556351" cy="331.7809124852499" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="913.5279549556351" cy="318.77482672094993" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="913.5279549556351" cy="305.76874095664994" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="913.5279549556351" cy="292.76265519234994" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="666.412325433935" cy="468.34481301039995" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="666.412325433935" cy="598.4056706534" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="666.412325433935" cy="364.2961268959999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="666.412325433935" cy="377.3022126602999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="666.412325433935" cy="585.3995848891" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="666.412325433935" cy="572.3934991248" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="666.412325433935" cy="559.3874133605" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="666.412325433935" cy="481.35089877469994" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_49__stack1"><circle cx="666.412325433935" cy="325.2778696030999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_50__stack1"><circle cx="666.412325433935" cy="299.2656980744999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_51__stack1"><circle cx="666.412325433935" cy="286.2596123101999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_52__stack1"><circle cx="666.412325433935" cy="273.2535265458999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_53__stack1"><circle cx="666.412325433935" cy="260.2474407815999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_54__stack1"><circle cx="666.412325433935" cy="247.2413550172999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_55__stack1"><circle cx="666.412325433935" cy="234.2352692529999" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_56__stack1"><circle cx="666.412325433935" cy="520.3691560676" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="636.6609042480989" cy="87.59165226051744" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="636.6609042480989" cy="159.12512396416736" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="697.1392030520938" cy="87.59165226051744" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="697.1392030520938" cy="159.12512396416736" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="576.1826054441038" cy="87.59165226051744" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="576.1826054441038" cy="159.12512396416736" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="757.6175018560888" cy="87.59165226051744" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="757.6175018560888" cy="159.12512396416736" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="818.0958006600838" cy="87.59165226051744" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="818.0958006600838" cy="159.12512396416736" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="878.5740994640788" cy="87.59165226051744" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="878.5740994640788" cy="159.12512396416736" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="433.92854239707253" cy="265.55825913535574" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="433.92854239707253" cy="337.0917308390058" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="494.40684120106755" cy="265.55825913535574" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="494.40684120106755" cy="337.0917308390058" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="321.4259005358776" cy="265.5582591353557" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="321.4259005358776" cy="337.09173083900566" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="606.9094830622626" cy="380.55373410137497" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="606.9094830622626" cy="452.08720580502495" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="606.9094830622626" cy="614.663277858775" r="2.60121715286" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="606.9094830622626" cy="686.196749562425" r="2.60121715286" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
158
+ M 653.406239669635,416.3204699531999
159
+ L 646.9031967874851,412.8088267968389
160
+ L 646.9031967874851,390.50772507298586
161
+ L 659.909282551785,390.50772507298586
162
+ L 659.909282551785,412.8088267968389
163
+ Z
164
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="653.406239669635" y="410.4677313592649" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="rotate(-90 653.406239669635 410.4677313592649)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
165
+ M 757.6175018560889,58.32795929084239
166
+ L 751.1144589739389,54.81631613448138
167
+ L 751.1144589739389,32.515214410628325
168
+ L 764.1205447382389,32.515214410628325
169
+ L 764.1205447382389,54.81631613448139
170
+ Z
171
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="757.6175018560889" y="52.475220696907385" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="rotate(-90 757.6175018560889 52.475220696907385)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
172
+ M 653.406239669635,312.27178383879993
173
+ L 646.9031967874851,308.76014068243893
174
+ L 646.9031967874851,286.4590389585859
175
+ L 659.909282551785,286.4590389585859
176
+ L 659.909282551785,308.76014068243893
177
+ Z
178
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="653.406239669635" y="306.41904524486495" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="rotate(-90 653.406239669635 306.41904524486495)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
179
+ M 494.40684120106755,236.2945661656807
180
+ L 487.90379831891755,232.7829230093197
181
+ L 487.90379831891755,210.48182128546662
182
+ L 500.90988408321755,210.48182128546662
183
+ L 500.90988408321755,232.7829230093197
184
+ Z
185
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="494.40684120106755" y="230.4418275717457" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="rotate(-90 494.40684120106755 230.4418275717457)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
186
+ M 606.9094830622626,585.3995848891
187
+ L 603.3978399059016,591.90262777125
188
+ L 581.0967381820485,591.90262777125
189
+ L 581.0967381820485,578.89654200695
190
+ L 603.3978399059016,578.89654200695
191
+ Z
192
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="601.0567444683276" y="585.3995848891" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
193
+ M 606.9094830622626,351.2900411316999
194
+ L 603.3978399059016,357.7930840138499
195
+ L 581.0967381820485,357.7930840138499
196
+ L 581.0967381820485,344.7869982495499
197
+ L 603.3978399059016,344.7869982495499
198
+ Z
199
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="601.0567444683276" y="351.2900411316999" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
200
+ M 757.6175018560889,155.87360252309242
201
+ L 764.1205447382389,159.38524567945342
202
+ L 764.1205447382389,181.68634740330648
203
+ L 751.1144589739389,181.68634740330648
204
+ L 751.1144589739389,159.38524567945342
205
+ Z
206
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="757.6175018560889" y="161.7263411170274" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="rotate(90 757.6175018560889 161.7263411170274)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
207
+ M 494.40684120106755,333.8402093979307
208
+ L 500.90988408321755,337.3518525542917
209
+ L 500.90988408321755,359.65295427814476
210
+ L 487.90379831891755,359.65295427814476
211
+ L 487.90379831891755,337.3518525542917
212
+ Z
213
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="494.40684120106755" y="339.6929479918657" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="rotate(90 494.40684120106755 339.6929479918657)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
214
+ M 606.9094830622626,682.94522812135
215
+ L 613.4125259444126,686.456871277711
216
+ L 613.4125259444126,708.7579730015641
217
+ L 600.4064401801126,708.7579730015641
218
+ L 600.4064401801126,686.456871277711
219
+ Z
220
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.30060857643px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="606.9094830622626" y="688.797966715285" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.705477187869999px" transform="rotate(90 606.9094830622626 688.797966715285)">XX</text>
221
+ </g>
222
+ </svg>