@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162

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 (63) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/dist/index.js +221 -29
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
  5. package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
  6. package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
  7. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  8. package/lib/types/InputProblem.ts +3 -0
  9. package/package.json +1 -1
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  11. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  12. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  13. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  14. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  15. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  16. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  17. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  18. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  19. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  20. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  21. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  22. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  23. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  25. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  26. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
  27. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  28. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  29. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  30. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  31. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  32. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  33. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
  34. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  35. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  36. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  37. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  38. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  39. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  40. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  41. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  42. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  43. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  44. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  45. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  46. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  47. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  48. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  49. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  50. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  51. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  52. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  53. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  54. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  55. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  56. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  57. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  58. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  59. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  60. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  61. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  62. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  63. package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
@@ -82,48 +82,48 @@ orientation: y+" data-x="-3.5" data-y="5.3" cx="546.2730627306273" cy="292.30326
82
82
  .port-label { fill: rgb(0, 100, 100); }
83
83
  .component-name { fill: rgb(0, 100, 100); }
84
84
 
85
- </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 204.82972759004997 376.42796000789997 L 176.7785991137498 376.42796000789997 L 176.7785991137498 130.61247789406275 L 299.0937916391264 130.61247789406275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 204.82972759004997 376.42796000789997 L 176.7785991137498 376.42796000789997 L 176.7785991137498 130.61247789406275 L 299.0937916391264 130.61247789406275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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 625.59665473455 362.4023957697501 L 821.9545540686502 362.4023957697501 L 821.9545540686502 432.53021696050007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 625.59665473455 362.4023957697501 L 821.9545540686502 362.4023957697501 L 821.9545540686502 432.53021696050007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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 625.59665473455 530.7091666275501 L 821.9545540686502 530.7091666275501 L 821.9545540686502 516.6836023894" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 625.59665473455 530.7091666275501 L 821.9545540686502 530.7091666275501 L 821.9545540686502 516.6836023894" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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 625.59665473455 642.91368053275 L 653.6477832108501 642.91368053275 L 653.6477832108501 614.8625520564501 L 625.59665473455 614.8625520564501" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 625.59665473455 642.91368053275 L 653.6477832108501 642.91368053275 L 653.6477832108501 614.8625520564501 L 625.59665473455 614.8625520564501" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="260.93198454265007" y="306.3001388171501" width="308.5624132393" height="392.7157986681998" stroke-width="2.80511284763px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="260.93198454265007" y="306.3001388171501" width="308.5624132393" height="392.7157986681998" fill="transparent"/><text class="sch-text" x="415.21319116230006" y="502.65803815125" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.246015628669998px" transform="rotate(0, 415.21319116230006, 502.65803815125)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="569.49439778195" y1="642.91368053275" x2="625.59665473455" y2="642.91368053275" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="622.7915418869201" y="640.1085676851201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.54552625825" y="640.1085676851201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="555.4688335438001" y="642.91368053275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="569.49439778195" y1="446.55578119865015" x2="622.7915418869201" y2="446.55578119865015" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="625.59665473455" cy="446.55578119865015" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="622.7915418869201" y="443.7506683510201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.54552625825" y="443.7506683510202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="555.4688335438001" y="446.55578119865015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="260.93198454265007" y1="376.42796000789997" x2="204.82972759004997" y2="376.42796000789997" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="202.02461474241997" y="373.62284716026994" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="232.88085606635013" y="373.6228471602701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="274.95754878080015" y="376.42796000789997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="260.93198454265007" y1="544.7347308657" x2="207.63484043767994" y2="544.7347308657" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="204.82972759004997" cy="544.7347308657" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="202.02461474241997" y="541.9296180180701" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="232.88085606635013" y="541.9296180180701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="274.95754878080015" y="544.7347308657" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="569.49439778195" y1="614.8625520564501" x2="625.59665473455" y2="614.8625520564501" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="622.7915418869201" y="612.0574392088201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.54552625825" y="612.0574392088201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="555.4688335438001" y="614.8625520564501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="569.49439778195" y1="530.7091666275501" x2="625.59665473455" y2="530.7091666275501" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="622.7915418869201" y="527.9040537799201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.54552625825" y="527.9040537799201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="555.4688335438001" y="530.7091666275501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="260.93198454265007" y1="460.5813454368001" x2="207.63484043767994" y2="460.5813454368001" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="204.82972759004997" cy="460.5813454368001" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="202.02461474241997" y="457.7762325891701" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="232.88085606635013" y="457.77623258917015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="274.95754878080015" y="460.5813454368001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="260.93198454265007" y1="628.8881162946002" x2="207.63484043767994" y2="628.8881162946002" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="204.82972759004997" cy="628.8881162946002" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="202.02461474241997" y="626.0830034469702" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="232.88085606635013" y="626.0830034469701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="274.95754878080015" y="628.8881162946002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="569.49439778195" y1="362.4023957697501" x2="625.59665473455" y2="362.4023957697501" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="622.7915418869201" y="359.5972829221201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="597.54552625825" y="359.59728292212014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="555.4688335438001" y="362.4023957697501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="355.1960485917265" y="70.12782119073881" width="35.88089971224724" height="121.70552929907251" stroke-width="2.80511284763px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="355.1960485917265" y="70.12782119073881" width="35.88089971224724" height="121.70552929907251" fill="transparent"/><text class="sch-text" x="373.13649844785004" y="130.980585840275" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.246015628669998px" transform="rotate(0, 373.13649844785004, 130.980585840275)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="355.1960485917265" y1="130.61247789406275" x2="299.0937916391264" y2="130.61247789406275" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="296.28867879149635" y="127.80736504643275" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.14492011542643" y="127.80736504643278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="369.22161282987645" y="130.61247789406275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="391.0769483039737" y1="131.3486937864874" x2="444.37409240894374" y2="131.3486937864874" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="447.1792052565737" cy="131.3486937864874" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="444.3740924089437" y="128.5435809388574" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="419.12807678027366" y="128.54358093885753" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><text class="pin-number sch-pin-label" x="377.05138406582375" y="131.3486937864874" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.038346357225px" transform="">schematic_port_10</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="758.839514996975" y="467.59412755587505" width="136.04797311005507" height="14.025564238149968" stroke-width="2.80511284763px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="758.839514996975" y="467.59412755587505" width="136.04797311005507" height="14.025564238149968" fill="transparent"/><text class="sch-text" x="826.8635015520026" y="474.6069096749501" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.246015628669998px" transform="rotate(0, 826.8635015520026, 474.6069096749501)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="821.9545540686502" y1="481.619691794025" x2="821.9545540686502" y2="516.6836023894" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="819.1494412210202" y="513.87848954177" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.1494412210201" y="499.15164709171256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform="rotate(-90 819.1494412210201 499.15164709171256)"></text><text class="pin-number sch-pin-label" x="821.9545540686502" y="467.59412755587505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.038346357225px" transform="rotate(-90 821.9545540686502 467.59412755587505)">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="821.9545540686502" y1="467.59412755587505" x2="821.9545540686502" y2="432.53021696050007" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="819.1494412210202" y="429.72510411287004" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="819.1494412210201" y="450.0621722581876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform="rotate(-90 819.1494412210201 450.0621722581876)"></text><text class="pin-number sch-pin-label" x="821.9545540686502" y="481.619691794025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.038346357225px" transform="rotate(-90 821.9545540686502 481.619691794025)">schematic_port_12</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="625.59665473455" cy="642.91368053275" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="625.59665473455" cy="446.55578119865015" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="204.82972759004997" cy="376.42796000789997" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="204.82972759004997" cy="544.7347308657" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="625.59665473455" cy="614.8625520564501" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="625.59665473455" cy="530.7091666275501" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="204.82972759004997" cy="460.5813454368001" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="204.82972759004997" cy="628.8881162946002" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="625.59665473455" cy="362.4023957697501" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="299.0937916391264" cy="130.61247789406275" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="447.1792052565737" cy="131.3486937864874" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="821.9545540686502" cy="516.6836023894" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="821.9545540686502" cy="432.53021696050007" r="5.61022569526" 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="
86
- M 653.6477832108501,642.91368053275
87
- L 667.6733474490001,650.487485221351
88
- L 667.6733474490001,698.5858201820467
89
- L 639.6222189727001,698.5858201820467
90
- L 639.6222189727001,650.487485221351
85
+ </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 276.0094660986499 376.42796000789997 L 247.95833762234975 376.42796000789997 L 247.95833762234975 130.61247789406275 L 370.2735301477263 130.61247789406275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 276.0094660986499 376.42796000789997 L 247.95833762234975 376.42796000789997 L 247.95833762234975 130.61247789406275 L 370.2735301477263 130.61247789406275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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 696.77639324315 362.4023957697501 L 893.1342925772501 362.4023957697501 L 893.1342925772501 432.53021696050007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 696.77639324315 362.4023957697501 L 893.1342925772501 362.4023957697501 L 893.1342925772501 432.53021696050007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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 696.77639324315 530.7091666275501 L 893.1342925772501 530.7091666275501 L 893.1342925772501 516.6836023894" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 696.77639324315 530.7091666275501 L 893.1342925772501 530.7091666275501 L 893.1342925772501 516.6836023894" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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 696.77639324315 642.91368053275 L 724.82752171945 642.91368053275 L 724.82752171945 614.8625520564501 L 696.77639324315 614.8625520564501" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.44090278104px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 696.77639324315 642.91368053275 L 724.82752171945 642.91368053275 L 724.82752171945 614.8625520564501 L 696.77639324315 614.8625520564501" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.80511284763px" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="332.11172305125" y="306.3001388171501" width="308.5624132393" height="392.7157986681998" stroke-width="2.80511284763px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="332.11172305125" y="306.3001388171501" width="308.5624132393" height="392.7157986681998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="640.67413629055" y1="642.91368053275" x2="696.77639324315" y2="642.91368053275" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="693.97128039552" y="640.1085676851201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7252647668499" y="640.1085676851201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="640.67413629055" y1="446.55578119865015" x2="693.97128039552" y2="446.55578119865015" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="696.77639324315" cy="446.55578119865015" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="693.97128039552" y="443.7506683510201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7252647668499" y="443.7506683510202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="332.11172305125" y1="376.42796000789997" x2="276.0094660986499" y2="376.42796000789997" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="273.2043532510199" y="373.62284716026994" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.0605945749501" y="373.6228471602701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="332.11172305125" y1="544.7347308657" x2="278.8145789462799" y2="544.7347308657" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.0094660986499" cy="544.7347308657" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="273.2043532510199" y="541.9296180180701" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.0605945749501" y="541.9296180180701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="640.67413629055" y1="614.8625520564501" x2="696.77639324315" y2="614.8625520564501" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="693.97128039552" y="612.0574392088201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7252647668499" y="612.0574392088201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="640.67413629055" y1="530.7091666275501" x2="696.77639324315" y2="530.7091666275501" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="693.97128039552" y="527.9040537799201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7252647668499" y="527.9040537799201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="332.11172305125" y1="460.5813454368001" x2="278.8145789462799" y2="460.5813454368001" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.0094660986499" cy="460.5813454368001" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="273.2043532510199" y="457.7762325891701" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.0605945749501" y="457.77623258917015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="332.11172305125" y1="628.8881162946002" x2="278.8145789462799" y2="628.8881162946002" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.0094660986499" cy="628.8881162946002" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="273.2043532510199" y="626.0830034469702" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.0605945749501" y="626.0830034469701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="640.67413629055" y1="362.4023957697501" x2="696.77639324315" y2="362.4023957697501" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="693.97128039552" y="359.5972829221201" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="668.7252647668499" y="359.59728292212014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="426.3757871003264" y="70.12782119073881" width="35.88089971224724" height="121.70552929907251" stroke-width="2.80511284763px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="426.3757871003264" y="70.12782119073881" width="35.88089971224724" height="121.70552929907251" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="426.3757871003264" y1="130.61247789406275" x2="370.2735301477263" y2="130.61247789406275" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="367.4684173000963" y="127.80736504643275" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="398.32465862402637" y="127.80736504643278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="462.25668681257366" y1="131.3486937864874" x2="515.5538309175437" y2="131.3486937864874" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.3589437651736" cy="131.3486937864874" r="2.80511284763" stroke-width="2.80511284763px"/><rect x="515.5538309175437" y="128.5435809388574" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="490.3078152888736" y="128.54358093885753" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform=""></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="830.019253505575" y="467.59412755587505" width="136.04797311005507" height="14.025564238149968" stroke-width="2.80511284763px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="830.019253505575" y="467.59412755587505" width="136.04797311005507" height="14.025564238149968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="893.1342925772501" y1="481.619691794025" x2="893.1342925772501" y2="516.6836023894" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="890.3291797296201" y="513.87848954177" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="890.32917972962" y="499.15164709171256" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform="rotate(-90 890.32917972962 499.15164709171256)"></text><line class="component-pin sch-component-pin sch-port-line" x1="893.1342925772501" y1="467.59412755587505" x2="893.1342925772501" y2="432.53021696050007" stroke-width="2.80511284763px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="890.3291797296201" y="429.72510411287004" width="5.61022569526" height="5.61022569526" opacity="0"/></g><text class="pin-number sch-pin-number" x="890.32917972962" y="450.0621722581876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.038346357225px" transform="rotate(-90 890.32917972962 450.0621722581876)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="696.77639324315" cy="642.91368053275" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="696.77639324315" cy="446.55578119865015" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="276.0094660986499" cy="376.42796000789997" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="276.0094660986499" cy="544.7347308657" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="696.77639324315" cy="614.8625520564501" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="696.77639324315" cy="530.7091666275501" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="276.0094660986499" cy="460.5813454368001" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="276.0094660986499" cy="628.8881162946002" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="696.77639324315" cy="362.4023957697501" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="370.2735301477263" cy="130.61247789406275" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="518.3589437651736" cy="131.3486937864874" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="893.1342925772501" cy="516.6836023894" r="5.61022569526" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="893.1342925772501" cy="432.53021696050007" r="5.61022569526" 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="
86
+ M 724.82752171945,642.91368053275
87
+ L 738.8530859576,650.487485221351
88
+ L 738.8530859576,698.5858201820467
89
+ L 710.8019574813001,698.5858201820467
90
+ L 710.8019574813001,650.487485221351
91
91
  Z
