@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="1.65,0.09999999999999998 1.65,-0.10000000000000003" data-type="line" data-label="" points="358.0428134556575,324.74300550458713 358.0428134556575,334.5289382262997" fill="none" stroke="hsl(100, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.09999999999999998 4.6279125,1.2973754500000003" data-type="line" data-label="" points="358.0428134556575,324.74300550458713 503.7510703363914,266.15582752293574" fill="none" stroke="hsl(100, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.09999999999999998 6,0.38" data-type="line" data-label="" points="358.0428134556575,324.74300550458713 570.8868501529053,311.0426996941896" fill="none" stroke="hsl(100, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.10000000000000003 4.6279125,1.2973754500000003" data-type="line" data-label="" points="358.0428134556575,334.5289382262997 503.7510703363914,266.15582752293574" fill="none" stroke="hsl(100, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.10000000000000003 6,0.38" data-type="line" data-label="" points="358.0428134556575,334.5289382262997 570.8868501529053,311.0426996941896" fill="none" stroke="hsl(100, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6279125,1.2973754500000003 6,0.38" data-type="line" data-label="" points="503.7510703363914,266.15582752293574 570.8868501529053,311.0426996941896" fill="none" stroke="hsl(100, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.1 -1.65,0.1" data-type="line" data-label="" points="196.5749235474006,334.5289382262997 196.5749235474006,324.74300550458713" fill="none" stroke="hsl(261, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,-0.1 -4.4,0.38" data-type="line" data-label="" points="196.5749235474006,334.5289382262997 62.0183486238532,311.0426996941896" fill="none" stroke="hsl(261, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.65,0.1 -4.4,0.38" data-type="line" data-label="" points="196.5749235474006,324.74300550458713 62.0183486238532,311.0426996941896" fill="none" stroke="hsl(261, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.30000000000000004 -4.4,-0.38" data-type="line" data-label="" points="358.0428134556575,344.31487094801224 62.0183486238532,348.22924403669725" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-0.30000000000000004 6,-0.38" data-type="line" data-label="" points="358.0428134556575,344.31487094801224 570.8868501529053,348.22924403669725" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.4,-0.38 6,-0.38" data-type="line" data-label="" points="62.0183486238532,348.22924403669725 570.8868501529053,348.22924403669725" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,0.30000000000000004 3.5720874999999994,1.3026245499999998" data-type="line" data-label="" points="358.0428134556575,314.9570727828746 452.0899082568807,265.8989908256881" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.6279125,1.2973754500000003 6,1.2973754500000003 6,0.38" data-type="line" data-label="" points="503.7510703363914,266.15582752293574 570.8868501529053,266.15582752293574 570.8868501529053,311.0426996941896" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,0.09999999999999998 4.8279125,0.09999999999999998 4.8279125,1.2973754500000003 4.6279125,1.2973754500000003" data-type="line" data-label="" points="358.0428134556575,324.74300550458713 513.537003058104,324.74300550458713 513.537003058104,266.15582752293574 503.7510703363914,266.15582752293574" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-0.10000000000000003 1.8499999999999999,-0.10000000000000003 1.8499999999999999,0.09999999999999998 1.65,0.09999999999999998" data-type="line" data-label="" points="358.0428134556575,334.5289382262997 367.82874617737,334.5289382262997 367.82874617737,324.74300550458713 358.0428134556575,324.74300550458713" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.65,0.09999999999999976 -1.8499999999999999,0.09999999999999976 -1.8499999999999999,0.5800000000000002 -4.4,0.5800000000000002 -4.4,0.38" data-type="line" data-label="" points="196.5749235474006,324.7430055045872 186.78899082568807,324.7430055045872 186.78899082568807,301.25676697247707 62.0183486238532,301.25676697247707 62.0183486238532,311.0426996941896" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.65,-0.1 -1.8499999999999999,-0.1 -1.8499999999999999,0.1 -1.65,0.1" data-type="line" data-label="" points="196.5749235474006,334.5289382262997 186.78899082568807,334.5289382262997 186.78899082568807,324.74300550458713 196.5749235474006,324.74300550458713" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6500000000000004,-0.29999999999999993 1.8500000000000005,-0.29999999999999993 1.8500000000000005,-0.9199999999999999 -4.4,-0.9199999999999999 -4.4,-0.38" data-type="line" data-label="" points="358.0428134556575,344.31487094801224 367.82874617737,344.31487094801224 367.82874617737,374.6512623853211 62.0183486238532,374.6512623853211 62.0183486238532,348.22924403669725" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6,-0.38 6,-0.5800000000000001 1.8500000000000005,-0.5800000000000001 1.8500000000000005,-0.30000000000000004 1.65,-0.30000000000000004" data-type="line" data-label="" points="570.8868501529053,348.22924403669725 570.8868501529053,358.0151767584098 367.82874617737,358.0151767584098 367.82874617737,344.31487094801224 358.0428134556575,344.31487094801224" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,0.30000000000000004 2.6110437499999994,0.30000000000000004 2.6110437499999994,1.3026245499999998 3.5720874999999994,1.3026245499999998" data-type="line" data-label="" points="358.0428134556575,314.9570727828746 405.06636085626906,314.9570727828746 405.06636085626906,265.8989908256881 452.0899082568807,265.8989908256881" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="196.5749235474006" y="305.1711400611621" width="161.4678899082569" height="48.92966360856269" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="4.1" data-y="1.3" x="452.08990825688073" y="244.79827889908256" width="51.661162079510746" height="42.458260550458704" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-4.327500000000001" data-y="0" x="39.99999999999996" y="311.0426996941896" width="51.131498470948" height="37.18654434250766" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="6.0725" data-y="0" x="548.868501529052" y="311.0426996941896" width="51.131498470948145" height="37.18654434250766" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="TPS61222DCKT" data-x="-0.53" data-y="-0.63" x="216.14678899082566" y="356.0579902140672" width="70.45871559633028" height="8.807339449541303" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="U2" data-x="-1.13" data-y="0.615" x="213.21100917431193" y="293.42802079510705" width="17.614678899082577" height="12.232415902140644" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="netId: VIN_3V3
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="6" data-y="1.5073754500000003" x="547.4006116207952" y="245.60536880733946" width="46.97247706422024" height="20.550458715596307" fill="#ef444466" stroke="#ef4444" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="netId: VIN_5V
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="-4.4" data-y="0.7900000000000001" x="41.46788990825688" y="280.7063082568807" width="41.10091743119264" height="20.550458715596335" fill="#ef444466" stroke="#ef4444" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="-4.4" data-y="-1.13" x="50.27522935779815" y="374.65126238532105" width="23.486238532110093" height="20.550458715596335" fill="#00000066" stroke="#000000" stroke-width="0.0204375"/></g><g><rect data-type="rect" data-label="netId: BOOST_SW
|
|
@@ -28,7 +30,7 @@ orientation: x+" data-x="2.6110437499999994" data-y="0.30000000000000004" cx="40
|
|
|
28
30
|
const h = svg.getElementById('crosshair-h');
|
|
29
31
|
const v = svg.getElementById('crosshair-v');
|
|
30
32
|
const coords = svg.getElementById('coordinates');
|
|
31
|
-
|
|
33
|
+
|
|
32
34
|
crosshair.style.display = 'block';
|
|
33
35
|
h.setAttribute('x1', '0');
|
|
34
36
|
h.setAttribute('x2', '640');
|
|
@@ -47,13 +49,13 @@ orientation: x+" data-x="2.6110437499999994" data-y="0.30000000000000004" cx="40
|
|
|
47
49
|
// y' = (y - ty) / sy
|
|
48
50
|
const sx = matrix.a;
|
|
49
51
|
const sy = matrix.d;
|
|
50
|
-
const tx = matrix.e;
|
|
52
|
+
const tx = matrix.e;
|
|
51
53
|
const ty = matrix.f;
|
|
52
54
|
const realPoint = {
|
|
53
55
|
x: (x - tx) / sx,
|
|
54
56
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
55
57
|
}
|
|
56
|
-
|
|
58
|
+
|
|
57
59
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
58
60
|
coords.setAttribute('x', (x + 5).toString());
|
|
59
61
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -61,4 +63,48 @@ orientation: x+" data-x="2.6110437499999994" data-y="0.30000000000000004" cx="40
|
|
|
61
63
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
62
64
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
63
65
|
});
|
|
64
|
-
]]></script
|
|
66
|
+
]]></script>
|
|
67
|
+
</g>
|
|
68
|
+
<g transform="translate(1216, 200)">
|
|
69
|
+
<style>
|
|
70
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
71
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
72
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
73
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
74
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
75
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
76
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
77
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
78
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
79
|
+
|
|
80
|
+
</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 966.3074162679588 293.9054808612578 L 1097.6076555024001 293.9054808612578 L 1097.6076555024001 381.692605263166" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 966.3074162679588 293.9054808612578 L 1097.6076555024001 293.9054808612578 L 1097.6076555024001 381.692605263166" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" 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 681.339712918695 408.48686363637 L 985.4461722488188 408.48686363637 L 985.4461722488188 293.9054808612578 L 966.3074162679588 293.9054808612578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.339712918695 408.48686363637 L 985.4461722488188 408.48686363637 L 985.4461722488188 293.9054808612578 L 966.3074162679588 293.9054808612578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" 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 681.339712918695 427.62561961723 L 700.4784688995551 427.62561961723 L 700.4784688995551 408.48686363637 L 681.339712918695 408.48686363637" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.339712918695 427.62561961723 L 700.4784688995551 427.62561961723 L 700.4784688995551 408.48686363637 L 681.339712918695 408.48686363637" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" 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 365.55023923450506 408.48686363637 L 346.41148325364503 408.48686363637 L 346.41148325364503 362.553849282306 L 102.39234449767997 362.553849282306 L 102.39234449767997 381.692605263166" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 365.55023923450506 408.48686363637 L 346.41148325364503 408.48686363637 L 346.41148325364503 362.553849282306 L 102.39234449767997 362.553849282306 L 102.39234449767997 381.692605263166" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" 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 365.55023923450506 427.62561961723 L 346.41148325364503 427.62561961723 L 346.41148325364503 408.48686363637 L 365.55023923450506 408.48686363637" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 365.55023923450506 427.62561961723 L 346.41148325364503 427.62561961723 L 346.41148325364503 408.48686363637 L 365.55023923450506 408.48686363637" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" 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 681.3397129186951 446.76437559809 L 700.4784688995551 446.76437559809 L 700.4784688995551 506.09451913875597 L 102.39234449767997 506.09451913875597 L 102.39234449767997 454.419877990434" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.3397129186951 446.76437559809 L 700.4784688995551 446.76437559809 L 700.4784688995551 506.09451913875597 L 102.39234449767997 506.09451913875597 L 102.39234449767997 454.419877990434" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 1097.6076555024001 454.419877990434 L 1097.6076555024001 473.558633971294 L 700.4784688995551 473.558633971294 L 700.4784688995551 446.76437559809 L 681.339712918695 446.76437559809" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1097.6076555024001 454.419877990434 L 1097.6076555024001 473.558633971294 L 700.4784688995551 473.558633971294 L 700.4784688995551 446.76437559809 L 681.339712918695 446.76437559809" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 681.339712918695 389.34810765551 L 773.3056220095981 389.34810765551 L 773.3056220095981 293.4031746411622 L 865.2715311005012 293.4031746411622" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.311004784688px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 681.339712918695 389.34810765551 L 773.3056220095981 389.34810765551 L 773.3056220095981 293.4031746411622 L 865.2715311005012 293.4031746411622" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="966.3074162679588" cy="293.9054808612578" r="2.870813397129" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="681.339712918695" cy="408.48686363637" r="2.870813397129" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="365.55023923450506" cy="408.48686363637" r="2.870813397129" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="346.41148325364503" cy="408.48686363637" r="2.870813397129" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="681.3397129186951" cy="446.76437559809" r="2.870813397129" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="700.4784688995551" cy="446.76437559809" r="2.870813397129" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="403.827751196225" y="370.20935167465" width="239.23444976075007" height="95.69377990429996" stroke-width="1.913875598086px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="403.827751196225" y="370.20935167465" width="239.23444976075007" height="95.69377990429996" fill="transparent"/><text class="sch-text" x="523.4449760766" y="418.0562416268" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="17.224880382774px" transform="rotate(0, 523.4449760766, 418.0562416268)">U2</text><line class="component-pin sch-component-pin sch-port-line" x1="643.0622009569751" y1="408.48686363637" x2="681.339712918695" y2="408.48686363637" stroke-width="1.913875598086px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="679.425837320609" y="406.572988038284" width="3.827751196172" height="3.827751196172" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.200956937835" y="406.572988038284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.354066985645px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="403.827751196225" y1="427.62561961723" x2="365.55023923450506" y2="427.62561961723" stroke-width="1.913875598086px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="363.63636363641905" y="425.71174401914396" width="3.827751196172" height="3.827751196172" opacity="0"/></g><text class="pin-number sch-pin-number" x="384.688995215365" y="425.71174401914396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.354066985645px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="643.0622009569751" y1="446.76437559809" x2="681.339712918695" y2="446.76437559809" stroke-width="1.913875598086px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="679.425837320609" y="444.850500000004" width="3.827751196172" height="3.827751196172" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.200956937835" y="444.850500000004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.354066985645px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="403.827751196225" y1="408.48686363637" x2="365.55023923450506" y2="408.48686363637" stroke-width="1.913875598086px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="363.63636363641905" y="406.572988038284" width="3.827751196172" height="3.827751196172" opacity="0"/></g><text class="pin-number sch-pin-number" x="384.688995215365" y="406.572988038284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.354066985645px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="643.0622009569751" y1="389.34810765551" x2="681.339712918695" y2="389.34810765551" stroke-width="1.913875598086px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="679.425837320609" y="387.43423205742397" width="3.827751196172" height="3.827751196172" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.200956937835" y="387.43423205742397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.354066985645px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="643.0622009569751" y1="427.62561961723" x2="681.339712918695" y2="427.62561961723" stroke-width="1.913875598086px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="679.425837320609" y="425.71174401914396" width="3.827751196172" height="3.827751196172" opacity="0"/></g><text class="pin-number sch-pin-number" x="662.200956937835" y="425.71174401914396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.354066985645px" transform="">6</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="865.3309569378218" y="284.11823684211976" width="101.00665071769674" height="9.843684210525623" fill="transparent"/><path class="sch-component-symbol-path" d="M 896.8452153110255 293.64764354068365 L 896.6069818182026 293.1851114092123 L 896.3687483253797 292.72396215491005 L 896.1305148325566 292.2655701290484 L 895.8922813397337 291.8112926836686 L 895.6540478469108 291.36246180305506 L 895.4158143540878 290.9203758916092 L 895.1775808612649 290.48629176875454 L 894.9393473684419 290.06141692022726 L 894.701113875619 289.6469020535247 L 894.462880382796 289.2438340034112 L 894.2246468899731 288.8532290312207 L 893.98641339715 288.4760265592669 L 893.7481799043271 288.1130833789931 L 893.5099464115042 287.7651683685675 L 893.2717129186813 287.432957752494 L 893.0334794258583 287.11703093246285 L 892.7952459330353 286.8178669151469 L 892.5570124402124 286.5358413589662 L 892.3187789473894 286.2712242580285 L 892.0805454545665 286.0241782775263 L 891.8423119617436 285.7947577508515 L 891.6040784689205 285.5829083446122 L 891.3658449760976 285.38846739361594 L 891.1276114832747 285.2111649037548 L 890.8893779904517 285.050625216609 L 890.6511444976288 284.9063693255055 L 890.4129110048058 284.7778178287541 L 890.1746775119828 284.66429450185086 L 889.9364440191599 284.56503046662766 L 889.698210526337 284.4791689316412 L 889.4599770335141 284.40577047457765 L 889.221743540691 284.3438188341032 L 888.9835100478681 284.29222717545355 L 888.7452765550452 284.2498447911311 L 888.5070430622222 284.21546419540005 L 888.2688095693992 284.18782856883655 L 888.0305760765763 284.1656395070394 L 887.7923425837533 284.147565025724 L 887.5541090909304 284.13224777284927 L 887.3158755981075 284.1183133971436 L 887.077642344519 284.13224777284927 L 886.8394090909304 284.147565025724 L 886.6011758373419 284.1656395070394 L 886.3629425837535 284.18782856883655 L 886.1247093301649 284.21546419540005 L 885.8864760765764 284.2498447911311 L 885.648242822988 284.29222717545355 L 885.4100095693994 284.3438188341032 L 885.1717763158109 284.40577047457765 L 884.9335430622224 284.4791689316412 L 884.695309808634 284.56503046662766 L 884.4570765550454 284.66429450185086 L 884.2188433014569 284.7778178287541 L 883.9806100478685 284.9063693255055 L 883.74237679428 285.050625216609 L 883.5041435406914 285.2111649037548 L 883.265910287103 285.38846739361594 L 883.0276770335145 285.5829083446122 L 882.7894437799259 285.7947577508515 L 882.5512105263374 286.0241782775263 L 882.312977272749 286.2712242580285 L 882.0747440191604 286.5358413589662 L 881.8365107655719 286.8178669151469 L 881.5982775119835 287.11703093246285 L 881.360044258395 287.432957752494 L 881.1218110048064 287.7651683685675 L 880.8835777512179 288.1130833789931 L 880.6453444976295 288.4760265592669 L 880.407111244041 288.8532290312207 L 880.1688779904524 289.2438340034112 L 879.930644736864 289.6469020535247 L 879.6924114832755 290.06141692022726 L 879.4541782296869 290.48629176875454 L 879.2159449760984 290.9203758916092 L 878.97771172251 291.36246180305506 L 878.7394784689214 291.8112926836686 L 878.5012452153329 292.2655701290484 L 878.2630119617444 292.72396215491005 L 878.024778708156 293.1851114092123 L 877.7865454545674 293.64764354068365" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 915.9038755981056 293.64757655503774 L 915.6656423445171 293.18504418433196 L 915.4274090909287 292.7238946907953 L 915.1891758373401 292.26550242569914 L 914.9509425837516 291.8112247410849 L 914.7127093301631 291.36239362123695 L 914.4744760765747 290.9203074705566 L 914.2362428229861 290.4862231084675 L 913.9980095693976 290.0613480207058 L 913.7597763158092 289.6468329147687 L 913.5215430622206 289.24376462542085 L 913.2833098086321 288.85315941399585 L 913.0450765550436 288.47595670280765 L 912.8068433014552 288.1130132832994 L 912.5686100478666 287.76509803363933 L 912.3303767942781 287.4328871783314 L 912.0921435406897 287.11696011906577 L 911.8539102871011 286.8177958625154 L 911.6156770335126 286.5357700671002 L 911.3774437799241 286.27115272692805 L 911.1392105263357 286.0241065071914 L 910.9009772727471 285.79468574128214 L 910.6627440191586 285.5828360958084 L 910.4245107655702 285.3883949055777 L 910.1862775119816 285.21109217648217 L 909.9480442583931 285.0505522501019 L 909.7098110048047 284.90629611976397 L 909.4715777512162 284.77774438377804 L 909.2333444976276 284.6642208176404 L 908.9951112440391 284.56495654318275 L 908.7568779904507 284.47909476896183 L 908.5186447368621 284.40569607266383 L 908.2804114832736 284.34374419295494 L 908.0421782296852 284.2921522950708 L 907.8039449760967 284.249769671514 L 907.5657117225081 284.2153888365484 L 907.3274784689196 284.1877529707505 L 907.0892452153312 284.16556366971884 L 906.8510119617426 284.14748894916903 L 906.6127787081541 284.1321714570599 L 906.3745454545657 284.11823684211976 L 906.1363119617426 284.1321714570599 L 905.8980784689197 284.14748894916903 L 905.6598449760968 284.16556366971884 L 905.4216114832739 284.1877529707505 L 905.1833779904509 284.2153888365484 L 904.9451444976279 284.249769671514 L 904.706911004805 284.2921522950708 L 904.468677511982 284.34374419295494 L 904.2304440191591 284.40569607266383 L 903.9922105263361 284.47909476896183 L 903.7539770335131 284.56495654318275 L 903.5157435406902 284.6642208176404 L 903.2775100478673 284.77774438377804 L 903.0392765550444 284.90629611976397 L 902.8010430622213 285.0505522501019 L 902.5628095693984 285.21109217648217 L 902.3245760765755 285.3883949055777 L 902.0863425837525 285.5828360958084 L 901.8481090909296 285.79468574128214 L 901.6098755981066 286.0241065071914 L 901.3716421052836 286.27115272692805 L 901.1334086124607 286.5357700671002 L 900.8951751196378 286.8177958625154 L 900.6569416268148 287.11696011906577 L 900.4187081339918 287.4328871783314 L 900.1804746411689 287.76509803363933 L 899.9422411483459 288.1130132832994 L 899.704007655523 288.47595670280765 L 899.4657741627 288.85315941399585 L 899.227540669877 289.24376462542085 L 898.9893071770541 289.6468329147687 L 898.7510736842312 290.0613480207058 L 898.5128401914083 290.4862231084675 L 898.2746066985852 290.9203074705566 L 898.0363732057623 291.36239362123695 L 897.7981397129394 291.8112247410849 L 897.5599062201164 292.26550242569914 L 897.3216727272935 292.7238946907953 L 897.0834392344705 293.18504418433196 L 896.8452057416475 293.64757655503774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 934.9625454545637 293.64757655503774 L 934.7243119617408 293.18504418433196 L 934.4860784689178 292.7238946907953 L 934.2478449760948 292.26550242569914 L 934.0096114832719 291.8112247410849 L 933.771377990449 291.36239362123695 L 933.533144497626 290.9203074705566 L 933.294911004803 290.4862231084675 L 933.0566775119801 290.0613480207058 L 932.8184440191571 289.6468329147687 L 932.5802105263342 289.24376462542085 L 932.3419770335113 288.85315941399585 L 932.1037435406882 288.47595670280765 L 931.8655100478653 288.1130132832994 L 931.6272765550424 287.76509803363933 L 931.3890430622195 287.4328871783314 L 931.1508095693964 287.11696011906577 L 930.9125760765735 286.8177958625154 L 930.6743425837506 286.5357700671002 L 930.4361090909276 286.27115272692805 L 930.1978755981047 286.0241065071914 L 929.9596421052817 285.79468574128214 L 929.7214086124587 285.5828360958084 L 929.4831751196358 285.3883949055777 L 929.2449416268129 285.21109217648217 L 929.00670813399 285.0505522501019 L 928.7684746411669 284.90629611976397 L 928.530241148344 284.77774438377804 L 928.292007655521 284.6642208176404 L 928.0537741626981 284.56495654318275 L 927.8155406698752 284.47909476896183 L 927.5773071770521 284.40569607266383 L 927.3390736842292 284.34374419295494 L 927.1008401914063 284.2921522950708 L 926.8626066985834 284.249769671514 L 926.6243732057603 284.2153888365484 L 926.3861397129374 284.1877529707505 L 926.1479062201145 284.16556366971884 L 925.9096727272915 284.14748894916903 L 925.6714392344686 284.1321714570599 L 925.4332057416456 284.11823684211976 L 925.1949724880571 284.1321714570599 L 924.9567392344686 284.14748894916903 L 924.7185059808801 284.16556366971884 L 924.4802727272917 284.1877529707505 L 924.2420394737031 284.2153888365484 L 924.0038062201146 284.249769671514 L 923.7655729665261 284.2921522950708 L 923.5273397129376 284.34374419295494 L 923.2891064593491 284.40569607266383 L 923.0508732057606 284.47909476896183 L 922.8126399521722 284.56495654318275 L 922.5744066985836 284.6642208176404 L 922.3361734449951 284.77774438377804 L 922.0979401914066 284.90629611976397 L 921.8597069378181 285.0505522501019 L 921.6214736842296 285.21109217648217 L 921.3832404306411 285.3883949055777 L 921.1450071770527 285.5828360958084 L 920.9067739234641 285.79468574128214 L 920.6685406698756 286.0241065071914 L 920.4303074162871 286.27115272692805 L 920.1920741626986 286.5357700671002 L 919.9538409091101 286.8177958625154 L 919.7156076555216 287.11696011906577 L 919.4773744019332 287.4328871783314 L 919.2391411483446 287.76509803363933 L 919.0009078947561 288.1130132832994 L 918.7626746411677 288.47595670280765 L 918.5244413875791 288.85315941399585 L 918.2862081339906 289.24376462542085 L 918.0479748804021 289.6468329147687 L 917.8097416268137 290.0613480207058 L 917.5715083732251 290.4862231084675 L 917.3332751196366 290.9203074705566 L 917.0950418660482 291.36239362123695 L 916.8568086124596 291.8112247410849 L 916.6185753588711 292.26550242569914 L 916.3803421052826 292.7238946907953 L 916.1421088516942 293.18504418433196 L 915.9038755981056 293.64757655503774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 954.0212057416438 293.64757655503774 L 953.7829724880553 293.18504418433196 L 953.5447392344668 292.7238946907953 L 953.3065059808783 292.26550242569914 L 953.0682727272898 291.8112247410849 L 952.8300394737013 291.36239362123695 L 952.5918062201129 290.9203074705566 L 952.3535729665243 290.4862231084675 L 952.1153397129358 290.0613480207058 L 951.8771064593473 289.6468329147687 L 951.6388732057588 289.24376462542085 L 951.4006399521703 288.85315941399585 L 951.1624066985818 288.47595670280765 L 950.9241734449934 288.1130132832994 L 950.6859401914048 287.76509803363933 L 950.4477069378163 287.4328871783314 L 950.2094736842278 287.11696011906577 L 949.9712404306393 286.8177958625154 L 949.7330071770508 286.5357700671002 L 949.4947739234623 286.27115272692805 L 949.2565406698739 286.0241065071914 L 949.0183074162853 285.79468574128214 L 948.7800741626968 285.5828360958084 L 948.5418409091083 285.3883949055777 L 948.3036076555198 285.21109217648217 L 948.0653744019313 285.0505522501019 L 947.8271411483428 284.90629611976397 L 947.5889078947544 284.77774438377804 L 947.3506746411658 284.6642208176404 L 947.1124413875773 284.56495654318275 L 946.8742081339888 284.47909476896183 L 946.6359748804003 284.40569607266383 L 946.3977416268118 284.34374419295494 L 946.1595083732233 284.2921522950708 L 945.9212751196349 284.249769671514 L 945.6830418660463 284.2153888365484 L 945.4448086124578 284.1877529707505 L 945.2065753588693 284.16556366971884 L 944.9683421052808 284.14748894916903 L 944.7301088516923 284.1321714570599 L 944.4918755981038 284.11823684211976 L 944.2536421052808 284.1321714570599 L 944.0154086124579 284.14748894916903 L 943.777175119635 284.16556366971884 L 943.538941626812 284.1877529707505 L 943.300708133989 284.2153888365484 L 943.0624746411661 284.249769671514 L 942.8242411483432 284.2921522950708 L 942.5860076555202 284.34374419295494 L 942.3477741626972 284.40569607266383 L 942.1095406698743 284.47909476896183 L 941.8713071770513 284.56495654318275 L 941.6330736842284 284.6642208176404 L 941.3948401914055 284.77774438377804 L 941.1566066985824 284.90629611976397 L 940.9183732057595 285.0505522501019 L 940.6801397129366 285.21109217648217 L 940.4419062201137 285.3883949055777 L 940.2036727272907 285.5828360958084 L 939.9654392344677 285.79468574128214 L 939.7272057416448 286.0241065071914 L 939.4889722488218 286.27115272692805 L 939.2507387559989 286.5357700671002 L 939.012505263176 286.8177958625154 L 938.7742717703529 287.11696011906577 L 938.53603827753 287.4328871783314 L 938.2978047847071 287.76509803363933 L 938.0595712918841 288.1130132832994 L 937.8213377990611 288.47595670280765 L 937.5831043062382 288.85315941399585 L 937.3448708134152 289.24376462542085 L 937.1066373205923 289.6468329147687 L 936.8684038277694 290.0613480207058 L 936.6301703349463 290.4862231084675 L 936.3919368421234 290.9203074705566 L 936.1537033493005 291.36239362123695 L 935.9154698564776 291.8112247410849 L 935.6772363636546 292.26550242569914 L 935.4390028708316 292.7238946907953 L 935.2007693780087 293.18504418433196 L 934.9625358851857 293.64757655503774" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 877.486976076577 293.52488755982245 L 865.3309569378218 293.52488755982245" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 966.3376076555186 293.9619210526454 L 954.1815885167633 293.9619210526454" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="915.5966889952349" y="269.3605143540824" stroke="rgb(245, 241, 237)" stroke-width="1.913875598086px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="17.224880382774px">L4</text><text class="sch-component-text" x="915.5803631296999" y="313.3746091697943" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="17.224880382774px"></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="82.99598086131759" y="381.692605263166" width="38.79272727272476" height="72.72727272726797" fill="transparent"/><path class="sch-component-symbol-path" d="M 102.39234449767997 454.419877990434 L 102.39234449767997 425.3289688995268" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 102.39234449767997 410.7835143540732 L 102.39234449767997 381.692605263166" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 121.78870813404235 425.3289688995268 L 82.99598086131759 425.3289688995268" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 121.78870813404235 410.7835143540732 L 82.99598086131759 410.7835143540732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="116.331738437073" y="393.81381738437733" stroke="rgb(245, 241, 237)" stroke-width="1.913875598086px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="17.224880382774px">C25</text><text class="sch-component-text" x="116.33173843707301" y="442.29866586922265" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="17.224880382774px"></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="1078.2112918660378" y="381.692605263166" width="38.79272727272473" height="72.72727272726797" fill="transparent"/><path class="sch-component-symbol-path" d="M 1097.6076555024001 454.419877990434 L 1097.6076555024001 425.3289688995268" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1097.6076555024001 410.7835143540732 L 1097.6076555024001 381.692605263166" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1117.0040191387625 425.3289688995268 L 1078.2112918660378 425.3289688995268" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1117.0040191387625 410.7835143540732 L 1078.2112918660378 410.7835143540732" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.913875598086px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1111.5470494417932" y="393.81381738437733" stroke="rgb(245, 241, 237)" stroke-width="1.913875598086px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="17.224880382774px">C26</text><text class="sch-component-text" x="1111.5470494417932" y="442.29866586922265" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="17.224880382774px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="681.339712918695" cy="408.48686363637" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="365.55023923450506" cy="427.62561961723" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="681.339712918695" cy="446.76437559809" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="365.55023923450506" cy="408.48686363637" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="681.339712918695" cy="389.34810765551" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="681.339712918695" cy="427.62561961723" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="865.2715311005013" cy="293.4031746411622" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="966.3074162679588" cy="293.9054808612578" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="102.39234449767997" cy="389.34810765551" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="102.39234449767997" cy="462.075380382778" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1097.6076555024001" cy="389.34810765551" r="3.827751196172" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1097.6076555024001" cy="462.075380382778" r="3.827751196172" 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="
|
|
81
|
+
M 1097.6076555024001,293.9054808612578
|
|
82
|
+
L 1088.0382775119701,288.73801674642556
|
|
83
|
+
L 1088.0382775119701,255.92142982457764
|
|
84
|
+
L 1107.17703349283,255.92142982457764
|
|
85
|
+
L 1107.17703349283,288.7380167464256
|
|
86
|
+
Z
|
|
87
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.913875598086px"/><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="1097.6076555024001" y="285.2930406698708" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.224880382774px" transform="rotate(-90 1097.6076555024001 285.2930406698708)">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="
|
|
88
|
+
M 102.39234449767997,362.553849282306
|
|
89
|
+
L 92.82296650724997,357.38638516747375
|
|
90
|
+
L 92.82296650724997,324.56979824562586
|
|
91
|
+
L 111.96172248810997,324.56979824562586
|
|
92
|
+
L 111.96172248810997,357.3863851674738
|
|
93
|
+
Z
|
|
94
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.913875598086px"/><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="102.39234449767997" y="353.94140909091897" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.224880382774px" transform="rotate(-90 102.39234449767997 353.94140909091897)">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="
|
|
95
|
+
M 102.39234449767997,506.09451913875597
|
|
96
|
+
L 111.96172248810997,511.26198325358814
|
|
97
|
+
L 111.96172248810997,544.0785701754361
|
|
98
|
+
L 92.82296650724997,544.0785701754361
|
|
99
|
+
L 92.82296650724997,511.2619832535882
|
|
100
|
+
Z
|
|
101
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.913875598086px"/><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="102.39234449767997" y="514.7069593301429" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.224880382774px" transform="rotate(90 102.39234449767997 514.7069593301429)">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="
|
|
102
|
+
M 773.3056220095981,389.34810765551
|
|
103
|
+
L 778.4730861244303,379.77872966508
|
|
104
|
+
L 878.7346491228288,379.77872966508
|
|
105
|
+
L 878.7346491228288,398.91748564593996
|
|
106
|
+
L 778.4730861244303,398.91748564593996
|
|
107
|
+
Z
|
|
108
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.913875598086px"/><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="781.9180622009851" y="389.34810765551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.224880382774px" transform="">XXXXXXXX</text><text class="sch-text" x="472.727272727321" y="478.343322966509" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="17.224880382773993px" transform="rotate(0, 472.727272727321, 478.343322966509)">TPS61222DCKT</text><text class="sch-text" x="415.31100478474104" y="359.2045669856555" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="17.224880382774px" transform="rotate(0, 415.31100478474104, 359.2045669856555)">U2</text><rect class="schematic-box sch-box" x="403.827751196225" y="469.730882775122" width="137.79904306219203" height="17.224880382774018" stroke-width="1.913875598086px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="15.311004784688 7.655502392344"/><rect class="schematic-box sch-box" x="398.086124401967" y="347.24284449761797" width="34.449760765548035" height="23.923444976075018" stroke-width="1.913875598086px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="15.311004784688 7.655502392344"/>
|
|
109
|
+
</g>
|
|
110
|
+
</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.3,-0.30000000000000004 1.3,-0.30000000000000004" data-type="line" data-label="" points="94.19354838709677,357.93548387096774 563.8709677419354,357.93548387096774" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.3,-0.30000000000000004 -1.5,-0.30000000000000004 -1.5,-0.9199999999999999 1.5000000000000007,-0.9199999999999999 1.5000000000000007,-0.30000000000000004 1.3000000000000005,-0.30000000000000004" data-type="line" data-label="" points="94.19354838709677,357.93548387096774 58.064516129032256,357.93548387096774 58.064516129032256,469.9354838709677 600,469.9354838709677 600,357.93548387096774 563.8709677419355,357.93548387096774" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="94.1935483870968" y="213.4193548387097" width="469.6774193548386" height="180.64516129032256" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.005535714285714286"/></g><g><rect data-type="rect" data-label="TYPE_C_16PIN_2MD" data-x="0.06" data-y="-0.63" x="166.4516129032258" y="401.29032258064524" width="346.8387096774193" height="32.51612903225799" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.005535714285714286"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.78" data-y="0.615" x="155.6129032258064" y="170.0645161290323" width="65.03225806451613" height="45.16129032258064" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.005535714285714286"/></g><g><rect data-type="rect" data-label="netId: .U1 > .pin4 to U1.pin5
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-1.5" data-y="0.17999999999999994" x="39.999999999999986" y="184.5161290322581" width="36.12903225806454" height="173.41935483870964" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.005535714285714286"/></g><g><circle data-type="point" data-label="schematic_port_0
|
|
3
5
|
x-" data-x="-1.3" data-y="0.30000000000000004" cx="94.19354838709677" cy="249.5483870967742" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_1
|
|
4
6
|
x-" data-x="-1.3" data-y="0.10000000000000003" cx="94.19354838709677" cy="285.6774193548387" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_2
|
|
@@ -18,7 +20,7 @@ orientation: y+" data-x="-1.5" data-y="-0.30000000000000004" cx="58.064516129032
|
|
|
18
20
|
const h = svg.getElementById('crosshair-h');
|
|
19
21
|
const v = svg.getElementById('crosshair-v');
|
|
20
22
|
const coords = svg.getElementById('coordinates');
|
|
21
|
-
|
|
23
|
+
|
|
22
24
|
crosshair.style.display = 'block';
|
|
23
25
|
h.setAttribute('x1', '0');
|
|
24
26
|
h.setAttribute('x2', '640');
|
|
@@ -37,13 +39,13 @@ orientation: y+" data-x="-1.5" data-y="-0.30000000000000004" cx="58.064516129032
|
|
|
37
39
|
// y' = (y - ty) / sy
|
|
38
40
|
const sx = matrix.a;
|
|
39
41
|
const sy = matrix.d;
|
|
40
|
-
const tx = matrix.e;
|
|
42
|
+
const tx = matrix.e;
|
|
41
43
|
const ty = matrix.f;
|
|
42
44
|
const realPoint = {
|
|
43
45
|
x: (x - tx) / sx,
|
|
44
46
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
45
47
|
}
|
|
46
|
-
|
|
48
|
+
|
|
47
49
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
48
50
|
coords.setAttribute('x', (x + 5).toString());
|
|
49
51
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -51,4 +53,27 @@ orientation: y+" data-x="-1.5" data-y="-0.30000000000000004" cx="58.064516129032
|
|
|
51
53
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
52
54
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
53
55
|
});
|
|
54
|
-
]]></script
|
|
56
|
+
]]></script>
|
|
57
|
+
</g>
|
|
58
|
+
<g transform="translate(1216, 200)">
|
|
59
|
+
<style>
|
|
60
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
61
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
62
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
63
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
64
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
65
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
66
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
67
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
68
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
69
|
+
|
|
70
|
+
</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 273.64016736402 446.44351464438 L 223.43096234309996 446.44351464438 L 223.43096234309996 602.092050209232 L 976.5690376569002 602.092050209232 L 976.5690376569002 446.44351464438 L 926.3598326359802 446.44351464438" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="40.167364016736px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 273.64016736402 446.44351464438 L 223.43096234309996 446.44351464438 L 223.43096234309996 602.092050209232 L 976.5690376569002 602.092050209232 L 976.5690376569002 446.44351464438 L 926.3598326359802 446.44351464438" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.020920502092px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="374.05857740586" y="245.6066945607" width="451.88284518828004" height="251.04602510459998" stroke-width="5.020920502092px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="374.05857740586" y="245.6066945607" width="451.88284518828004" height="251.04602510459998" fill="transparent"/><text class="sch-text" x="600" y="371.129707113" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="45.188284518828px" transform="rotate(0, 600, 371.129707113)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="295.81589958162" x2="278.661087866112" y2="295.81589958162" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="273.64016736402" cy="295.81589958162" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="268.619246861928" y="290.794979079528" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="290.794979079528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="295.81589958162" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="346.02510460254" x2="278.661087866112" y2="346.02510460254" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="273.64016736402" cy="346.02510460254" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="268.619246861928" y="341.004184100448" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="341.004184100448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="346.02510460254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="396.23430962346" x2="278.661087866112" y2="396.23430962346" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="273.64016736402" cy="396.23430962346" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="268.619246861928" y="391.213389121368" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="391.213389121368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="396.23430962346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="446.44351464438" x2="273.64016736402" y2="446.44351464438" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="268.619246861928" y="441.422594142288" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="441.422594142288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="446.44351464438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="446.44351464438" x2="926.35983263598" y2="446.44351464438" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="921.3389121338879" y="441.422594142288" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="441.422594142288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="446.44351464438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="396.23430962346" x2="921.338912133888" y2="396.23430962346" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="926.35983263598" cy="396.23430962346" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="921.3389121338879" y="391.213389121368" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="391.213389121368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="396.23430962346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="346.02510460254" x2="921.338912133888" y2="346.02510460254" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="926.35983263598" cy="346.02510460254" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="921.3389121338879" y="341.004184100448" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="341.004184100448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="346.02510460254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="295.81589958162" x2="921.338912133888" y2="295.81589958162" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="926.35983263598" cy="295.81589958162" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="921.3389121338879" y="290.794979079528" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="290.794979079528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="295.81589958162" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_7</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="273.64016736402" cy="295.81589958162" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="273.64016736402" cy="346.02510460254" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="273.64016736402" cy="396.23430962346" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="273.64016736402" cy="446.44351464438" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="926.35983263598" cy="446.44351464438" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="926.35983263598" cy="396.23430962346" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="926.35983263598" cy="346.02510460254" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="926.35983263598" cy="295.81589958162" r="10.041841004184" 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="
|
|
71
|
+
M 223.43096234309996,446.44351464438
|
|
72
|
+
L 198.32635983263995,432.8870292887316
|
|
73
|
+
L 198.32635983263998,199.3472803347591
|
|
74
|
+
L 248.53556485355998,199.3472803347591
|
|
75
|
+
L 248.53556485355998,432.8870292887316
|
|
76
|
+
Z
|
|
77
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="5.020920502092px"/><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="223.43096234309996" y="423.849372384966" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="45.188284518828px" transform="rotate(-90 223.43096234309996 423.849372384966)">XXXXXXX</text><text class="sch-text" x="615.062761506276" y="529.288702928898" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="45.188284518827984px" transform="rotate(0, 615.062761506276, 529.288702928898)">TYPE_C_16PIN_2MD</text><text class="sch-text" x="404.18410041841196" y="216.736401673671" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="45.188284518828px" transform="rotate(0, 404.18410041841196, 216.736401673671)">U1</text><rect class="schematic-box sch-box" x="374.05857740586" y="506.694560669484" width="482.008368200832" height="45.18828451882797" stroke-width="5.020920502092px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="40.167364016736 20.083682008368"/><rect class="schematic-box sch-box" x="358.99581589958404" y="185.355648535596" width="90.37656903765594" height="62.76150627614999" stroke-width="5.020920502092px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="40.167364016736 20.083682008368"/>
|
|
78
|
+
</g>
|
|
79
|
+
</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.3,-0.30000000000000004 -2.3,0" data-type="line" data-label="" points="559.0243902439025,348.6829268292683 67.31707317073176,307.7073170731707" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2999999999999998,-0.30000000000000004 1.5,-0.30000000000000004 1.5,-0.9199999999999999 -2.5,-0.9199999999999999 -2.5,0 -2.3,0" data-type="line" data-label="" points="559.0243902439024,348.6829268292683 586.3414634146342,348.6829268292683 586.3414634146342,433.3658536585366 40,433.3658536585366 40,307.7073170731707 67.31707317073176,307.7073170731707" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="203.90243902439022" y="239.41463414634143" width="355.1219512195123" height="136.58536585365857" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007321428571428571"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2" data-y="0" x="67.31707317073173" y="261.2682926829268" width="81.95121951219511" height="92.8780487804878" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007321428571428571"/></g><g><rect data-type="rect" data-label="TYPE_C_16PIN_2MD" data-x="0.06" data-y="-0.63" x="258.5365853658536" y="381.4634146341464" width="262.24390243902445" height="24.585365853658516" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.007321428571428571"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.78" data-y="0.615" x="250.34146341463418" y="206.6341463414634" width="49.17073170731703" height="34.146341463414615" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.007321428571428571"/></g><g><rect data-type="rect" data-label="netId: .U1 > .pin5 to R1.pin1
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="1.5" data-y="0.17999999999999994" x="572.6829268292684" y="217.5609756097561" width="27.317073170731646" height="131.1219512195122" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007321428571428571"/></g><g><circle data-type="point" data-label="schematic_port_0
|
|
3
5
|
x-" data-x="-1.3" data-y="0.30000000000000004" cx="203.90243902439025" cy="266.73170731707313" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_1
|
|
4
6
|
x-" data-x="-1.3" data-y="0.10000000000000003" cx="203.90243902439025" cy="294.04878048780483" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="schematic_port_2
|
|
@@ -20,7 +22,7 @@ orientation: y+" data-x="1.5" data-y="-0.30000000000000004" cx="586.341463414634
|
|
|
20
22
|
const h = svg.getElementById('crosshair-h');
|
|
21
23
|
const v = svg.getElementById('crosshair-v');
|
|
22
24
|
const coords = svg.getElementById('coordinates');
|
|
23
|
-
|
|
25
|
+
|
|
24
26
|
crosshair.style.display = 'block';
|
|
25
27
|
h.setAttribute('x1', '0');
|
|
26
28
|
h.setAttribute('x2', '640');
|
|
@@ -39,13 +41,13 @@ orientation: y+" data-x="1.5" data-y="-0.30000000000000004" cx="586.341463414634
|
|
|
39
41
|
// y' = (y - ty) / sy
|
|
40
42
|
const sx = matrix.a;
|
|
41
43
|
const sy = matrix.d;
|
|
42
|
-
const tx = matrix.e;
|
|
44
|
+
const tx = matrix.e;
|
|
43
45
|
const ty = matrix.f;
|
|
44
46
|
const realPoint = {
|
|
45
47
|
x: (x - tx) / sx,
|
|
46
48
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
47
49
|
}
|
|
48
|
-
|
|
50
|
+
|
|
49
51
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
50
52
|
coords.setAttribute('x', (x + 5).toString());
|
|
51
53
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -53,4 +55,27 @@ orientation: y+" data-x="1.5" data-y="-0.30000000000000004" cx="586.341463414634
|
|
|
53
55
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
54
56
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
55
57
|
});
|
|
56
|
-
]]></script
|
|
58
|
+
]]></script>
|
|
59
|
+
</g>
|
|
60
|
+
<g transform="translate(1216, 200)">
|
|
61
|
+
<style>
|
|
62
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
63
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
64
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
65
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
66
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
67
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
68
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
69
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
70
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
71
|
+
|
|
72
|
+
</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 1007.07964601775 432.74336283185005 L 1042.47787610625 432.74336283185005 L 1042.47787610625 542.4778761062 L 334.5132743362501 542.4778761062 L 334.5132743362501 379.6460176991 L 369.9115044247501 379.6460176991" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.3185840708px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1007.07964601775 432.74336283185005 L 1042.47787610625 432.74336283185005 L 1042.47787610625 542.4778761062 L 334.5132743362501 542.4778761062 L 334.5132743362501 379.6460176991 L 369.9115044247501 379.6460176991" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.53982300885px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="617.69911504425" y="291.15044247785" width="318.5840707965001" height="176.99115044250004" stroke-width="3.53982300885px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="617.69911504425" y="291.15044247785" width="318.5840707965001" height="176.99115044250004" fill="transparent"/><text class="sch-text" x="776.9911504425" y="379.6460176991" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="31.858407079649997px" transform="rotate(0, 776.9911504425, 379.6460176991)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="326.54867256635" x2="550.4424778761" y2="326.54867256635" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="326.54867256635" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="323.00884955749996" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="323.0088495575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="326.54867256635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="361.94690265485" x2="550.4424778761" y2="361.94690265485" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="361.94690265485" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="358.407079646" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="358.407079646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="361.94690265485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="397.34513274335" x2="550.4424778761" y2="397.34513274335" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="397.34513274335" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="393.8053097345" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="393.8053097345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="397.34513274335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="432.74336283185005" x2="550.4424778761" y2="432.74336283185005" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="432.74336283185005" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="429.203539823" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="429.203539823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="432.74336283185005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="432.74336283185005" x2="1007.0796460177501" y2="432.74336283185005" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="1003.5398230089" y="429.203539823" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="429.203539823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="432.74336283185005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="397.34513274335" x2="1003.5398230089" y2="397.34513274335" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.0796460177501" cy="397.34513274335" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="1003.5398230089" y="393.8053097345" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="393.80530973450004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="397.34513274335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="361.94690265485" x2="1003.5398230089" y2="361.94690265485" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.0796460177501" cy="361.94690265485" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="1003.5398230089" y="358.407079646" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="358.407079646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="361.94690265485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="326.54867256635" x2="1003.5398230089" y2="326.54867256635" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.0796460177501" cy="326.54867256635" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="1003.5398230089" y="323.00884955749996" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="323.0088495575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="326.54867256635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_7</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="414.15929203537513" y="319.46902654865005" width="17.699115044249936" height="120.35398230089993" stroke-width="3.53982300885px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="414.15929203537513" y="319.46902654865005" width="17.699115044249936" height="120.35398230089993" fill="transparent"/><text class="sch-text" x="423.00884955750007" y="379.6460176991" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="31.858407079649997px" transform="rotate(0, 423.00884955750007, 379.6460176991)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="414.15929203537513" y1="379.6460176991" x2="369.9115044247501" y2="379.6460176991" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="366.37168141590007" y="376.10619469025" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="392.0353982300626" y="376.10619469025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="431.85840707962507" y="379.6460176991" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="431.85840707962507" y1="379.6460176991" x2="472.5663716814001" y2="379.6460176991" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="476.10619469025005" cy="379.6460176991" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="472.5663716814" y="376.10619469025" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="453.98230088493756" y="376.10619469025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="414.15929203537513" y="379.6460176991" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_9</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="546.90265486725" cy="326.54867256635" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="546.90265486725" cy="361.94690265485" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="546.90265486725" cy="397.34513274335" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="546.90265486725" cy="432.74336283185005" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="1007.0796460177501" cy="432.74336283185005" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="1007.0796460177501" cy="397.34513274335" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="1007.0796460177501" cy="361.94690265485" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="1007.0796460177501" cy="326.54867256635" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="369.9115044247501" cy="379.6460176991" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="476.10619469025005" cy="379.6460176991" r="7.0796460177" 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="
|
|
73
|
+
M 1042.47787610625,432.74336283185005
|
|
74
|
+
L 1024.778761062,423.18584070795504
|
|
75
|
+
L 1024.778761062,258.5368731563121
|
|
76
|
+
L 1060.1769911505,258.5368731563121
|
|
77
|
+
L 1060.1769911505,423.18584070795504
|
|
78
|
+
Z
|
|
79
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.53982300885px"/><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="1042.47787610625" y="416.81415929202507" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="31.858407079649997px" transform="rotate(-90 1042.47787610625 416.81415929202507)">XXXXXXX</text><text class="sch-text" x="787.61061946905" y="491.150442477875" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="31.858407079649986px" transform="rotate(0, 787.61061946905, 491.150442477875)">TYPE_C_16PIN_2MD</text><text class="sch-text" x="638.93805309735" y="270.7964601769625" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="31.858407079649997px" transform="rotate(0, 638.93805309735, 270.7964601769625)">U1</text><rect class="schematic-box sch-box" x="617.6991150442501" y="475.22123893805" width="339.8230088495999" height="31.858407079649965" stroke-width="3.53982300885px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="28.3185840708 14.1592920354"/><rect class="schematic-box sch-box" x="607.0796460177" y="248.67256637165002" width="63.71681415929993" height="44.24778761062498" stroke-width="3.53982300885px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="28.3185840708 14.1592920354"/>
|
|
80
|
+
</g>
|
|
81
|
+
</svg>
|