@tscircuit/schematic-trace-solver 0.0.149 → 0.0.151

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 (162) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/README.md +6 -4
  3. package/dist/index.d.ts +64 -3
  4. package/dist/index.js +383 -66
  5. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +123 -84
  6. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  8. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  9. package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +338 -0
  10. package/lib/solvers/NetLabelTraceRecovery/getTraceRecoveryConnectivityMaps.ts +33 -0
  11. package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +15 -0
  12. package/lib/types/InputProblem.ts +27 -1
  13. package/package.json +8 -1
  14. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  15. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  16. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  17. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  18. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  19. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  20. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  21. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  23. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  24. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  25. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  26. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  27. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  28. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  29. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  30. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  31. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  32. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  33. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  34. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  35. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  36. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  37. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  38. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  39. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  40. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  41. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  42. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  43. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  44. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  45. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  46. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  47. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  48. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  49. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  51. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  52. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  53. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  54. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  55. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  56. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  57. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  58. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  59. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  60. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  61. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  62. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  63. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  64. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  65. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  66. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  67. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  69. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  71. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  72. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  73. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  74. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  75. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  76. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  77. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  78. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  79. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  80. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  81. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  82. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  83. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  84. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  85. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  86. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  87. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  88. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  89. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  90. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  91. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  92. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  93. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  94. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  95. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  96. package/tests/examples/__snapshots__/example51.snap.svg +594 -21
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  98. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  99. package/tests/fixtures/matcher.ts +45 -8
  100. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  101. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  102. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +170 -5
  103. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  104. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  105. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  107. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  108. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  109. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  110. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  111. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  112. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  113. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  115. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +30 -5
  116. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  117. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  118. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  119. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  121. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  122. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  123. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  124. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  125. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  126. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  128. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  129. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  130. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  131. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  132. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  135. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  136. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  137. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  138. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  139. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  140. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  141. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  142. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  143. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  144. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  145. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  146. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  147. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  148. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  156. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  157. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  158. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  159. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  160. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  162. 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="2.3,1.3 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 428.3984867591425,270.1702395964691" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 428.3984867591425,284.2938209331652" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.14501891551072" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 1.3,0.20000000000000007" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 428.3984867591425,256.046658259773" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.3,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 336.59520807061784,270.1702395964691" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 5.400062200000001,2.85" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -2.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -7.1,2.5999999999999996" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -8.3,-6.1" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.3,-5.7" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -2.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -7.1,2.5999999999999996" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -8.3,-6.1" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.3,-5.7" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -8.3,-6.1" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -3.3,-5.7" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.1 -3.3,-5.7" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 1.3,0.6" data-type="line" data-label="" points="336.59520807061784,256.046658259773 428.3984867591425,241.9230769230769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -2.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -7.1,0.55" data-type="line" data-label="" points="336.59520807061784,256.046658259773 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -8.3,-6.3" data-type="line" data-label="" points="336.59520807061784,256.046658259773 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.3,-5.5" data-type="line" data-label="" points="336.59520807061784,256.046658259773 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -2.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -7.1,0.55" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -8.3,-6.3" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.3,-5.5" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -8.3,-6.3" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -3.3,-5.5" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.3 -3.3,-5.5" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.6 -6.7225,1" data-type="line" data-label="" points="336.59520807061784,284.2938209331652 145.1324085750315,227.79949558638083" fill="none" stroke="hsl(259, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 3.9,1.3" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 520.2017654476671,217.20680958385876" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -8.3,-5.7" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -3.3,-5.9" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -8.3,-5.7" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -3.3,-5.9" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.7 -3.3,-5.9" data-type="line" data-label="" points="89.43253467843624,464.36948297604033 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 2.3,1.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 463.70744010088265,217.20680958385876" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -8.3,-5.9" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -3.3,-6.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -8.3,-5.9" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -3.3,-6.3" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.9 -3.3,-6.3" data-type="line" data-label="" points="89.43253467843624,471.4312736443884 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 5.4,0.8999999999999999" data-type="line" data-label="" points="428.3984867591425,256.046658259773 573.1651954602773,231.33039092055486" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 -3.3,-6.5" data-type="line" data-label="" points="428.3984867591425,256.046658259773 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.4,0.8999999999999999 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5000000000000004" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.1450189155107" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -2.8,-0.72 -3.8,-0.72 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 283.6317780580075,288.53089533417403 248.3228247162673,288.53089533417403 248.3228247162673,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,-0.19999999999999996 -2.8,-0.19999999999999996 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.400062200000001,2.85 5.400062200000001,3.0775 3.1,3.0775 3.1,2.8775" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 573.1673916771753,154.4451450189155 491.95460277427486,154.4451450189155 491.95460277427486,161.50693568726354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-1.68 -2.8,-1.8800000000000001 -3.8,-1.8800000000000001 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 283.6317780580075,329.4892812105927 248.3228247162673,329.4892812105927 248.3228247162673,322.42749054224464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,1.3 2.3,-0.19999999999999996 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 463.70744010088265,270.1702395964691 428.3984867591425,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 3.9,-0.6 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 520.2017654476671,284.2938209331652 428.3984867591425,284.2938209331652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 5.4,-6.5 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 573.1651954602773,492.61664564943254 265.9773013871374,492.61664564943254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.3 -7.1,-6.3 -7.1,0.55" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 131.80327868852456,485.5548549810845 131.80327868852456,243.68852459016392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.821,0.6 -1.821,-5.551115123125783e-17 -1.5,-5.551115123125783e-17 -1.5,-0.20000000000000007 -1.3,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 318.1992433795712,241.9230769230769 318.1992433795712,263.10844892812105 329.53341740226983,263.10844892812105 329.53341740226983,270.1702395964691 336.59520807061784,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.1 -6.698999999999999,-6.1 -6.698999999999999,-6.0489999999999995" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 145.9621689785624,478.49306431273646 145.9621689785624,476.6923076923077" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.7 -2.849,-5.7 -2.849,-5.399" data-type="line" data-label="" points="265.9773013871374,464.36948297604033 281.90163934426226,464.36948297604033 281.90163934426226,453.7414880201766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.141000000000001,0.19999999999999996 -3.141000000000001,0.14899999999999997" data-type="line" data-label="" points="336.59520807061784,256.046658259773 271.5914249684741,256.046658259773 271.5914249684741,257.84741488020177" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.5 -2.0589999999999993,-5.5 -2.0589999999999993,-5.551" data-type="line" data-label="" points="265.9773013871374,457.30769230769226 309.7957124842371,457.30769230769226 309.7957124842371,459.10844892812105" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="336.59520807061784" y="234.86128625472884" width="91.80327868852464" height="56.49432534678439" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.455" data-y="1.6" x="447.81841109709956" y="196.0214375788146" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="3.1" data-y="2.6" x="476.0655737704917" y="161.50693568726354" width="31.778058007566244" height="19.59646910466583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="4.055" data-y="1.6" x="504.312736443884" y="196.0214375788146" width="42.723833543505634" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="5.4" data-y="2.4" x="567.7956481715005" y="162.47793190416138" width="10.739094577553601" height="31.778058007566244" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.555" data-y="1.2" x="557.2761664564941" y="210.1450189155107" width="42.72383354350575" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.6774999999999998" data-y="-1.3" x="267.7427490542244" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-3.6774999999999998" data-y="-1.3" x="232.4337957124842" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-7" data-y="1" x="125.53593947036563" y="211.91046658259773" width="19.596469104665857" height="31.778058007566187" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-6.945" data-y="2.3" x="115.91424968474143" y="171.30517023959646" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-9" data-y="-6" x="40" y="457.30769230769226" width="49.43253467843624" height="35.30895334174028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-6" x="216.5447667087011" y="450.2459016393443" width="49.432534678436326" height="49.4325346784363" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="BME280" data-x="-0.54" data-y="-0.93" x="350.718789407314" y="292.7679697351829" width="25.422446406052927" height="6.355611601513203" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.78" data-y="0.915" x="348.6002522068095" y="226.38713745271122" width="12.711223203026464" height="8.827238335435055" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP1" data-x="-9.120000000000001" data-y="-5.385" x="52.00504413619157" y="448.8335435056746" width="16.948297604035304" height="8.827238335435084" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP2" data-x="-4.119999999999999" data-y="-5.1850000000000005" x="228.5498108448928" y="441.77175283732663" width="16.948297604035304" height="8.827238335435027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></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="2.3,1.3 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 428.3984867591425,270.1702395964691" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 428.3984867591425,284.2938209331652" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.14501891551072" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 1.3,0.20000000000000007" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 428.3984867591425,256.046658259773" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.3,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 336.59520807061784,270.1702395964691" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 5.400062200000001,2.85" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -2.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -7.1,2.5999999999999996" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -8.3,-6.1" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.3,-5.7" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -2.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -7.1,2.5999999999999996" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -8.3,-6.1" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.3,-5.7" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -8.3,-6.1" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -3.3,-5.7" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.1 -3.3,-5.7" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 1.3,0.6" data-type="line" data-label="" points="336.59520807061784,256.046658259773 428.3984867591425,241.9230769230769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -2.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -7.1,0.55" data-type="line" data-label="" points="336.59520807061784,256.046658259773 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -8.3,-6.3" data-type="line" data-label="" points="336.59520807061784,256.046658259773 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.3,-5.5" data-type="line" data-label="" points="336.59520807061784,256.046658259773 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -2.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -7.1,0.55" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -8.3,-6.3" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.3,-5.5" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -8.3,-6.3" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -3.3,-5.5" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.3 -3.3,-5.5" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.6 -6.7225,1" data-type="line" data-label="" points="336.59520807061784,284.2938209331652 145.1324085750315,227.79949558638083" fill="none" stroke="hsl(259, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 3.9,1.3" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 520.2017654476671,217.20680958385876" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -8.3,-5.7" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -3.3,-5.9" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -8.3,-5.7" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -3.3,-5.9" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.7 -3.3,-5.9" data-type="line" data-label="" points="89.43253467843624,464.36948297604033 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 2.3,1.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 463.70744010088265,217.20680958385876" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -8.3,-5.9" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -3.3,-6.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -8.3,-5.9" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -3.3,-6.3" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.9 -3.3,-6.3" data-type="line" data-label="" points="89.43253467843624,471.4312736443884 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 5.4,0.8999999999999999" data-type="line" data-label="" points="428.3984867591425,256.046658259773 573.1651954602773,231.33039092055486" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 -3.3,-6.5" data-type="line" data-label="" points="428.3984867591425,256.046658259773 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.4,0.8999999999999999 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5000000000000004" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.1450189155107" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -2.8,-0.72 -3.8,-0.72 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 283.6317780580075,288.53089533417403 248.3228247162673,288.53089533417403 248.3228247162673,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,-0.19999999999999996 -2.8,-0.19999999999999996 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.400062200000001,2.85 5.400062200000001,3.0775 3.1,3.0775 3.1,2.8775" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 573.1673916771753,154.4451450189155 491.95460277427486,154.4451450189155 491.95460277427486,161.50693568726354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-1.68 -2.8,-1.8800000000000001 -3.8,-1.8800000000000001 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 283.6317780580075,329.4892812105927 248.3228247162673,329.4892812105927 248.3228247162673,322.42749054224464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,1.3 2.3,-0.19999999999999996 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 463.70744010088265,270.1702395964691 428.3984867591425,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 3.9,-0.6 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 520.2017654476671,284.2938209331652 428.3984867591425,284.2938209331652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 5.4,-6.5 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 573.1651954602773,492.61664564943254 265.9773013871374,492.61664564943254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.3 -7.1,-6.3 -7.1,0.55" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 131.80327868852456,485.5548549810845 131.80327868852456,243.68852459016392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.821,0.6 -1.821,-5.551115123125783e-17 -1.5,-5.551115123125783e-17 -1.5,-0.20000000000000007 -1.3,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 318.1992433795712,241.9230769230769 318.1992433795712,263.10844892812105 329.53341740226983,263.10844892812105 329.53341740226983,270.1702395964691 336.59520807061784,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.1 -6.698999999999999,-6.1 -6.698999999999999,-6.0489999999999995" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 145.9621689785624,478.49306431273646 145.9621689785624,476.6923076923077" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.7 -2.849,-5.7 -2.849,-5.399" data-type="line" data-label="" points="265.9773013871374,464.36948297604033 281.90163934426226,464.36948297604033 281.90163934426226,453.7414880201766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.141000000000001,0.19999999999999996 -3.141000000000001,0.14899999999999997" data-type="line" data-label="" points="336.59520807061784,256.046658259773 271.5914249684741,256.046658259773 271.5914249684741,257.84741488020177" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.5 -2.0589999999999993,-5.5 -2.0589999999999993,-5.551" data-type="line" data-label="" points="265.9773013871374,457.30769230769226 309.7957124842371,457.30769230769226 309.7957124842371,459.10844892812105" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="336.59520807061784" y="234.86128625472884" width="91.80327868852464" height="56.49432534678439" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.455" data-y="1.6" x="447.81841109709956" y="196.0214375788146" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="3.1" data-y="2.6" x="476.0655737704917" y="161.50693568726354" width="31.778058007566244" height="19.59646910466583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="4.055" data-y="1.6" x="504.312736443884" y="196.0214375788146" width="42.723833543505634" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="5.4" data-y="2.4" x="567.7956481715005" y="162.47793190416138" width="10.739094577553601" height="31.778058007566244" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.555" data-y="1.2" x="557.2761664564941" y="210.1450189155107" width="42.72383354350575" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.6774999999999998" data-y="-1.3" x="267.7427490542244" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-3.6774999999999998" data-y="-1.3" x="232.4337957124842" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-7" data-y="1" x="125.53593947036563" y="211.91046658259773" width="19.596469104665857" height="31.778058007566187" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-6.945" data-y="2.3" x="115.91424968474143" y="171.30517023959646" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-9" data-y="-6" x="40" y="457.30769230769226" width="49.43253467843624" height="35.30895334174028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-6" x="216.5447667087011" y="450.2459016393443" width="49.432534678436326" height="49.4325346784363" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="BME280" data-x="-0.54" data-y="-0.93" x="350.718789407314" y="292.7679697351829" width="25.422446406052927" height="6.355611601513203" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.78" data-y="0.915" x="348.6002522068095" y="226.38713745271122" width="12.711223203026464" height="8.827238335435055" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP1" data-x="-9.120000000000001" data-y="-5.385" x="52.00504413619157" y="448.8335435056746" width="16.948297604035304" height="8.827238335435084" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP2" data-x="-4.119999999999999" data-y="-5.1850000000000005" x="228.5498108448928" y="441.77175283732663" width="16.948297604035304" height="8.827238335435027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