92
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="653.6477832108501" y="655.536688347085" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(90 653.6477832108501 655.536688347085)">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="
93
- M 625.59665473455,446.55578119865015
94
- L 633.170459423151,432.5302169605001
95
- L 730.6948827590874,432.5302169605001
96
- L 730.6948827590874,460.5813454368002
97
- L 633.170459423151,460.5813454368002
92
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="724.82752171945" y="655.536688347085" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(90 724.82752171945 655.536688347085)">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="
93
+ M 696.77639324315,446.55578119865015
94
+ L 704.3501979317509,432.5302169605001
95
+ L 801.8746212676873,432.5302169605001
96
+ L 801.8746212676873,460.5813454368002
97
+ L 704.3501979317509,460.5813454368002
98
98
  Z
99
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="638.219662548885" y="446.55578119865015" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="">XXXXX</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="
100
- M 447.1792052565737,131.3486937864874
101
- L 454.7530099451747,117.32312954833739
102
- L 552.277433281111,117.32312954833739
103
- L 552.277433281111,145.37425802463738
104
- L 454.7530099451747,145.37425802463738
99
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="709.399401057485" y="446.55578119865015" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="">XXXXX</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="
100
+ M 518.3589437651736,131.3486937864874
101
+ L 525.9327484537746,117.32312954833739
102
+ L 623.457171789711,117.32312954833739
103
+ L 623.457171789711,145.37425802463738
104
+ L 525.9327484537746,145.37425802463738
105
105
  Z
