@tscircuit/schematic-trace-solver 0.0.174 → 0.0.176
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.
- package/dist/index.d.ts +5 -0
- package/dist/index.js +759 -91
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +5 -1
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +16 -1
- package/lib/solvers/InlineNetLabelSolver/restoreReroutesAroundSupersededLabels.ts +174 -0
- package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +2 -30
- package/lib/solvers/SameNetJunctionAlignmentSolver/SameNetJunctionAlignmentSolver.ts +2 -0
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +748 -15
- package/lib/solvers/SameNetJunctionAlignmentSolver/findNearestSharedPinExitRail.ts +140 -0
- package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +12 -5
- package/lib/utils/doesPathCoincideWithTraces.ts +17 -4
- package/lib/utils/pathIntersectsRenderedLabel.ts +33 -0
- package/package.json +1 -1
- package/site/bug-reports/bug-report-20260901T055358Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260901T064117Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260901T134241Z.page.tsx +4 -0
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.test.ts +9 -0
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +8 -4
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +6 -6
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +676 -0
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.json +2467 -0
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.test.ts +59 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +134 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.json +215 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +115 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/bug-report-20260901T134241Z.json +359 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/bug-report-20260901T134241Z.test.ts +60 -0
- package/tests/examples/__snapshots__/example51.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +10 -10
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +10 -10
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +10 -10
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +134 -0
- package/tests/repros/__snapshots__/repro-wireless-mouse-charger-section.snap.svg +164 -0
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/assets/repro-trellis-core-gnd-net-label-overlap.input.json +178 -0
- package/tests/repros/assets/repro-wireless-mouse-charger-section.input.json +591 -0
- package/tests/repros/repro-isolated-rs485-isow7841.test.ts +4 -1
- package/tests/repros/repro-powerbank-3v-system-power.test.ts +24 -0
- package/tests/repros/repro-tida-01389-hbridge.test.ts +24 -0
- package/tests/repros/repro-trellis-core-gnd-net-label-overlap.test.ts +73 -0
- package/tests/repros/repro-wireless-mouse-charger-section.test.ts +16 -0
- package/tests/solvers/InlineNetLabelSolver/restore-reroutes-around-superseded-labels.test.ts +186 -0
- package/tests/solvers/SameNetJunctionAlignmentSolver/parallel-load-rails.test.ts +1 -0
|
@@ -0,0 +1,115 @@
|
|
|
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.94,2.6200000000000006 -2.3400000000000003,2.9400000000000004" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 152.67002518891687,113.35012594458436" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.3400000000000003,-1.5400000000000003" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 152.67002518891687,429.31989924433253" fill="none" stroke="hsl(320, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="hsl(256, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,1.7400000000000002" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,197.98488664987406" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.3400000000000003,-1.5400000000000003" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 152.67002518891687,429.31989924433253" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.94,2.6200000000000006" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 110.35264483627208,135.91939546599494" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,2.9400000000000004 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,113.35012594458436 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,2.6200000000000006" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,135.91939546599494" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3400000000000003,-1.5400000000000003 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,2.6200000000000006 -2.94,-1.8599999999999999" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 110.35264483627208,451.8891687657431" fill="none" stroke="hsl(99, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,1.7400000000000002" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,197.98488664987406" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,499.84886649874056" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 462.9974811083124,499.84886649874056" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.0600000000000005,-2.74" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 462.9974811083124,513.9546599496222" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 -2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 110.35264483627208,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 -2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 2.94,1.8599999999999999" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 525.0629722921915,189.52141057934512" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 -2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,1.8599999999999999 2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,189.52141057934512 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.94,1.8599999999999999 -2.94,-2.6200000000000006" data-type="line" data-label="" points="525.0629722921915,189.52141057934512 110.35264483627208,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.94,1.8599999999999999 2.94,-2.6200000000000006" data-type="line" data-label="" points="525.0629722921915,189.52141057934512 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,-2.6200000000000006 2.94,-2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,505.4911838790932 525.0629722921915,505.4911838790932" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.94,2.6200000000000006 -2.94,2.9400000000000004 -2.3400000000000003,2.9400000000000004" data-type="line" data-label="" points="110.35264483627208,135.91939546599494 110.35264483627208,113.35012594458436 152.67002518891687,113.35012594458436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.94,-1.8599999999999999 -2.94,-1.54 -3.5900000000000007,-1.54 -3.5900000000000007,2.9400000000000004 -2.94,2.9400000000000004 -2.94,2.6200000000000006" data-type="line" data-label="" points="110.35264483627208,451.8891687657431 110.35264483627208,429.31989924433253 64.50881612090677,429.31989924433253 64.50881612090677,113.35012594458436 110.35264483627208,113.35012594458436 110.35264483627208,135.91939546599494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3400000000000003,-1.54 -2.94,-1.54 -2.94,-1.8599999999999999" data-type="line" data-label="" points="152.67002518891687,429.31989924433253 110.35264483627208,429.31989924433253 110.35264483627208,451.8891687657431" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,2.74 2.94,2.74 2.94,2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,127.455919395466 525.0629722921915,127.455919395466 525.0629722921915,135.91939546599494" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-1.7400000000000002 2.94,-1.7400000000000002 2.94,-1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,443.42569269521414 525.0629722921915,443.42569269521414 525.0629722921915,451.8891687657431" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.9400000000000002 2.2600000000000007,1.9400000000000002 2.2600000000000007,1.7400000000000002 2.94,1.7400000000000002 2.94,1.8599999999999999" data-type="line" data-label="" points="462.9974811083124,183.87909319899245 477.103274559194,183.87909319899245 477.103274559194,197.98488664987406 525.0629722921915,197.98488664987406 525.0629722921915,189.52141057934512" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,1.7400000000000002 2.2600000000000007,1.7400000000000002 2.2600000000000007,1.9400000000000002 2.0600000000000005,1.9400000000000002" data-type="line" data-label="" points="462.9974811083124,197.98488664987406 477.103274559194,197.98488664987406 477.103274559194,183.87909319899245 462.9974811083124,183.87909319899245" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.54 2.2600000000000007,-2.54 2.2600000000000007,-2.74 2.94,-2.74 2.94,-2.6200000000000006" data-type="line" data-label="" points="462.9974811083124,499.84886649874056 477.103274559194,499.84886649874056 477.103274559194,513.9546599496222 525.0629722921915,513.9546599496222 525.0629722921915,505.4911838790932" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.0600000000000005,-2.74 2.2600000000000007,-2.74 2.2600000000000007,-2.54 2.0600000000000005,-2.54" data-type="line" data-label="" points="462.9974811083124,513.9546599496222 477.103274559194,513.9546599496222 477.103274559194,499.84886649874056 462.9974811083124,499.84886649874056" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.1399999999999999" data-y="2.24" x="152.67002518891687" y="56.92695214105794" width="310.3274559193955" height="211.5869017632242" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-0.1399999999999999" data-y="-2.24" x="152.67002518891687" y="372.8967254408061" width="310.3274559193955" height="211.58690176322415" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-2.8075" data-y="2.24" x="78.6146095717884" y="135.91939546599497" width="82.16624685138544" height="53.60201511335018" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.0725" data-y="2.24" x="493.32493702770773" y="135.91939546599497" width="82.1662468513855" height="53.60201511335018" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.8075" data-y="-2.24" x="78.6146095717884" y="451.8891687657431" width="82.16624685138544" height="53.60201511335015" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3.0725" data-y="-2.24" x="493.32493702770773" y="451.8891687657431" width="82.1662468513855" height="53.60201511335015" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="TPS7B6933QDBVRQ1" data-x="-0.98" data-y="0.6100000000000002" x="180.8816120906801" y="271.3350125944585" width="135.41561712846348" height="12.695214105793468" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="U4" data-x="-1.8199999999999998" data-y="3.8550000000000004" x="176.64987405541564" y="40" width="25.390428211586936" height="17.632241813602036" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="TPS7B6950QDBVRQ1" data-x="-0.98" data-y="-3.87" x="180.8816120906801" y="587.3047858942066" width="135.41561712846348" height="12.695214105793411" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="U5" data-x="-1.8199999999999998" data-y="-0.6250000000000002" x="176.64987405541564" y="355.9697732997481" width="25.390428211586936" height="17.632241813602036" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: PWR
|
|
4
|
+
globalConnNetId: connectivity_net0" data-x="-2.94" data-y="3.1500000000000004" x="93.42569269521415" y="83.727959697733" width="33.85390428211585" height="29.62216624685138" fill="#ef444466" stroke="#ef4444" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
|
+
globalConnNetId: connectivity_net3" data-x="2.94" data-y="1.5300000000000002" x="508.13602015113355" y="197.98488664987406" width="33.85390428211588" height="29.62216624685138" fill="#00000066" stroke="#000000" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
|
+
globalConnNetId: connectivity_net3" data-x="2.94" data-y="-2.95" x="508.13602015113355" y="513.954659949622" width="33.85390428211588" height="29.622166246851407" fill="#00000066" stroke="#000000" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
7
|
+
globalConnNetId: connectivity_net3" data-x="-2.94" data-y="1.649" x="93.42569269521415" y="189.59193954659952" width="33.85390428211585" height="29.62216624685138" fill="#00000066" stroke="#000000" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
8
|
+
globalConnNetId: connectivity_net3" data-x="-2.94" data-y="-2.8310000000000004" x="93.42569269521415" y="505.5617128463476" width="33.85390428211585" height="29.622166246851407" fill="#00000066" stroke="#000000" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
9
|
+
globalConnNetId: connectivity_net1" data-x="2.94" data-y="2.95" x="503.9042821158691" y="97.83375314861463" width="42.31738035264482" height="29.62216624685138" fill="#ef444466" stroke="#ef4444" stroke-width="0.01417857142857143"/></g><g><rect data-type="rect" data-label="netId: V5
|
|
10
|
+
globalConnNetId: connectivity_net2" data-x="2.94" data-y="-1.5300000000000002" x="512.3677581863981" y="413.80352644836273" width="25.390428211586936" height="29.622166246851407" fill="#ef444466" stroke="#ef4444" stroke-width="0.01417857142857143"/></g><g><circle data-type="point" data-label="VIN
|
|
11
|
+
x-" data-x="-2.3400000000000003" data-y="2.9400000000000004" cx="152.67002518891687" cy="113.35012594458436" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="NC
|
|
12
|
+
x-" data-x="-2.3400000000000003" data-y="1.5400000000000003" cx="152.67002518891687" cy="212.09068010075566" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND_3
|
|
13
|
+
x+" data-x="2.0600000000000005" data-y="1.9400000000000002" cx="462.9974811083124" cy="183.87909319899245" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND_4
|
|
14
|
+
x+" data-x="2.0600000000000005" data-y="1.7400000000000002" cx="462.9974811083124" cy="197.98488664987406" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VOUT
|
|
15
|
+
x+" data-x="2.0600000000000005" data-y="2.74" cx="462.9974811083124" cy="127.455919395466" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VIN
|
|
16
|
+
x-" data-x="-2.3400000000000003" data-y="-1.5400000000000003" cx="152.67002518891687" cy="429.31989924433253" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="NC
|
|
17
|
+
x-" data-x="-2.3400000000000003" data-y="-2.9400000000000004" cx="152.67002518891687" cy="528.0604534005038" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND_3
|
|
18
|
+
x+" data-x="2.0600000000000005" data-y="-2.54" cx="462.9974811083124" cy="499.84886649874056" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND_4
|
|
19
|
+
x+" data-x="2.0600000000000005" data-y="-2.74" cx="462.9974811083124" cy="513.9546599496222" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VOUT
|
|
20
|
+
x+" data-x="2.0600000000000005" data-y="-1.7400000000000002" cx="462.9974811083124" cy="443.42569269521414" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
21
|
+
y+" data-x="-2.94" data-y="2.6200000000000006" cx="110.35264483627208" cy="135.91939546599494" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
22
|
+
y-" data-x="-2.94" data-y="1.8599999999999999" cx="110.35264483627208" cy="189.52141057934512" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
23
|
+
y+" data-x="2.94" data-y="2.6200000000000006" cx="525.0629722921915" cy="135.91939546599494" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
24
|
+
y-" data-x="2.94" data-y="1.8599999999999999" cx="525.0629722921915" cy="189.52141057934512" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
25
|
+
y+" data-x="-2.94" data-y="-1.8599999999999999" cx="110.35264483627208" cy="451.8891687657431" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
26
|
+
y-" data-x="-2.94" data-y="-2.6200000000000006" cx="110.35264483627208" cy="505.4911838790932" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
27
|
+
y+" data-x="2.94" data-y="-1.8599999999999999" cx="525.0629722921915" cy="451.8891687657431" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
28
|
+
y-" data-x="2.94" data-y="-2.6200000000000006" cx="525.0629722921915" cy="505.4911838790932" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
29
|
+
orientation: y+" data-x="-2.94" data-y="2.9400000000000004" cx="110.35264483627208" cy="113.35012594458436" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
30
|
+
orientation: y-" data-x="2.94" data-y="1.7400000000000002" cx="525.0629722921915" cy="197.98488664987406" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
31
|
+
orientation: y-" data-x="2.94" data-y="-2.74" cx="525.0629722921915" cy="513.9546599496222" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
32
|
+
orientation: y-" data-x="-2.94" data-y="1.8599999999999999" cx="110.35264483627208" cy="189.52141057934512" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
33
|
+
orientation: y-" data-x="-2.94" data-y="-2.6200000000000006" cx="110.35264483627208" cy="505.4911838790932" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
34
|
+
orientation: y+" data-x="2.94" data-y="2.74" cx="525.0629722921915" cy="127.455919395466" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
35
|
+
orientation: y+" data-x="2.94" data-y="-1.7400000000000002" cx="525.0629722921915" cy="443.42569269521414" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></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[
|
|
36
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
37
|
+
const svg = e.currentTarget;
|
|
38
|
+
const rect = svg.getBoundingClientRect();
|
|
39
|
+
const x = e.clientX - rect.left;
|
|
40
|
+
const y = e.clientY - rect.top;
|
|
41
|
+
const crosshair = svg.getElementById('crosshair');
|
|
42
|
+
const h = svg.getElementById('crosshair-h');
|
|
43
|
+
const v = svg.getElementById('crosshair-v');
|
|
44
|
+
const coords = svg.getElementById('coordinates');
|
|
45
|
+
|
|
46
|
+
crosshair.style.display = 'block';
|
|
47
|
+
h.setAttribute('x1', '0');
|
|
48
|
+
h.setAttribute('x2', '640');
|
|
49
|
+
h.setAttribute('y1', y);
|
|
50
|
+
h.setAttribute('y2', y);
|
|
51
|
+
v.setAttribute('x1', x);
|
|
52
|
+
v.setAttribute('x2', x);
|
|
53
|
+
v.setAttribute('y1', '0');
|
|
54
|
+
v.setAttribute('y2', '640');
|
|
55
|
+
|
|
56
|
+
// Calculate real coordinates using inverse transformation
|
|
57
|
+
const matrix = {"a":70.52896725440806,"c":0,"e":317.70780856423175,"b":0,"d":-70.52896725440806,"f":320.7052896725441};
|
|
58
|
+
// Manually invert and apply the affine transform
|
|
59
|
+
// Since we only use translate and scale, we can directly compute:
|
|
60
|
+
// x' = (x - tx) / sx
|
|
61
|
+
// y' = (y - ty) / sy
|
|
62
|
+
const sx = matrix.a;
|
|
63
|
+
const sy = matrix.d;
|
|
64
|
+
const tx = matrix.e;
|
|
65
|
+
const ty = matrix.f;
|
|
66
|
+
const realPoint = {
|
|
67
|
+
x: (x - tx) / sx,
|
|
68
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
72
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
73
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
74
|
+
});
|
|
75
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
76
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
77
|
+
});
|
|
78
|
+
]]></script>
|
|
79
|
+
</g>
|
|
80
|
+
<g transform="translate(0, 1216)">
|
|
81
|
+
<style>
|
|
82
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
83
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
84
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
85
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
86
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
87
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
88
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
89
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
90
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
91
|
+
|
|
92
|
+
</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 336.24161073817993 166.44295302003994 L 336.24161073817993 137.80760626387996 L 389.9328859059799 137.80760626387996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.24161073817993 166.44295302003994 L 336.24161073817993 137.80760626387996 L 389.9328859059799 137.80760626387996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 336.24161073817993 567.33780760628 L 336.24161073817993 538.70246085012 L 278.07606263972986 538.70246085012 L 278.07606263972986 137.80760626387996 L 336.24161073817993 137.80760626387996 L 336.24161073817993 166.44295302003994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 336.24161073817993 567.33780760628 L 336.24161073817993 538.70246085012 L 278.07606263972986 538.70246085012 L 278.07606263972986 137.80760626387996 L 336.24161073817993 137.80760626387996 L 336.24161073817993 166.44295302003994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 389.9328859059799 538.70246085012 L 336.24161073817993 538.70246085012 L 336.24161073817993 567.33780760628" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 389.9328859059799 538.70246085012 L 336.24161073817993 538.70246085012 L 336.24161073817993 567.33780760628" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 783.66890380318 155.70469798647997 L 862.41610738262 155.70469798647997 L 862.41610738262 166.44295302003994" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 155.70469798647997 L 862.41610738262 155.70469798647997 L 862.41610738262 166.44295302003994" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 783.66890380318 556.5995525727201 L 862.41610738262 556.5995525727201 L 862.41610738262 567.33780760628" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 556.5995525727201 L 862.41610738262 556.5995525727201 L 862.41610738262 567.33780760628" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 783.66890380318 227.29306487687998 L 801.5659955257801 227.29306487687998 L 801.5659955257801 245.19015659947996 L 862.41610738262 245.19015659947996 L 862.41610738262 234.45190156592" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 227.29306487687998 L 801.5659955257801 227.29306487687998 L 801.5659955257801 245.19015659947996 L 862.41610738262 245.19015659947996 L 862.41610738262 234.45190156592" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 783.66890380318 245.19015659947996 L 801.5659955257801 245.19015659947996 L 801.5659955257801 227.29306487687998 L 783.66890380318 227.29306487687998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 245.19015659947996 L 801.5659955257801 245.19015659947996 L 801.5659955257801 227.29306487687998 L 783.66890380318 227.29306487687998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 783.66890380318 628.18791946312 L 801.5659955257801 628.18791946312 L 801.5659955257801 646.0850111857201 L 862.41610738262 646.0850111857201 L 862.41610738262 635.3467561521601" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 628.18791946312 L 801.5659955257801 628.18791946312 L 801.5659955257801 646.0850111857201 L 862.41610738262 646.0850111857201 L 862.41610738262 635.3467561521601" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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 783.66890380318 646.0850111857201 L 801.5659955257801 646.0850111857201 L 801.5659955257801 628.18791946312 L 783.66890380318 628.18791946312" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.317673378080002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.66890380318 646.0850111857201 L 801.5659955257801 646.0850111857201 L 801.5659955257801 628.18791946312 L 783.66890380318 628.18791946312" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.7897091722600003px" 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="336.24161073817993" cy="166.44295302003994" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="336.24161073817993" cy="137.80760626387996" r="2.68456375839" 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="336.24161073817993" cy="567.33780760628" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="336.24161073817993" cy="538.70246085012" r="2.68456375839" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="783.66890380318" cy="227.29306487687998" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="227.29306487687998" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="245.19015659947996" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="783.66890380318" cy="628.18791946312" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="628.18791946312" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="801.5659955257801" cy="646.0850111857201" r="2.68456375839" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><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="425.7270693511799" y="66.21923937347998" width="322.14765100680006" height="268.456375839" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.7270693511799" y="66.21923937347998" width="322.14765100680006" height="268.456375839" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="137.80760626387996" x2="389.9328859059799" y2="137.80760626387996" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="388.1431767337199" y="136.01789709161997" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="136.01789709161994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="137.80760626387996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="263.08724832208" x2="391.7225950782399" y2="263.08724832208" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="389.9328859059799" cy="263.08724832208" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="388.1431767337199" y="261.29753914981995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="261.29753914981995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="263.08724832208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">NC</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="227.29306487687998" x2="783.66890380318" y2="227.29306487687998" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="781.87919463092" y="225.50335570462" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="225.50335570461996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="227.29306487687998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_3</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="245.19015659947996" x2="783.66890380318" y2="245.19015659947996" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="781.87919463092" y="243.40044742721997" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="243.40044742721997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="245.19015659947996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_4</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="155.70469798647997" x2="783.66890380318" y2="155.70469798647997" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="781.87919463092" y="153.91498881421998" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="153.91498881421995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="155.70469798647997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">VOUT</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="425.7270693511799" y="467.11409395972004" width="322.14765100680006" height="268.45637583900003" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="425.7270693511799" y="467.11409395972004" width="322.14765100680006" height="268.45637583900003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="538.70246085012" x2="389.9328859059799" y2="538.70246085012" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="388.1431767337199" y="536.91275167786" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="536.91275167786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="538.70246085012" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">VIN</text><line class="component-pin sch-component-pin sch-port-line" x1="425.7270693511799" y1="663.98210290832" x2="391.7225950782399" y2="663.98210290832" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="389.9328859059799" cy="663.98210290832" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="388.1431767337199" y="662.19239373606" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="407.8299776285799" y="662.19239373606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="434.6756152124799" y="663.98210290832" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="">NC</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="628.18791946312" x2="783.66890380318" y2="628.18791946312" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="781.87919463092" y="626.39821029086" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="626.39821029086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="628.18791946312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_3</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="646.0850111857201" x2="783.66890380318" y2="646.0850111857201" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="781.87919463092" y="644.2953020134601" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="644.2953020134601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="646.0850111857201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">GND_4</text><line class="component-pin sch-component-pin sch-port-line" x1="747.8747203579801" y1="556.5995525727201" x2="783.66890380318" y2="556.5995525727201" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="781.87919463092" y="554.8098434004601" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="765.77181208058" y="554.8098434004601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform=""></text><text class="pin-number sch-pin-label" x="738.92617449668" y="556.5995525727201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="">VOUT</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="295.97315436232986" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.97315436232986" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="195.97315436232998" x2="336.24161073817993" y2="166.44295302003994" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="334.4519015659199" y="164.65324384777995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="181.20805369118494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 181.20805369118494)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="204.92170022362995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 204.92170022362995)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="204.92170022362995" x2="336.24161073817993" y2="232.66219239366" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.24161073817993" cy="234.45190156592" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="334.4519015659199" y="232.66219239366" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="219.686800894775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 219.686800894775)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="195.97315436232998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 195.97315436232998)">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="822.1476510067699" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.1476510067699" y="195.97315436232998" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="195.97315436232998" x2="862.41610738262" y2="166.44295302003994" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="860.62639821036" y="164.65324384777995" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="181.20805369118494" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 181.20805369118494)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="204.92170022362995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 204.92170022362995)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="204.92170022362995" x2="862.41610738262" y2="234.45190156592" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="860.62639821036" y="232.66219239366" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="219.686800894775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 219.686800894775)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="195.97315436232998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 195.97315436232998)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="295.97315436232986" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.97315436232986" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="596.86800894857" x2="336.24161073817993" y2="567.33780760628" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="334.4519015659199" y="565.54809843402" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="582.1029082774251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 582.1029082774251)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="605.81655480987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 605.81655480987)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="336.24161073817993" y1="605.81655480987" x2="336.24161073817993" y2="633.5570469799001" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="336.24161073817993" cy="635.3467561521601" r="1.7897091722600003" stroke-width="1.7897091722600003px"/><rect x="334.4519015659199" y="633.5570469799001" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.45190156591997" y="620.5816554810151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 334.45190156591997 620.5816554810151)"></text><text class="pin-number sch-pin-label" x="336.24161073817993" y="596.86800894857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 336.24161073817993 596.86800894857)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="822.1476510067699" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" stroke-width="1.7897091722600003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.1476510067699" y="596.86800894857" width="104.25055928414508" height="8.948545861299976" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="596.86800894857" x2="862.41610738262" y2="567.33780760628" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="860.62639821036" y="565.54809843402" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="582.1029082774251" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 582.1029082774251)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="605.81655480987" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 605.81655480987)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="862.41610738262" y1="605.81655480987" x2="862.41610738262" y2="635.3467561521601" stroke-width="1.7897091722600003px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="860.62639821036" y="633.5570469799001" width="3.5794183445200005" height="3.5794183445200005" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.62639821036" y="620.5816554810151" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.42281879195px" transform="rotate(-90 860.62639821036 620.5816554810151)"></text><text class="pin-number sch-pin-label" x="862.41610738262" y="596.86800894857" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.42281879195px" transform="rotate(-90 862.41610738262 596.86800894857)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="389.9328859059799" cy="137.80760626387996" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="389.9328859059799" cy="263.08724832208" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="783.66890380318" cy="227.29306487687998" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="783.66890380318" cy="245.19015659947996" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="783.66890380318" cy="155.70469798647997" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="389.9328859059799" cy="538.70246085012" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="389.9328859059799" cy="663.98210290832" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="783.66890380318" cy="628.18791946312" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="783.66890380318" cy="646.0850111857201" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="783.66890380318" cy="556.5995525727201" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="336.24161073817993" cy="166.44295302003994" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="336.24161073817993" cy="234.45190156592" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="862.41610738262" cy="166.44295302003994" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="862.41610738262" cy="234.45190156592" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="336.24161073817993" cy="567.33780760628" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="336.24161073817993" cy="635.3467561521601" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="862.41610738262" cy="567.33780760628" r="3.5794183445200005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="862.41610738262" cy="635.3467561521601" r="3.5794183445200005" 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="
|
|
93
|
+
M 336.24161073817993,137.80760626387996
|
|
94
|
+
L 327.29306487687995,132.97539149877795
|
|
95
|
+
L 327.29306487687995,102.28784489175983
|
|
96
|
+
L 345.1901565994799,102.28784489175983
|
|
97
|
+
L 345.1901565994799,132.97539149877795
|
|
98
|
+
Z
|
|
99
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7897091722600003px"/><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="336.24161073817993" y="129.75391498870997" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.10738255034px" transform="rotate(-90 336.24161073817993 129.75391498870997)">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="851.67785234906" y="245.19015659948" width="21.47651006711999" height="16.10738255034002" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 851.67785234906 261.29753914982 L 873.15436241618 261.29753914982" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 862.41610738262 261.29753914982 L 862.41610738262 245.19015659948" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="862.41610738262" y="265.77181208047" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.10738255034px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="851.67785234906" y="646.0850111857201" width="21.47651006711999" height="16.107382550339935" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 851.67785234906 662.19239373606 L 873.15436241618 662.19239373606" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 862.41610738262 662.19239373606 L 862.41610738262 646.0850111857201" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="862.41610738262" y="666.6666666667101" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.10738255034px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="325.50335570461993" y="234.45190156592" width="21.47651006711999" height="16.10738255033999" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 325.50335570461993 250.55928411626 L 346.9798657717399 250.55928411626" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 336.24161073817993 250.55928411626 L 336.24161073817993 234.45190156592" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="336.24161073817993" y="255.03355704691" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.10738255034px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="325.50335570461993" y="635.3467561521601" width="21.47651006711999" height="16.107382550339935" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 325.50335570461993 651.4541387025 L 346.9798657717399 651.4541387025" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 336.24161073817993 651.4541387025 L 336.24161073817993 635.3467561521601" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.7897091722600003px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="336.24161073817993" y="655.9284116331501" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.10738255034px">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="
|
|
100
|
+
M 862.41610738262,155.70469798647997
|
|
101
|
+
L 853.46756152132,150.87248322137796
|
|
102
|
+
L 853.46756152132,120.18493661435984
|
|
103
|
+
L 871.36465324392,120.18493661435984
|
|
104
|
+
L 871.36465324392,150.87248322137796
|
|
105
|
+
Z
|
|
106
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7897091722600003px"/><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="862.41610738262" y="147.65100671130998" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.10738255034px" transform="rotate(-90 862.41610738262 147.65100671130998)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
107
|
+
M 862.41610738262,556.5995525727201
|
|
108
|
+
L 853.46756152132,551.7673378076181
|
|
109
|
+
L 853.46756152132,521.0797912006
|
|
110
|
+
L 871.36465324392,521.0797912006
|
|
111
|
+
L 871.36465324392,551.7673378076181
|
|
112
|
+
Z
|
|
113
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.7897091722600003px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="862.41610738262" y="548.5458612975501" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.10738255034px" transform="rotate(-90 862.41610738262 548.5458612975501)">XX</text><text class="sch-text" x="511.63310961966" y="346.30872483216996" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.107382550339995px" transform="rotate(0, 511.63310961966, 346.30872483216996)">TPS7B6933QDBVRQ1</text><text class="sch-text" x="436.46532438474" y="55.92841163298493" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.10738255034px" transform="rotate(0, 436.46532438474, 55.92841163298493)">U4</text><text class="sch-text" x="511.63310961966" y="747.2035794184101" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.107382550339974px" transform="rotate(0, 511.63310961966, 747.2035794184101)">TPS7B6950QDBVRQ1</text><text class="sch-text" x="436.46532438474" y="456.82326621922505" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.10738255034px" transform="rotate(0, 436.46532438474, 456.82326621922505)">U5</text><rect class="schematic-box sch-box" x="425.7270693511799" y="338.255033557" width="171.81208053696002" height="16.10738255033999" stroke-width="1.7897091722600003px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.317673378080002 7.158836689040001"/><rect class="schematic-box sch-box" x="420.3579418344" y="44.74272930635999" width="32.21476510067998" height="22.37136465324994" stroke-width="1.7897091722600003px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.317673378080002 7.158836689040001"/><rect class="schematic-box sch-box" x="425.7270693511799" y="739.1498881432401" width="171.81208053696002" height="16.107382550339935" stroke-width="1.7897091722600003px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.317673378080002 7.158836689040001"/><rect class="schematic-box sch-box" x="420.3579418344" y="445.6375838926" width="32.21476510067998" height="22.371364653249998" stroke-width="1.7897091722600003px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.317673378080002 7.158836689040001"/>
|
|
114
|
+
</g>
|
|
115
|
+
</svg>
|