2
4
  globalConnNetId: connectivity_net7" data-x="-1.821" data-y="0.8099999999999999" x="307.60655737704917" y="227.09331651954602" width="21.185372005044087" height="14.829760403530884" fill="#ef444466" stroke="#ef4444" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
3
5
  globalConnNetId: connectivity_net7" data-x="5.400062200000001" data-y="3.2875" x="562.5747056746532" y="139.61538461538458" width="21.1853720050442" height="14.829760403530912" fill="#ef444466" stroke="#ef4444" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
4
6
  globalConnNetId: connectivity_net7" data-x="-7.1" data-y="2.8109999999999995" x="121.21059268600249" y="156.4401008827238" width="21.185372005044144" height="14.829760403530912" fill="#ef444466" stroke="#ef4444" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
@@ -94,7 +96,7 @@ orientation: x+" data-x="-3.3" data-y="-6.1" cx="265.9773013871374" cy="478.4930
94
96
  const h = svg.getElementById('crosshair-h');
95
97
  const v = svg.getElementById('crosshair-v');
96
98
  const coords = svg.getElementById('coordinates');
97
-
99
+
98
100
  crosshair.style.display = 'block';
99
101
  h.setAttribute('x1', '0');
100
102
  h.setAttribute('x2', '640');
@@ -113,13 +115,13 @@ orientation: x+" data-x="-3.3" data-y="-6.1" cx="265.9773013871374" cy="478.4930
113
115
  // y' = (y - ty) / sy