106
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="459.8022130709087" y="131.3486937864874" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="">XXXXX</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="
107
- M 176.7785991137498,130.61247789406275
108
- L 162.7530348755998,123.03867320546175
109
- L 162.7530348755998,74.94033824476602
110
- L 190.8041633518998,74.94033824476602
111
- L 190.8041633518998,123.03867320546175
106
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="530.9819515795086" y="131.3486937864874" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="">XXXXX</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="
107
+ M 247.95833762234975,130.61247789406275
108
+ L 233.93277338419975,123.03867320546175
109
+ L 233.93277338419975,74.94033824476602
110
+ L 261.98390186049977,74.94033824476602
111
+ L 261.98390186049977,123.03867320546175
112
112
  Z
113
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="176.7785991137498" y="117.98947007972775" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(-90 176.7785991137498 117.98947007972775)">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="
114
- M 723.7756044016,530.7091666275501
115
- L 709.7500401634501,523.1353619389491
116
- L 709.7500401634501,475.0370269782534
117
- L 737.80116863975,475.0370269782534
118
- L 737.80116863975,523.1353619389491
113
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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.95833762234975" y="117.98947007972775" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(-90 247.95833762234975 117.98947007972775)">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="
114
+ M 794.9553429102,530.7091666275501
115
+ L 780.92977867205,523.1353619389491
116
+ L 780.92977867205,475.0370269782534
117
+ L 808.98090714835,475.0370269782534
118
+ L 808.98090714835,523.1353619389491
119
119
  Z
