@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="-0.8,0.2 -2,0.5" data-type="line" data-label="" points="422.5742574257426,292.2772277227723 289.50495049504957,259.009900990099" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.8,0 -4,0.5" data-type="line" data-label="" points="422.5742574257426,314.4554455445545 67.72277227722776,259.009900990099" fill="none" stroke="hsl(57, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.8,-0.2 -4,-0.5" data-type="line" data-label="" points="422.5742574257426,336.6336633663367 67.72277227722776,369.90099009900996" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8,-0.2 -2,-0.5" data-type="line" data-label="" points="422.5742574257426,336.6336633663367 289.50495049504957,369.90099009900996" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4,-0.5 -2,-0.5" data-type="line" data-label="" points="67.72277227722776,369.90099009900996 289.50495049504957,369.90099009900996" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.8,0.20000000000000018 -1.0749999999999997,0.20000000000000018 -1.0749999999999997,0.6 -2,0.6 -2,0.5" data-type="line" data-label="" points="422.5742574257426,292.2772277227723 392.07920792079216,292.2772277227723 392.07920792079216,247.92079207920796 289.50495049504957,247.92079207920796 289.50495049504957,259.009900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.7999999999999998,0 -1.275,0 -1.275,0.8000000000000002 -4,0.8000000000000002 -4,0.5" data-type="line" data-label="" points="422.57425742574264,314.4554455445545 369.90099009900996,314.4554455445545 369.90099009900996,225.74257425742576 67.72277227722776,225.74257425742576 67.72277227722776,259.009900990099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8,-0.20000000000000018 -1.4,-0.20000000000000018 -1.4,-0.7 -2,-0.7 -2,-0.5" data-type="line" data-label="" points="422.5742574257426,336.6336633663367 356.0396039603961,336.6336633663367 356.0396039603961,392.0792079207921 289.50495049504957,392.0792079207921 289.50495049504957,369.90099009900996" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,-0.5 -4,-0.7000000000000002 -2,-0.7000000000000002 -2,-0.5" data-type="line" data-label="" points="67.72277227722776,369.90099009900996 67.72277227722776,392.0792079207921 289.50495049504957,392.0792079207921 289.50495049504957,369.90099009900996" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="U1" data-x="0" data-y="0" x="422.57425742574264" y="281.1881188118812" width="177.4257425742574" height="66.53465346534654" fill="hsl(164, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="C1" data-x="-2" data-y="0" x="261.78217821782187" y="259.009900990099" width="55.445544554455466" height="110.89108910891093" fill="hsl(326, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="C2" data-x="-4" data-y="0" x="40.00000000000006" y="259.009900990099" width="55.44554455445541" height="110.89108910891093" fill="hsl(327, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="netId: VCC
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-1.0749999999999997" data-y="0.825" x="380.9900990099011" y="198.01980198019808" width="22.17821782178214" height="49.9009900990099" fill="#ef444466" stroke="#ef4444" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="netId: EN
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="-1.5" data-y="0" x="320" y="303.3663366336634" width="49.90099009900996" height="22.17821782178214" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.009017857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="-2" data-y="-0.9249999999999999" x="278.41584158415844" y="392.0792079207921" width="22.178217821782198" height="49.9009900990099" fill="#00000066" stroke="#000000" stroke-width="0.009017857142857143"/></g><g><circle data-type="point" data-label="U1.1
|
|
@@ -24,7 +26,7 @@ orientation: y-" data-x="-2" data-y="-0.7" cx="289.50495049504957" cy="392.07920
|
|
|
24
26
|
const h = svg.getElementById('crosshair-h');
|
|
25
27
|
const v = svg.getElementById('crosshair-v');
|
|
26
28
|
const coords = svg.getElementById('coordinates');
|
|
27
|
-
|
|
29
|
+
|
|
28
30
|
crosshair.style.display = 'block';
|
|
29
31
|
h.setAttribute('x1', '0');
|
|
30
32
|
h.setAttribute('x2', '640');
|
|
@@ -43,13 +45,13 @@ orientation: y-" data-x="-2" data-y="-0.7" cx="289.50495049504957" cy="392.07920
|
|
|
43
45
|
// y' = (y - ty) / sy
|
|
44
46
|
const sx = matrix.a;
|
|
45
47
|
const sy = matrix.d;
|
|
46
|
-
const tx = matrix.e;
|
|
48
|
+
const tx = matrix.e;
|
|
47
49
|
const ty = matrix.f;
|
|
48
50
|
const realPoint = {
|
|
49
51
|
x: (x - tx) / sx,
|
|
50
52
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
51
53
|
}
|
|
52
|
-
|
|
54
|
+
|
|
53
55
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
54
56
|
coords.setAttribute('x', (x + 5).toString());
|
|
55
57
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -57,4 +59,41 @@ orientation: y-" data-x="-2" data-y="-0.7" cx="289.50495049504957" cy="392.07920
|
|
|
57
59
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
58
60
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
59
61
|
});
|
|
60
|
-
]]></script
|
|
62
|
+
]]></script>
|
|
63
|
+
</g>
|
|
64
|
+
<g transform="translate(1216, 200)">
|
|
65
|
+
<style>
|
|
66
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
67
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
68
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
69
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
70
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
71
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
72
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
73
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
74
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
75
|
+
|
|
76
|
+
</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 803.007518797 354.8872180450999 L 753.3834586466376 354.8872180450999 L 753.3834586466376 282.7067669173 L 586.4661654136 282.7067669173 L 586.4661654136 300.75187969924997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.87218045112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 803.007518797 354.8872180450999 L 753.3834586466376 354.8872180450999 L 753.3834586466376 282.7067669173 L 586.4661654136 282.7067669173 L 586.4661654136 300.75187969924997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.60902255639px" 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 803.007518797 390.977443609 L 717.2932330827375 390.977443609 L 717.2932330827375 246.61654135339995 L 225.5639097746 246.61654135339995 L 225.5639097746 300.75187969924997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.87218045112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 803.007518797 390.977443609 L 717.2932330827375 390.977443609 L 717.2932330827375 246.61654135339995 L 225.5639097746 246.61654135339995 L 225.5639097746 300.75187969924997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.60902255639px" 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 803.007518797 427.0676691729 L 694.7368421053 427.0676691729 L 694.7368421053 517.29323308265 L 586.4661654136 517.29323308265 L 586.4661654136 481.20300751875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.87218045112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 803.007518797 427.0676691729 L 694.7368421053 427.0676691729 L 694.7368421053 517.29323308265 L 586.4661654136 517.29323308265 L 586.4661654136 481.20300751875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.60902255639px" 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 225.5639097746 481.20300751875 L 225.5639097746 517.29323308265 L 586.4661654136 517.29323308265 L 586.4661654136 481.20300751875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.87218045112px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 225.5639097746 481.20300751875 L 225.5639097746 517.29323308265 L 586.4661654136 517.29323308265 L 586.4661654136 481.20300751875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="586.4661654136" cy="517.29323308265" r="5.4135338345849995" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="586.4661654136" cy="481.20300751875" r="5.4135338345849995" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="875.1879699248" y="336.84210526314996" width="144.36090225559997" height="108.27067669170003" stroke-width="3.60902255639px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="875.1879699248" y="336.84210526314996" width="144.36090225559997" height="108.27067669170003" fill="transparent"/><text class="sch-text" x="947.3684210526" y="390.977443609" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.48120300751px" transform="rotate(0, 947.3684210526, 390.977443609)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="875.1879699248" y1="354.8872180451" x2="803.007518797" y2="354.8872180451" stroke-width="3.60902255639px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="799.39849624061" y="351.27819548870997" width="7.21804511278" height="7.21804511278" opacity="0"/></g><text class="pin-number sch-pin-number" x="839.0977443608999" y="351.27819548870997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.067669172924997px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="875.1879699248" y1="390.977443609" x2="803.007518797" y2="390.977443609" stroke-width="3.60902255639px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="799.39849624061" y="387.36842105260996" width="7.21804511278" height="7.21804511278" opacity="0"/></g><text class="pin-number sch-pin-number" x="839.0977443608999" y="387.36842105260996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.067669172924997px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="875.1879699248" y1="427.06766917289997" x2="803.007518797" y2="427.06766917289997" stroke-width="3.60902255639px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="799.39849624061" y="423.45864661650995" width="7.21804511278" height="7.21804511278" opacity="0"/></g><text class="pin-number sch-pin-number" x="839.0977443608999" y="423.45864661651" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.067669172924997px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1019.5488721803999" y1="427.06766917289997" x2="1088.12030075181" y2="427.06766917289997" stroke-width="3.60902255639px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.7293233082" cy="427.06766917289997" r="3.60902255639" stroke-width="3.60902255639px"/><rect x="1088.12030075181" y="423.45864661650995" width="7.21804511278" height="7.21804511278" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.6390977443" y="423.45864661651" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.067669172924997px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="1019.5488721803999" y1="390.977443609" x2="1088.12030075181" y2="390.977443609" stroke-width="3.60902255639px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.7293233082" cy="390.977443609" r="3.60902255639" stroke-width="3.60902255639px"/><rect x="1088.12030075181" y="387.36842105260996" width="7.21804511278" height="7.21804511278" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.6390977443" y="387.36842105260996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.067669172924997px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="1019.5488721803999" y1="354.8872180451" x2="1088.12030075181" y2="354.8872180451" stroke-width="3.60902255639px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.7293233082" cy="354.8872180451" r="3.60902255639" stroke-width="3.60902255639px"/><rect x="1088.12030075181" y="351.27819548870997" width="7.21804511278" height="7.21804511278" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.6390977443" y="351.27819548870997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.067669172924997px" 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="538.3398496241394" y="300.75187969924997" width="96.25263157892118" height="180.45112781950002" fill="transparent"/><path class="sch-component-symbol-path" d="M 586.4661654136 481.20300751875 L 586.4661654136 409.02255639094994" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 586.4661654136 372.93233082705 L 586.4661654136 300.75187969924997" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 634.5924812030606 409.02255639094994 L 538.3398496241394 409.02255639095" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 634.5924812030606 372.93233082704995 L 538.3398496241394 372.93233082705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="621.0526315790042" y="330.82706766916664" stroke="rgb(245, 241, 237)" stroke-width="3.60902255639px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="32.48120300751px">C1</text><text class="sch-component-text" x="621.0526315790042" y="451.1278195488333" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="32.48120300751px"></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="177.43759398513936" y="300.75187969924997" width="96.2526315789213" height="180.45112781950002" fill="transparent"/><path class="sch-component-symbol-path" d="M 225.5639097746 481.20300751875 L 225.5639097746 409.02255639094994" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 225.5639097746 372.93233082705 L 225.5639097746 300.75187969924997" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 273.69022556406065 409.02255639094994 L 177.43759398513936 409.02255639095" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 273.69022556406065 372.93233082704995 L 177.43759398513936 372.93233082705" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.60902255639px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="260.15037594000415" y="330.82706766916664" stroke="rgb(245, 241, 237)" stroke-width="3.60902255639px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="32.48120300751px">C2</text><text class="sch-component-text" x="260.15037594000415" y="451.1278195488333" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="32.48120300751px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="803.007518797" cy="354.8872180451" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="803.007518797" cy="390.977443609" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="803.007518797" cy="427.06766917289997" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="1091.7293233082" cy="427.06766917289997" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="1091.7293233082" cy="390.977443609" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="1091.7293233082" cy="354.8872180451" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="586.4661654136" cy="336.84210526314996" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="586.4661654136" cy="517.29323308265" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="225.5639097746" cy="336.84210526314996" r="7.21804511278" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="225.5639097746" cy="517.29323308265" r="7.21804511278" 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="
|
|
77
|
+
M 753.3834586466376,282.7067669173
|
|
78
|
+
L 735.3383458646875,272.962406015047
|
|
79
|
+
L 735.3383458646875,211.07969924814648
|
|
80
|
+
L 771.4285714285876,211.07969924814648
|
|
81
|
+
L 771.4285714285876,272.962406015047
|
|
82
|
+
Z
|
|
83
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.60902255639px"/><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="753.3834586466376" y="266.466165413545" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.48120300751px" transform="rotate(-90 753.3834586466376 266.466165413545)">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="
|
|
84
|
+
M 717.2932330827375,390.977443609
|
|
85
|
+
L 707.5488721804845,409.02255639095
|
|
86
|
+
L 645.6661654135839,409.02255639094994
|
|
87
|
+
L 645.6661654135839,372.93233082704995
|
|
88
|
+
L 707.5488721804845,372.93233082704995
|
|
89
|
+
Z
|
|
90
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.60902255639px"/><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="701.0526315789825" y="390.977443609" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.48120300751px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
91
|
+
M 586.4661654136,517.29323308265
|
|
92
|
+
L 604.5112781955501,527.037593984903
|
|
93
|
+
L 604.5112781955501,588.9203007518036
|
|
94
|
+
L 568.42105263165,588.9203007518036
|
|
95
|
+
L 568.42105263165,527.037593984903
|
|
96
|
+
Z
|
|
97
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.60902255639px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="586.4661654136" y="533.533834586405" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.48120300751px" transform="rotate(90 586.4661654136 533.533834586405)">XX</text>
|
|
98
|
+
</g>
|
|
99
|
+
</svg>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483 157.93655911079327,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.3,0.20000000000000018 -1.3,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 305.5415554878208,315.7259444121287 305.5415554878208,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287 330.93198472269955,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.2000000000000004 -4.17264315,-0.2000000000000004 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,349.5798500586337 62.41608009737348,349.5798500586337 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,-2.220446049250313e-16 -1.9143099500000003,-0.2000000000000004 -3.0434765500000003,-0.2000000000000004 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,349.5798500586337 157.98282893633558,349.5798500586337 157.98282893633558,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744 253.54957777529776,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
|
|
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,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483 157.93655911079327,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.3,0.20000000000000018 -1.3,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 305.5415554878208,315.7259444121287 305.5415554878208,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287 330.93198472269955,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.2000000000000004 -4.17264315,-0.2000000000000004 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,349.5798500586337 62.41608009737348,349.5798500586337 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,-2.220446049250313e-16 -1.9143099500000003,-0.2000000000000004 -3.0434765500000003,-0.2000000000000004 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,349.5798500586337 157.98282893633558,349.5798500586337 157.98282893633558,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744 253.54957777529776,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-1.9148566499999995" data-y="1.5274186000000005" x="245.0398315381292" y="184.33736239143013" width="16.92695282325252" height="38.08564385231816" fill="#ef444466" stroke="#ef4444" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="-3.0434765500000003" data-y="-0.4250000000000004" x="149.51935252470935" y="349.5798500586337" width="16.926952823252492" height="38.085643852318185" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net1" data-x="1.9148566499999995" data-y="-1.2284186000000008" x="569.1667133165424" y="417.5769937562517" width="16.926952823252577" height="38.08564385231813" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
@@ -29,7 +31,7 @@ orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="57
|
|
|
29
31
|
const h = svg.getElementById('crosshair-h');
|
|
30
32
|
const v = svg.getElementById('crosshair-v');
|
|
31
33
|
const coords = svg.getElementById('coordinates');
|
|
32
|
-
|
|
34
|
+
|
|
33
35
|
crosshair.style.display = 'block';
|
|
34
36
|
h.setAttribute('x1', '0');
|
|
35
37
|
h.setAttribute('x2', '640');
|
|
@@ -48,13 +50,13 @@ orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="57
|
|
|
48
50
|
// y' = (y - ty) / sy
|
|
49
51
|
const sx = matrix.a;
|
|
50
52
|
const sy = matrix.d;
|
|
51
|
-
const tx = matrix.e;
|
|
53
|
+
const tx = matrix.e;
|
|
52
54
|
const ty = matrix.f;
|
|
53
55
|
const realPoint = {
|
|
54
56
|
x: (x - tx) / sx,
|
|
55
57
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
56
58
|
}
|
|
57
|
-
|
|
59
|
+
|
|
58
60
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
59
61
|
coords.setAttribute('x', (x + 5).toString());
|
|
60
62
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -62,4 +64,48 @@ orientation: y+" data-x="1.9143099500000003" data-y="0.29999999999999966" cx="57
|
|
|
62
64
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
63
65
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
64
66
|
});
|
|
65
|
-
]]></script
|
|
67
|
+
]]></script>
|
|
68
|
+
</g>
|
|
69
|
+
<g transform="translate(1216, 200)">
|
|
70
|
+
<style>
|
|
71
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
72
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
73
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
74
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
75
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
76
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
77
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
78
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
79
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
80
|
+
|
|
81
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.1245444053159 269.25001754477614 L 337.1245444053159 241.79360658109613 L 182.11023332500963 241.79360658109613 L 182.11023332500963 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.13885548562223 269.25001754477614 L 492.13885548562223 241.79360658109613 L 337.1245444053159 241.79360658109613 L 337.1245444053159 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 393.13589725912 L 576.54763981638 393.13589725912 L 576.54763981638 241.79360658109613 L 492.13885548562223 241.79360658109613 L 492.13885548562223 269.25001754477614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 448.04871918648 L 576.54763981638 448.04871918648 L 576.54763981638 393.13589725912 L 617.7322562618999 393.13589725912" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 337.199596504685 420.59230822280006 L 337.199596504685 448.04871918648007 L 182.18528542437866 448.04871918648007 L 182.18528542437866 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 337.199596504685 420.59230822280006 L 337.199596504685 448.04871918648007 L 182.18528542437866 448.04871918648007 L 182.18528542437866 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 492.2139075849914 420.59230822280006 L 492.2139075849914 448.04871918648007 L 337.199596504685 448.04871918648007 L 337.199596504685 420.59230822280006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 492.2139075849914 420.59230822280006 L 492.2139075849914 448.04871918648007 L 337.199596504685 448.04871918648007 L 337.199596504685 420.59230822280006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.7322562618999 420.5923082228 L 604.00405078006 420.5923082228 L 604.00405078006 434.32051370464 L 492.2139075849914 434.32051370464 L 492.2139075849914 420.5923082228" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="21.965128770944002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 892.2963658987001 406.86410274096 L 955.0555402371543 406.86410274096 L 955.0555402371543 379.40769177728004 L 1017.8147145756086 379.40769177728004 L 1017.8147145756086 406.86410274096005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.7456410963680002px" 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="337.1245444053159" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.1245444053159" cy="241.79360658109613" r="4.118461644552" 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="492.13885548562223" cy="269.25001754477614" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="492.13885548562223" cy="241.79360658109613" r="4.118461644552" 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"><circle cx="617.7322562618999" cy="393.13589725912" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="576.54763981638" cy="393.13589725912" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="337.199596504685" cy="420.59230822280006" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="337.199596504685" cy="448.04871918648007" r="4.118461644552" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="451.77586159863205" y="269.25001754477614" width="80.72598777398031" height="151.3423092875521" fill="transparent"/><path class="sch-component-symbol-path" d="M 492.13885548562223 420.59232683232824 L 492.13885548562223 360.0554031173074" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 492.13885548562223 329.786941259797 L 492.13885548562223 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 360.0554031173074 L 451.77586159863205 360.05540311730743" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 532.5018493726124 329.78694125979695 L 451.77586159863205 329.786941259797" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="521.1461314324031" y="294.47373575936814" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C6</text><text class="sch-component-text" x="521.1461314324031" y="395.36860861773624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></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="141.74723943801948" y="269.25001754477614" width="80.72598777398031" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 182.11023332500963 420.59232683232835 L 182.11023332500963 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 182.11023332500963 329.786941259797 L 182.11023332500963 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 360.05540311730743 L 141.74723943801948 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 222.47322721199978 329.786941259797 L 141.74723943801948 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="211.11750927179045" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C1</text><text class="sch-component-text" x="211.11750927179045" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></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="296.7615505183257" y="269.25001754477614" width="80.72598777398036" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 337.1245444053159 420.59232683232835 L 337.1245444053159 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 337.1245444053159 329.786941259797 L 337.1245444053159 269.25001754477614" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 360.05540311730743 L 296.7615505183257 360.0554031173075" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 377.48753829230606 329.786941259797 L 296.7615505183257 329.78694125979706" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="366.1318203520967" y="294.4737357593682" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C2</text><text class="sch-component-text" x="366.1318203520967" y="395.3686086177363" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></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="977.4517206886185" y="406.86410274096" width="80.72598777398025" height="151.3423092875522" fill="transparent"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 558.2064120285122 L 1017.8147145756086 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1017.8147145756086 467.40102645598085 L 1017.8147145756086 406.86410274096" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 497.6694883134913 L 977.4517206886185 497.66948831349134" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1058.1777084625987 467.40102645598085 L 977.4517206886185 467.4010264559809" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.7456410963680002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1046.8219905223893" y="432.08782095555205" stroke="rgb(245, 241, 237)" stroke-width="2.7456410963680002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="24.710769867312003px">C5</text><text class="sch-component-text" x="1046.8219905223893" y="532.9826938139202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="24.710769867312003px"></text><circle class="component-pin sch-component-pin" cx="1017.8147145756086" cy="558.2064120285122" r="2.7456410963680002px" stroke-width="2.7456410963680002px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" stroke-width="2.7456410963680002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="672.64507818926" y="365.67948629544" width="164.73846578208008" height="109.82564385472006" fill="transparent"/><text class="sch-text" x="755.0143110803" y="420.5923082228" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="24.710769867312003px" transform="rotate(0, 755.0143110803, 420.5923082228)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="393.13589725912" x2="617.7322562618999" y2="393.13589725912" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="614.9866151655319" y="390.390256162752" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="390.390256162752" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="420.5923082228" x2="617.7322562618999" y2="420.5923082228" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="614.9866151655319" y="417.846667126432" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="417.846667126432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="672.64507818926" y1="448.04871918648" x2="617.7322562618999" y2="448.04871918648" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="614.9866151655319" y="445.303078090112" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="645.1886672255799" y="445.303078090112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="434.32051370464" x2="889.5507248023321" y2="434.32051370464" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="892.2963658987001" cy="434.32051370464" r="2.7456410963680002" stroke-width="2.7456410963680002px"/><rect x="889.5507248023321" y="431.574872608272" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="431.574872608272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="837.38354397134" y1="406.86410274096" x2="892.2963658987001" y2="406.86410274096" stroke-width="2.7456410963680002px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="889.5507248023321" y="404.118461644592" width="5.4912821927360005" height="5.4912821927360005" opacity="0"/></g><text class="pin-number sch-pin-number" x="864.83995493502" y="404.118461644592" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="20.59230822276px" transform="">5</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="492.13885548562223" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="492.2139075849914" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="182.11023332500963" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="182.18528542437866" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="337.1245444053159" cy="303.7365557430322" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="337.199596504685" cy="455.0788464210561" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1017.8147145756086" cy="441.35064093921613" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1017.8897666749777" cy="592.69293161724" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="617.7322562618999" cy="393.13589725912" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="617.7322562618999" cy="420.5923082228" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="617.7322562618999" cy="448.04871918648" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="892.2963658987001" cy="434.32051370464" r="5.4912821927360005" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="892.2963658987001" cy="406.86410274096" r="5.4912821927360005" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
82
|
+
M 492.13885548562223,241.79360658109613
|
|
83
|
+
L 478.4106500037822,234.38037562090253
|
|
84
|
+
L 478.4106500037822,187.30178295517922
|
|
85
|
+
L 505.86706096746224,187.30178295517922
|
|
86
|
+
L 505.86706096746224,234.38037562090253
|
|
87
|
+
Z
|
|
88
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.7456410963680002px"/><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="492.13885548562223" y="229.43822164744012" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="24.710769867312003px" transform="rotate(-90 492.13885548562223 229.43822164744012)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
89
|
+
M 337.199596504685,448.04871918648007
|
|
90
|
+
L 350.927801986525,455.46195014667364
|
|
91
|
+
L 350.927801986525,502.540542812397
|
|
92
|
+
L 323.471391022845,502.540542812397
|
|
93
|
+
L 323.471391022845,455.46195014667364
|
|
94
|
+
Z
|
|
95
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.7456410963680002px"/><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="337.199596504685" y="460.4041041201361" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="24.710769867312003px" transform="rotate(90 337.199596504685 460.4041041201361)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
96
|
+
M 1017.8897666749777,558.2063934189839
|
|
97
|
+
L 1031.6179721568178,565.6196243791775
|
|
98
|
+
L 1031.6179721568178,612.6982170449008
|
|
99
|
+
L 1004.1615611931378,612.6982170449008
|
|
100
|
+
L 1004.1615611931378,565.6196243791775
|
|
101
|
+
Z
|
|
102
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.7456410963680002px"/><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="1017.8897666749777" y="570.5617783526399" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="24.710769867312003px" transform="rotate(90 1017.8897666749777 570.5617783526399)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
103
|
+
M 1017.8147145756086,379.40769177728004
|
|
104
|
+
L 1004.0865090937687,371.9944608170864
|
|
105
|
+
L 1004.0865090937687,324.9158681513631
|
|
106
|
+
L 1031.5429200574486,324.9158681513631
|
|
107
|
+
L 1031.5429200574486,371.99446081708646
|
|
108
|
+
Z
|
|
109
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.7456410963680002px"/><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="1017.8147145756086" y="367.052306843624" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="24.710769867312003px" transform="rotate(-90 1017.8147145756086 367.052306843624)">XX</text>
|
|
110
|
+
</g>
|
|
111
|
+
</svg>
|