114
116
  const sx = matrix.a;
115
117
  const sy = matrix.d;
116
- const tx = matrix.e;
118
+ const tx = matrix.e;
117
119
  const ty = matrix.f;
118
120
  const realPoint = {
119
121
  x: (x - tx) / sx,
120
122
  y: (y - ty) / sy // Flip y back since we used negative scale
121
123
  }
122
-
124
+
123
125
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
124
126
  coords.setAttribute('x', (x + 5).toString());
125
127
  coords.setAttribute('y', (y - 5).toString());
@@ -127,4 +129,188 @@ orientation: x+" data-x="-3.3" data-y="-6.1" cx="265.9773013871374" cy="478.4930
127
129
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
128
130
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
129
131
  });
130
- ]]></script></svg>
132
+ ]]></script>
133
+ </g>
134
+ <g transform="translate(1216, 200)">
135
+ <style>
136
+ .boundary { fill: rgb(245, 241, 237); }
137
+ .schematic-boundary { fill: none; stroke: #fff; }
138
+ .component { fill: none; stroke: rgb(132, 0, 0); }
139
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
140
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
141
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
142
+ .pin-number { fill: rgb(169, 0, 0); }
143
+ .port-label { fill: rgb(0, 100, 100); }
144
+ .component-name { fill: rgb(0, 100, 100); }
145
+
146
+ </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 980.8694251460449 105.55762708325 L 1005.9266241688099 105.55762708325 L 1005.9266241688099 148.51282540799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.8694251460449 105.55762708325 L 1005.9266241688099 105.55762708325 L 1005.9266241688099 148.51282540799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 916.436627658935 105.55762708325 L 891.3794286361699 105.55762708325 L 891.3794286361699 148.51282540799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 916.436627658935 105.55762708325 L 891.3794286361699 105.55762708325 L 891.3794286361699 148.51282540799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1113.3101669584337 144.93322554759501 L 1113.31461998066 177.14962429114996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.3101669584337 144.93322554759501 L 1113.31461998066 177.14962429114996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 218.41465488191005 180.729224151545 L 218.41465488191005 141.35362568720004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 218.41465488191005 180.729224151545 L 218.41465488191005 141.35362568720004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 526.2602428758801 350.402257534268 L 526.2602428758801 336.083858092688 L 454.66824566798005 336.083858092688 L 454.66824566798005 350.402257534268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 526.2602428758801 350.402257534268 L 526.2602428758801 336.083858092688 L 454.66824566798005 336.083858092688 L 454.66824566798005 350.402257534268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 633.64823868773 298.85601954457996 L 526.2602428758801 298.85601954457996 L 526.2602428758801 350.402257534268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 298.85601954457996 L 526.2602428758801 298.85601954457996 L 526.2602428758801 350.402257534268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1113.3190730028864 80.500428060485 L 1113.3190730028864 64.21324869568775 L 948.65302640249 64.21324869568775 L 948.65302640249 78.53164813726778" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.3190730028864 80.500428060485 L 1113.3190730028864 64.21324869568775 L 948.65302640249 64.21324869568775 L 948.65302640249 78.53164813726778" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 526.2602428758801 404.812175412272 L 526.2602428758801 419.13057485385195 L 454.66824566798005 419.13057485385195 L 454.66824566798005 404.812175412272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 526.2602428758801 404.812175412272 L 526.2602428758801 419.13057485385195 L 454.66824566798005 419.13057485385195 L 454.66824566798005 404.812175412272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 891.3794286361699 191.46802373273 L 891.3794286361699 298.85601954457996 L 819.78743142827 298.85601954457996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.3794286361699 191.46802373273 L 891.3794286361699 298.85601954457996 L 819.78743142827 298.85601954457996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1005.9266241688099 191.46802373273 L 1005.9266241688099 327.49281842773996 L 819.78743142827 327.49281842773996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.9266241688099 191.46802373273 L 1005.9266241688099 327.49281842773996 L 819.78743142827 327.49281842773996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1113.31461998066 220.10482261589 L 1113.31461998066 749.88560195435 L 490.46424427193006 749.88560195435" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.31461998066 220.10482261589 L 1113.31461998066 749.88560195435 L 490.46424427193006 749.88560195435" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 132.50425823242995 735.5672025127699 L 218.41465488191005 735.5672025127699 L 218.41465488191005 245.162021638655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.50425823242995 735.5672025127699 L 218.41465488191005 735.5672025127699 L 218.41465488191005 245.162021638655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 633.64823868773 241.58242177826 L 596.3488081424141 241.58242177826 L 596.3488081424141 284.537620103 L 619.32983924615 284.537620103 L 619.32983924615 298.85601954458 L 633.64823868773 298.85601954458" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 241.58242177826 L 596.3488081424141 241.58242177826 L 596.3488081424141 284.537620103 L 619.32983924615 284.537620103 L 619.32983924615 298.85601954458 L 633.64823868773 298.85601954458" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 132.50425823242995 721.24880307119 L 247.12304576227802 721.24880307119 L 247.12304576227802 717.597611213587" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.50425823242995 721.24880307119 L 247.12304576227802 721.24880307119 L 247.12304576227802 717.597611213587" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 490.46424427193006 692.6120041880299 L 522.7522350126928 692.6120041880299 L 522.7522350126928 671.0628130284521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.46424427193006 692.6120041880299 L 522.7522350126928 692.6120041880299 L 522.7522350126928 671.0628130284521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 633.64823868773 270.21922066142 L 501.8473718279861 270.21922066142 L 501.8473718279861 273.8704125190229" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 270.21922066142 L 501.8473718279861 270.21922066142 L 501.8473718279861 273.8704125190229" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 490.46424427193006 678.29360474645 L 579.309912806934 678.29360474645 L 579.309912806934 681.944796604053" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.46424427193006 678.29360474645 L 579.309912806934 678.29360474645 L 579.309912806934 681.944796604053" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><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"><circle cx="526.2602428758801" cy="350.402257534268" r="2.147759916237" 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_5__stack1"><circle cx="633.64823868773" cy="298.85601954457996" r="2.147759916237" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><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"/><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"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="662.28503757089" y="227.26402233668" width="128.8655949742199" height="114.54719553263999" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="662.28503757089" y="227.26402233668" width="128.8655949742199" height="114.54719553263999" fill="transparent"/><text class="sch-text" x="726.717835058" y="284.537620103" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 726.717835058, 284.537620103)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="241.58242177826" x2="633.64823868773" y2="241.58242177826" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="632.216398743572" y="240.150581834102" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="240.150581834102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="270.21922066142" x2="633.64823868773" y2="270.21922066142" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="632.216398743572" y="268.787380717262" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="268.787380717262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="298.85601954458" x2="633.64823868773" y2="298.85601954458" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="632.216398743572" y="297.424179600422" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="297.424179600422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="327.49281842773996" x2="635.080078631888" y2="327.49281842773996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="633.64823868773" cy="327.49281842773996" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="632.216398743572" y="326.06097848358195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="326.060978483582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="327.49281842773996" x2="819.78743142827" y2="327.49281842773996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="818.355591484112" y="326.06097848358195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="326.060978483582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="298.85601954457996" x2="819.78743142827" y2="298.85601954457996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="818.355591484112" y="297.42417960042195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="297.424179600422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="270.21922066141997" x2="818.355591484112" y2="270.21922066141997" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="819.78743142827" cy="270.21922066141997" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="818.355591484112" y="268.78738071726195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="268.787380717262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="241.58242177826" x2="818.355591484112" y2="241.58242177826" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="819.78743142827" cy="241.58242177826" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="818.355591484112" y="240.150581834102" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="240.150581834102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">8</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="885.653500699482" y="148.51282540799" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 891.3794286361699 191.46802373273002 L 891.3794286361699 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 891.3794286361699 155.67345696872417 L 891.3794286361699 148.51282540799" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 885.653500699482 184.30739217199584 L 885.653500699482 155.67345696872417 L 897.1053565728578 155.67345696872417 L 897.1053565728578 184.30739217199584 L 885.653500699482 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="902.8341481894339" y="158.535705017096" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R1</text><text class="sch-component-text" x="902.8341481894339" y="181.445144123624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="945.0734265420949" y="94.818827502065" width="7.15919972079007" height="7.159199720789985" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="945.0734265420949" y="94.818827502065" width="7.15919972079007" height="7.159199720789985" fill="transparent"/><text class="sch-text" x="948.65302640249" y="98.39842736246001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 948.65302640249, 98.39842736246001)">SJ1</text><line class="component-pin sch-component-pin sch-port-line" x1="952.232626262885" y1="105.55762708325" x2="980.8694251460449" y2="105.55762708325" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="979.4375852018869" y="104.125787139092" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.551025704465" y="104.12578713909201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="948.65302640249" y1="94.818827502065" x2="948.65302640249" y2="78.53164813726778" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="947.221186458332" y="77.09980819310978" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="947.221186458332" y="86.67523781966639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 947.221186458332 86.67523781966639)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="945.0734265420949" y1="105.55762708325" x2="916.436627658935" y2="105.55762708325" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="915.004787714777" y="104.125787139092" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.755027100515" y="104.12578713909201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</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="1000.200696232122" y="148.51282540799" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 1005.9266241688099 191.46802373273002 L 1005.9266241688099 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1005.9266241688099 155.67345696872417 L 1005.9266241688099 148.51282540799" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1000.200696232122 184.30739217199584 L 1000.200696232122 155.67345696872417 L 1011.6525521054978 155.67345696872417 L 1011.6525521054978 184.30739217199584 L 1000.200696232122 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1017.3813437220739" y="158.535705017096" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R2</text><text class="sch-component-text" x="1017.3813437220739" y="181.445144123624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="1102.4273922912637" y="109.137226943645" width="21.77445537879271" height="7.159199720790042" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1102.4273922912637" y="109.137226943645" width="21.77445537879271" height="7.159199720790042" fill="transparent"/><text class="sch-text" x="1113.31461998066" y="112.71682680404001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 1113.31461998066, 112.71682680404001)">SJ2</text><line class="component-pin sch-component-pin sch-port-line" x1="1113.3101669584337" y1="116.29642666443505" x2="1113.3101669584337" y2="144.93322554759501" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="1111.8783270142758" y="143.50138560343703" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="1111.8783270142758" y="130.61482610601502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 1111.8783270142758 130.61482610601502)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1113.3190730028864" y1="109.137226943645" x2="1113.3190730028864" y2="80.500428060485" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="1111.8872330587285" y="79.068588116327" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="1111.8872330587283" y="94.818827502065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 1111.8872330587283 94.818827502065)">2</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="1107.588692043972" y="177.14962429115" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.31461998066 220.10482261589001 L 1113.31461998066 212.94419105515584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.31461998066 184.31025585188416 L 1113.31461998066 177.14962429115" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.588692043972 212.94419105515584 L 1107.588692043972 184.31025585188416 L 1119.0405479173478 184.31025585188416 L 1119.0405479173478 212.94419105515584 L 1107.588692043972 212.94419105515584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1124.769339533924" y="187.172503900256" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R3</text><text class="sch-component-text" x="1124.769339533924" y="210.081943006784" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></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="511.7491177778164" y="350.402257534268" width="29.02225019612729" height="54.40991787800397" fill="transparent"/><path class="sch-component-symbol-path" d="M 526.2602428758801 350.402257534268 L 526.2602428758801 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 526.2602428758801 383.0482082610704 L 526.2602428758801 404.812175412272" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 511.7491177778164 372.1662246854696 L 540.7713679739437 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 511.7491177778164 383.0482082610704 L 540.7713679739437 383.0482082610704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="534.8751465398974" y="359.470577180602" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.886559497421999px">C2</text><text class="sch-component-text" x="534.8751465398974" y="395.743855765938" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.886559497421999px"></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="440.1571205699164" y="350.402257534268" width="29.02225019612729" height="54.40991787800397" fill="transparent"/><path class="sch-component-symbol-path" d="M 454.66824566798005 350.402257534268 L 454.66824566798005 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 454.66824566798005 383.0482082610704 L 454.66824566798005 404.812175412272" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 440.1571205699164 372.1662246854696 L 469.1793707660437 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 440.1571205699164 383.0482082610704 L 469.1793707660437 383.0482082610704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="463.2831493319973" y="359.470577180602" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.886559497421999px">C1</text><text class="sch-component-text" x="463.2831493319973" y="395.743855765938" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="221.99425474230503" y="209.366023034705" width="7.1591997207900135" height="7.1591997207900135" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="221.99425474230503" y="209.366023034705" width="7.1591997207900135" height="7.1591997207900135" fill="transparent"/><text class="sch-text" x="225.57385460270007" y="212.9456228951" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 225.57385460270007, 212.9456228951)">SJ3</text><line class="component-pin sch-component-pin sch-port-line" x1="218.41465488191005" y1="216.525222755495" x2="218.41465488191005" y2="245.162021638655" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="216.98281493775204" y="243.730181694497" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.9828149377521" y="230.843622197075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 216.9828149377521 230.843622197075)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="229.15345446309504" y1="212.9456228951" x2="244.0087938837343" y2="212.9456228951" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="245.44063382789227" cy="212.9456228951" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="244.00879388373426" y="211.51378295094202" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.29704414549366" y="211.51378295094202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="218.41465488191005" y1="209.366023034705" x2="218.41465488191005" y2="180.729224151545" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="216.98281493775204" y="179.29738420738698" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.9828149377521" y="195.047623593125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 216.9828149377521 195.047623593125)">3</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="212.68872694522221" y="98.39842736246003" width="11.451855873375678" height="42.95519832473998" fill="transparent"/><path class="sch-component-symbol-path" d="M 218.41465488191005 141.3536256872 L 218.41465488191005 134.19299412646586" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 218.41465488191005 105.55905892319419 L 218.41465488191005 98.39842736246003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 212.68872694522221 134.19299412646586 L 212.68872694522221 105.55905892319419 L 224.1405828185979 105.55905892319419 L 224.1405828185979 134.19299412646586 L 212.68872694522221 134.19299412646586" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="229.86937443517405" y="108.42130697156603" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R4</text><text class="sch-component-text" x="229.86937443517405" y="131.33074607809402" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text><circle class="component-pin sch-component-pin" cx="218.41465488191005" cy="98.39842736246003" r="1.4318399441579999px" stroke-width="1.4318399441579999px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="60.91226102453015" y="678.29360474645" width="42.955198324739854" height="71.59199720790002" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="60.91226102453015" y="678.29360474645" width="42.955198324739854" height="71.59199720790002" fill="transparent"/><text class="sch-text" x="82.38986018690002" y="714.0896033504" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 82.38986018690002, 714.0896033504)">JP1</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="735.5672025127699" x2="132.50425823242995" y2="735.5672025127699" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="131.07241828827193" y="734.1353625686119" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="734.135362568612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="721.24880307119" x2="132.50425823242995" y2="721.24880307119" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="131.07241828827193" y="719.816963127032" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="719.816963127032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="706.93040362961" x2="131.07241828827205" y2="706.93040362961" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.50425823242995" cy="706.93040362961" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="131.07241828827193" y="705.498563685452" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="705.4985636854519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="692.6120041880299" x2="131.07241828827205" y2="692.6120041880299" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.50425823242995" cy="692.6120041880299" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="131.07241828827193" y="691.1801642438719" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="691.180164243872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="418.87224706403003" y="663.97520530487" width="42.955198324740024" height="100.22879609105996" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="418.87224706403003" y="663.97520530487" width="42.955198324740024" height="100.22879609105996" fill="transparent"/><text class="sch-text" x="440.3498462264" y="714.0896033504" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 440.3498462264, 714.0896033504)">JP2</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="749.88560195435" x2="490.46424427193006" y2="749.88560195435" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="489.03240432777204" y="748.453762010192" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="748.453762010192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="735.5672025127699" x2="489.03240432777204" y2="735.5672025127699" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="735.5672025127699" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="734.1353625686119" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="734.135362568612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="721.24880307119" x2="489.03240432777204" y2="721.24880307119" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="721.24880307119" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="719.816963127032" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="719.816963127032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="706.93040362961" x2="489.03240432777204" y2="706.93040362961" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="706.93040362961" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="705.498563685452" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="705.4985636854519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="692.6120041880299" x2="490.46424427193006" y2="692.6120041880299" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_4__stack1"><rect x="489.03240432777204" y="691.1801642438719" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="691.180164243872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="678.29360474645" x2="490.46424427193006" y2="678.29360474645" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_5__stack1"><rect x="489.03240432777204" y="676.861764802292" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="676.861764802292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="633.64823868773" cy="241.58242177826" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="633.64823868773" cy="270.21922066142" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="633.64823868773" cy="298.85601954458" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="633.64823868773" cy="327.49281842773996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="819.78743142827" cy="327.49281842773996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="819.78743142827" cy="298.85601954457996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="819.78743142827" cy="270.21922066141997" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="819.78743142827" cy="241.58242177826" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="891.3794286361699" cy="191.46802373273" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="891.3794286361699" cy="148.51282540799" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="980.8694251460449" cy="105.55762708325" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="948.65302640249" cy="78.53164813726778" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="916.436627658935" cy="105.55762708325" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1005.9266241688099" cy="191.46802373273" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1005.9266241688099" cy="148.51282540799" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="1113.3101669584337" cy="144.93322554759501" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="1113.3190730028864" cy="80.500428060485" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1113.31461998066" cy="220.10482261589001" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1113.31461998066" cy="177.14962429115002" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="526.2602428758801" cy="410.539535188904" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="526.2602428758801" cy="356.1296173109" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="454.66824566798005" cy="410.539535188904" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="454.66824566798005" cy="356.1296173109" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="218.41465488191005" cy="245.162021638655" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="245.44063382789227" cy="212.9456228951" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="218.41465488191005" cy="180.729224151545" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="218.41465488191005" cy="141.35362568720004" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="218.41465488191005" cy="98.39842736246004" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="132.50425823242995" cy="735.5672025127699" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="132.50425823242995" cy="721.24880307119" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="132.50425823242995" cy="706.93040362961" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="132.50425823242995" cy="692.6120041880299" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="490.46424427193006" cy="749.88560195435" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="490.46424427193006" cy="735.5672025127699" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="490.46424427193006" cy="721.24880307119" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_3__stack1"><circle cx="490.46424427193006" cy="706.93040362961" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_4__stack1"><circle cx="490.46424427193006" cy="692.6120041880299" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_5__stack1"><circle cx="490.46424427193006" cy="678.29360474645" r="2.8636798883159997" 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="
147
+ M 596.3488081424141,241.58242177826
148
+ L 589.1896084216241,237.7164539290334
149
+ L 589.1896084216241,213.16517168653758
150
+ L 603.508007863204,213.16517168653758
151
+ L 603.508007863204,237.7164539290334
152
+ Z
153
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="596.3488081424141" y="235.139142029549" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(-90 596.3488081424141 235.139142029549)">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="
154
+ M 1113.3190730028864,64.21324869568775
155
+ L 1106.1598732820964,60.34728084646115
156
+ L 1106.1598732820964,35.795998603965316
157
+ L 1120.4782727236764,35.795998603965316
158
+ L 1120.4782727236764,60.34728084646115
159
+ Z
160
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="1113.3190730028864" y="57.76996894697675" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(-90 1113.3190730028864 57.76996894697675)">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="
161
+ M 218.41465488191005,98.39842736246004
162
+ L 211.25545516112004,94.53245951323343
163
+ L 211.25545516112007,69.9811772707376
164
+ L 225.57385460270007,69.9811772707376
165
+ L 225.57385460270007,94.53245951323345
166
+ Z
167
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="218.41465488191005" y="91.95514761374903" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(-90 218.41465488191005 91.95514761374903)">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="
168
+ M 247.12304576227802,717.597611213587
169
+ L 239.963846041488,713.7316433643604
170
+ L 239.96384604148804,689.1803611218646
171
+ L 254.28224548306804,689.1803611218646
172
+ L 254.28224548306804,713.7316433643604
173
+ Z
174
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="247.12304576227802" y="711.154331464876" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(-90 247.12304576227802 711.154331464876)">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="
175
+ M 522.7522350126928,671.0628130284521
176
+ L 515.5930352919029,667.1968451792254
177
+ L 515.5930352919029,642.6455629367297
178
+ L 529.9114347334828,642.6455629367297
179
+ L 529.9114347334828,667.1968451792254
180
+ Z
181
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="522.7522350126928" y="664.6195332797411" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(-90 522.7522350126928 664.6195332797411)">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="
182
+ M 501.8473718279861,273.8704125190229
183
+ L 509.0065715487761,277.7363803682495
184
+ L 509.0065715487761,302.2876626107454
185
+ L 494.68817210719607,302.2876626107454
186
+ L 494.68817210719607,277.7363803682495
187
+ Z
188
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="501.8473718279861" y="280.3136922677339" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(90 501.8473718279861 280.3136922677339)">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="
189
+ M 819.78743142827,241.58242177826
190
+ L 823.6533992774966,234.42322205747
191
+ L 848.2046815199924,234.42322205747
192
+ L 848.2046815199924,248.74162149904998
193
+ L 823.6533992774966,248.74162149904998
194
+ Z
195
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="826.230711176981" y="241.58242177826" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" 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_7__stack1" d="
196
+ M 526.2602428758801,419.13057485385195
197
+ L 533.41944259667,422.99654270307855
198
+ L 533.41944259667,447.5478249455744
199
+ L 519.1010431550901,447.5478249455744
200
+ L 519.1010431550901,422.99654270307855
201
+ Z
202
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="526.2602428758801" y="425.57385460256296" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(90 526.2602428758801 425.57385460256296)">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="
203
+ M 218.41465488191005,735.5672025127699
204
+ L 225.57385460270007,739.4331703619965
205
+ L 225.57385460270007,763.9844526044923
206
+ L 211.25545516112007,763.9844526044923
207
+ L 211.25545516112004,739.4331703619965
208
+ Z
209
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><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="218.41465488191005" y="742.0104822614809" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(90 218.41465488191005 742.0104822614809)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
210
+ M 579.309912806934,681.944796604053
211
+ L 586.469112527724,685.8107644532796
212
+ L 586.469112527724,710.3620466957753
213
+ L 572.150713086144,710.3620466957753
214
+ L 572.150713086144,685.8107644532796
215
+ Z
216
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="579.309912806934" y="688.388076352764" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(90 579.309912806934 688.388076352764)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
217
+ M 633.64823868773,327.49281842773996
218
+ L 629.7822708385033,334.65201814853
219
+ L 563.1826222359009,334.65201814853
220
+ L 563.1826222359009,320.33361870694995
221
+ L 629.7822708385033,320.33361870694995
222
+ Z
223
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="627.204958939019" y="327.49281842773996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
224
+ M 245.44063382789227,212.9456228951
225
+ L 249.30660167711886,205.78642317431002
226
+ L 315.9062502797213,205.78642317431002
227
+ L 315.9062502797213,220.10482261589
228
+ L 249.30660167711886,220.10482261589
229
+ Z
230
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="251.88391357660328" y="212.9456228951" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
231
+ M 1005.9266241688099,259.480421080235
232
+ L 1002.0606563195832,266.639620801025
233
+ L 935.4610077169809,266.639620801025
234
+ L 935.4610077169809,252.32122135944496
235
+ L 1002.0606563195832,252.32122135944496
236
+ Z
237
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="999.4833444200989" y="259.480421080235" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
238
+ M 132.50425823242995,692.6120041880299
239
+ L 136.37022608165654,685.45280446724
240
+ L 202.96987468425897,685.45280446724
241
+ L 202.96987468425897,699.7712039088199
242
+ L 136.37022608165654,699.7712039088199
243
+ Z
244
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="138.94753798114095" y="692.6120041880299" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
245
+ M 490.46424427193006,706.93040362961
246
+ L 494.33021212115665,699.7712039088201
247
+ L 560.929860723759,699.7712039088201
248
+ L 560.929860723759,714.0896033504
249
+ L 494.33021212115665,714.0896033504
250
+ Z
251
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="496.90752402064106" y="706.93040362961" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
252
+ M 891.3794286361699,205.78642317431002
253
+ L 887.5134607869433,212.9456228951
254
+ L 820.9138121843409,212.9456228951
255
+ L 820.9138121843409,198.62722345352
256
+ L 887.5134607869433,198.62722345352
257
+ Z
258
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="884.9361488874589" y="205.78642317431002" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
259
+ M 132.50425823242995,706.93040362961
260
+ L 136.37022608165654,699.7712039088201
261
+ L 202.96987468425897,699.7712039088201
262
+ L 202.96987468425897,714.0896033504
263
+ L 136.37022608165654,714.0896033504
264
+ Z
265
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="138.94753798114095" y="706.93040362961" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
266
+ M 490.46424427193006,735.5672025127699
267
+ L 494.33021212115665,728.4080027919799
268
+ L 560.929860723759,728.4080027919799
269
+ L 560.929860723759,742.7264022335598
270
+ L 494.33021212115665,742.7264022335598
271
+ Z
272
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="496.90752402064106" y="735.5672025127699" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
273
+ M 1113.31461998066,484.99521228512
274
+ L 1109.4486521314334,492.15441200591
275
+ L 1068.078023344895,492.15441200591
276
+ L 1068.078023344895,477.83601256432996
277
+ L 1109.4486521314334,477.83601256432996
278
+ Z
279
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="1106.871340231949" y="484.99521228512" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
280
+ M 819.78743142827,270.21922066141997
281
+ L 823.6533992774966,263.06002094062995
282
+ L 865.0240280640351,263.06002094062995
283
+ L 865.0240280640351,277.37842038221
284
+ L 823.6533992774966,277.37842038221
285
+ Z
286
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="826.230711176981" y="270.21922066141997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
287
+ M 891.3794286361699,105.55762708325
288
+ L 884.22022891538,101.69165923402339
289
+ L 884.22022891538,77.14037699152756
290
+ L 898.5386283569599,77.14037699152756
291
+ L 898.5386283569599,101.6916592340234
292
+ Z
293
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="891.3794286361699" y="99.11434733453899" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(-90 891.3794286361699 99.11434733453899)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
294
+ M 1005.9266241688099,105.55762708325
295
+ L 998.7674244480199,101.69165923402339
296
+ L 998.7674244480199,77.14037699152756
297
+ L 1013.0858238895999,77.14037699152756
298
+ L 1013.0858238895999,101.6916592340234
299
+ Z
300
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="1005.9266241688099" y="99.11434733453899" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="rotate(-90 1005.9266241688099 99.11434733453899)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
301
+ M 218.41465488191005,161.0414249193725
302
+ L 222.28062273113665,153.8822251985825
303
+ L 246.8319049736325,153.8822251985825
304
+ L 246.8319049736325,168.20062464016252
305
+ L 222.28062273113665,168.20062464016252
306
+ Z
307
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="224.85793463062106" y="161.0414249193725" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" 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_23__stack1" d="
308
+ M 490.46424427193006,721.24880307119
309
+ L 494.33021212115665,714.0896033504
310
+ L 560.929860723759,714.0896033504
311
+ L 560.929860723759,728.4080027919799
312
+ L 494.33021212115665,728.4080027919799
313
+ Z
314
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.4318399441579999px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="496.90752402064106" y="721.24880307119" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="12.886559497421999px" transform="">XXXXXXX</text><text class="sch-text" x="688.058156565734" y="351.118177506347" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421993px" transform="rotate(0, 688.058156565734, 351.118177506347)">BME280</text><text class="sch-text" x="670.876077235838" y="219.0309426577715" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 670.876077235838, 219.0309426577715)">U1</text><text class="sch-text" x="73.79882052195194" y="670.0605250675414" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 73.79882052195194, 670.0605250675414)">JP1</text><text class="sch-text" x="431.75880656145205" y="655.7421256259615" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 431.75880656145205, 655.7421256259615)">JP2</text><rect class="schematic-box sch-box" x="662.28503757089" y="344.674897757636" width="51.54623798968794" height="12.886559497421956" stroke-width="1.4318399441579999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.454719553263999 5.7273597766319995"/><rect class="schematic-box sch-box" x="657.989517738416" y="210.081943006784" width="25.773118994844026" height="17.897999301975005" stroke-width="1.4318399441579999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.454719553263999 5.7273597766319995"/><rect class="schematic-box sch-box" x="56.616741192056" y="661.1115254165541" width="34.364158659792" height="17.89799930197489" stroke-width="1.4318399441579999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.454719553263999 5.7273597766319995"/><rect class="schematic-box sch-box" x="414.57672723155605" y="646.793125974974" width="34.364158659792" height="17.89799930197489" stroke-width="1.4318399441579999px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="11.454719553263999 5.7273597766319995"/>
315
+ </g>
316
+ </svg>