120
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="723.7756044016" y="518.0861588132151" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(-90 723.7756044016 518.0861588132151)">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="
121
- M 821.9545540686502,362.4023957697501
122
- L 807.9289898305002,354.8285910811491
123
- L 807.9289898305002,306.7302561204534
124
- L 835.9801183068001,306.7302561204534
125
- L 835.9801183068001,354.8285910811491
120
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="794.9553429102" y="518.0861588132151" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(-90 794.9553429102 518.0861588132151)">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="
121
+ M 893.1342925772501,362.4023957697501
122
+ L 879.1087283391001,354.8285910811491
123
+ L 879.1087283391001,306.7302561204534
124
+ L 907.1598568154001,306.7302561204534
125
+ L 907.1598568154001,354.8285910811491
126
126
  Z
127
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="821.9545540686502" y="349.77938795541513" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(-90 821.9545540686502 349.77938795541513)">XX</text><text class="sch-text" x="277.7626616284301" y="717.249170994945" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.24601562866996px" transform="rotate(0, 277.7626616284301, 717.249170994945)">U1</text><text class="sch-text" x="277.7626616284301" y="290.17073994327757" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.246015628669998px" transform="rotate(0, 277.7626616284301, 290.17073994327757)">U1</text><rect class="schematic-box sch-box" x="260.93198454265007" y="704.6261631806101" width="33.661354171560106" height="25.246015628669966" stroke-width="2.80511284763px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="22.44090278104 11.22045139052"/><rect class="schematic-box sch-box" x="252.51664599976016" y="272.63878464559025" width="50.49203125733993" height="35.063910595374864" stroke-width="2.80511284763px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="22.44090278104 11.22045139052"/>
127
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.80511284763px"/><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="893.1342925772501" y="349.77938795541513" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="25.246015628669998px" transform="rotate(-90 893.1342925772501 349.77938795541513)">XX</text><text class="sch-text" x="348.94240013703006" y="717.249170994945" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.24601562866996px" transform="rotate(0, 348.94240013703006, 717.249170994945)">U1</text><text class="sch-text" x="348.94240013703006" y="290.17073994327757" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.246015628669998px" transform="rotate(0, 348.94240013703006, 290.17073994327757)">U1</text><rect class="schematic-box sch-box" x="332.11172305125" y="704.6261631806101" width="33.661354171560106" height="25.246015628669966" stroke-width="2.80511284763px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="22.44090278104 11.22045139052"/><rect class="schematic-box sch-box" x="323.6963845083601" y="272.63878464559025" width="50.49203125733993" height="35.063910595374864" stroke-width="2.80511284763px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="22.44090278104 11.22045139052"/>
128
128
  </g>
129
129
  </svg>
