@tscircuit/schematic-trace-solver 0.0.148 → 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 +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- 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/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- 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 +952 -0
- package/tests/examples/example51.test.ts +12 -0
- 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 +260 -0
- 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/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- 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 +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- 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="
|
|
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="-5.005,2.54 -0.58,2.98" data-type="line" data-label="" points="55.35329792453959,253.16756095052887 271.2171977741087,231.7031279711367" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.58,2.97 2.48,3" data-type="line" data-label="" points="327.8052483561426,232.1909559933956 420.4925725853361,230.72747192661885" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.52,3 3,0.49500000000000005" data-type="line" data-label="" points="471.2266869002631,230.72747192661885 445.8596297427996,352.92839150247664" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.52,3 6,0.55" data-type="line" data-label="" points="471.2266869002631,230.72747192661885 592.2080364204736,350.2453373800526" fill="none" stroke="hsl(128, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3,-0.49500000000000005 6,-0.55" data-type="line" data-label="" points="445.8596297427996,401.223365706109 592.2080364204736,403.90641982853305" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6,-0.55 -4.995,1.46" data-type="line" data-label="" points="592.2080364204736,403.90641982853305 55.841125946798485,305.85298735449146" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.58,2.97 0.3,0.58" data-type="line" data-label="" points="327.8052483561426,232.1909559933956 314.146063732893,348.78185331327586" fill="none" stroke="hsl(112, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.31,-0.58 -4.995,1.46" data-type="line" data-label="" points="314.633891755152,405.3699038953098 55.841125946798485,305.85298735449146" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.445,-0.1 -2.9999378,0.4458008" data-type="line" data-label="" points="277.802876074604,381.95415882688195 153.16585067775011,355.32846634574867" fill="none" stroke="hsl(232, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.0000622,-0.4458008 -4.995,1.46" data-type="line" data-label="" points="153.15978209715323,398.823290862837 55.841125946798485,305.85298735449146" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.995,1.46 3,-0.49500000000000005" data-type="line" data-label="" points="55.841125946798485,305.85298735449146 445.8596297427996,401.223365706109" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.995,1.46 6,-0.55" data-type="line" data-label="" points="55.841125946798485,305.85298735449146 592.2080364204736,403.90641982853305" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.995,1.46 -3.0000622,-0.4458008" data-type="line" data-label="" points="55.841125946798485,305.85298735449146 153.15978209715323,398.823290862837" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.995,1.46 0.31,-0.58" data-type="line" data-label="" points="55.841125946798485,305.85298735449146 314.633891755152,405.3699038953098" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.49500000000000005 6,-0.55" data-type="line" data-label="" points="445.8596297427996,401.223365706109 592.2080364204736,403.90641982853305" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.49500000000000005 -3.0000622,-0.4458008" data-type="line" data-label="" points="445.8596297427996,401.223365706109 153.15978209715323,398.823290862837" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3,-0.49500000000000005 0.31,-0.58" data-type="line" data-label="" points="445.8596297427996,401.223365706109 314.633891755152,405.3699038953098" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,-0.55 -3.0000622,-0.4458008" data-type="line" data-label="" points="592.2080364204736,403.90641982853305 153.15978209715323,398.823290862837" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6,-0.55 0.31,-0.58" data-type="line" data-label="" points="592.2080364204736,403.90641982853305 314.633891755152,405.3699038953098" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0000622,-0.4458008 0.31,-0.58" data-type="line" data-label="" points="153.15978209715323,398.823290862837 314.633891755152,405.3699038953098" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.58,2.97 1.53,2.97 1.53,3 2.48,3" data-type="line" data-label="" points="327.8052483561426,232.1909559933956 374.1489104707394,232.1909559933956 374.1489104707394,230.72747192661885 420.4925725853361,230.72747192661885" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.005,2.54 -5.005,2.9800000000000004 -0.5800000000000001,2.9800000000000004" data-type="line" data-label="" points="55.35329792453959,253.16756095052887 55.35329792453959,231.70312797113667 271.2171977741087,231.70312797113667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.52,3 3.7199999999999998,3 3.7199999999999998,1.7474999999999996 3,1.7474999999999996 3,0.49500000000000005" data-type="line" data-label="" points="471.2266869002631,230.72747192661885 480.9832473454413,230.72747192661885 480.9832473454413,291.82793171454773 445.8596297427996,291.82793171454773 445.8596297427996,352.92839150247664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3,-0.4950000000000001 3,-0.78 0.31,-0.78 0.31,-0.58" data-type="line" data-label="" points="445.8596297427996,401.223365706109 445.8596297427996,415.12646434048804 314.633891755152,415.12646434048804 314.633891755152,405.3699038953098" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.995,1.46 -4.995,-0.6458008 -3.0000622,-0.6458008 -3.0000622,-0.4458007999999998" data-type="line" data-label="" points="55.841125946798485,305.85298735449146 55.841125946798485,408.57985130801524 153.15978209715323,408.57985130801524 153.15978209715323,398.8232908628369" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.44499999999999984,-0.09999999999999987 -1.7224689,-0.09999999999999987 -1.7224689,0.6458008000000002 -2.9999378,0.6458008000000002 -2.9999378,0.4458008" data-type="line" data-label="" points="277.802876074604,381.95415882688195 215.48436337617707,381.95415882688195 215.48436337617707,345.5719059005704 153.16585067775011,345.5719059005704 153.16585067775011,355.32846634574867" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-5" data-y="2" x="40.000000000000014" y="253.1675609505289" width="31.194423871338046" height="52.685426403962595" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="3" x="271.2171977741087" y="219.50742741466382" width="56.58805058203393" height="22.44008902391002" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="3" data-y="3" x="420.4925725853361" y="217.55611532562818" width="50.734114314926956" height="26.342713201981326" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3" data-y="0" x="431.95653110842056" y="352.92839150247664" width="27.80619726875807" height="48.294974203632364" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="6" data-y="0" x="584.4160728409472" y="350.2453373800526" width="15.583927159052791" height="53.66108244848044" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-3" data-y="0" x="143.49775540526844" y="355.32846634574867" width="19.330121964366498" height="43.49482451708832" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="0" data-y="0" x="277.802876074604" y="348.78185331327586" width="43.416693981043295" height="56.58805058203393" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="netId: .V1 > .pin1 to .L1 > .pin1
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-4.78" data-y="2.7600000000000002" x="55.35329792453959" y="237.55706423824364" width="21.95226100165104" height="9.75656044517828" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net3" data-x="3" data-y="-0.93" x="440.9813495202104" y="415.12646434048804" width="9.756560445178309" height="14.634840667767435" fill="#00000066" stroke="#000000" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net3" data-x="6" data-y="-0.7010000000000001" x="587.3297561978845" y="403.955202630759" width="9.756560445178138" height="14.634840667767378" fill="#00000066" stroke="#000000" stroke-width="0.020499027410714285"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -41,7 +43,7 @@ orientation: y+" data-x="-2.9999378" data-y="0.6458008000000002" cx="153.1658506
|
|
|
41
43
|
const h = svg.getElementById('crosshair-h');
|
|
42
44
|
const v = svg.getElementById('crosshair-v');
|
|
43
45
|
const coords = svg.getElementById('coordinates');
|
|
44
|
-
|
|
46
|
+
|
|
45
47
|
crosshair.style.display = 'block';
|
|
46
48
|
h.setAttribute('x1', '0');
|
|
47
49
|
h.setAttribute('x2', '640');
|
|
@@ -60,13 +62,13 @@ orientation: y+" data-x="-2.9999378" data-y="0.6458008000000002" cx="153.1658506
|
|
|
60
62
|
// y' = (y - ty) / sy
|
|
61
63
|
const sx = matrix.a;
|
|
62
64
|
const sy = matrix.d;
|
|
63
|
-
const tx = matrix.e;
|
|
65
|
+
const tx = matrix.e;
|
|
64
66
|
const ty = matrix.f;
|
|
65
67
|
const realPoint = {
|
|
66
68
|
x: (x - tx) / sx,
|
|
67
69
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
68
70
|
}
|
|
69
|
-
|
|
71
|
+
|
|
70
72
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
71
73
|
coords.setAttribute('x', (x + 5).toString());
|
|
72
74
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -74,4 +76,83 @@ orientation: y+" data-x="-2.9999378" data-y="0.6458008000000002" cx="153.1658506
|
|
|
74
76
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
75
77
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
76
78
|
});
|
|
77
|
-
]]></script
|
|
79
|
+
]]></script>
|
|
80
|
+
</g>
|
|
81
|
+
<g transform="translate(1216, 200)">
|
|
82
|
+
<style>
|
|
83
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
84
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
85
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
86
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
87
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
88
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
89
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
90
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
91
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
92
|
+
|
|
93
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 584.2398108107079 234.19055503572793 L 670.9665980204279 234.19055503572793 L 670.9665980204279 231.45181438699996 L 757.6933852301479 231.45181438699996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.606616793216002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 584.2398108107079 234.19055503572793 L 670.9665980204279 234.19055503572793 L 670.9665980204279 231.45181438699996 L 757.6933852301479 231.45181438699996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8258270991520003px" 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 74.37759337251191 273.445837667496 L 74.37759337251191 233.27764148615194 L 478.3418390598919 233.27764148615194" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.606616793216002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 74.37759337251191 273.445837667496 L 74.37759337251191 233.27764148615194 L 478.3418390598919 233.27764148615194" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8258270991520003px" 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 852.636394386052 231.45181438699996 L 870.894665377572 231.45181438699996 L 870.894665377572 345.794236471394 L 805.1648898081 345.794236471394 L 805.1648898081 460.13665855578796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.606616793216002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 852.636394386052 231.45181438699996 L 870.894665377572 231.45181438699996 L 870.894665377572 345.794236471394 L 805.1648898081 345.794236471394 L 805.1648898081 460.13665855578796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8258270991520003px" 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 805.1648898081 550.515099963812 L 805.1648898081 576.533136126728 L 559.5911449721559 576.533136126728 L 559.5911449721559 558.274865135208" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.606616793216002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 805.1648898081 550.515099963812 L 805.1648898081 576.533136126728 L 559.5911449721559 576.533136126728 L 559.5911449721559 558.274865135208" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8258270991520003px" 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 75.2905069220879 372.040501021704 L 75.2905069220879 564.2819093245021 L 257.41108174022156 564.2819093245021 L 257.41108174022156 546.023638332982" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.606616793216002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 75.2905069220879 372.040501021704 L 75.2905069220879 564.2819093245021 L 257.41108174022156 564.2819093245021 L 257.41108174022156 546.023638332982" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8258270991520003px" 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 490.666171979168 514.45501475556 L 374.04430518197313 514.45501475556 L 374.04430518197313 446.3698491950979 L 257.4224383847783 446.3698491950979 L 257.4224383847783 464.62812018661793" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.606616793216002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.666171979168 514.45501475556 L 374.04430518197313 514.45501475556 L 374.04430518197313 446.3698491950979 L 257.4224383847783 446.3698491950979 L 257.4224383847783 464.62812018661793" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="59.77097657929593" y="273.445837667496" width="23.735752288976002" height="98.59466335420802" fill="transparent"/><path class="sch-component-symbol-path" d="M 74.37759337251192 273.445837667496 L 75.29050692208793 295.35576285732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 75.29050692208793 349.217662282304 L 75.29050692208794 372.040501021704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 83.50672886827194 331.87230484036 L 66.16137142632793 322.7431693446 L 83.50672886827194 312.701120299264" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 59.77097657929593 322.7431693446 L 61.59680367844793 329.133564191632" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 61.59680367844793 329.133564191632 L 59.77097657929593 335.523959038664" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 59.77097657929593 309.04946610096 L 61.59680367844793 316.352774497568" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 61.59680367844793 316.352774497568 L 59.77097657929593 322.7431693446" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="107.19275932077024" y="309.04946610096" stroke="rgb(245, 241, 237)" stroke-width="1.8258270991520003px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.432443892368px">V1</text><text class="sch-component-text" x="107.19275932077024" y="336.43687258824" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.432443892368px"></text><circle class="sch-component-symbol-circle" cx="75.29050692208793" cy="322.7431693446" r="26.474492937704px" stroke-width="1.8258270991520003px" 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="478.40412615416005" y="223.54564910644984" width="105.86995587469005" height="10.317641517739617" fill="transparent"/><path class="sch-component-symbol-path" d="M 511.43574456431395 233.5338811636502 L 511.1860405181563 233.04907886596428 L 510.9363364719987 232.5657260287231 L 510.686632425841 232.08526317596582 L 510.4369283796834 231.60911301401615 L 510.1872243335258 231.1386716600249 L 509.93752028736816 230.67530003444344 L 509.68781624121056 230.22031547049662 L 509.4381121950529 229.7749835923852 L 509.1884081488953 229.34051051229213 L 508.93870410273763 228.9180353942994 L 508.68900005658 228.50862343106317 L 508.43929601042237 228.11325927654644 L 508.18959196426476 227.73284097530012 L 507.93988791810716 227.3681744257197 L 507.6901838719495 227.01996841141369 L 507.4404798257919 226.6888302313169 L 507.19077577963424 226.37526195549069 L 506.94107173347663 226.07965732969387 L 506.691367687319 225.80229934780948 L 506.44166364116137 225.54335850709307 L 506.1919595950037 225.30289175700062 L 505.9422555488461 225.08084214807616 L 505.6925515026885 224.87703918306408 L 505.44284745653084 224.69119986808147 L 505.19314341037324 224.52293045736937 L 504.9434393642156 224.37172888086653 L 504.693735318058 224.2369878396381 L 504.4440312719003 224.11799855007555 L 504.1943272257427 224.01395511378345 L 503.94462317958505 223.92395948621083 L 503.69491913342745 223.84702701339467 L 503.4452150872698 223.7820925026789 L 503.1955110411122 223.72801678998144 L 502.9458069949546 223.6835937631194 L 502.6961029487969 223.64755779789198 L 502.4463989026393 223.61859156107437 L 502.19669485648166 223.59533413221519 L 501.94699081032405 223.57638939416364 L 501.6972867641664 223.56033464059593 L 501.4475827180088 223.54572934747299 L 501.19787892260433 223.56033464059593 L 500.94817512719993 223.57638939416364 L 500.6984713317955 223.59533413221519 L 500.4487675363911 223.61859156107437 L 500.1990637409866 223.647557797892 L 499.9493599455822 223.6835937631194 L 499.69965615017776 223.72801678998144 L 499.44995235477336 223.7820925026789 L 499.2002485593689 223.84702701339467 L 498.9505447639645 223.92395948621083 L 498.70084096856004 224.01395511378345 L 498.45113717315564 224.11799855007555 L 498.2014333777512 224.2369878396381 L 497.9517295823468 224.37172888086656 L 497.70202578694233 224.52293045736937 L 497.45232199153793 224.69119986808147 L 497.20261819613347 224.87703918306408 L 496.95291440072907 225.08084214807616 L 496.70321060532467 225.30289175700062 L 496.4535068099202 225.54335850709307 L 496.20380301451576 225.80229934780948 L 495.95409921911136 226.07965732969387 L 495.7043954237069 226.37526195549069 L 495.4546916283025 226.6888302313169 L 495.20498783289804 227.01996841141369 L 494.95528403749364 227.3681744257197 L 494.7055802420892 227.73284097530012 L 494.4558764466848 228.11325927654644 L 494.2061726512803 228.50862343106317 L 493.9564688558759 228.9180353942994 L 493.70676506047147 229.34051051229213 L 493.45706126506707 229.7749835923852 L 493.2073574696626 230.22031547049662 L 492.9576536742582 230.67530003444344 L 492.70794987885375 231.1386716600249 L 492.45824608344935 231.60911301401615 L 492.2085422880449 232.08526317596582 L 491.9588384926405 232.5657260287231 L 491.70913469723604 233.04907886596428 L 491.45943090183164 233.5338811636502" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 531.4120481966684 233.53381095275492 L 531.1623444012639 233.0490084043158 L 530.9126406058595 232.56565531632145 L 530.662936810455 232.08519221281097 L 530.4132330150507 231.6090418001081 L 530.1635292196462 231.13860019536364 L 529.9138254242417 230.675228319029 L 529.6641216288373 230.22024350432898 L 529.4144178334329 229.77491137546437 L 529.1647140380285 229.34043804461808 L 528.915010242624 228.9179626758722 L 528.6653064472196 228.50855046188275 L 528.4156026518152 228.11318605661282 L 528.1658988564108 227.7327675046133 L 527.9161950610063 227.36810070427967 L 527.6664912656018 227.01989443922045 L 527.4167874701975 226.6887560083705 L 527.167083674793 226.37518748179107 L 526.9173798793886 226.0795826052411 L 526.6676760839841 225.8022243726035 L 526.4179722885798 225.54328328113388 L 526.1682684931753 225.30281628028823 L 525.9185646977709 225.08076642061056 L 525.6688609023665 224.8769632048453 L 525.4191571069621 224.69112363910946 L 525.1694533115576 224.5228539776442 L 524.9197495161532 224.37165215038814 L 524.6700457207488 224.2369108584065 L 524.4203419253444 224.1179213180908 L 524.1706381299399 224.01387763104546 L 523.9209343345354 223.92388175271964 L 523.6712305391311 223.8469490291503 L 523.4215267437266 223.78201426768132 L 523.1718229483222 223.72793830423066 L 522.9221191529177 223.68351502661545 L 522.6724153575134 223.64747881063482 L 522.4227115621089 223.618512323064 L 522.1730077667045 223.59525464345165 L 521.9233039713 223.57630965464688 L 521.6736001758957 223.560254650326 L 521.4238963804912 223.54564910644984 L 521.1741923343336 223.560254650326 L 520.9244882881759 223.57630965464688 L 520.6747842420183 223.59525464345165 L 520.4250801958607 223.618512323064 L 520.1753761497031 223.64747881063482 L 519.9256721035455 223.68351502661545 L 519.6759680573878 223.72793830423066 L 519.4262640112302 223.78201426768132 L 519.1765599650726 223.8469490291503 L 518.926855918915 223.92388175271964 L 518.6771518727572 224.01387763104546 L 518.4274478265996 224.1179213180908 L 518.177743780442 224.2369108584065 L 517.9280397342844 224.37165215038814 L 517.6783356881268 224.5228539776442 L 517.4286316419691 224.69112363910946 L 517.1789275958115 224.8769632048453 L 516.9292235496539 225.08076642061056 L 516.6795195034963 225.30281628028823 L 516.4298154573386 225.54328328113388 L 516.180111411181 225.8022243726035 L 515.9304073650234 226.0795826052411 L 515.6807033188658 226.37518748179104 L 515.430999272708 226.6887560083705 L 515.1812952265504 227.01989443922045 L 514.9315911803928 227.36810070427967 L 514.6818871342352 227.7327675046133 L 514.4321830880776 228.11318605661282 L 514.1824790419199 228.50855046188275 L 513.9327749957623 228.9179626758722 L 513.6830709496047 229.34043804461808 L 513.4333669034471 229.77491137546437 L 513.1836628572894 230.22024350432895 L 512.9339588111318 230.675228319029 L 512.6842547649742 231.13860019536364 L 512.4345507188166 231.6090418001081 L 512.184846672659 232.08519221281097 L 511.9351426265013 232.56565531632145 L 511.68543858034366 233.0490084043158 L 511.43573453418605 233.53381095275492" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.3883618591506 233.53381095275492 L 551.138657812993 233.0490084043158 L 550.8889537668354 232.56565531632145 L 550.6392497206778 232.08519221281097 L 550.3895456745201 231.6090418001081 L 550.1398416283624 231.13860019536364 L 549.8901375822048 230.675228319029 L 549.6404335360472 230.22024350432898 L 549.3907294898896 229.77491137546437 L 549.1410254437319 229.34043804461808 L 548.8913213975743 228.9179626758722 L 548.6416173514167 228.50855046188275 L 548.3919133052591 228.11318605661282 L 548.1422092591015 227.7327675046133 L 547.8925052129438 227.36810070427967 L 547.6428011667862 227.01989443922045 L 547.3930971206286 226.6887560083705 L 547.143393074471 226.37518748179107 L 546.8936890283132 226.0795826052411 L 546.6439849821556 225.8022243726035 L 546.394280935998 225.54328328113388 L 546.1445768898404 225.30281628028823 L 545.8948728436827 225.08076642061056 L 545.6451687975251 224.8769632048453 L 545.3954647513675 224.69112363910946 L 545.1457607052099 224.5228539776442 L 544.8960566590523 224.37165215038814 L 544.6463526128946 224.2369108584065 L 544.396648566737 224.1179213180908 L 544.1469445205794 224.01387763104546 L 543.8972404744218 223.92388175271964 L 543.6475364282641 223.8469490291503 L 543.3978323821065 223.78201426768132 L 543.1481283359489 223.72793830423066 L 542.8984242897913 223.68351502661545 L 542.6487202436336 223.64747881063482 L 542.3990161974759 223.618512323064 L 542.1493121513183 223.59525464345165 L 541.8996081051607 223.57630965464688 L 541.6499040590031 223.560254650326 L 541.4002000128454 223.54564910644984 L 541.1504962174411 223.560254650326 L 540.9007924220366 223.57630965464688 L 540.6510886266321 223.59525464345165 L 540.4013848312277 223.618512323064 L 540.1516810358233 223.64747881063482 L 539.9019772404189 223.68351502661545 L 539.6522734450144 223.72793830423066 L 539.4025696496101 223.78201426768132 L 539.1528658542056 223.8469490291503 L 538.9031620588012 223.92388175271964 L 538.6534582633967 224.01387763104546 L 538.4037544679924 224.1179213180908 L 538.1540506725879 224.2369108584065 L 537.9043468771835 224.37165215038814 L 537.654643081779 224.5228539776442 L 537.4049392863747 224.69112363910946 L 537.1552354909702 224.8769632048453 L 536.9055316955657 225.08076642061056 L 536.6558279001613 225.30281628028823 L 536.4061241047569 225.54328328113388 L 536.1564203093525 225.8022243726035 L 535.906716513948 226.0795826052411 L 535.6570127185436 226.37518748179104 L 535.4073089231392 226.6887560083705 L 535.1576051277348 227.01989443922045 L 534.9079013323303 227.36810070427967 L 534.6581975369259 227.7327675046133 L 534.4084937415215 228.11318605661282 L 534.158789946117 228.50855046188275 L 533.9090861507126 228.9179626758722 L 533.6593823553081 229.34043804461808 L 533.4096785599038 229.77491137546437 L 533.1599747644993 230.22024350432895 L 532.9102709690949 230.675228319029 L 532.6605671736904 231.13860019536364 L 532.4108633782861 231.6090418001081 L 532.1611595828816 232.08519221281097 L 531.9114557874772 232.56565531632145 L 531.6617519920727 233.0490084043158 L 531.4120481966684 233.53381095275492" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 571.364665491505 233.53381095275492 L 571.1149616961005 233.0490084043158 L 570.8652579006962 232.56565531632145 L 570.6155541052917 232.08519221281097 L 570.3658503098873 231.6090418001081 L 570.1161465144828 231.13860019536364 L 569.8664427190785 230.675228319029 L 569.616738923674 230.22024350432898 L 569.3670351282695 229.77491137546437 L 569.1173313328652 229.34043804461808 L 568.8676275374607 228.9179626758722 L 568.6179237420563 228.50855046188275 L 568.3682199466518 228.11318605661282 L 568.1185161512474 227.7327675046133 L 567.868812355843 227.36810070427967 L 567.6191085604386 227.01989443922045 L 567.3694047650341 226.6887560083705 L 567.1197009696298 226.37518748179107 L 566.8699971742253 226.0795826052411 L 566.6202933788209 225.8022243726035 L 566.3705895834164 225.54328328113388 L 566.120885788012 225.30281628028823 L 565.8711819926076 225.08076642061056 L 565.6214781972031 224.8769632048453 L 565.3717744017987 224.69112363910946 L 565.1220706063943 224.5228539776442 L 564.8723668109899 224.37165215038814 L 564.6226630155854 224.2369108584065 L 564.372959220181 224.1179213180908 L 564.1232554247766 224.01387763104546 L 563.8735516293722 223.92388175271964 L 563.6238478339677 223.8469490291503 L 563.3741440385633 223.78201426768132 L 563.1244402431589 223.72793830423066 L 562.8747364477545 223.68351502661545 L 562.62503265235 223.64747881063482 L 562.3753288569455 223.618512323064 L 562.1256250615412 223.59525464345165 L 561.8759212661367 223.57630965464688 L 561.6262174707323 223.560254650326 L 561.3765136753278 223.54564910644984 L 561.1268096291702 223.560254650326 L 560.8771055830126 223.57630965464688 L 560.627401536855 223.59525464345165 L 560.3776974906973 223.618512323064 L 560.1279934445397 223.64747881063482 L 559.8782893983821 223.68351502661545 L 559.6285853522245 223.72793830423066 L 559.3788813060669 223.78201426768132 L 559.1291772599092 223.8469490291503 L 558.8794732137516 223.92388175271964 L 558.629769167594 224.01387763104546 L 558.3800651214364 224.1179213180908 L 558.1303610752786 224.2369108584065 L 557.880657029121 224.37165215038814 L 557.6309529829634 224.5228539776442 L 557.3812489368058 224.69112363910946 L 557.1315448906482 224.8769632048453 L 556.8818408444905 225.08076642061056 L 556.6321367983329 225.30281628028823 L 556.3824327521753 225.54328328113388 L 556.1327287060177 225.8022243726035 L 555.88302465986 226.0795826052411 L 555.6333206137024 226.37518748179104 L 555.3836165675448 226.6887560083705 L 555.1339125213872 227.01989443922045 L 554.8842084752296 227.36810070427967 L 554.6345044290719 227.7327675046133 L 554.3848003829142 228.11318605661282 L 554.1350963367566 228.50855046188275 L 553.885392290599 228.9179626758722 L 553.6356882444413 229.34043804461808 L 553.3859841982837 229.77491137546437 L 553.1362801521261 230.22024350432895 L 552.8865761059685 230.675228319029 L 552.6368720598109 231.13860019536364 L 552.3871680136532 231.6090418001081 L 552.1374639674956 232.08519221281097 L 551.887759921338 232.56565531632145 L 551.6380558751804 233.0490084043158 L 551.3883518290227 233.53381095275492" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 491.1454377478769 233.40521468293048 L 478.40412615416005 233.40521468293048" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 584.2740820288501 233.86329062418946 L 571.5327704351331 233.86329062418946" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="531.090071060904" y="208.07736639914393" stroke="rgb(245, 241, 237)" stroke-width="1.8258270991520003px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="16.432443892368px">L1</text><text class="sch-component-text" x="531.0729591316249" y="254.2106679480432" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.432443892368px"></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="757.693385230148" y="218.671024692936" width="94.94300915590406" height="24.648665838551977" fill="transparent"/><path class="sch-component-symbol-path" d="M 817.945679502164 231.45181438699998 L 794.209927213188 243.31969053148796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.209927213188 218.671024692936 L 817.945679502164 231.45181438699998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.209927213188 243.31969053148796 L 794.209927213188 218.671024692936" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 817.945679502164 218.671024692936 L 817.945679502164 243.31969053148796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 794.209927213188 231.45181438699998 L 757.693385230148 231.45181438699998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 852.6363943860521 231.45181438699998 L 818.8585930517401 231.45181438699998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="804.251976258524" y="210.45480274675197" stroke="rgb(245, 241, 237)" stroke-width="1.8258270991520003px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="16.432443892368px">D1</text><text class="sch-component-text" x="805.1648898081" y="259.752134423856" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.432443892368px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="781.06095948458" y="460.13665855578796" width="48.20786064703998" height="90.378441408024" fill="transparent"/><path class="sch-component-symbol-path" d="M 805.1648898081 550.515099963812 L 805.1648898081 514.3637234006023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 805.1648898081 496.2880351189976 L 805.1648898081 460.13665855578796" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 829.26882013162 514.3637234006023 L 781.06095948458 514.3637234006023" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 829.26882013162 496.2880351189976 L 781.06095948458 496.2880351189976" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="822.4874244113047" y="475.199732123792" stroke="rgb(245, 241, 237)" stroke-width="1.8258270991520003px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="16.432443892368px">C1</text><text class="sch-component-text" x="822.4874244113047" y="535.452026395808" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="16.432443892368px"></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="1065.6529033034672" y="455.11563403312" width="26.772102754865955" height="100.42049045336006" fill="transparent"/><path class="sch-component-symbol-path" d="M 1079.0389546809001 455.11563403312 L 1079.0389546809001 471.8557297916951" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1079.0389546809001 538.7960287279049 L 1079.0389546809001 555.53612448648" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1092.425006058333 471.8557297916951 L 1092.425006058333 538.7960287279049 L 1065.6529033034672 538.7960287279049 L 1065.6529033034672 471.8557297916951 L 1092.425006058333 471.8557297916951" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1105.8177521351295" y="478.54708180557066" stroke="rgb(245, 241, 237)" stroke-width="1.8258270991520003px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.432443892368px">R1</text><text class="sch-component-text" x="1105.8177521351295" y="532.1046767140293" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.432443892368px"></text><circle class="component-pin sch-component-pin" cx="1079.0389546809001" cy="455.11563403312" r="1.8258270991520003px" stroke-width="1.8258270991520003px" fill="none" stroke="rgb(132, 0, 0)"/><circle class="component-pin sch-component-pin" cx="1079.0389546809001" cy="555.53612448648" r="1.8258270991520003px" stroke-width="1.8258270991520003px" fill="none" stroke="rgb(132, 0, 0)"/></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="245.36435986832527" y="464.62812018661793" width="19.594377589236103" height="81.39202998605776" fill="transparent"/><path class="sch-component-symbol-path" d="M 257.4224383847783 464.62812018661793 L 258.1760682920566 482.7152379612974" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 258.1760682920566 527.1794024907178 L 258.1760682920566 546.0201501726757" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 264.95873745756137 512.86043425243 L 250.63976921927346 505.3241351796468 L 264.95873745756137 497.03420619958536" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 245.36435986832527 505.3241351796468 L 246.8716196828819 510.599544530595" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 246.8716196828819 510.599544530595 L 245.36435986832527 515.8749538815432" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 245.36435986832527 494.0196865704721 L 246.8716196828819 500.0487258286986" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 246.8716196828819 500.0487258286986 L 245.36435986832527 505.3241351796468" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.8258270991520003px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="284.51206859389754" y="494.0196865704721" stroke="rgb(245, 241, 237)" stroke-width="1.8258270991520003px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.432443892368px">V2</text><text class="sch-component-text" x="284.51206859389754" y="516.6285837888215" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="16.432443892368px"></text><circle class="sch-component-symbol-circle" cx="258.1760682920566" cy="505.3241351796468" r="26.474492937704px" stroke-width="1.8258270991520003px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="526.72625718742" y="488.893435367432" width="9.12913549576001" height="32.86488778473603" stroke-width="1.8258270991520003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="526.72625718742" y="488.893435367432" width="9.12913549576001" height="32.86488778473603" fill="transparent"/><text class="sch-text" x="531.2908249353" y="505.3258792598" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.432443892368px" transform="rotate(0, 531.2908249353, 505.3258792598)">M1</text><line class="component-pin sch-component-pin sch-port-line" x1="558.67823142258" y1="488.893435367432" x2="558.67823142258" y2="454.202720483544" stroke-width="1.8258270991520003px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="558.67823142258" cy="452.376893384392" r="1.8258270991520003" stroke-width="1.8258270991520003px"/><rect x="556.852404323428" y="450.55106628524004" width="3.6516541983040005" height="3.6516541983040005" opacity="0"/></g><text class="pin-number sch-pin-number" x="556.852404323428" y="470.635164375912" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.69370324364px" transform="rotate(-90 556.852404323428 470.635164375912)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="559.5911449721559" y1="521.758323152168" x2="559.5911449721559" y2="558.274865135208" stroke-width="1.8258270991520003px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="557.7653178730039" y="556.449038036056" width="3.6516541983040005" height="3.6516541983040005" opacity="0"/></g><text class="pin-number sch-pin-number" x="557.7653178730039" y="540.0165941436879" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.69370324364px" transform="rotate(-90 557.7653178730039 540.0165941436879)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="526.72625718742" y1="514.45501475556" x2="490.6661719791679" y2="514.45501475556" stroke-width="1.8258270991520003px"/><g class="sch-port" data-schematic-port-id="source_port_6_2__stack1"><rect x="488.84034488001595" y="512.629187656408" width="3.6516541983040005" height="3.6516541983040005" opacity="0"/></g><text class="pin-number sch-pin-number" x="508.69621458329397" y="512.629187656408" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.69370324364px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="74.37759337251191" cy="273.445837667496" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="75.2905069220879" cy="372.040501021704" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="483.0982905935524" cy="233.08598098878957" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="588.9962623443685" cy="233.99889453836556" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="757.6933852301479" cy="231.45181438699996" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="852.636394386052" cy="231.45181438699996" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="805.1648898081" cy="568.316914180544" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="805.1648898081" cy="477.93847277251996" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="1079.0389546809001" cy="477.93847277252" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="1079.0389546809001" cy="578.35896322588" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="257.3427965636294" cy="455.4693107545009" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="257.33143991907275" cy="536.864828900865" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="558.67823142258" cy="452.376893384392" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="559.5911449721559" cy="558.274865135208" r="3.6516541983040005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_2__stack1"><circle cx="490.6661719791679" cy="514.45501475556" r="3.6516541983040005" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
94
|
+
M 74.37759337251191,253.36173957682396
|
|
95
|
+
L 79.3073265402223,244.23260408106395
|
|
96
|
+
L 110.6141752003486,244.23260408106395
|
|
97
|
+
L 110.6141752003486,262.49087507258395
|
|
98
|
+
L 79.3073265402223,262.49087507258395
|
|
99
|
+
Z
|
|
100
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="82.5938153186959" y="253.36173957682396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" 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_1__stack1" d="
|
|
101
|
+
M 805.1648898081,576.533136126728
|
|
102
|
+
L 814.29402530386,581.4628692944384
|
|
103
|
+
L 814.29402530386,602.0460267922119
|
|
104
|
+
L 796.03575431234,602.0460267922119
|
|
105
|
+
L 796.03575431234,581.4628692944384
|
|
106
|
+
Z
|
|
107
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="805.1648898081" y="584.749358072912" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(90 805.1648898081 584.749358072912)">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
108
|
+
M 1079.0389546809001,555.53612448648
|
|
109
|
+
L 1088.1680901766601,560.4658576541905
|
|
110
|
+
L 1088.1680901766601,581.049015151964
|
|
111
|
+
L 1069.9098191851401,581.049015151964
|
|
112
|
+
L 1069.9098191851401,560.4658576541905
|
|
113
|
+
Z
|
|
114
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="1079.0389546809001" y="563.752346432664" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(90 1079.0389546809001 563.752346432664)">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
115
|
+
M 75.2905069220879,564.2819093245021
|
|
116
|
+
L 84.4196424178479,569.2116424922125
|
|
117
|
+
L 84.4196424178479,589.794799989986
|
|
118
|
+
L 66.1613714263279,589.794799989986
|
|
119
|
+
L 66.1613714263279,569.2116424922125
|
|
120
|
+
Z
|
|
121
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="75.2905069220879" y="572.498131270686" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(90 75.2905069220879 572.498131270686)">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
122
|
+
M 627.6032044155679,234.19055503572793
|
|
123
|
+
L 618.4740689198079,229.26082186801753
|
|
124
|
+
L 618.4740689198079,197.95397320789124
|
|
125
|
+
L 636.7323399113279,197.95397320789124
|
|
126
|
+
L 636.7323399113279,229.26082186801753
|
|
127
|
+
Z
|
|
128
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="627.6032044155679" y="225.97433308954393" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(-90 627.6032044155679 225.97433308954393)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
129
|
+
M 558.67823142258,452.376893384392
|
|
130
|
+
L 549.54909592682,447.4471602166816
|
|
131
|
+
L 549.54909592682,416.14031155655533
|
|
132
|
+
L 567.80736691834,416.14031155655533
|
|
133
|
+
L 567.80736691834,447.4471602166816
|
|
134
|
+
Z
|
|
135
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="558.67823142258" y="444.160671438208" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(-90 558.67823142258 444.160671438208)">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="
|
|
136
|
+
M 805.1648898081,345.794236471394
|
|
137
|
+
L 796.03575431234,340.8645033036836
|
|
138
|
+
L 796.03575431234,309.5576546435573
|
|
139
|
+
L 814.29402530386,309.5576546435573
|
|
140
|
+
L 814.29402530386,340.8645033036836
|
|
141
|
+
Z
|
|
142
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="805.1648898081" y="337.57801452521" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(-90 805.1648898081 337.57801452521)">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="
|
|
143
|
+
M 1079.0389546809001,455.11563403312
|
|
144
|
+
L 1069.9098191851401,450.18590086540956
|
|
145
|
+
L 1069.9098191851401,418.8790522052833
|
|
146
|
+
L 1088.1680901766601,418.8790522052833
|
|
147
|
+
L 1088.1680901766601,450.18590086540956
|
|
148
|
+
Z
|
|
149
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="1079.0389546809001" y="446.89941208693597" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(-90 1079.0389546809001 446.89941208693597)">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="
|
|
150
|
+
M 257.4224383847783,446.3698491950979
|
|
151
|
+
L 248.29330288901826,441.4401160273875
|
|
152
|
+
L 248.29330288901826,410.1332673672612
|
|
153
|
+
L 266.5515738805383,410.1332673672612
|
|
154
|
+
L 266.5515738805383,441.4401160273875
|
|
155
|
+
Z
|
|
156
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.8258270991520003px"/><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="257.4224383847783" y="438.1536272489139" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.432443892368px" transform="rotate(-90 257.4224383847783 438.1536272489139)">XX</text>
|
|
157
|
+
</g>
|
|
158
|
+
</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="-1.7999999999999998,-0.30000000000000004 1.9,-0.2" data-type="line" data-label="" points="201.92771084337352,365.5421686746988 451.566265060241,358.7951807228916" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.2 -1.7999999999999998,0.09999999999999998" data-type="line" data-label="" points="451.566265060241,331.8072289156627 201.92771084337352,338.5542168674699" fill="none" stroke="hsl(210, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.7999999999999998,-0.30000000000000004 0.050000000000000044,-0.30000000000000004 0.050000000000000044,-0.2 1.9,-0.2" data-type="line" data-label="" points="201.92771084337352,365.5421686746988 326.7469879518072,365.5421686746988 326.7469879518072,358.7951807228916 451.566265060241,358.7951807228916" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,0.2 0.6,0.2 0.6,-0.05099999999999996 -0.6,-0.05099999999999996 -0.6,0.09999999999999998 -1.7999999999999998,0.09999999999999998" data-type="line" data-label="" points="451.566265060241,331.8072289156627 363.855421686747,331.8072289156627 363.855421686747,348.7421686746988 282.89156626506025,348.7421686746988 282.89156626506025,338.5542168674699 201.92771084337352,338.5542168674699" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-3" data-y="0" x="39.99999999999997" y="311.566265060241" width="161.92771084337352" height="67.46987951807228" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01482142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="3" data-y="0" x="451.566265060241" y="318.3132530120482" width="148.433734939759" height="53.97590361445782" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01482142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="1" x="289.6385542168675" y="244.09638554216872" width="67.46987951807228" height="67.4698795180723" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01482142857142857"/></g><g><rect data-type="rect" data-label="netId: SSH
|
|
2
4
|
globalConnNetId: connectivity_net2" data-x="-0.8749999999999999" data-y="-0.525" x="257.5903614457832" y="365.5421686746988" width="13.493975903614398" height="30.361445783132524" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01482142857142857"/></g><g><rect data-type="rect" data-label="netId: BHH
|
|
3
5
|
globalConnNetId: connectivity_net3" data-x="1.25" data-y="0.42500000000000004" x="400.96385542168673" y="301.4457831325301" width="13.493975903614455" height="30.361445783132524" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01482142857142857"/></g><g><rect data-type="rect" data-label="netId: SIGNAL1
|
|
4
6
|
globalConnNetId: connectivity_net0" data-x="-0.4" data-y="0.274" x="289.6385542168675" y="311.63373493975905" width="13.493975903614455" height="30.361445783132524" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01482142857142857"/></g><g><rect data-type="rect" data-label="netId: SIGNAL2
|
|
@@ -29,7 +31,7 @@ orientation: y-" data-x="0.4" data-y="0.5" cx="350.3614457831325" cy="311.566265
|
|
|
29
31
|
const h = svg.getElementById('crosshair-h');
|
|
30
32
|
const v = svg.getElementById('crosshair-v');
|
|
31
33
|
const coords = svg.getElementById('coordinates');
|
|
32
|
-
|
|
34
|
+
|
|
33
35
|
crosshair.style.display = 'block';
|
|
34
36
|
h.setAttribute('x1', '0');
|
|
35
37
|
h.setAttribute('x2', '640');
|
|
@@ -48,13 +50,13 @@ orientation: y-" data-x="0.4" data-y="0.5" cx="350.3614457831325" cy="311.566265
|
|
|
48
50
|
// y' = (y - ty) / sy
|
|
49
51
|
const sx = matrix.a;
|
|
50
52
|
const sy = matrix.d;
|
|
51
|
-
const tx = matrix.e;
|
|
53
|
+
const tx = matrix.e;
|
|
52
54
|
const ty = matrix.f;
|
|
53
55
|
const realPoint = {
|
|
54
56
|
x: (x - tx) / sx,
|
|
55
57
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
56
58
|
}
|
|
57
|
-
|
|
59
|
+
|
|
58
60
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
59
61
|
coords.setAttribute('x', (x + 5).toString());
|
|
60
62
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -62,4 +64,48 @@ orientation: y-" data-x="0.4" data-y="0.5" cx="350.3614457831325" cy="311.566265
|
|
|
62
64
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
63
65
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
64
66
|
});
|
|
65
|
-
]]></script
|
|
67
|
+
]]></script>
|
|
68
|
+
</g>
|
|
69
|
+
<g transform="translate(1216, 200)">
|
|
70
|
+
<style>
|
|
71
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
72
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
73
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
74
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
75
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
76
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
77
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
78
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
79
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
80
|
+
|
|
81
|
+
</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 400.00000000006 466.87111111109 L 646.666666666665 466.87111111109 L 646.666666666665 453.53777777775997 L 893.33333333327 453.53777777775997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.333333333328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 400.00000000006 466.87111111109 L 646.666666666665 466.87111111109 L 646.666666666665 453.53777777775997 L 893.33333333327 453.53777777775997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.666666666666px" 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 893.33333333327 400.20444444444 L 719.99999999998 400.20444444444 L 719.99999999998 433.6711111110983 L 560.00000000002 433.6711111110983 L 560.00000000002 413.53777777777 L 400.00000000006 413.53777777777" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.333333333328px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 893.33333333327 400.20444444444 L 719.99999999998 400.20444444444 L 719.99999999998 433.6711111110983 L 560.00000000002 433.6711111110983 L 560.00000000002 413.53777777777 L 400.00000000006 413.53777777777" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.666666666666px" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="133.33333333345996" y="360.20444444445" width="213.33333333328005" height="133.33333333329995" stroke-width="2.666666666666px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="133.33333333345996" y="360.20444444445" width="213.33333333328005" height="133.33333333329995" fill="transparent"/><text class="sch-text" x="240.0000000001" y="426.8711111111" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="23.999999999994px" transform="rotate(0, 240.0000000001, 426.8711111111)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="346.66666666674" y1="466.87111111109" x2="400.00000000006" y2="466.87111111109" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="397.333333333394" y="464.204444444424" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.33333333340005" y="464.204444444424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="133.33333333345996" y1="466.87111111109" x2="82.6666666668059" y2="466.87111111109" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="80.00000000013995" cy="466.87111111109" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="77.33333333347395" y="464.204444444424" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.66666666679998" y="464.204444444424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="346.66666666674" y1="413.53777777777" x2="400.00000000006" y2="413.53777777777" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="397.333333333394" y="410.87111111110397" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.33333333340005" y="410.87111111110397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="133.33333333345996" y1="386.87111111111" x2="82.6666666668059" y2="386.87111111111" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="80.00000000013995" cy="386.87111111111" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="77.33333333347395" y="384.204444444444" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.66666666679998" y="384.204444444444" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="133.33333333345996" y1="413.53777777777" x2="82.6666666668059" y2="413.53777777777" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="80.00000000013995" cy="413.53777777777" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="77.33333333347395" y="410.87111111110397" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.66666666679998" y="410.87111111110397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="133.33333333345996" y1="440.20444444443" x2="82.6666666668059" y2="440.20444444443" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="80.00000000013995" cy="440.20444444443" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="77.33333333347395" y="437.537777777764" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="106.66666666679998" y="437.537777777764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="346.66666666674" y1="440.20444444443" x2="397.333333333394" y2="440.20444444443" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="400.00000000006" cy="440.20444444443" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="397.333333333394" y="437.537777777764" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.33333333340005" y="437.537777777764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="346.66666666674" y1="386.87111111111" x2="397.333333333394" y2="386.87111111111" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="400.00000000006" cy="386.87111111111" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="397.333333333394" y="384.204444444444" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="373.33333333340005" y="384.204444444444" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="946.66666666659" y="373.53777777778" width="186.66666666662002" height="106.66666666664003" stroke-width="2.666666666666px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="946.66666666659" y="373.53777777778" width="186.66666666662002" height="106.66666666664003" fill="transparent"/><text class="sch-text" x="1039.9999999999" y="426.8711111111" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="23.999999999994px" transform="rotate(0, 1039.9999999999, 426.8711111111)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="946.66666666659" y1="400.20444444444" x2="893.33333333327" y2="400.20444444444" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="890.6666666666041" y="397.537777777774" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="919.99999999993" y="397.537777777774" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="946.66666666659" y1="426.8711111111" x2="895.999999999936" y2="426.8711111111" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="893.33333333327" cy="426.8711111111" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="890.6666666666041" y="424.204444444434" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="919.99999999993" y="424.204444444434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="946.66666666659" y1="453.53777777775997" x2="893.33333333327" y2="453.53777777775997" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="890.6666666666041" y="450.87111111109397" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="919.99999999993" y="450.871111111094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="573.33333333335" y="280.20444444446997" width="133.33333333330006" height="26.666666666660035" stroke-width="2.666666666666px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="573.33333333335" y="280.20444444446997" width="133.33333333330006" height="26.666666666660035" fill="transparent"/><text class="sch-text" x="640" y="293.5377777778" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="23.999999999994px" transform="rotate(0, 640, 293.5377777778)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="586.66666666668" y1="306.87111111113" x2="586.66666666668" y2="357.53777777778396" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="586.66666666668" cy="360.20444444445" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="584.0000000000141" y="357.537777777784" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="584.000000000014" y="333.53777777779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="rotate(-90 584.000000000014 333.53777777779)">3</text><line class="component-pin sch-component-pin sch-port-line" x1="693.33333333332" y1="306.87111111113" x2="693.33333333332" y2="357.53777777778396" stroke-width="2.666666666666px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="693.33333333332" cy="360.20444444445" r="2.666666666666" stroke-width="2.666666666666px"/><rect x="690.666666666654" y="357.537777777784" width="5.333333333332" height="5.333333333332" opacity="0"/></g><text class="pin-number sch-pin-number" x="690.666666666654" y="333.53777777779" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="19.999999999995px" transform="rotate(-90 690.666666666654 333.53777777779)">4</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="400.00000000006" cy="466.87111111109" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="80.00000000013995" cy="466.87111111109" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="400.00000000006" cy="413.53777777777" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="80.00000000013995" cy="386.87111111111" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="80.00000000013995" cy="413.53777777777" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="80.00000000013995" cy="440.20444444443" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="400.00000000006" cy="440.20444444443" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="400.00000000006" cy="386.87111111111" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="893.33333333327" cy="400.20444444444" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="893.33333333327" cy="426.8711111111" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="893.33333333327" cy="453.53777777775997" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="586.66666666668" cy="360.20444444445" r="5.333333333332" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="693.33333333332" cy="360.20444444445" r="5.333333333332" 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="
|
|
82
|
+
M 523.3333333333625,466.87111111109
|
|
83
|
+
L 536.6666666666924,474.0711111110882
|
|
84
|
+
L 536.6666666666924,519.7955555555212
|
|
85
|
+
L 510.00000000003246,519.7955555555212
|
|
86
|
+
L 510.00000000003246,474.0711111110882
|
|
87
|
+
Z
|
|
88
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.666666666666px"/><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="523.3333333333625" y="478.871111111087" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="23.999999999994px" transform="rotate(90 523.3333333333625 478.871111111087)">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="
|
|
89
|
+
M 806.666666666625,400.20444444444
|
|
90
|
+
L 793.3333333332951,393.0044444444418
|
|
91
|
+
L 793.3333333332951,347.2800000000088
|
|
92
|
+
L 819.999999999955,347.2800000000088
|
|
93
|
+
L 819.999999999955,393.0044444444418
|
|
94
|
+
Z
|
|
95
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.666666666666px"/><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="806.666666666625" y="388.204444444443" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="23.999999999994px" transform="rotate(-90 806.666666666625 388.204444444443)">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="
|
|
96
|
+
M 586.66666666668,360.20444444445
|
|
97
|
+
L 600.00000000001,367.40444444444825
|
|
98
|
+
L 600.00000000001,413.12888888888125
|
|
99
|
+
L 573.3333333333501,413.12888888888125
|
|
100
|
+
L 573.3333333333501,367.40444444444825
|
|
101
|
+
Z
|
|
102
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.666666666666px"/><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="586.66666666668" y="372.204444444447" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="23.999999999994px" transform="rotate(90 586.66666666668 372.204444444447)">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="
|
|
103
|
+
M 693.33333333332,360.20444444445
|
|
104
|
+
L 706.6666666666499,367.40444444444825
|
|
105
|
+
L 706.6666666666499,413.12888888888125
|
|
106
|
+
L 679.99999999999,413.12888888888125
|
|
107
|
+
L 679.99999999999,367.40444444444825
|
|
108
|
+
Z
|
|
109
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.666666666666px"/><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="693.33333333332" y="372.204444444447" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="23.999999999994px" transform="rotate(90 693.33333333332 372.204444444447)">XX</text>
|
|
110
|
+
</g>
|
|
111
|
+
</svg>
|