@tscircuit/schematic-trace-solver 0.0.149 → 0.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +28 -1
- package/dist/index.js +26 -4
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +14 -4
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +590 -5
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.6,3.1 -0.5279125,3.10262455" data-type="line" data-label="" points="312.3309111235327,139.50628261598658 316.84393515930685,139.34197316936837" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6,3.1 0.5279125,3.0973754500000004" data-type="line" data-label="" points="387.4566797093348,139.50628261598658 382.94365567356067,139.67059206260478" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 -4.5,0.030000000000000027" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 68.17216321967584,331.70304058133036" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 -1.7999999999999998,0.32499999999999996" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 237.20514253773058,313.23462247065396" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 1.55,1.1" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,0.975 3.4,0.030000000000000027" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 562.7501397428731,331.70304058133036" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,0.975 2.25,-0.04999999999999999" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 490.7546115148127,336.71142515371713" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,0.32500000000000007 1.55,0.5" data-type="line" data-label="" points="462.58244829513694,313.23462247065396 446.9312465064282,302.2787812185578" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,-0.32499999999999996 2.25,-0.6499999999999999" data-type="line" data-label="" points="462.58244829513694,353.9277471212968 490.7546115148127,374.2743094466182" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,-0.32499999999999996 2.25,-1.7999999999999998" data-type="line" data-label="" points="462.58244829513694,353.9277471212968 490.7546115148127,446.26983767467857" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.32499999999999996 -1.7999999999999998,0.975" data-type="line" data-label="" points="237.20514253773058,313.23462247065396 237.20514253773058,272.54149782001116" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.32499999999999996 -4.5,0.030000000000000027" data-type="line" data-label="" points="237.20514253773058,313.23462247065396 68.17216321967584,331.70304058133036" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.32499999999999996 1.55,1.1" data-type="line" data-label="" points="237.20514253773058,313.23462247065396 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.975 -4.5,0.030000000000000027" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 68.17216321967584,331.70304058133036" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.975 1.55,1.1" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,0.030000000000000027 1.55,1.1" data-type="line" data-label="" points="68.17216321967584,331.70304058133036 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 1.7999999999999998,-0.975" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 462.58244829513694,394.6208717719396" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 -1.7999999999999998,-0.975" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 237.20514253773058,394.6208717719396" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 -4.5,-0.73" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 68.17216321967584,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 3.4,-0.73" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 2.25,-2.4000000000000004" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 -1.7999999999999998,-0.975" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 237.20514253773058,394.6208717719396" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 -4.5,-0.73" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 68.17216321967584,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 3.4,-0.73" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 2.25,-2.4000000000000004" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.975 -4.5,-0.73" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 68.17216321967584,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.975 3.4,-0.73" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.975 2.25,-2.4000000000000004" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-0.73 3.4,-0.73" data-type="line" data-label="" points="68.17216321967584,379.282694019005 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-0.73 2.25,-2.4000000000000004" data-type="line" data-label="" points="68.17216321967584,379.282694019005 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.4,-0.73 2.25,-2.4000000000000004" data-type="line" data-label="" points="562.7501397428731,379.282694019005 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,0.32500000000000007 1.55,0.5" data-type="line" data-label="" points="462.58244829513694,313.23462247065396 446.9312465064282,302.2787812185578" fill="none" stroke="hsl(31, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,0.975 3.4,0.030000000000000027" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 562.7501397428731,331.70304058133036" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,0.975 2.25,-0.04999999999999999" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 490.7546115148127,336.71142515371713" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.4,0.030000000000000027 2.25,-0.04999999999999999" data-type="line" data-label="" points="562.7501397428731,331.70304058133036 490.7546115148127,336.71142515371713" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6,3.1 -0.6,3.12 -0.5639562499999999,3.12 -0.5639562499999999,3.10262455 -0.5279125,3.10262455" data-type="line" data-label="" points="312.3309111235327,139.50628261598658 312.3309111235327,138.25418647288987 314.5874231414198,138.25418647288987 314.5874231414198,139.34197316936837 316.84393515930685,139.34197316936837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6,3.1 0.6,3.12 0.5639562499999999,3.12 0.5639562499999999,3.0973754500000004 0.5279125,3.0973754500000004" data-type="line" data-label="" points="387.4566797093348,139.50628261598658 387.4566797093348,138.25418647288987 385.20016769144775,138.25418647288987 385.20016769144775,139.67059206260478 382.94365567356067,139.67059206260478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 -1.9999999999999998,0.975 -1.9999999999999998,0.32499999999999996 -1.7999999999999998,0.32499999999999996" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 224.68418110676356,272.54149782001116 224.68418110676356,313.23462247065396 237.20514253773058,313.23462247065396" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.25,-0.04999999999999999 2.25,0.23000000000000026 3.4,0.23000000000000026 3.4,0.030000000000000082" data-type="line" data-label="" points="490.7546115148127,336.71142515371713 490.7546115148127,319.1820791503633 562.7501397428731,319.1820791503633 562.7501397428731,331.70304058133036" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.25,-1.7999999999999998 2.25,-0.6499999999999999" data-type="line" data-label="" points="490.7546115148127,446.26983767467857 490.7546115148127,374.2743094466182" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,-0.975 3.4,-0.975 3.4,-0.73" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 562.7501397428731,394.6208717719396 562.7501397428731,379.282694019005" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.25,-2.4000000000000004 2.25,-2.6000000000000005 3.0900000000000003,-2.6000000000000005 3.0900000000000003,-0.975 1.7999999999999998,-0.975" data-type="line" data-label="" points="490.7546115148127,483.8327219675797 490.7546115148127,496.35368339854665 543.3426495248742,496.35368339854665 543.3426495248742,394.6208717719396 462.58244829513694,394.6208717719396" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,-0.975 -1.9999999999999998,-0.975 -1.9999999999999998,-0.32500000000000007 -1.7999999999999998,-0.32500000000000007" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 224.68418110676356,394.6208717719396 224.68418110676356,353.9277471212968 237.20514253773058,353.9277471212968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.5,-0.73 -4.5,-0.9750000000000001 -1.7999999999999998,-0.9750000000000001" data-type="line" data-label="" points="68.17216321967584,379.282694019005 68.17216321967584,394.6208717719396 237.20514253773058,394.6208717719396" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9999999999999998,0.975 -2.2899999999999996,0.975 -2.2899999999999996,0.976" data-type="line" data-label="" points="224.68418110676356,272.54149782001116 206.5287870318614,272.54149782001116 206.5287870318614,272.47889301285636" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="237.20514253773058" y="139.5062826159866" width="225.37730575740636" height="388.14980435997757" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="3.1" x="316.84393515930685" y="112.34391302403574" width="66.09972051425382" height="54.32473918390167" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4.4275" data-y="-0.35" x="40" y="331.70304058133036" width="65.42202347680268" height="47.579653437674665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.4725" data-y="-0.35" x="534.5779765231973" y="331.70304058133036" width="65.42202347680268" height="47.579653437674665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.4050000000000002" data-y="-0.35" x="462.58244829513694" y="336.7114251537172" width="75.75181665735045" height="37.56288429290106" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.345" data-y="-2.1" x="462.582448295137" y="446.26983767467857" width="68.2392397987702" height="37.56288429290112" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.705" data-y="0.8" x="418.75908328675234" y="264.7158969256568" width="75.7518166573505" height="37.562884292901" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="TPS63802DLAR" data-x="2.2199999999999998" data-y="3.0500000000000003" x="443.8010061486864" y="137.00209032979316" width="90.1509223029625" height="11.268865287870312" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="1.62" data-y="2.8150000000000004" x="440.0447177193963" y="149.52305176076018" width="22.537730575740625" height="15.65120178870876" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.6,3.1 -0.5279125,3.10262455" data-type="line" data-label="" points="312.3309111235327,139.50628261598658 316.84393515930685,139.34197316936837" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6,3.1 0.5279125,3.0973754500000004" data-type="line" data-label="" points="387.4566797093348,139.50628261598658 382.94365567356067,139.67059206260478" fill="none" stroke="hsl(0, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 -4.5,0.030000000000000027" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 68.17216321967584,331.70304058133036" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 -1.7999999999999998,0.32499999999999996" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 237.20514253773058,313.23462247065396" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 1.55,1.1" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,0.975 3.4,0.030000000000000027" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 562.7501397428731,331.70304058133036" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,0.975 2.25,-0.04999999999999999" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 490.7546115148127,336.71142515371713" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,0.32500000000000007 1.55,0.5" data-type="line" data-label="" points="462.58244829513694,313.23462247065396 446.9312465064282,302.2787812185578" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,-0.32499999999999996 2.25,-0.6499999999999999" data-type="line" data-label="" points="462.58244829513694,353.9277471212968 490.7546115148127,374.2743094466182" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,-0.32499999999999996 2.25,-1.7999999999999998" data-type="line" data-label="" points="462.58244829513694,353.9277471212968 490.7546115148127,446.26983767467857" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.32499999999999996 -1.7999999999999998,0.975" data-type="line" data-label="" points="237.20514253773058,313.23462247065396 237.20514253773058,272.54149782001116" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.32499999999999996 -4.5,0.030000000000000027" data-type="line" data-label="" points="237.20514253773058,313.23462247065396 68.17216321967584,331.70304058133036" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.32499999999999996 1.55,1.1" data-type="line" data-label="" points="237.20514253773058,313.23462247065396 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.975 -4.5,0.030000000000000027" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 68.17216321967584,331.70304058133036" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,0.975 1.55,1.1" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,0.030000000000000027 1.55,1.1" data-type="line" data-label="" points="68.17216321967584,331.70304058133036 446.9312465064282,264.7158969256568" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 1.7999999999999998,-0.975" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 462.58244829513694,394.6208717719396" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 -1.7999999999999998,-0.975" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 237.20514253773058,394.6208717719396" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 -4.5,-0.73" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 68.17216321967584,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 3.4,-0.73" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.32500000000000007 2.25,-2.4000000000000004" data-type="line" data-label="" points="237.20514253773058,353.9277471212968 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 -1.7999999999999998,-0.975" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 237.20514253773058,394.6208717719396" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 -4.5,-0.73" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 68.17216321967584,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 3.4,-0.73" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,-0.975 2.25,-2.4000000000000004" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.975 -4.5,-0.73" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 68.17216321967584,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.975 3.4,-0.73" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.975 2.25,-2.4000000000000004" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-0.73 3.4,-0.73" data-type="line" data-label="" points="68.17216321967584,379.282694019005 562.7501397428731,379.282694019005" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,-0.73 2.25,-2.4000000000000004" data-type="line" data-label="" points="68.17216321967584,379.282694019005 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.4,-0.73 2.25,-2.4000000000000004" data-type="line" data-label="" points="562.7501397428731,379.282694019005 490.7546115148127,483.8327219675797" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,0.32500000000000007 1.55,0.5" data-type="line" data-label="" points="462.58244829513694,313.23462247065396 446.9312465064282,302.2787812185578" fill="none" stroke="hsl(31, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,0.975 3.4,0.030000000000000027" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 562.7501397428731,331.70304058133036" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.7999999999999998,0.975 2.25,-0.04999999999999999" data-type="line" data-label="" points="462.58244829513694,272.54149782001116 490.7546115148127,336.71142515371713" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.4,0.030000000000000027 2.25,-0.04999999999999999" data-type="line" data-label="" points="562.7501397428731,331.70304058133036 490.7546115148127,336.71142515371713" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6,3.1 -0.6,3.12 -0.5639562499999999,3.12 -0.5639562499999999,3.10262455 -0.5279125,3.10262455" data-type="line" data-label="" points="312.3309111235327,139.50628261598658 312.3309111235327,138.25418647288987 314.5874231414198,138.25418647288987 314.5874231414198,139.34197316936837 316.84393515930685,139.34197316936837" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6,3.1 0.6,3.12 0.5639562499999999,3.12 0.5639562499999999,3.0973754500000004 0.5279125,3.0973754500000004" data-type="line" data-label="" points="387.4566797093348,139.50628261598658 387.4566797093348,138.25418647288987 385.20016769144775,138.25418647288987 385.20016769144775,139.67059206260478 382.94365567356067,139.67059206260478" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,0.975 -1.9999999999999998,0.975 -1.9999999999999998,0.32499999999999996 -1.7999999999999998,0.32499999999999996" data-type="line" data-label="" points="237.20514253773058,272.54149782001116 224.68418110676356,272.54149782001116 224.68418110676356,313.23462247065396 237.20514253773058,313.23462247065396" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.25,-0.04999999999999999 2.25,0.23000000000000026 3.4,0.23000000000000026 3.4,0.030000000000000082" data-type="line" data-label="" points="490.7546115148127,336.71142515371713 490.7546115148127,319.1820791503633 562.7501397428731,319.1820791503633 562.7501397428731,331.70304058133036" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.25,-1.7999999999999998 2.25,-0.6499999999999999" data-type="line" data-label="" points="490.7546115148127,446.26983767467857 490.7546115148127,374.2743094466182" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7999999999999998,-0.975 3.4,-0.975 3.4,-0.73" data-type="line" data-label="" points="462.58244829513694,394.6208717719396 562.7501397428731,394.6208717719396 562.7501397428731,379.282694019005" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.25,-2.4000000000000004 2.25,-2.6000000000000005 3.0900000000000003,-2.6000000000000005 3.0900000000000003,-0.975 1.7999999999999998,-0.975" data-type="line" data-label="" points="490.7546115148127,483.8327219675797 490.7546115148127,496.35368339854665 543.3426495248742,496.35368339854665 543.3426495248742,394.6208717719396 462.58244829513694,394.6208717719396" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7999999999999998,-0.975 -1.9999999999999998,-0.975 -1.9999999999999998,-0.32500000000000007 -1.7999999999999998,-0.32500000000000007" data-type="line" data-label="" points="237.20514253773058,394.6208717719396 224.68418110676356,394.6208717719396 224.68418110676356,353.9277471212968 237.20514253773058,353.9277471212968" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.5,-0.73 -4.5,-0.9750000000000001 -1.7999999999999998,-0.9750000000000001" data-type="line" data-label="" points="68.17216321967584,379.282694019005 68.17216321967584,394.6208717719396 237.20514253773058,394.6208717719396" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9999999999999998,0.975 -2.2899999999999996,0.975 -2.2899999999999996,0.976" data-type="line" data-label="" points="224.68418110676356,272.54149782001116 206.5287870318614,272.54149782001116 206.5287870318614,272.47889301285636" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="237.20514253773058" y="139.5062826159866" width="225.37730575740636" height="388.14980435997757" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="3.1" x="316.84393515930685" y="112.34391302403574" width="66.09972051425382" height="54.32473918390167" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4.4275" data-y="-0.35" x="40" y="331.70304058133036" width="65.42202347680268" height="47.579653437674665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.4725" data-y="-0.35" x="534.5779765231973" y="331.70304058133036" width="65.42202347680268" height="47.579653437674665" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.4050000000000002" data-y="-0.35" x="462.58244829513694" y="336.7114251537172" width="75.75181665735045" height="37.56288429290106" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.345" data-y="-2.1" x="462.582448295137" y="446.26983767467857" width="68.2392397987702" height="37.56288429290112" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="1.705" data-y="0.8" x="418.75908328675234" y="264.7158969256568" width="75.7518166573505" height="37.562884292901" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="TPS63802DLAR" data-x="2.2199999999999998" data-y="3.0500000000000003" x="443.8010061486864" y="137.00209032979316" width="90.1509223029625" height="11.268865287870312" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="U1" data-x="1.62" data-y="2.8150000000000004" x="440.0447177193963" y="149.52305176076018" width="22.537730575740625" height="15.65120178870876" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
2
4
|
globalConnNetId: connectivity_net2" data-x="-2.2899999999999996" data-y="1.186" x="191.503633314701" y="246.18487400782558" width="30.050307434320814" height="26.294019005030748" fill="#ef444466" stroke="#ef4444" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
3
5
|
globalConnNetId: connectivity_net2" data-x="-4.5" data-y="0.24100000000000002" x="53.147009502515374" y="305.34641676914475" width="30.050307434320928" height="26.294019005030748" fill="#ef444466" stroke="#ef4444" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="1.55" data-y="1.311" x="440.67076579094464" y="238.3592731134712" width="12.520961430967077" height="26.294019005030748" fill="#ef444466" stroke="#ef4444" stroke-width="0.015973214285714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -52,7 +54,7 @@ orientation: y+" data-x="3.4" data-y="0.23000000000000026" cx="562.7501397428731
|
|
|
52
54
|
const h = svg.getElementById('crosshair-h');
|
|
53
55
|
const v = svg.getElementById('crosshair-v');
|
|
54
56
|
const coords = svg.getElementById('coordinates');
|
|
55
|
-
|
|
57
|
+
|
|
56
58
|
crosshair.style.display = 'block';
|
|
57
59
|
h.setAttribute('x1', '0');
|
|
58
60
|
h.setAttribute('x2', '640');
|
|
@@ -71,13 +73,13 @@ orientation: y+" data-x="3.4" data-y="0.23000000000000026" cx="562.7501397428731
|
|
|
71
73
|
// y' = (y - ty) / sy
|
|
72
74
|
const sx = matrix.a;
|
|
73
75
|
const sy = matrix.d;
|
|
74
|
-
const tx = matrix.e;
|
|
76
|
+
const tx = matrix.e;
|
|
75
77
|
const ty = matrix.f;
|
|
76
78
|
const realPoint = {
|
|
77
79
|
x: (x - tx) / sx,
|
|
78
80
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
79
81
|
}
|
|
80
|
-
|
|
82
|
+
|
|
81
83
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
82
84
|
coords.setAttribute('x', (x + 5).toString());
|
|
83
85
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -85,4 +87,97 @@ orientation: y+" data-x="3.4" data-y="0.23000000000000026" cx="562.7501397428731
|
|
|
85
87
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
86
88
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
87
89
|
});
|
|
88
|
-
]]></script
|
|
90
|
+
]]></script>
|
|
91
|
+
</g>
|
|
92
|
+
<g transform="translate(1216, 200)">
|
|
93
|
+
<style>
|
|
94
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
95
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
96
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
97
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
98
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
99
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
100
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
101
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
102
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
103
|
+
|
|
104
|
+
</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 594.54067041982 79.70333430241999 L 594.54067041982 77.51960247036402 L 598.4761646309034 77.51960247036402 L 598.4761646309034 79.41676863342889 L 602.4116588419869 79.41676863342889" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 594.54067041982 79.70333430241999 L 594.54067041982 77.51960247036402 L 598.4761646309034 77.51960247036402 L 598.4761646309034 79.41676863342889 L 602.4116588419869 79.41676863342889" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 725.56458034318 79.70333430241999 L 725.56458034318 77.51960247036402 L 721.6290861320965 77.51960247036402 L 721.6290861320965 79.98989997141109 L 717.6935919210131 79.98989997141109" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 725.56458034318 79.70333430241999 L 725.56458034318 77.51960247036402 L 721.6290861320965 77.51960247036402 L 721.6290861320965 79.98989997141109 L 717.6935919210131 79.98989997141109" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 463.51676049646005 311.72484145837 L 441.6794421759 311.72484145837 L 441.6794421759 382.69612600019 L 463.51676049646005 382.69612600019" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.51676049646005 311.72484145837 L 441.6794421759 311.72484145837 L 441.6794421759 382.69612600019 L 463.51676049646005 382.69612600019" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 905.7224564878 423.64109785124 L 905.7224564878 393.06885220245596 L 1031.28703683102 393.06885220245596 L 1031.28703683102 414.906170523016" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.7224564878 423.64109785124 L 905.7224564878 393.06885220245596 L 1031.28703683102 393.06885220245596 L 1031.28703683102 414.906170523016" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 905.7224564878 614.71763315614 L 905.7224564878 489.15305281292" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.7224564878 614.71763315614 L 905.7224564878 489.15305281292" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 856.5884902665399 524.63869508383 L 1031.28703683102 524.63869508383 L 1031.28703683102 497.887980141144" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 856.5884902665399 524.63869508383 L 1031.28703683102 524.63869508383 L 1031.28703683102 497.887980141144" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 905.7224564878 680.22958811782 L 905.7224564878 702.0669064383801 L 997.439193434152 702.0669064383801 L 997.439193434152 524.63869508383 L 856.5884902665399 524.63869508383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 905.7224564878 680.22958811782 L 905.7224564878 702.0669064383801 L 997.439193434152 702.0669064383801 L 997.439193434152 524.63869508383 L 856.5884902665399 524.63869508383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 463.51676049646005 524.63869508383 L 441.6794421759 524.63869508383 L 441.6794421759 453.66741054201 L 463.51676049646005 453.66741054201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 463.51676049646005 524.63869508383 L 441.6794421759 524.63869508383 L 441.6794421759 453.66741054201 L 463.51676049646005 453.66741054201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 168.7129631689 497.887980141144 L 168.7129631689 524.63869508383 L 463.51676049646005 524.63869508383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 168.7129631689 497.887980141144 L 168.7129631689 524.63869508383 L 463.51676049646005 524.63869508383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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 441.6794421759 311.72484145837 L 410.0153306110881 311.72484145837 L 410.0153306110881 311.6156548667672" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.469854656448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 441.6794421759 311.72484145837 L 410.0153306110881 311.72484145837 L 410.0153306110881 311.6156548667672" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.183731832056px" 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"><circle cx="441.6794421759" cy="311.72484145837" r="3.2755977480839995" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="856.5884902665399" cy="524.63869508383" r="3.2755977480839995" 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="463.51676049646005" cy="524.63869508383" r="3.2755977480839995" 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="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="507.19139713758" y="123.37797094353999" width="305.72245648783996" height="589.60759465512" stroke-width="2.183731832056px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="507.19139713758" y="123.37797094353999" width="305.72245648783996" height="589.60759465512" fill="transparent"/><text class="sch-text" x="660.0526253815" y="418.1817682711" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.653586488503997px" transform="rotate(0, 660.0526253815, 418.1817682711)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="507.19139713758" y1="382.69612600019" x2="463.51676049646005" y2="382.69612600019" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="461.333028664404" y="380.512394168134" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="485.35407881701997" y="380.512394168134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="507.19139713758" y1="453.66741054201" x2="463.51676049646005" y2="453.66741054201" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="461.333028664404" y="451.48367870995395" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="485.35407881701997" y="451.483678709954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="812.91385362542" y1="524.63869508383" x2="856.5884902665399" y2="524.63869508383" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="854.4047584344839" y="522.4549632517741" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.75117194598" y="522.454963251774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="812.91385362542" y1="453.66741054201" x2="854.4047584344839" y2="453.66741054201" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="856.5884902665399" cy="453.66741054201" r="2.183731832056" stroke-width="2.183731832056px"/><rect x="854.4047584344839" y="451.48367870995395" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.75117194598" y="451.483678709954" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="812.91385362542" y1="382.69612600019" x2="854.4047584344839" y2="382.69612600019" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="856.5884902665399" cy="382.69612600019" r="2.183731832056" stroke-width="2.183731832056px"/><rect x="854.4047584344839" y="380.512394168134" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.75117194598" y="380.512394168134" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="812.91385362542" y1="311.72484145837" x2="854.4047584344839" y2="311.72484145837" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="856.5884902665399" cy="311.72484145837" r="2.183731832056" stroke-width="2.183731832056px"/><rect x="854.4047584344839" y="309.541109626314" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.75117194598" y="309.541109626314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="725.56458034318" y1="123.37797094353999" x2="725.56458034318" y2="79.70333430241999" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="723.380848511124" y="77.51960247036399" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="723.380848511124" y="101.54065262297996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="rotate(-90 723.380848511124 101.54065262297996)">7</text><line class="component-pin sch-component-pin sch-port-line" x1="507.19139713758" y1="524.63869508383" x2="463.51676049646005" y2="524.63869508383" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="461.333028664404" y="522.4549632517741" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="485.35407881701997" y="522.454963251774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="594.54067041982" y1="123.37797094353999" x2="594.54067041982" y2="79.70333430241999" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="592.356938587764" y="77.51960247036399" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.356938587764" y="101.54065262297996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="rotate(-90 592.356938587764 101.54065262297996)">9</text><line class="component-pin sch-component-pin sch-port-line" x1="507.19139713758" y1="311.72484145837" x2="463.51676049646005" y2="311.72484145837" stroke-width="2.183731832056px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="461.333028664404" y="309.541109626314" width="4.367463664112" height="4.367463664112" opacity="0"/></g><text class="pin-number sch-pin-number" x="485.35407881701997" y="309.541109626314" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.377988740419998px" transform="">10</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="602.4794637153723" y="68.82265569802905" width="115.24857657529162" height="11.231642525109379" fill="transparent"/><path class="sch-component-symbol-path" d="M 638.4372288083728 79.6957076189965 L 638.165404421114 79.16795851145115 L 637.8935800338551 78.64178726659291 L 637.6217556465963 78.11876201906072 L 637.3499312593374 77.60043150737384 L 637.0781068720786 77.08831552544393 L 636.8062824848197 76.5838955525401 L 636.5344580975609 76.08860561947667 L 636.2626337103021 75.6038234673363 L 635.9908093230432 75.13086205323805 L 635.7189849357844 74.67096145552016 L 635.4471605485255 74.22528122824473 L 635.1753361612667 73.79489325216132 L 634.9035117740079 73.3807751262057 L 634.631687386749 72.98380414027736 L 634.3598629994902 72.60475186645547 L 634.0880386122313 72.24427940200053 L 633.8162142249726 71.90293329346983 L 633.5443898377138 71.5811421670763 L 633.2725654504549 71.27921408606521 L 633.0007410631961 70.99733465140201 L 632.7289166759372 70.7355658574805 L 632.4570922886784 70.49384570990686 L 632.1852679014195 70.2719886077157 L 631.9134435141607 70.06968648766168 L 631.6416191269019 69.88651072353191 L 631.369794739643 69.7219147687691 L 631.0979703523842 69.57523752611273 L 630.8261459651253 69.44570742348363 L 630.5543215778665 69.33244717098233 L 630.2824971906077 69.23447916967305 L 630.0106728033488 69.15073153880623 L 629.73884841609 69.08004472431976 L 629.4670240288311 69.02117864787543 L 629.1951996415723 68.97282035235413 L 628.9233752543134 68.93359209667325 L 628.6515508670547 68.90205985001846 L 628.3797264797959 68.87674213312063 L 628.107902092537 68.85611915206812 L 627.8360777052782 68.83864216834164 L 627.5642533180193 68.82274304730227 L 627.292429203727 68.83864216834164 L 627.0206050894346 68.85611915206812 L 626.7487809751423 68.87674213312063 L 626.4769568608499 68.90205985001846 L 626.2051327465575 68.93359209667325 L 625.9333086322652 68.97282035235413 L 625.6614845179729 69.02117864787543 L 625.3896604036805 69.08004472431976 L 625.1178362893882 69.15073153880623 L 624.8460121750958 69.23447916967305 L 624.5741880608034 69.33244717098233 L 624.302363946511 69.44570742348363 L 624.0305398322187 69.57523752611273 L 623.7587157179264 69.7219147687691 L 623.486891603634 69.88651072353191 L 623.2150674893417 70.06968648766168 L 622.9432433750493 70.2719886077157 L 622.6714192607569 70.49384570990686 L 622.3995951464645 70.7355658574805 L 622.1277710321722 70.99733465140201 L 621.8559469178799 71.27921408606521 L 621.5841228035875 71.5811421670763 L 621.3122986892952 71.90293329346983 L 621.0404745750028 72.24427940200053 L 620.7686504607104 72.60475186645547 L 620.4968263464181 72.98380414027736 L 620.2250022321257 73.3807751262057 L 619.9531781178334 73.79489325216132 L 619.6813540035411 74.22528122824473 L 619.4095298892487 74.67096145552016 L 619.1377057749563 75.13086205323805 L 618.865881660664 75.6038234673363 L 618.5940575463716 76.08860561947667 L 618.3222334320793 76.5838955525401 L 618.050409317787 77.08831552544393 L 617.7785852034946 77.60043150737384 L 617.5067610892022 78.11876201906072 L 617.2349369749098 78.64178726659291 L 616.9631128606175 79.16795851145115 L 616.6912887463252 79.6957076189965" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 660.1831579517612 79.69563118838242 L 659.9113338374689 79.1678818078706 L 659.6395097231765 78.64171029004589 L 659.3676856088841 78.11868476954722 L 659.0958614945918 77.60035398489386 L 658.8240373802994 77.08823772999746 L 658.5522132660071 76.58381748412715 L 658.2803891517148 76.08852727809726 L 658.0085650374224 75.6037448529904 L 657.73674092313 75.13078316592568 L 657.4649168088376 74.6708822952413 L 657.1930926945453 74.22520179499939 L 656.921268580253 73.79481354594951 L 656.6494444659606 73.38069514702742 L 656.3776203516683 72.9837238881326 L 656.1057962373759 72.60467134134423 L 655.8339721230835 72.2441986039228 L 655.5621480087912 71.90285222242562 L 655.2903238944989 71.5810608230656 L 655.0184997802065 71.27913246908805 L 654.7466756659142 70.99725276145837 L 654.4748515516218 70.73548369457038 L 654.2030274373294 70.49376327403027 L 653.931203323037 70.27190589887262 L 653.6593792087447 70.06960350585213 L 653.3875550944524 69.88642746875588 L 653.11573098016 69.72183124102658 L 652.8439068658677 69.57515372540374 L 652.5720827515753 69.44562334980816 L 652.3002586372829 69.33236282434038 L 652.0284345229906 69.23439455006462 L 651.7566104086983 69.15064664623132 L 651.4847862944059 69.07995955877838 L 651.2129621801135 69.02109320936756 L 650.9411380658212 68.97273464087979 L 650.6693139515288 68.93350611223244 L 650.3974898372364 68.90197359261117 L 650.1256657229442 68.87665560274685 L 649.8538416086518 68.85603234872787 L 649.5820174943594 68.83855509203491 L 649.3101933800671 68.82265569802905 L 649.0383689928083 68.83855509203491 L 648.7665446055494 68.85603234872787 L 648.4947202182906 68.87665560274685 L 648.2228958310317 68.90197359261117 L 647.9510714437729 68.93350611223244 L 647.679247056514 68.97273464087979 L 647.4074226692552 69.02109320936756 L 647.1355982819964 69.07995955877838 L 646.8637738947375 69.15064664623132 L 646.5919495074787 69.23439455006462 L 646.3201251202198 69.33236282434038 L 646.048300732961 69.44562334980816 L 645.7764763457022 69.57515372540374 L 645.5046519584433 69.72183124102658 L 645.2328275711845 69.88642746875588 L 644.9610031839256 70.06960350585213 L 644.6891787966669 70.27190589887263 L 644.4173544094081 70.49376327403027 L 644.1455300221492 70.73548369457038 L 643.8737056348904 70.99725276145837 L 643.6018812476315 71.27913246908805 L 643.3300568603727 71.58106082306561 L 643.0582324731138 71.90285222242562 L 642.786408085855 72.2441986039228 L 642.5145836985962 72.60467134134423 L 642.2427593113373 72.9837238881326 L 641.9709349240785 73.38069514702742 L 641.6991105368196 73.79481354594951 L 641.4272861495608 74.22520179499939 L 641.155461762302 74.6708822952413 L 640.8836373750431 75.13078316592568 L 640.6118129877843 75.6037448529904 L 640.3399886005254 76.08852727809726 L 640.0681642132666 76.58381748412715 L 639.7963398260079 77.08823772999746 L 639.524515438749 77.60035398489386 L 639.2526910514902 78.11868476954722 L 638.9808666642313 78.64171029004589 L 638.7090422769725 79.1678818078706 L 638.4372178897136 79.69563118838242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 681.9290980138088 79.69563118838242 L 681.65727362655 79.1678818078706 L 681.3854492392911 78.64171029004589 L 681.1136248520323 78.11868476954722 L 680.8418004647734 77.60035398489386 L 680.5699760775146 77.08823772999746 L 680.2981516902557 76.58381748412715 L 680.026327302997 76.08852727809726 L 679.7545029157382 75.6037448529904 L 679.4826785284793 75.13078316592568 L 679.2108541412205 74.6708822952413 L 678.9390297539616 74.22520179499939 L 678.6672053667028 73.79481354594951 L 678.395380979444 73.38069514702742 L 678.1235565921851 72.9837238881326 L 677.8517322049263 72.60467134134423 L 677.5799078176674 72.2441986039228 L 677.3080834304086 71.90285222242562 L 677.0362590431498 71.5810608230656 L 676.7644346558909 71.27913246908805 L 676.4926102686321 70.99725276145837 L 676.2207858813732 70.73548369457038 L 675.9489614941144 70.49376327403027 L 675.6771371068555 70.27190589887262 L 675.4053127195967 70.06960350585213 L 675.133488332338 69.88642746875588 L 674.861663945079 69.72183124102658 L 674.5898395578203 69.57515372540374 L 674.3180151705614 69.44562334980816 L 674.0461907833026 69.33236282434038 L 673.7743663960438 69.23439455006462 L 673.5025420087849 69.15064664623132 L 673.2307176215261 69.07995955877838 L 672.9588932342672 69.02109320936756 L 672.6870688470084 68.97273464087979 L 672.4152444597496 68.93350611223244 L 672.1434200724907 68.90197359261117 L 671.8715956852319 68.87665560274685 L 671.599771297973 68.85603234872787 L 671.3279469107142 68.83855509203491 L 671.0561225234553 68.82265569802905 L 670.7842984091631 68.83855509203491 L 670.5124742948707 68.85603234872787 L 670.2406501805783 68.87665560274685 L 669.9688260662859 68.90197359261117 L 669.6970019519936 68.93350611223244 L 669.4251778377012 68.97273464087979 L 669.1533537234089 69.02109320936756 L 668.8815296091166 69.07995955877838 L 668.6097054948242 69.15064664623132 L 668.3378813805318 69.23439455006462 L 668.0660572662395 69.33236282434038 L 667.7942331519471 69.44562334980816 L 667.5224090376547 69.57515372540374 L 667.2505849233625 69.72183124102658 L 666.9787608090701 69.88642746875588 L 666.7069366947777 70.06960350585213 L 666.4351125804853 70.27190589887263 L 666.163288466193 70.49376327403027 L 665.8914643519006 70.73548369457038 L 665.6196402376083 70.99725276145837 L 665.347816123316 71.27913246908805 L 665.0759920090236 71.58106082306561 L 664.8041678947312 71.90285222242562 L 664.5323437804389 72.2441986039228 L 664.2605196661465 72.60467134134423 L 663.9886955518542 72.9837238881326 L 663.7168714375618 73.38069514702742 L 663.4450473232695 73.79481354594951 L 663.1732232089771 74.22520179499939 L 662.9013990946847 74.6708822952413 L 662.6295749803924 75.13078316592568 L 662.3577508661 75.6037448529904 L 662.0859267518077 76.08852727809726 L 661.8141026375154 76.58381748412715 L 661.542278523223 77.08823772999746 L 661.2704544089306 77.60035398489386 L 660.9986302946382 78.11868476954722 L 660.7268061803459 78.64171029004589 L 660.4549820660536 79.1678818078706 L 660.1831579517612 79.69563118838242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 703.6750271571973 79.69563118838242 L 703.4032030429049 79.1678818078706 L 703.1313789286125 78.64171029004589 L 702.8595548143202 78.11868476954722 L 702.5877307000278 77.60035398489386 L 702.3159065857355 77.08823772999746 L 702.0440824714432 76.58381748412715 L 701.7722583571508 76.08852727809726 L 701.5004342428584 75.6037448529904 L 701.2286101285661 75.13078316592568 L 700.9567860142737 74.6708822952413 L 700.6849618999813 74.22520179499939 L 700.4131377856891 73.79481354594951 L 700.1413136713967 73.38069514702742 L 699.8694895571043 72.9837238881326 L 699.597665442812 72.60467134134423 L 699.3258413285196 72.2441986039228 L 699.0540172142272 71.90285222242562 L 698.7821930999348 71.5810608230656 L 698.5103689856426 71.27913246908805 L 698.2385448713502 70.99725276145837 L 697.9667207570578 70.73548369457038 L 697.6948966427655 70.49376327403027 L 697.4230725284731 70.27190589887262 L 697.1512484141808 70.06960350585213 L 696.8794242998885 69.88642746875588 L 696.6076001855961 69.72183124102658 L 696.3357760713037 69.57515372540374 L 696.0639519570113 69.44562334980816 L 695.792127842719 69.33236282434038 L 695.5203037284266 69.23439455006462 L 695.2484796141343 69.15064664623132 L 694.976655499842 69.07995955877838 L 694.7048313855496 69.02109320936756 L 694.4330072712572 68.97273464087979 L 694.1611831569649 68.93350611223244 L 693.8893590426725 68.90197359261117 L 693.6175349283802 68.87665560274685 L 693.3457108140879 68.85603234872787 L 693.0738866997955 68.83855509203491 L 692.8020625855031 68.82265569802905 L 692.5302381982443 68.83855509203491 L 692.2584138109854 68.85603234872787 L 691.9865894237266 68.87665560274685 L 691.7147650364677 68.90197359261117 L 691.4429406492089 68.93350611223244 L 691.1711162619501 68.97273464087979 L 690.8992918746912 69.02109320936756 L 690.6274674874325 69.07995955877838 L 690.3556431001736 69.15064664623132 L 690.0838187129148 69.23439455006462 L 689.8119943256559 69.33236282434038 L 689.5401699383971 69.44562334980816 L 689.2683455511383 69.57515372540374 L 688.9965211638794 69.72183124102658 L 688.7246967766206 69.88642746875588 L 688.4528723893617 70.06960350585213 L 688.1810480021029 70.27190589887263 L 687.9092236148441 70.49376327403027 L 687.6373992275852 70.73548369457038 L 687.3655748403264 70.99725276145837 L 687.0937504530675 71.27913246908805 L 686.8219260658087 71.58106082306561 L 686.5501016785499 71.90285222242562 L 686.278277291291 72.2441986039228 L 686.0064529040322 72.60467134134423 L 685.7346285167733 72.9837238881326 L 685.4628041295146 73.38069514702742 L 685.1909797422556 73.79481354594951 L 684.9191553549969 74.22520179499939 L 684.6473309677381 74.6708822952413 L 684.3755065804792 75.13078316592568 L 684.1036821932204 75.6037448529904 L 683.8318578059615 76.08852727809726 L 683.5600334187027 76.58381748412715 L 683.2882090314439 77.08823772999746 L 683.016384644185 77.60035398489386 L 682.7445602569262 78.11868476954722 L 682.4727358696673 78.64171029004589 L 682.2009114824085 79.1678818078706 L 681.9290870951496 79.69563118838242" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 616.3494801213126 79.55564305928844 L 602.4794637153723 79.55564305928844" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 717.7280402906639 80.05429822313843 L 703.8580238847235 80.05429822313843" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="659.8326580740571" y="51.98409607691006" stroke="rgb(245, 241, 237)" stroke-width="2.183731832056px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="19.653586488503997px">L1</text><text class="sch-component-text" x="659.814030263404" y="102.20417307894844" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="19.653586488503997px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="146.58171454374525" y="414.90617052301604" width="44.26249725030948" height="82.98180961812795" fill="transparent"/><path class="sch-component-symbol-path" d="M 168.7129631689 497.887980141144 L 168.7129631689 464.69525629389284" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 168.7129631689 448.0988943702672 L 168.7129631689 414.90617052301604" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 190.84421179405473 464.69525629389284 L 146.58171454374525 464.69525629389284" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 190.84421179405473 448.0988943702672 L 146.58171454374525 448.0988943702672" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="184.61781001237452" y="428.73647212603737" stroke="rgb(245, 241, 237)" stroke-width="2.183731832056px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="19.653586488503997px">C1</text><text class="sch-component-text" x="184.61781001237452" y="484.0576785381227" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="19.653586488503997px"></text><circle class="component-pin sch-component-pin" cx="168.7129631689" cy="414.90617052301604" r="2.183731832056px" stroke-width="2.183731832056px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="1009.1557882058653" y="414.90617052301604" width="44.26249725030948" height="82.98180961812795" fill="transparent"/><path class="sch-component-symbol-path" d="M 1031.28703683102 497.887980141144 L 1031.28703683102 464.69525629389284" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1031.28703683102 448.0988943702672 L 1031.28703683102 414.90617052301604" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1053.4182854561748 464.69525629389284 L 1009.1557882058653 464.69525629389284" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1053.4182854561748 448.0988943702672 L 1009.1557882058653 448.0988943702672" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1047.1918836744946" y="428.73647212603737" stroke="rgb(245, 241, 237)" stroke-width="2.183731832056px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="19.653586488503997px">C2</text><text class="sch-component-text" x="1047.1918836744946" y="484.0576785381227" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="19.653586488503997px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="896.989712891408" y="423.64109785124" width="17.46548719278394" height="65.51195496167998" fill="transparent"/><path class="sch-component-symbol-path" d="M 905.7224564878 423.64109785124 L 905.7224564878 434.561940743352" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 905.7224564878 478.2322099208079 L 905.7224564878 489.15305281291995" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 914.4552000841919 434.561940743352 L 914.4552000841919 478.2322099208079 L 896.989712891408 478.2322099208079 L 896.989712891408 434.561940743352 L 914.4552000841919 434.561940743352" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="923.1923111442479" y="438.927220675632" stroke="rgb(245, 241, 237)" stroke-width="2.183731832056px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.653586488503997px">R1</text><text class="sch-component-text" x="923.1923111442479" y="473.86692998852794" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.653586488503997px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="896.989712891408" y="614.71763315614" width="17.46548719278394" height="65.51195496167998" fill="transparent"/><path class="sch-component-symbol-path" d="M 905.7224564878 614.71763315614 L 905.7224564878 625.638476048252" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 905.7224564878 669.308745225708 L 905.7224564878 680.22958811782" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 914.4552000841919 625.638476048252 L 914.4552000841919 669.308745225708 L 896.989712891408 669.308745225708 L 896.989712891408 625.638476048252 L 914.4552000841919 625.638476048252" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="923.1923111442479" y="630.003755980532" stroke="rgb(245, 241, 237)" stroke-width="2.183731832056px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.653586488503997px">R2</text><text class="sch-component-text" x="923.1923111442479" y="664.943465293428" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.653586488503997px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="820.559098769448" y="298.07651750802" width="17.46548719278394" height="65.51195496167998" fill="transparent"/><path class="sch-component-symbol-path" d="M 829.29184236584 298.07651750802 L 829.29184236584 308.99736040013204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 829.29184236584 352.66762957758795 L 829.29184236584 363.5884724697" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 838.024585962232 308.99736040013204 L 838.024585962232 352.66762957758795 L 820.559098769448 352.66762957758795 L 820.559098769448 308.99736040013204 L 838.024585962232 308.99736040013204" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.183731832056px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="846.761697022288" y="313.362640332412" stroke="rgb(245, 241, 237)" stroke-width="2.183731832056px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.653586488503997px">R3</text><text class="sch-component-text" x="846.761697022288" y="348.30234964530797" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="19.653586488503997px"></text><circle class="component-pin sch-component-pin" cx="829.29184236584" cy="298.07651750802" r="2.183731832056px" stroke-width="2.183731832056px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="829.29184236584" cy="363.5884724697" r="2.183731832056px" stroke-width="2.183731832056px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="463.51676049646005" cy="382.69612600019" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="463.51676049646005" cy="453.66741054201" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="856.5884902665399" cy="524.63869508383" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="856.5884902665399" cy="453.66741054201" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="856.5884902665399" cy="382.69612600019" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="856.5884902665399" cy="311.72484145837" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="725.56458034318" cy="79.70333430241999" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="463.51676049646005" cy="524.63869508383" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="594.54067041982" cy="79.70333430241999" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="463.51676049646005" cy="311.72484145837" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="602.4116588419869" cy="79.41676863342889" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="717.6935919210131" cy="79.98989997141109" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="168.7129631689" cy="423.64109785124" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="168.7129631689" cy="506.622907469368" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1031.28703683102" cy="423.64109785124" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1031.28703683102" cy="506.622907469368" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="905.7224564878" cy="423.64109785124" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="905.7224564878" cy="489.15305281291995" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="905.7224564878" cy="614.71763315614" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="905.7224564878" cy="680.2295881178201" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="829.29184236584" cy="298.07651750802" r="4.367463664112" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="829.29184236584" cy="363.58847246970004" r="4.367463664112" 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="
|
|
105
|
+
M 410.0153306110881,311.6156548667672
|
|
106
|
+
L 399.09667145080806,305.719578920216
|
|
107
|
+
L 399.09667145080806,268.27585710656246
|
|
108
|
+
L 420.9339897713681,268.27585710656246
|
|
109
|
+
L 420.9339897713681,305.719578920216
|
|
110
|
+
Z
|
|
111
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><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="410.0153306110881" y="301.78886162251524" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="rotate(-90 410.0153306110881 301.78886162251524)">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="
|
|
112
|
+
M 168.7129631689,414.906170523016
|
|
113
|
+
L 157.79430400862,409.0100945764648
|
|
114
|
+
L 157.79430400862,371.5663727628112
|
|
115
|
+
L 179.63162232918,371.5663727628112
|
|
116
|
+
L 179.63162232917998,409.0100945764648
|
|
117
|
+
Z
|
|
118
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><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="168.7129631689" y="405.079377278764" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="rotate(-90 168.7129631689 405.079377278764)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
119
|
+
M 829.29184236584,298.07651750802
|
|
120
|
+
L 818.37318320556,292.1804415614688
|
|
121
|
+
L 818.37318320556,254.73671974781527
|
|
122
|
+
L 840.21050152612,254.73671974781527
|
|
123
|
+
L 840.21050152612,292.1804415614688
|
|
124
|
+
Z
|
|
125
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><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="829.29184236584" y="288.24972426376803" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="rotate(-90 829.29184236584 288.24972426376803)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
126
|
+
M 168.7129631689,524.63869508383
|
|
127
|
+
L 179.63162232917998,530.5347710303812
|
|
128
|
+
L 179.63162232918,567.9784928440348
|
|
129
|
+
L 157.79430400862,567.9784928440348
|
|
130
|
+
L 157.79430400862,530.5347710303812
|
|
131
|
+
Z
|
|
132
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><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="168.7129631689" y="534.4654883280821" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="rotate(90 168.7129631689 534.4654883280821)">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="
|
|
133
|
+
M 905.7224564878,702.0669064383801
|
|
134
|
+
L 916.6411156480799,707.9629823849313
|
|
135
|
+
L 916.6411156480799,745.4067041985849
|
|
136
|
+
L 894.80379732752,745.4067041985849
|
|
137
|
+
L 894.80379732752,707.9629823849313
|
|
138
|
+
Z
|
|
139
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><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="905.7224564878" y="711.8936996826321" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="rotate(90 905.7224564878 711.8936996826321)">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="
|
|
140
|
+
M 856.5884902665399,453.66741054201
|
|
141
|
+
L 862.4845662130911,442.74875138172996
|
|
142
|
+
L 899.9282880267447,442.74875138172996
|
|
143
|
+
L 899.9282880267447,464.58606970229
|
|
144
|
+
L 862.4845662130911,464.58606970229
|
|
145
|
+
Z
|
|
146
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><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="866.4152835107919" y="453.66741054201" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
147
|
+
M 905.7224564878,551.9353429845299
|
|
148
|
+
L 911.6185324343511,541.01668382425
|
|
149
|
+
L 949.0622542480047,541.01668382425
|
|
150
|
+
L 949.0622542480047,562.8540021448099
|
|
151
|
+
L 911.6185324343511,562.8540021448099
|
|
152
|
+
Z
|
|
153
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><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="915.549249732052" y="551.9353429845299" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
154
|
+
M 856.5884902665399,382.69612600019
|
|
155
|
+
L 862.4845662130911,371.77746683991
|
|
156
|
+
L 899.9282880267447,371.77746683991
|
|
157
|
+
L 899.9282880267447,393.61478516047003
|
|
158
|
+
L 862.4845662130911,393.61478516047003
|
|
159
|
+
Z
|
|
160
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="866.4152835107919" y="382.69612600019" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
161
|
+
M 829.29184236584,363.5884724697
|
|
162
|
+
L 840.21050152612,369.4845484162512
|
|
163
|
+
L 840.21050152612,406.92827022990474
|
|
164
|
+
L 818.37318320556,406.92827022990474
|
|
165
|
+
L 818.37318320556,369.4845484162512
|
|
166
|
+
Z
|
|
167
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="829.29184236584" y="373.41526571395195" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="rotate(90 829.29184236584 373.41526571395195)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
168
|
+
M 856.5884902665399,311.72484145837
|
|
169
|
+
L 862.4845662130911,300.80618229809
|
|
170
|
+
L 899.9282880267447,300.80618229809
|
|
171
|
+
L 899.9282880267447,322.64350061865
|
|
172
|
+
L 862.4845662130911,322.64350061865
|
|
173
|
+
Z
|
|
174
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="866.4152835107919" y="311.72484145837" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
175
|
+
M 1031.28703683102,393.06885220245596
|
|
176
|
+
L 1020.3683776707401,387.17277625590475
|
|
177
|
+
L 1020.3683776707401,349.7290544422512
|
|
178
|
+
L 1042.2056959913,349.7290544422512
|
|
179
|
+
L 1042.2056959913,387.17277625590475
|
|
180
|
+
Z
|
|
181
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.183731832056px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="1031.28703683102" y="383.242058958204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="19.653586488503997px" transform="rotate(-90 1031.28703683102 383.242058958204)">XX</text><text class="sch-text" x="902.4468587397159" y="85.16266388255997" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.65358648850397px" transform="rotate(0, 902.4468587397159, 85.16266388255997)">TPS63802DLAR</text><text class="sch-text" x="836.934903778036" y="110.82151290921797" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="19.653586488503997px" transform="rotate(0, 836.934903778036, 110.82151290921797)">U1</text><rect class="schematic-box sch-box" x="823.8325127856999" y="75.335870638308" width="157.22869190803203" height="19.653586488504004" stroke-width="2.183731832056px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="17.469854656448 8.734927328224"/><rect class="schematic-box sch-box" x="817.2813172895319" y="97.17318895886802" width="39.30717297700812" height="27.296647900699952" stroke-width="2.183731832056px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="17.469854656448 8.734927328224"/>
|
|
182
|
+
</g>
|
|
183
|
+
</svg>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="0.5279125,3.0973754500000004 0.7,3" data-type="line" data-label="" points="363.46296663543797,319.86511717601365 416.18376153125485,349.6970987396827" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.5279125,3.0973754500000004 0.61395625,3.0973754500000004 0.61395625,3 0.7,3" data-type="line" data-label="" points="363.46296663543797,319.86511717601365 389.8233640833464,319.86511717601365 389.8233640833464,349.6970987396827 416.18376153125485,349.6970987396827" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="1" data-y="3" x="416.18376153125485" y="245.5345636073937" width="183.81623846874515" height="208.32507026457802" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0032641294642857146"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="3.1" x="40" y="186.14036612802857" width="323.46296663543797" height="265.8413857337265" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0032641294642857146"/></g><g><circle data-type="point" data-label="R1.1
|
|
2
4
|
x-" data-x="0.7" data-y="3" cx="416.18376153125485" cy="349.6970987396827" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R1.2
|
|
3
5
|
x+" data-x="1.3" data-y="3" cx="600" cy="349.6970987396827" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="L1.1
|
|
4
6
|
x-" data-x="-0.5279125" data-y="3.10262455" cx="40.00000000000003" cy="318.25700081377" r="3" fill="hsl(40, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="L1.2
|
|
@@ -12,7 +14,7 @@ x+" data-x="0.5279125" data-y="3.0973754500000004" cx="363.46296663543797" cy="3
|
|
|
12
14
|
const h = svg.getElementById('crosshair-h');
|
|
13
15
|
const v = svg.getElementById('crosshair-v');
|
|
14
16
|
const coords = svg.getElementById('coordinates');
|
|
15
|
-
|
|
17
|
+
|
|
16
18
|
crosshair.style.display = 'block';
|
|
17
19
|
h.setAttribute('x1', '0');
|
|
18
20
|
h.setAttribute('x2', '640');
|
|
@@ -31,13 +33,13 @@ x+" data-x="0.5279125" data-y="3.0973754500000004" cx="363.46296663543797" cy="3
|
|
|
31
33
|
// y' = (y - ty) / sy
|
|
32
34
|
const sx = matrix.a;
|
|
33
35
|
const sy = matrix.d;
|
|
34
|
-
const tx = matrix.e;
|
|
36
|
+
const tx = matrix.e;
|
|
35
37
|
const ty = matrix.f;
|
|
36
38
|
const realPoint = {
|
|
37
39
|
x: (x - tx) / sx,
|
|
38
40
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
39
41
|
}
|
|
40
|
-
|
|
42
|
+
|
|
41
43
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
42
44
|
coords.setAttribute('x', (x + 5).toString());
|
|
43
45
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -45,4 +47,20 @@ x+" data-x="0.5279125" data-y="3.0973754500000004" cx="363.46296663543797" cy="3
|
|
|
45
47
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
46
48
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
47
49
|
});
|
|
48
|
-
]]></script
|
|
50
|
+
]]></script>
|
|
51
|
+
</g>
|
|
52
|
+
<g transform="translate(1216, 200)">
|
|
53
|
+
<style>
|
|
54
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
55
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
56
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
57
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
58
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
59
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
60
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
61
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
62
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
63
|
+
|
|
64
|
+
</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 656.2243790069751 362.39443750341024 L 690.3246048226175 362.39443750341024 L 690.3246048226175 400.98555927460006 L 724.4248306382599 400.98555927460006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="63.410022581568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 656.2243790069751 362.39443750341024 L 690.3246048226175 362.39443750341024 L 690.3246048226175 400.98555927460006 L 724.4248306382599 400.98555927460006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.926252822696px" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="724.42483063826" y="369.28847423663876" width="237.78758468087995" height="63.3941700759226" fill="transparent"/><path class="sch-component-symbol-path" d="M 724.42483063826 400.98555927460006 L 764.0640210045626 400.98555927460006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 922.5732249528373 400.98555927460006 L 962.21241531914 400.98555927460006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 764.0640210045626 369.28847423663876 L 922.5732249528373 369.28847423663876 L 922.5732249528373 432.68264431256137 L 764.0640210045626 432.68264431256137 L 764.0640210045626 369.28847423663876" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="843.3186229787" y="337.57553669303206" stroke="rgb(245, 241, 237)" stroke-width="7.926252822696px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="71.336275404264px">R1</text><text class="sch-component-text" x="843.3186229787" y="464.39558185616806" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="71.336275404264px"></text><circle class="component-pin sch-component-pin" cx="962.21241531914" cy="400.98555927460006" r="7.926252822696px" stroke-width="7.926252822696px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="238.03369483096992" y="321.86088839985877" width="418.3157208142834" height="40.7672942992927" fill="transparent"/><path class="sch-component-symbol-path" d="M 368.5489590600468 361.3266127231365 L 367.56232288743604 359.4110511180203 L 366.57568671482534 357.5012166532031 L 365.5890505422146 355.6028011592593 L 364.6024143696038 353.7214260650109 L 363.6157781969931 351.8626077395492 L 362.62914202438236 350.03172348198495 L 361.6425058517716 348.2339783686114 L 360.6558696791609 346.474373161878 L 359.66923350655014 344.75767347902683 L 358.68259733393944 343.0883804104778 L 357.6959611613287 341.47070276910927 L 356.709324988718 339.9085311415273 L 355.7226888161072 338.40541390130517 L 354.73605264349646 336.9645353320806 L 353.74941647088576 335.58869599538815 L 352.762780298275 334.2802954642661 L 351.7761441256643 333.04131752909063 L 350.78950795305354 331.8733179668486 L 349.80287178044284 330.7774149492551 L 348.8162356078321 329.7542821488527 L 347.8295994352213 328.8041445855968 L 346.8429632626106 327.9267772395321 L 345.85632708999987 327.1215064381159 L 344.8696909173891 326.38721400963306 L 343.8830547447784 325.7223441770969 L 342.8964185721677 325.1249131501311 L 341.90978239955695 324.5925213556974 L 340.9231462269462 324.12236823226124 L 339.9365100543355 323.71126949618497 L 338.9498738817247 323.35567677389525 L 337.96323770911397 323.051699478786 L 336.97660153650327 322.795128797979 L 335.9899653638925 322.58146364105414 L 335.0033291912818 322.4059383907694 L 334.01669301867105 322.26355228467537 L 333.03005684606035 322.14910024647884 L 332.0434206734496 322.057204977069 L 331.05678450083883 321.9823501073545 L 330.07014832822813 321.91891420851346 L 329.08351215561737 321.8612054499714 L 328.09687697378826 321.91891420851346 L 327.11024179195914 321.9823501073545 L 326.12360661013 322.057204977069 L 325.1369714283009 322.14910024647884 L 324.15033624647174 322.26355228467537 L 323.1637010646426 322.4059383907694 L 322.1770658828135 322.58146364105414 L 321.1904307009844 322.795128797979 L 320.2037955191553 323.051699478786 L 319.21716033732616 323.35567677389525 L 318.23052515549705 323.71126949618497 L 317.24388997366793 324.12236823226124 L 316.2572547918388 324.5925213556974 L 315.2706196100097 325.1249131501311 L 314.28398442818053 325.7223441770969 L 313.2973492463514 326.38721400963306 L 312.3107140645223 327.1215064381159 L 311.32407888269313 327.9267772395321 L 310.33744370086407 328.8041445855968 L 309.3508085190349 329.7542821488527 L 308.3641733372058 330.7774149492551 L 307.37753815537667 331.8733179668486 L 306.39090297354755 333.04131752909063 L 305.40426779171844 334.2802954642661 L 304.4176326098893 335.58869599538815 L 303.4309974280602 336.9645353320806 L 302.4443622462311 338.40541390130517 L 301.457727064402 339.90853114152725 L 300.4710918825728 341.47070276910927 L 299.4844567007437 343.0883804104778 L 298.4978215189146 344.75767347902683 L 297.51118633708546 346.474373161878 L 296.5245511552563 348.2339783686114 L 295.5379159734272 350.03172348198495 L 294.55128079159806 351.8626077395492 L 293.56464560976895 353.7214260650109 L 292.57801042793983 355.6028011592593 L 291.5913752461107 357.5012166532031 L 290.6047400642816 359.4110511180203 L 289.6181048824525 361.3266127231365" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 447.47977360637697 361.3263353042879 L 446.4931384245478 359.4107727083901 L 445.5065032427187 357.50093725279123 L 444.51986806088956 355.60252076806586 L 443.53323287906045 353.7211446830359 L 442.54659769723133 351.86232536679256 L 441.5599625154022 350.03144011844677 L 440.5733273335731 348.23369401429164 L 439.586692151744 346.4740878167766 L 438.6000569699149 344.75738714314383 L 437.61342178808576 343.0880930838132 L 436.6267866062566 341.47041445166303 L 435.6401514244275 339.9082418332995 L 434.65351624259836 338.4051236022957 L 433.66688106076924 336.9642440422896 L 432.6802458789401 335.5884037148155 L 431.693610697111 334.28000219291187 L 430.7069755152819 333.0410232669548 L 429.7203403334528 331.87302271393116 L 428.73370515162367 330.77711870555606 L 427.74706996979455 329.7539849143721 L 426.76043478796544 328.8038463603346 L 425.77379960613627 327.92647802348824 L 424.78716442430715 327.12120623129044 L 423.80052924247804 326.386912812026 L 422.8138940606489 325.72204198870827 L 421.8272588788198 325.1246099709608 L 420.8406236969907 324.59221718574554 L 419.8539885151616 324.1220630715278 L 418.86735333333246 323.71096334466995 L 417.88071815150334 323.3553696315986 L 416.89408296967423 323.05139134570777 L 415.90744778784506 322.79481967411914 L 414.92081260601594 322.5811535264127 L 413.9341774241868 322.4056272853464 L 412.9475422423577 322.2632401884707 L 411.9609070605286 322.1487871594926 L 410.9742718786995 322.0568908993011 L 409.98763669687037 321.982035038805 L 409.00100151504125 321.91859814918246 L 408.01436633321214 321.86088839985877 L 407.0277301606014 321.91859814918246 L 406.0410939879907 321.982035038805 L 405.0544578153799 322.0568908993011 L 404.06782164276916 322.1487871594926 L 403.08118547015846 322.2632401884707 L 402.0945492975477 322.4056272853464 L 401.107913124937 322.5811535264127 L 400.12127695232624 322.79481967411914 L 399.1346407797155 323.05139134570777 L 398.1480046071048 323.3553696315986 L 397.161368434494 323.71096334466995 L 396.1747322618833 324.1220630715278 L 395.18809608927256 324.59221718574554 L 394.20145991666186 325.1246099709608 L 393.2148237440511 325.72204198870827 L 392.22818757144034 326.386912812026 L 391.24155139882964 327.12120623129044 L 390.2549152262189 327.92647802348824 L 389.2682790536082 328.8038463603346 L 388.2816428809974 329.7539849143721 L 387.2950067083867 330.77711870555606 L 386.30837053577596 331.87302271393116 L 385.3217343631652 333.0410232669548 L 384.3350981905545 334.28000219291187 L 383.34846201794375 335.5884037148155 L 382.361825845333 336.9642440422896 L 381.3751896727223 338.4051236022957 L 380.3885535001115 339.9082418332995 L 379.4019173275008 341.47041445166303 L 378.41528115489007 343.0880930838132 L 377.42864498227937 344.75738714314383 L 376.4420088096686 346.4740878167766 L 375.45537263705785 348.23369401429164 L 374.46873646444715 350.03144011844677 L 373.4821002918364 351.86232536679256 L 372.4954641192257 353.7211446830359 L 371.50882794661493 355.60252076806586 L 370.5221917740042 357.50093725279123 L 369.53555560139347 359.4107727083901 L 368.5489194287827 361.3263353042879" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 526.4106277839711 361.3263353042879 L 525.4239916113604 359.4107727083901 L 524.4373554387497 357.50093725279123 L 523.450719266139 355.60252076806586 L 522.4640830935282 353.7211446830359 L 521.4774469209175 351.86232536679256 L 520.4908107483068 350.03144011844677 L 519.504174575696 348.23369401429164 L 518.5175384030853 346.4740878167766 L 517.5309022304746 344.75738714314383 L 516.5442660578638 343.0880930838132 L 515.557629885253 341.47041445166303 L 514.5709937126423 339.9082418332995 L 513.5843575400316 338.4051236022957 L 512.5977213674208 336.9642440422896 L 511.61108519481013 335.5884037148155 L 510.6244490221994 334.28000219291187 L 509.63781284958867 333.0410232669548 L 508.6511766769779 331.87302271393116 L 507.6645405043672 330.77711870555606 L 506.67790433175645 329.7539849143721 L 505.6912681591457 328.8038463603346 L 504.704631986535 327.92647802348824 L 503.71799581392423 327.12120623129044 L 502.73135964131353 326.386912812026 L 501.7447234687028 325.72204198870827 L 500.75808729609207 325.1246099709608 L 499.7714511234813 324.59221718574554 L 498.78481495087055 324.1220630715278 L 497.79817877825985 323.71096334466995 L 496.8115426056491 323.3553696315986 L 495.8249064330384 323.05139134570777 L 494.83827026042763 322.79481967411914 L 493.85163408781693 322.5811535264127 L 492.8649979152062 322.4056272853464 L 491.8783617425954 322.2632401884707 L 490.8917255699847 322.1487871594926 L 489.90508939737396 322.0568908993011 L 488.91845322476325 321.982035038805 L 487.9318170521525 321.91859814918246 L 486.94518087954174 321.86088839985877 L 485.9585456977126 321.91859814918246 L 484.9719105158835 321.982035038805 L 483.9852753340544 322.0568908993011 L 482.9986401522253 322.1487871594926 L 482.01200497039616 322.2632401884707 L 481.02536978856705 322.4056272853464 L 480.03873460673793 322.5811535264127 L 479.0520994249088 322.79481967411914 L 478.0654642430797 323.05139134570777 L 477.07882906125053 323.3553696315986 L 476.0921938794214 323.71096334466995 L 475.1055586975923 324.1220630715278 L 474.1189235157632 324.59221718574554 L 473.13228833393407 325.1246099709608 L 472.14565315210496 325.72204198870827 L 471.15901797027584 326.386912812026 L 470.1723827884467 327.12120623129044 L 469.1857476066176 327.92647802348824 L 468.1991124247885 328.8038463603346 L 467.2124772429594 329.7539849143721 L 466.2258420611302 330.77711870555606 L 465.2392068793011 331.87302271393116 L 464.252571697472 333.0410232669548 L 463.26593651564286 334.28000219291187 L 462.27930133381375 335.5884037148155 L 461.29266615198463 336.9642440422896 L 460.3060309701555 338.4051236022957 L 459.3193957883264 339.9082418332995 L 458.3327606064973 341.47041445166303 L 457.3461254246682 343.0880930838132 L 456.359490242839 344.75738714314383 L 455.3728550610099 346.4740878167766 L 454.38621987918077 348.23369401429164 L 453.39958469735166 350.03144011844677 L 452.41294951552254 351.86232536679256 L 451.4263143336934 353.7211446830359 L 450.4396791518643 355.60252076806586 L 449.4530439700352 357.50093725279123 L 448.4664087882061 359.4107727083901 L 447.47977360637697 361.3263353042879" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 605.3414423303013 361.3263353042879 L 604.3548071484722 359.4107727083901 L 603.3681719666431 357.50093725279123 L 602.381536784814 355.60252076806586 L 601.3949016029849 353.7211446830359 L 600.4082664211558 351.86232536679256 L 599.4216312393266 350.03144011844677 L 598.4349960574975 348.23369401429164 L 597.4483608756684 346.4740878167766 L 596.4617256938393 344.75738714314383 L 595.4750905120102 343.0880930838132 L 594.488455330181 341.47041445166303 L 593.5018201483518 339.9082418332995 L 592.5151849665227 338.4051236022957 L 591.5285497846936 336.9642440422896 L 590.5419146028645 335.5884037148155 L 589.5552794210354 334.28000219291187 L 588.5686442392063 333.0410232669548 L 587.5820090573771 331.87302271393116 L 586.595373875548 330.77711870555606 L 585.6087386937189 329.7539849143721 L 584.6221035118898 328.8038463603346 L 583.6354683300607 327.92647802348824 L 582.6488331482316 327.12120623129044 L 581.6621979664025 326.386912812026 L 580.6755627845733 325.72204198870827 L 579.6889276027441 325.1246099709608 L 578.7022924209151 324.59221718574554 L 577.715657239086 324.1220630715278 L 576.7290220572568 323.71096334466995 L 575.7423868754277 323.3553696315986 L 574.7557516935985 323.05139134570777 L 573.7691165117694 322.79481967411914 L 572.7824813299403 322.5811535264127 L 571.7958461481112 322.4056272853464 L 570.8092109662821 322.2632401884707 L 569.822575784453 322.1487871594926 L 568.8359406026239 322.0568908993011 L 567.8493054207947 321.982035038805 L 566.8626702389656 321.91859814918246 L 565.8760350571365 321.86088839985877 L 564.8893988845258 321.91859814918246 L 563.902762711915 321.982035038805 L 562.9161265393043 322.0568908993011 L 561.9294903666936 322.1487871594926 L 560.9428541940829 322.2632401884707 L 559.9562180214721 322.4056272853464 L 558.9695818488614 322.5811535264127 L 557.9829456762507 322.79481967411914 L 556.9963095036398 323.05139134570777 L 556.0096733310291 323.3553696315986 L 555.0230371584184 323.71096334466995 L 554.0364009858076 324.1220630715278 L 553.0497648131969 324.59221718574554 L 552.0631286405862 325.1246099709608 L 551.0764924679755 325.72204198870827 L 550.0898562953647 326.386912812026 L 549.103220122754 327.12120623129044 L 548.1165839501433 327.92647802348824 L 547.1299477775325 328.8038463603346 L 546.1433116049218 329.7539849143721 L 545.1566754323111 330.77711870555606 L 544.1700392597004 331.87302271393116 L 543.1834030870896 333.0410232669548 L 542.1967669144789 334.28000219291187 L 541.2101307418682 335.5884037148155 L 540.2234945692574 336.9642440422896 L 539.2368583966467 338.4051236022957 L 538.250222224036 339.9082418332995 L 537.2635860514251 341.47041445166303 L 536.2769498788144 343.0880930838132 L 535.2903137062037 344.75738714314383 L 534.303677533593 346.4740878167766 L 533.3170413609822 348.23369401429164 L 532.3304051883715 350.03144011844677 L 531.3437690157608 351.86232536679256 L 530.35713284315 353.7211446830359 L 529.3704966705393 355.60252076806586 L 528.3838604979286 357.50093725279123 L 527.3972243253179 359.4107727083901 L 526.4105881527071 361.3263353042879" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 288.3774481593799 360.8182228670889 L 238.03369483096992 360.8182228670889" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 656.3494156452533 362.62818269915147 L 606.0056623168429 362.62818269915147" stroke="rgb(132, 0, 0)" fill="none" stroke-width="7.926252822696px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="446.2075703970702" y="260.74226624680375" stroke="rgb(245, 241, 237)" stroke-width="7.926252822696px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="71.336275404264px">L1</text><text class="sch-component-text" x="446.13995736208034" y="443.0251918561463" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="71.336275404264px"></text><circle class="component-pin sch-component-pin" cx="237.78758468082486" cy="360.31415281882965" r="7.926252822696px" stroke-width="7.926252822696px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="724.42483063826" cy="400.98555927460006" r="15.852505645392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="962.2124153191401" cy="400.98555927460006" r="15.852505645392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="237.78758468082486" cy="360.3141528188298" r="15.852505645392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="656.2243790069751" cy="362.39443750341024" r="15.852505645392" fill="red" opacity="0"/></g>
|
|
65
|
+
</g>
|
|
66
|
+
</svg>
|