@@ -0,0 +1,137 @@
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
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.8,0.8500000000000001 -0.10000000000000009,1.2000000000000002" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 257.47572815533977,255.3009708737864" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.8500000000000001 0.7,1.6" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 300.97087378640776,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.8500000000000001 1.5,1.6" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 0.7,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 300.97087378640776,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 1.5,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7,1.6 1.5,1.6" data-type="line" data-label="" points="300.97087378640776,233.5533980582524 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.4000000000000001 -0.10000000000000009,0.7499999999999998" data-type="line" data-label="" points="415.1456310679612,298.79611650485435 257.47572815533977,279.7669902912622" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.4000000000000001 0.7,1" data-type="line" data-label="" points="415.1456310679612,298.79611650485435 300.97087378640776,266.1747572815534" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,0.7499999999999998 0.7,1" data-type="line" data-label="" points="257.47572815533977,279.7669902912622 300.97087378640776,266.1747572815534" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.20000000000000007 -0.10000000000000009,0.5499999999999998" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 257.47572815533977,290.6407766990291" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.20000000000000007 1.5,1" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 344.4660194174757,266.1747572815534" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,0.5499999999999998 1.5,1" data-type="line" data-label="" points="257.47572815533977,290.6407766990291 344.4660194174757,266.1747572815534" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0 -0.10000000000000009,0.09999999999999987" data-type="line" data-label="" points="415.1456310679612,320.54368932038835 257.47572815533977,315.1067961165049" fill="none" stroke="hsl(307, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,-0.8500000000000001 -0.10000000000000009,-1.2000000000000002" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 257.47572815533977,385.7864077669903" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,-0.8500000000000001 -0.10000000000000009,-0.5500000000000002" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 257.47572815533977,350.4466019417476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,-1.2000000000000002 -0.10000000000000009,-0.5500000000000002" data-type="line" data-label="" points="257.47572815533977,385.7864077669903 257.47572815533977,350.4466019417476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.6 1.5,1.8 2.15,1.8 2.15,0.8500000000000001 2.8,0.8500000000000001" data-type="line" data-label="" points="344.4660194174757,233.5533980582524 344.4660194174757,222.67961165048544 379.8058252427184,222.67961165048544 379.8058252427184,274.33009708737865 415.1456310679612,274.33009708737865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7,1.6 0.7,1.8 1.5,1.8 1.5,1.6" data-type="line" data-label="" points="300.97087378640776,233.5533980582524 300.97087378640776,222.67961165048544 344.4660194174757,222.67961165048544 344.4660194174757,233.5533980582524" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 0.07499999999999996,1.2000000000000002 0.07499999999999996,1.8 0.7,1.8 0.7,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 266.99029126213594,255.3009708737864 266.99029126213594,222.67961165048544 300.97087378640776,222.67961165048544 300.97087378640776,233.5533980582524" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7,1 0.7,0.7499999999999998 -0.10000000000000009,0.7499999999999998" data-type="line" data-label="" points="300.97087378640776,266.1747572815534 300.97087378640776,279.7669902912622 257.47572815533977,279.7669902912622" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,0.5499999999999998 1.5,0.5499999999999998 1.5,1" data-type="line" data-label="" points="257.47572815533977,290.6407766990291 344.4660194174757,290.6407766990291 344.4660194174757,266.1747572815534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8,0.20000000000000018 1.5,0.20000000000000018 1.5,1" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 344.4660194174757,309.66990291262135 344.4660194174757,266.1747572815534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-0.5500000000000002 0.09999999999999992,-0.5500000000000002 0.09999999999999992,-1.2000000000000002 -0.10000000000000009,-1.2000000000000002" data-type="line" data-label="" points="257.47572815533977,350.4466019417476 268.34951456310677,350.4466019417476 268.34951456310677,385.7864077669903 257.47572815533977,385.7864077669903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8,-0.8500000000000001 2.509,-0.8500000000000001 2.509,-0.9010000000000001" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 399.3242718446602,366.75728155339806 399.3242718446602,369.53009708737864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8,0 1.88,0" data-type="line" data-label="" points="415.1456310679612,320.54368932038835 365.126213592233,320.54368932038835" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,0.09999999999999987 0.8199999999999998,0.09999999999999987" data-type="line" data-label="" points="257.47572815533977,315.1067961165049 307.49514563106794,315.1067961165049" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="4.5" data-y="0" x="415.1456310679612" y="195.495145631068" width="184.85436893203882" height="250.0970873786407" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.1" data-y="0" x="40.000000000000014" y="211.80582524271847" width="217.47572815533974" height="217.47572815533977" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0.7949999999999999" data-y="1.3" x="276.504854368932" y="233.5533980582524" width="59.26213592233006" height="32.621359223301" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.5949999999999998" data-y="1.3" x="320" y="233.5533980582524" width="59.26213592233006" height="32.621359223301" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="MCU" data-x="3.38" data-y="-2.4299999999999997" x="436.8932038834952" y="447.7669902912621" width="19.572815533980474" height="9.786407766990294" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="U2" data-x="3.3200000000000003" data-y="2.415" x="433.63106796116506" y="182.4466019417476" width="19.572815533980588" height="13.592233009708735" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="HDC2080DMBR" data-x="-3.04" data-y="-2.13" x="61.747572815533985" y="431.45631067961165" width="71.76699029126215" height="9.786407766990294" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="U1" data-x="-3.58" data-y="2.1149999999999998" x="58.48543689320388" y="198.75728155339812" width="19.572815533980588" height="13.592233009708735" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: VDD
4
+ globalConnNetId: connectivity_net0" data-x="0.7" data-y="2.0100000000000002" x="287.9223300970874" y="199.84466019417476" width="26.097087378640765" height="22.834951456310648" fill="#ef444466" stroke="#ef4444" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: SCL
5
+ globalConnNetId: connectivity_net1" data-x="2.5589999999999997" data-y="0.4000000000000001" x="388.9941747572816" y="293.3592233009708" width="26.097087378640765" height="10.873786407767" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: SCL
6
+ globalConnNetId: connectivity_net1" data-x="0.45999999999999996" data-y="0.8749999999999999" x="274.87378640776694" y="267.53398058252424" width="26.097087378640765" height="10.873786407767" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: SDA
7
+ globalConnNetId: connectivity_net2" data-x="1.74" data-y="0.5499999999999998" x="344.46601941747576" y="285.20388349514565" width="26.097087378640765" height="10.873786407767" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: GND
8
+ globalConnNetId: connectivity_net4" data-x="2.509" data-y="-1.1110000000000002" x="386.27572815533983" y="369.53009708737864" width="26.09708737864071" height="22.834951456310705" fill="#00000066" stroke="#000000" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: GND
9
+ globalConnNetId: connectivity_net4" data-x="0.09999999999999992" data-y="-1.4100000000000001" x="255.30097087378638" y="385.78640776699035" width="26.097087378640765" height="22.834951456310648" fill="#00000066" stroke="#000000" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="INLINE netId: DRDY_INT
10
+ axis: x
11
+ side: y+" data-x="2.34" data-y="0.11" x="370.5631067961165" y="311.30097087378647" width="39.145631067961176" height="6.524271844660177" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="INLINE netId: DRDY_INT
12
+ axis: x
13
+ side: y+" data-x="0.3599999999999999" data-y="0.20999999999999985" x="262.9126213592233" y="305.86407766990294" width="39.145631067961176" height="6.524271844660177" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018392857142857145"/></g><text data-type="text" data-label="DRDY_INT" data-x="2.6999999999999997" data-y="0.11" x="409.70873786407765" y="314.56310679611653" fill="green" font-size="6.524271844660194" font-family="sans-serif" text-anchor="end" dominant-baseline="central">DRDY_INT</text><text data-type="text" data-label="DRDY_INT" data-x="-1.1102230246251565e-16" data-y="0.20999999999999985" x="262.9126213592233" y="309.126213592233" fill="green" font-size="6.524271844660194" font-family="sans-serif" text-anchor="start" dominant-baseline="central">DRDY_INT</text><g><circle data-type="point" data-label="VDD
14
+ x-" data-x="2.8" data-y="0.8500000000000001" cx="415.1456310679612" cy="274.33009708737865" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SCL
15
+ x-" data-x="2.8" data-y="0.4000000000000001" cx="415.1456310679612" cy="298.79611650485435" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SDA
16
+ x-" data-x="2.8" data-y="0.20000000000000007" cx="415.1456310679612" cy="309.66990291262135" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GPIO
17
+ x-" data-x="2.8" data-y="0" cx="415.1456310679612" cy="320.54368932038835" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND
18
+ x-" data-x="2.8" data-y="-0.8500000000000001" cx="415.1456310679612" cy="366.75728155339806" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="I2C_SDA
19
+ x+" data-x="-0.10000000000000009" data-y="0.5499999999999998" cx="257.47572815533977" cy="290.6407766990291" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND
20
+ x+" data-x="-0.10000000000000009" data-y="-1.2000000000000002" cx="257.47572815533977" cy="385.7864077669903" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="I2C_ADDR
21
+ x+" data-x="-0.10000000000000009" data-y="-0.5500000000000002" cx="257.47572815533977" cy="350.4466019417476" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="DRDY_INT
22
+ x+" data-x="-0.10000000000000009" data-y="0.09999999999999987" cx="257.47572815533977" cy="315.1067961165049" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD
23
+ x+" data-x="-0.10000000000000009" data-y="1.2000000000000002" cx="257.47572815533977" cy="255.3009708737864" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="I2C_SCL
24
+ x+" data-x="-0.10000000000000009" data-y="0.7499999999999998" cx="257.47572815533977" cy="279.7669902912622" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
25
+ y+" data-x="0.7" data-y="1.6" cx="300.97087378640776" cy="233.5533980582524" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
26
+ y-" data-x="0.7" data-y="1" cx="300.97087378640776" cy="266.1747572815534" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
27
+ y+" data-x="1.5" data-y="1.6" cx="344.4660194174757" cy="233.5533980582524" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
28
+ y-" data-x="1.5" data-y="1" cx="344.4660194174757" cy="266.1747572815534" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
29
+ orientation: y+" data-x="0.7" data-y="1.8" cx="300.97087378640776" cy="222.67961165048544" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
30
+ orientation: x-" data-x="2.8" data-y="0.4000000000000001" cx="415.1456310679612" cy="298.79611650485435" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
31
+ orientation: x-" data-x="0.7" data-y="0.8749999999999999" cx="300.97087378640776" cy="272.97087378640776" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
32
+ orientation: x+" data-x="1.5" data-y="0.5499999999999998" cx="344.4660194174757" cy="290.6407766990291" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
33
+ orientation: y-" data-x="2.509" data-y="-0.9010000000000001" cx="399.3242718446602" cy="369.53009708737864" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
34
+ orientation: y-" data-x="0.09999999999999992" data-y="-1.2000000000000002" cx="268.34951456310677" cy="385.7864077669903" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
35
+ DRDY_INT" data-x="2.34" data-y="0" cx="390.13592233009706" cy="320.54368932038835" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
36
+ DRDY_INT" data-x="0.3599999999999999" data-y="0.09999999999999987" cx="282.4854368932039" cy="315.1067961165049" r="3" fill="green"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
37
+ document.currentScript.parentElement.addEventListener('mousemove', (e) => {
38
+ const svg = e.currentTarget;
39
+ const rect = svg.getBoundingClientRect();
40
+ const x = e.clientX - rect.left;
41
+ const y = e.clientY - rect.top;
42
+ const crosshair = svg.getElementById('crosshair');
43
+ const h = svg.getElementById('crosshair-h');
44
+ const v = svg.getElementById('crosshair-v');
45
+ const coords = svg.getElementById('coordinates');
46
+
47
+ crosshair.style.display = 'block';
48
+ h.setAttribute('x1', '0');
49
+ h.setAttribute('x2', '640');
50
+ h.setAttribute('y1', y);
51
+ h.setAttribute('y2', y);
52
+ v.setAttribute('x1', x);
53
+ v.setAttribute('x2', x);
54
+ v.setAttribute('y1', '0');
55
+ v.setAttribute('y2', '640');
56
+
57
+ // Calculate real coordinates using inverse transformation
58
+ const matrix = {"a":54.36893203883495,"c":0,"e":262.9126213592233,"b":0,"d":-54.36893203883495,"f":320.54368932038835};
59
+ // Manually invert and apply the affine transform
60
+ // Since we only use translate and scale, we can directly compute:
61
+ // x' = (x - tx) / sx
62
+ // y' = (y - ty) / sy
63
+ const sx = matrix.a;
64
+ const sy = matrix.d;
65
+ const tx = matrix.e;
66
+ const ty = matrix.f;
67
+ const realPoint = {
68
+ x: (x - tx) / sx,
69
+ y: (y - ty) / sy // Flip y back since we used negative scale
70
+ }
71
+
72
+ coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
73
+ coords.setAttribute('x', (x + 5).toString());
74
+ coords.setAttribute('y', (y - 5).toString());
75
+ });
76
+ document.currentScript.parentElement.addEventListener('mouseleave', () => {
77
+ document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
78
+ });
79
+ ]]></script>
80
+ </g>
81
+ <g transform="translate(0, 1216)">
82
+ <style>
83
+ .boundary { fill: rgb(245, 241, 237); }
84
+ .schematic-boundary { fill: none; stroke: #fff; }
85
+ .component { fill: none; stroke: rgb(132, 0, 0); }
86
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
87
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
88
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
89
+ .pin-number { fill: rgb(169, 0, 0); }
90
+ .port-label { fill: rgb(0, 100, 100); }
91
+ .component-name { fill: rgb(0, 100, 100); }
92
+
93
+ </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 668.14404432125 223.82271468147997 L 668.14404432125 201.66204986153997 L 740.166204986055 201.66204986153997 L 740.166204986055 306.92520775625496 L 812.1883656508601 306.92520775625496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 668.14404432125 223.82271468147997 L 668.14404432125 201.66204986153997 L 740.166204986055 201.66204986153997 L 740.166204986055 306.92520775625496 L 812.1883656508601 306.92520775625496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 579.50138504149 223.82271468147997 L 579.50138504149 201.66204986153997 L 668.14404432125 201.66204986153997 L 668.14404432125 223.82271468147997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 579.50138504149 223.82271468147997 L 579.50138504149 201.66204986153997 L 668.14404432125 201.66204986153997 L 668.14404432125 223.82271468147997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 268.14404432135996 L 510.2493074791775 268.14404432135996 L 510.2493074791775 201.66204986153997 L 579.50138504149 201.66204986153997 L 579.50138504149 223.82271468147997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 268.14404432135996 L 510.2493074791775 268.14404432135996 L 510.2493074791775 201.66204986153997 L 579.50138504149 201.66204986153997 L 579.50138504149 223.82271468147997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 579.50138504149 290.3047091413 L 579.50138504149 318.005540166225 L 490.85872576173 318.005540166225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 579.50138504149 290.3047091413 L 579.50138504149 318.005540166225 L 490.85872576173 318.005540166225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 340.166204986165 L 668.14404432125 340.166204986165 L 668.14404432125 290.3047091413" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 340.166204986165 L 668.14404432125 340.166204986165 L 668.14404432125 290.3047091413" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 812.1883656508601 378.94736842106 L 668.14404432125 378.94736842106 L 668.14404432125 290.3047091413" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 378.94736842106 L 668.14404432125 378.94736842106 L 668.14404432125 290.3047091413" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 462.049861495835 L 513.01939058167 462.049861495835 L 513.01939058167 534.07202216064 L 490.85872576173 534.07202216064" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 462.049861495835 L 513.01939058167 462.049861495835 L 513.01939058167 534.07202216064 L 490.85872576173 534.07202216064" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 812.1883656508601 495.290858725745 L 779.9445983378473 495.290858725745 L 779.9445983378473 500.9418282548297" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 495.290858725745 L 779.9445983378473 495.290858725745 L 779.9445983378473 500.9418282548297" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 812.1883656508601 401.108033241 L 710.2493074791361 401.108033241" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 401.108033241 L 710.2493074791361 401.108033241" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 390.02770083103 L 592.797783933454 390.02770083103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 390.02770083103 L 592.797783933454 390.02770083103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="668.14404432125" cy="223.82271468147997" r="3.324099722991" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="668.14404432125" cy="201.66204986153997" r="3.324099722991" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="579.50138504149" cy="223.82271468147997" r="3.324099722991" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="579.50138504149" cy="201.66204986153997" r="3.324099722991" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><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="668.14404432125" cy="290.3047091413" r="3.324099722991" 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"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="856.50969529074" y="146.26038781168998" width="288.08864265922034" height="509.69529085862007" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="856.50969529074" y="146.26038781168998" width="288.08864265922034" height="509.69529085862007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="306.92520775625496" x2="812.1883656508601" y2="306.92520775625496" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="809.9722991688661" y="304.70914127426096" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="304.70914127426096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="306.92520775625496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="356.78670360112" x2="814.404432132854" y2="356.78670360112" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="812.1883656508601" cy="356.78670360112" r="2.2160664819940004" stroke-width="2.2160664819940004px"/><rect x="809.9722991688661" y="354.570637119126" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="354.570637119126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="356.78670360112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="378.94736842106" x2="812.1883656508601" y2="378.94736842106" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="809.9722991688661" y="376.731301939066" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="376.731301939066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="378.94736842106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="401.108033241" x2="812.1883656508601" y2="401.108033241" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="809.9722991688661" y="398.891966759006" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="398.891966759006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="401.108033241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">GPIO</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="495.290858725745" x2="812.1883656508601" y2="495.290858725745" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="809.9722991688661" y="493.074792243751" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="493.074792243751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="495.290858725745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="91.96675900280997" y="179.50138504159997" width="354.57063711904004" height="443.2132963988" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="91.96675900280997" y="179.50138504159997" width="354.57063711904004" height="443.2132963988" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="340.166204986165" x2="490.85872576173" y2="340.166204986165" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="488.642659279736" y="337.950138504171" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="337.950138504171" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="340.166204986165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="534.07202216064" x2="490.85872576173" y2="534.07202216064" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="488.642659279736" y="531.8559556786461" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="531.8559556786461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="534.07202216064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="462.049861495835" x2="490.85872576173" y2="462.049861495835" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="488.642659279736" y="459.833795013841" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="459.833795013841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="462.049861495835" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_ADDR</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="390.02770083103" x2="490.85872576173" y2="390.02770083103" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="488.642659279736" y="387.811634349036" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="387.811634349036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="390.02770083103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">DRDY_INT</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="268.14404432135996" x2="490.85872576173" y2="268.14404432135996" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="488.642659279736" y="265.92797783936595" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="265.92797783936595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="268.14404432135996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="318.005540166225" x2="490.85872576173" y2="318.005540166225" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="488.642659279736" y="315.789473684231" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="315.789473684231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="318.005540166225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_SCL</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="529.6398891966251" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="529.6398891966251" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="579.50138504149" y1="251.52354570640497" x2="579.50138504149" y2="223.82271468147997" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="577.2853185594961" y="221.60664819948596" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.285318559496" y="237.67313019394246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 577.285318559496 237.67313019394246)"></text><text class="pin-number sch-pin-label" x="579.50138504149" y="262.603878116375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 579.50138504149 262.603878116375)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="579.50138504149" y1="262.603878116375" x2="579.50138504149" y2="290.3047091413" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="577.2853185594961" y="288.088642659306" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.285318559496" y="276.4542936288375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 577.285318559496 276.4542936288375)"></text><text class="pin-number sch-pin-label" x="579.50138504149" y="251.52354570640497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 579.50138504149 251.52354570640497)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="618.282548476385" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="618.282548476385" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="668.14404432125" y1="251.52354570640497" x2="668.14404432125" y2="223.82271468147997" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="665.9279778392561" y="221.60664819948596" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="665.9279778392561" y="237.67313019394246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 665.9279778392561 237.67313019394246)"></text><text class="pin-number sch-pin-label" x="668.14404432125" y="262.603878116375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 668.14404432125 262.603878116375)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="668.14404432125" y1="262.603878116375" x2="668.14404432125" y2="290.3047091413" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="665.9279778392561" y="288.088642659306" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="665.9279778392561" y="276.4542936288375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 665.9279778392561 276.4542936288375)"></text><text class="pin-number sch-pin-label" x="668.14404432125" y="251.52354570640497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 668.14404432125 251.52354570640497)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="812.1883656508601" cy="306.92520775625496" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="812.1883656508601" cy="356.78670360112" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="812.1883656508601" cy="378.94736842106" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="812.1883656508601" cy="401.108033241" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="812.1883656508601" cy="495.290858725745" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="490.85872576173" cy="340.166204986165" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="490.85872576173" cy="534.07202216064" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="490.85872576173" cy="462.049861495835" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="490.85872576173" cy="390.02770083103" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="490.85872576173" cy="268.14404432135996" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="490.85872576173" cy="318.005540166225" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="579.50138504149" cy="223.82271468147997" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="579.50138504149" cy="290.3047091413" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="668.14404432125" cy="223.82271468147997" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="668.14404432125" cy="290.3047091413" r="4.432132963988001" 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="
94
+ M 579.50138504149,201.66204986153997
95
+ L 568.4210526315201,195.67867036015616
96
+ L 568.4210526315201,157.68051708223237
97
+ L 590.58171745146,157.68051708223237
98
+ L 590.58171745146,195.67867036015616
99
+ Z
100
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2160664819940004px"/><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="579.50138504149" y="191.68975069256697" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.944598337946px" transform="rotate(-90 579.50138504149 191.68975069256697)">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="
101
+ M 812.1883656508601,356.78670360112
102
+ L 806.2049861494763,367.86703601109
103
+ L 755.1911357339744,367.86703601108997
104
+ L 755.1911357339744,345.70637119114997
105
+ L 806.2049861494763,345.70637119114997
106
+ Z
107
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2160664819940004px"/><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="802.2160664818871" y="356.78670360112" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.944598337946px" transform="">XXX</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="
108
+ M 579.50138504149,304.1551246537625
109
+ L 573.5180055401063,315.23545706373255
110
+ L 522.5041551246044,315.2354570637325
111
+ L 522.5041551246044,293.0747922437925
112
+ L 573.5180055401063,293.0747922437925
113
+ Z
114
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2160664819940004px"/><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="569.529085872517" y="304.1551246537625" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.944598337946px" transform="">XXX</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="
115
+ M 668.14404432125,340.166204986165
116
+ L 674.1274238226338,329.08587257619496
117
+ L 725.1412742381357,329.08587257619496
118
+ L 725.1412742381357,351.246537396135
119
+ L 674.1274238226338,351.246537396135
120
+ Z
121
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2160664819940004px"/><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="678.116343490223" y="340.166204986165" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.944598337946px" transform="">XXX</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="
122
+ M 779.9445983378473,500.9418282548297
123
+ L 791.0249307478173,506.9252077562135
124
+ L 791.0249307478173,544.9233610341373
125
+ L 768.8642659278773,544.9233610341373
126
+ L 768.8642659278773,506.9252077562135
127
+ Z
128
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2160664819940004px"/><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="779.9445983378473" y="510.9141274238027" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.944598337946px" transform="rotate(90 779.9445983378473 510.9141274238027)">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="
129
+ M 513.01939058167,534.07202216064
130
+ L 524.09972299164,540.0554016620238
131
+ L 524.09972299164,578.0535549399476
132
+ L 501.9390581717,578.0535549399476
133
+ L 501.93905817169997,540.0554016620238
134
+ Z
135
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.2160664819940004px"/><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="513.01939058167" y="544.044321329613" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.944598337946px" transform="rotate(90 513.01939058167 544.044321329613)">XX</text><text class="sch-text" x="876.4542936286861" y="670.360110803271" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.94459833794597px" transform="rotate(0, 876.4542936286861, 670.360110803271)">MCU</text><text class="sch-text" x="869.8060941827041" y="133.51800554022446" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.944598337946px" transform="rotate(0, 869.8060941827041, 133.51800554022446)">U2</text><text class="sch-text" x="165.09695290861202" y="637.119113573361" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.94459833794597px" transform="rotate(0, 165.09695290861202, 637.119113573361)">HDC2080DMBR</text><text class="sch-text" x="105.263157894774" y="166.7590027701345" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.944598337946px" transform="rotate(0, 105.263157894774, 166.7590027701345)">U1</text><text class="sch-text" x="761.218836564998" y="388.919667590033" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.296398891964px" transform="rotate(0, 761.218836564998, 388.919667590033)">XXXXXXXX</text><text class="sch-text" x="541.828254847592" y="377.839335180063" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.296398891964px" transform="rotate(0, 541.828254847592, 377.839335180063)">XXXXXXXX</text><rect class="schematic-box sch-box" x="856.5096952907401" y="660.387811634298" width="39.88919667589198" height="19.94459833794599" stroke-width="2.2160664819940004px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="17.728531855952003 8.864265927976001"/><rect class="schematic-box sch-box" x="849.8614958447581" y="119.667590027762" width="39.88919667589198" height="27.700831024924952" stroke-width="2.2160664819940004px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="17.728531855952003 8.864265927976001"/><rect class="schematic-box sch-box" x="91.96675900280997" y="627.146814404388" width="146.260387811604" height="19.94459833794599" stroke-width="2.2160664819940004px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="17.728531855952003 8.864265927976001"/><rect class="schematic-box sch-box" x="85.31855955682795" y="152.90858725767205" width="39.88919667589204" height="27.700831024924952" stroke-width="2.2160664819940004px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="17.728531855952003 8.864265927976001"/>
136
+ </g>
137
+ </svg>