@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.6499999999999999,0.825 -0.6499999999999999,-0.825" data-type="line" data-label="" points="419.0769230769231,177.84615384615384 195.0769230769231,462.1538461538462" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.25,0.825 -1.25,-0.825" data-type="line" data-label="" points="522.4615384615386,177.84615384615384 91.69230769230768,462.1538461538462" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.49999999999999994,-0.725 -1.25,0.825" data-type="line" data-label="" points="393.2307692307692,444.9230769230769 91.69230769230768,177.84615384615384" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.4,-0.725 -0.6499999999999999,0.825" data-type="line" data-label="" points="548.3076923076924,444.9230769230769 195.0769230769231,177.84615384615384" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.6499999999999999,0.825 0,0.825 0,-0.825 -0.6499999999999999,-0.825" data-type="line" data-label="" points="419.0769230769231,177.84615384615384 307.0769230769231,177.84615384615384 307.0769230769231,462.1538461538462 195.0769230769231,462.1538461538462" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,0.825 1.4500000000000002,0.825 1.4500000000000002,-0.18893936762499997 0.050000000000000155,-0.18893936762499997 0.050000000000000155,-1.2028787352499999 -1.3499999999999999,-1.2028787352499999 -1.3499999999999999,-0.825 -1.25,-0.825" data-type="line" data-label="" points="522.4615384615386,177.84615384615384 556.923076923077,177.84615384615384 556.923076923077,352.55570642153845 315.69230769230774,352.55570642153845 315.69230769230774,527.2652589969231 74.46153846153848,527.2652589969231 74.46153846153848,462.1538461538462 91.69230769230768,462.1538461538462" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.5,-0.725 0.2,-0.725 0.2,-1.365 -1.55,-1.365 -1.55,0.825 -1.25,0.825" data-type="line" data-label="" points="393.2307692307693,444.9230769230769 341.53846153846155,444.9230769230769 341.53846153846155,555.2 40,555.2 40,177.84615384615384 91.69230769230768,177.84615384615384" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4,-0.725 1.5999999999999999,-0.725 1.5999999999999999,1.365 -0.1,1.365 -0.1,0.825 -0.6499999999999999,0.825" data-type="line" data-label="" points="548.3076923076924,444.9230769230769 582.7692307692307,444.9230769230769 582.7692307692307,84.79999999999998 289.84615384615387,84.79999999999998 289.84615384615387,177.84615384615384 195.0769230769231,177.84615384615384" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-0.95" data-y="0.825" x="91.69230769230768" y="119.26153846153844" width="103.38461538461542" height="117.16923076923081" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.005803571428571428"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0.95" data-y="0.825" x="419.0769230769231" y="119.26153846153844" width="103.38461538461547" height="117.16923076923081" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.005803571428571428"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-0.95" data-y="-0.825" x="91.69230769230768" y="403.5692307692308" width="103.38461538461542" height="117.16923076923081" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.005803571428571428"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="0.95" data-y="-0.825" x="393.2307692307693" y="414.2732025415385" width="155.07692307692315" height="95.76128722461533" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.005803571428571428"/></g><g><rect data-type="rect" data-label="netId: .J1 > .pin1 to .R1 > .pin1
|
|
2
4
|
globalConnNetId: connectivity_net2" data-x="0.35" data-y="-0.5" x="350.1538461538462" y="367.3846153846155" width="34.46153846153845" height="77.53846153846149" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.005803571428571428"/></g><g><rect data-type="rect" data-label="netId: .J1 > .pin3 to .R1 > .pin2
|
|
3
5
|
globalConnNetId: connectivity_net3" data-x="1.5999999999999999" data-y="-0.95" x="565.5384615384614" y="444.92307692307696" width="34.46153846153845" height="77.53846153846155" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.005803571428571428"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin1 to .R3 > .pin2
|
|
4
6
|
globalConnNetId: connectivity_net0" data-x="0.32499999999999996" data-y="1.05" x="345.84615384615387" y="100.30769230769229" width="34.46153846153845" height="77.53846153846155" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.005803571428571428"/></g><g><rect data-type="rect" data-label="netId: .R2 > .pin2 to .R3 > .pin1
|
|
@@ -25,7 +27,7 @@ orientation: y+" data-x="1.4500000000000002" data-y="0.825" cx="556.923076923077
|
|
|
25
27
|
const h = svg.getElementById('crosshair-h');
|
|
26
28
|
const v = svg.getElementById('crosshair-v');
|
|
27
29
|
const coords = svg.getElementById('coordinates');
|
|
28
|
-
|
|
30
|
+
|
|
29
31
|
crosshair.style.display = 'block';
|
|
30
32
|
h.setAttribute('x1', '0');
|
|
31
33
|
h.setAttribute('x2', '640');
|
|
@@ -44,13 +46,13 @@ orientation: y+" data-x="1.4500000000000002" data-y="0.825" cx="556.923076923077
|
|
|
44
46
|
// y' = (y - ty) / sy
|
|
45
47
|
const sx = matrix.a;
|
|
46
48
|
const sy = matrix.d;
|
|
47
|
-
const tx = matrix.e;
|
|
49
|
+
const tx = matrix.e;
|
|
48
50
|
const ty = matrix.f;
|
|
49
51
|
const realPoint = {
|
|
50
52
|
x: (x - tx) / sx,
|
|
51
53
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
52
54
|
}
|
|
53
|
-
|
|
55
|
+
|
|
54
56
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
55
57
|
coords.setAttribute('x', (x + 5).toString());
|
|
56
58
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -58,4 +60,48 @@ orientation: y+" data-x="1.4500000000000002" data-y="0.825" cx="556.923076923077
|
|
|
58
60
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
59
61
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
60
62
|
});
|
|
61
|
-
]]></script
|
|
63
|
+
]]></script>
|
|
64
|
+
</g>
|
|
65
|
+
<g transform="translate(1216, 200)">
|
|
66
|
+
<style>
|
|
67
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
68
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
69
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
70
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
71
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
72
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
73
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
74
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
75
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
76
|
+
|
|
77
|
+
</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 725.3263707571449 227.6762402088775 L 589.5561357702 227.6762402088775 L 589.5561357702 572.3237597911225 L 453.785900783255 572.3237597911225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="33.420365535248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 725.3263707571449 227.6762402088775 L 589.5561357702 227.6762402088775 L 589.5561357702 572.3237597911225 L 453.785900783255 572.3237597911225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.177545691906px" 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 850.6527415143249 227.6762402088775 L 892.428198433385 227.6762402088775 L 892.428198433385 439.4651420626631 L 599.999999999965 439.4651420626631 L 599.999999999965 651.2540439164487 L 307.57180156654493 651.2540439164487 L 307.57180156654493 572.3237597911225 L 328.45953002607496 572.3237597911225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="33.420365535248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 850.6527415143249 227.6762402088775 L 892.428198433385 227.6762402088775 L 892.428198433385 439.4651420626631 L 599.999999999965 439.4651420626631 L 599.999999999965 651.2540439164487 L 307.57180156654493 651.2540439164487 L 307.57180156654493 572.3237597911225 L 328.45953002607496 572.3237597911225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.177545691906px" 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 693.9947780678499 551.4360313315925 L 631.33159268926 551.4360313315925 L 631.33159268926 685.1174934725846 L 265.79634464748494 685.1174934725846 L 265.79634464748494 227.6762402088775 L 328.45953002607496 227.6762402088775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="33.420365535248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 693.9947780678499 551.4360313315925 L 631.33159268926 551.4360313315925 L 631.33159268926 685.1174934725846 L 265.79634464748494 685.1174934725846 L 265.79634464748494 227.6762402088775 L 328.45953002607496 227.6762402088775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.177545691906px" 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 881.9843342036199 551.4360313315925 L 923.7597911226799 551.4360313315925 L 923.7597911226799 114.8825065274155 L 568.66840731067 114.8825065274155 L 568.66840731067 227.6762402088775 L 453.785900783255 227.6762402088775" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="33.420365535248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 881.9843342036199 551.4360313315925 L 923.7597911226799 551.4360313315925 L 923.7597911226799 114.8825065274155 L 568.66840731067 114.8825065274155 L 568.66840731067 227.6762402088775 L 453.785900783255 227.6762402088775" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="328.45953002607496" y="210.9702349869454" width="125.32637075718003" height="33.412010443864176" fill="transparent"/><path class="sch-component-symbol-path" d="M 328.45953002607496 227.6762402088775 L 349.3514360312969 227.6762402088775" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 432.89399477803306 227.6762402088775 L 453.785900783255 227.6762402088775" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 349.3514360312969 210.9702349869454 L 432.89399477803306 210.9702349869454 L 432.89399477803306 244.38224543080958 L 349.3514360312969 244.38224543080958 L 349.3514360312969 210.9702349869454" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="391.122715404665" y="194.25587467362948" stroke="rgb(245, 241, 237)" stroke-width="4.177545691906px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="37.597911227154px">R1</text><text class="sch-component-text" x="391.122715404665" y="261.0966057441255" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="37.597911227154px"></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="725.3263707571449" y="210.9702349869454" width="125.32637075718003" height="33.412010443864176" fill="transparent"/><path class="sch-component-symbol-path" d="M 725.3263707571449 227.6762402088775 L 746.2182767623668 227.6762402088775" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 829.760835509103 227.6762402088775 L 850.6527415143249 227.6762402088775" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 746.2182767623668 210.9702349869454 L 829.760835509103 210.9702349869454 L 829.760835509103 244.38224543080958 L 746.2182767623668 244.38224543080958 L 746.2182767623668 210.9702349869454" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="787.9895561357349" y="194.25587467362948" stroke="rgb(245, 241, 237)" stroke-width="4.177545691906px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="37.597911227154px">R2</text><text class="sch-component-text" x="787.9895561357349" y="261.0966057441255" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="37.597911227154px"></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="328.45953002607496" y="555.6177545691904" width="125.32637075718003" height="33.41201044386412" fill="transparent"/><path class="sch-component-symbol-path" d="M 328.45953002607496 572.3237597911225 L 349.3514360312969 572.3237597911225" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 432.89399477803306 572.3237597911225 L 453.785900783255 572.3237597911225" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 349.3514360312969 555.6177545691904 L 432.89399477803306 555.6177545691904 L 432.89399477803306 589.0297650130545 L 349.3514360312969 589.0297650130545 L 349.3514360312969 555.6177545691904" stroke="rgb(132, 0, 0)" fill="none" stroke-width="4.177545691906px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="391.122715404665" y="538.9033942558744" stroke="rgb(245, 241, 237)" stroke-width="4.177545691906px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="37.597911227154px">R3</text><text class="sch-component-text" x="391.122715404665" y="605.7441253263705" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="37.597911227154px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="777.54569190597" y="561.8798955613574" width="20.887728459529967" height="20.88772845953008" stroke-width="4.177545691906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="777.54569190597" y="561.8798955613574" width="20.887728459529967" height="20.88772845953008" fill="transparent"/><text class="sch-text" x="787.9895561357349" y="572.3237597911225" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="37.597911227154px" transform="rotate(0, 787.9895561357349, 572.3237597911225)">J1</text><line class="component-pin sch-component-pin sch-port-line" x1="777.54569190597" y1="551.4360313315925" x2="693.9947780678499" y2="551.4360313315925" stroke-width="4.177545691906px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="689.817232375944" y="547.2584856396866" width="8.355091383812" height="8.355091383812" opacity="0"/></g><text class="pin-number sch-pin-number" x="735.7702349869099" y="547.2584856396866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="31.331592689295px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="787.9895561357349" y1="582.7676240208875" x2="787.9895561357349" y2="626.1887697650127" stroke-width="4.177545691906px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="787.9895561357349" cy="630.3663154569188" r="4.177545691906" stroke-width="4.177545691906px"/><rect x="783.812010443829" y="626.1887697650128" width="8.355091383812" height="8.355091383812" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.812010443829" y="606.5669697389031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="31.331592689295px" transform="rotate(-90 783.812010443829 606.5669697389031)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="798.4334203655" y1="551.4360313315925" x2="881.9843342036199" y2="551.4360313315925" stroke-width="4.177545691906px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="877.806788511714" y="547.2584856396866" width="8.355091383812" height="8.355091383812" opacity="0"/></g><text class="pin-number sch-pin-number" x="840.20887728456" y="547.2584856396866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="31.331592689295px" transform="">3</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="328.45953002607496" cy="227.6762402088775" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="453.785900783255" cy="227.6762402088775" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="725.326370757145" cy="227.6762402088775" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="850.6527415143249" cy="227.6762402088775" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="328.45953002607496" cy="572.3237597911225" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="453.785900783255" cy="572.3237597911225" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="693.9947780678499" cy="551.4360313315925" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="787.9895561357349" cy="630.3663154569188" r="8.355091383812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="881.9843342036199" cy="551.4360313315925" r="8.355091383812" 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="
|
|
78
|
+
M 662.663185378555,551.4360313315925
|
|
79
|
+
L 641.775456919025,540.1566579634463
|
|
80
|
+
L 641.775456919025,468.5256744995648
|
|
81
|
+
L 683.550913838085,468.5256744995648
|
|
82
|
+
L 683.550913838085,540.1566579634463
|
|
83
|
+
Z
|
|
84
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.177545691906px"/><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="662.663185378555" y="532.6370757180155" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="37.597911227154px" transform="rotate(-90 662.663185378555 532.6370757180155)">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="
|
|
85
|
+
M 923.7597911226799,551.4360313315925
|
|
86
|
+
L 944.6475195822098,562.7154046997388
|
|
87
|
+
L 944.6475195822098,634.3463881636203
|
|
88
|
+
L 902.8720626631499,634.3463881636203
|
|
89
|
+
L 902.8720626631499,562.7154046997388
|
|
90
|
+
Z
|
|
91
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.177545691906px"/><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="923.7597911226799" y="570.2349869451696" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="37.597911227154px" transform="rotate(90 923.7597911226799 570.2349869451696)">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="
|
|
92
|
+
M 657.4412532636725,227.6762402088775
|
|
93
|
+
L 636.5535248041425,216.3968668407313
|
|
94
|
+
L 636.5535248041425,144.76588337684973
|
|
95
|
+
L 678.3289817232024,144.76588337684973
|
|
96
|
+
L 678.3289817232024,216.3968668407313
|
|
97
|
+
Z
|
|
98
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.177545691906px"/><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="657.4412532636725" y="208.8772845953005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="37.597911227154px" transform="rotate(-90 657.4412532636725 208.8772845953005)">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="
|
|
99
|
+
M 892.428198433385,227.6762402088775
|
|
100
|
+
L 871.540469973855,216.3968668407313
|
|
101
|
+
L 871.540469973855,144.76588337684973
|
|
102
|
+
L 913.315926892915,144.76588337684973
|
|
103
|
+
L 913.315926892915,216.3968668407313
|
|
104
|
+
Z
|
|
105
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.177545691906px"/><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="892.428198433385" y="208.8772845953005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="37.597911227154px" transform="rotate(-90 892.428198433385 208.8772845953005)">XX</text>
|
|
106
|
+
</g>
|
|
107
|
+
</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.12,-0.195 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.8567415730337 71.95224719101122,232.99157303370788" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 1.2800000000000002,-0.3950000000000001" data-type="line" data-label="" points="510.435393258427,163.188202247191 413.1039325842697,260.5196629213483" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.3950000000000001 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="413.1039325842697,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 174.6910112359551,524.4943820224719" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -2.19,-0.8750000000000002" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 0.48,-3.3949999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 -2.19,-0.8750000000000002" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 0.48,-3.3949999999999996" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.19,-0.8750000000000002 0.48,-3.3949999999999996" data-type="line" data-label="" points="71.95224719101122,307.7106741573034 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.12,-0.395" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 177.14887640449436,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.58,-0.39500000000000013 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="540.9129213483146,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.19500000000000006 0.48,-3.1949999999999994" data-type="line" data-label="" points="413.1039325842697,240.8567415730337 334.4522471910112,535.8005617977527" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.27,1.1949999999999998 0.48,-2.994999999999999" data-type="line" data-label="" points="510.435393258427,104.19943820224718 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.3950000000000001 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="413.1039325842697,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 2.27,0.09999999999999992 1.7800000000000002,0.09999999999999992 1.7800000000000002,-0.39500000000000013 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="510.435393258427,163.188202247191 510.435393258427,211.85393258426967 462.26123595505624,211.85393258426967 462.26123595505624,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-3.3949999999999996 -1.1449999999999996,-3.3949999999999996 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="334.4522471910112,555.4634831460673 174.6910112359551,555.4634831460673 174.6910112359551,524.4943820224719" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.395 -1.32,-0.395 -1.32,-0.5950000000000001 -1.12,-0.5950000000000001" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 157.48595505617976,260.5196629213483 157.48595505617976,280.1825842696629 177.14887640449436,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1449999999999996,-2.319999999999999 -1.1449999999999996,-0.5950000000000002 -1.12,-0.5950000000000002" data-type="line" data-label="" points="174.6910112359551,449.7752808988763 174.6910112359551,280.1825842696629 177.14887640449436,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,1.1949999999999998 2.27,1.3949999999999998 1.7750000000000001,1.3949999999999998 1.7750000000000001,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="510.435393258427,104.19943820224718 510.435393258427,84.53651685393257 461.76966292134836,84.53651685393257 461.76966292134836,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.19499999999999984 -1.3575,-0.19499999999999984 -1.3575,0.08499999999999974 -2.19,0.08499999999999974 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.85674157303367 153.79915730337078,240.85674157303367 153.79915730337078,213.32865168539328 71.95224719101122,213.32865168539328 71.95224719101122,232.99157303370788" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 1.5210000000000001,-0.5950000000000001 1.5210000000000001,-0.8460000000000001" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 436.7977528089888,280.1825842696629 436.7977528089888,304.85955056179773" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-2.994999999999999 0.239,-2.994999999999999 0.239,-2.793999999999999" data-type="line" data-label="" points="334.4522471910112,516.1376404494381 310.7584269662921,516.1376404494381 310.7584269662921,496.376404494382" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.08000000000000007" data-y="-0.29500000000000004" x="177.14887640449433" y="201.53089887640448" width="235.95505617977537" height="98.31460674157307" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.3675" data-y="0.8949999999999999" x="478.4831460674158" y="104.1994382022472" width="83.07584269662914" height="58.98876404494381" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.2800000000000002" data-y="-0.39500000000000013" x="481.92415730337086" y="227.09269662921346" width="58.988764044943764" height="66.85393258426967" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.0099999999999996" data-y="-2.6999999999999993" x="142.73876404494388" y="449.77528089887636" width="90.4494382022472" height="74.71910112359558" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.0549999999999997" data-y="-0.4950000000000002" x="40" y="232.99157303370785" width="90.44943820224722" height="74.71910112359552" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="1.58" data-y="-3.1949999999999994" x="334.4522471910113" y="496.4747191011235" width="216.29213483146066" height="78.65168539325839" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.6" data-y="0.31999999999999995" x="210.5758426966292" y="177.93539325842696" width="35.39325842696633" height="24.578651685393254" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="J1" data-x="1" data-y="-2.6799999999999997" x="367.87921348314615" y="472.879213483146" width="35.39325842696627" height="24.57865168539331" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
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.12,-0.195 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.8567415730337 71.95224719101122,232.99157303370788" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 1.2800000000000002,-0.3950000000000001" data-type="line" data-label="" points="510.435393258427,163.188202247191 413.1039325842697,260.5196629213483" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.3950000000000001 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="413.1039325842697,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 174.6910112359551,524.4943820224719" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -2.19,-0.8750000000000002" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 0.48,-3.3949999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 -2.19,-0.8750000000000002" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 0.48,-3.3949999999999996" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.19,-0.8750000000000002 0.48,-3.3949999999999996" data-type="line" data-label="" points="71.95224719101122,307.7106741573034 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.12,-0.395" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 177.14887640449436,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.58,-0.39500000000000013 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="540.9129213483146,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.19500000000000006 0.48,-3.1949999999999994" data-type="line" data-label="" points="413.1039325842697,240.8567415730337 334.4522471910112,535.8005617977527" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.27,1.1949999999999998 0.48,-2.994999999999999" data-type="line" data-label="" points="510.435393258427,104.19943820224718 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.3950000000000001 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="413.1039325842697,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 2.27,0.09999999999999992 1.7800000000000002,0.09999999999999992 1.7800000000000002,-0.39500000000000013 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="510.435393258427,163.188202247191 510.435393258427,211.85393258426967 462.26123595505624,211.85393258426967 462.26123595505624,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-3.3949999999999996 -1.1449999999999996,-3.3949999999999996 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="334.4522471910112,555.4634831460673 174.6910112359551,555.4634831460673 174.6910112359551,524.4943820224719" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.395 -1.32,-0.395 -1.32,-0.5950000000000001 -1.12,-0.5950000000000001" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 157.48595505617976,260.5196629213483 157.48595505617976,280.1825842696629 177.14887640449436,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1449999999999996,-2.319999999999999 -1.1449999999999996,-0.5950000000000002 -1.12,-0.5950000000000002" data-type="line" data-label="" points="174.6910112359551,449.7752808988763 174.6910112359551,280.1825842696629 177.14887640449436,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,1.1949999999999998 2.27,1.3949999999999998 1.7750000000000001,1.3949999999999998 1.7750000000000001,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="510.435393258427,104.19943820224718 510.435393258427,84.53651685393257 461.76966292134836,84.53651685393257 461.76966292134836,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.19499999999999984 -1.3575,-0.19499999999999984 -1.3575,0.08499999999999974 -2.19,0.08499999999999974 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.85674157303367 153.79915730337078,240.85674157303367 153.79915730337078,213.32865168539328 71.95224719101122,213.32865168539328 71.95224719101122,232.99157303370788" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 1.5210000000000001,-0.5950000000000001 1.5210000000000001,-0.8460000000000001" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 436.7977528089888,280.1825842696629 436.7977528089888,304.85955056179773" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-2.994999999999999 0.239,-2.994999999999999 0.239,-2.793999999999999" data-type="line" data-label="" points="334.4522471910112,516.1376404494381 310.7584269662921,516.1376404494381 310.7584269662921,496.376404494382" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.08000000000000007" data-y="-0.29500000000000004" x="177.14887640449433" y="201.53089887640448" width="235.95505617977537" height="98.31460674157307" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.3675" data-y="0.8949999999999999" x="478.4831460674158" y="104.1994382022472" width="83.07584269662914" height="58.98876404494381" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.2800000000000002" data-y="-0.39500000000000013" x="481.92415730337086" y="227.09269662921346" width="58.988764044943764" height="66.85393258426967" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.0099999999999996" data-y="-2.6999999999999993" x="142.73876404494388" y="449.77528089887636" width="90.4494382022472" height="74.71910112359558" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.0549999999999997" data-y="-0.4950000000000002" x="40" y="232.99157303370785" width="90.44943820224722" height="74.71910112359552" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="1.58" data-y="-3.1949999999999994" x="334.4522471910113" y="496.4747191011235" width="216.29213483146066" height="78.65168539325839" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.6" data-y="0.31999999999999995" x="210.5758426966292" y="177.93539325842696" width="35.39325842696633" height="24.578651685393254" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="J1" data-x="1" data-y="-2.6799999999999997" x="367.87921348314615" y="472.879213483146" width="35.39325842696627" height="24.57865168539331" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
4
|
globalConnNetId: connectivity_net2" data-x="1.5210000000000001" data-y="-1.056" x="413.2022471910112" y="304.85955056179773" width="47.191011235955045" height="41.292134831460714" fill="#00000066" stroke="#000000" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net2" data-x="-1.1449999999999996" data-y="-3.6049999999999995" x="151.09550561797758" y="555.4634831460673" width="47.191011235955045" height="41.29213483146077" fill="#00000066" stroke="#000000" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="-2.19" data-y="-1.086" x="48.3567415730337" y="307.80898876404495" width="47.191011235955045" height="41.29213483146066" fill="#00000066" stroke="#000000" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: NODE
|
|
@@ -84,4 +86,104 @@ orientation: y-" data-x="1.6300000000000003" data-y="-0.39500000000000013" cx="4
|
|
|
84
86
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
85
87
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
86
88
|
});
|
|
87
|
-
]]></script
|
|
89
|
+
]]></script>
|
|
90
|
+
</g>
|
|
91
|
+
<g transform="translate(1216, 200)">
|
|
92
|
+
<style>
|
|
93
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
94
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
95
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
96
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
97
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
98
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
99
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
100
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
101
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
102
|
+
|
|
103
|
+
</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 736.5459000790681 326.4869681443245 L 821.602300573238 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.5459000790681 326.4869681443245 L 821.602300573238 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 856.839952206537 206.19291601685552 L 856.839952206537 266.33994208059 L 797.300471860618 266.33994208059 L 797.300471860618 326.4869681443245 L 821.602300573238 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 856.839952206537 206.19291601685552 L 856.839952206537 266.33994208059 L 797.300471860618 266.33994208059 L 797.300471860618 326.4869681443245 L 821.602300573238 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 639.338585228588 691.0143988336245 L 441.88622693855064 691.0143988336245 L 441.88622693855064 652.739018611248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 639.338585228588 691.0143988336245 L 441.88622693855064 691.0143988336245 L 441.88622693855064 652.739018611248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 444.92395552762804 326.4869681443245 L 420.6221268150081 326.4869681443245 L 420.6221268150081 350.7887968569445 L 444.92395552762804 350.7887968569445" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.92395552762804 326.4869681443245 L 420.6221268150081 326.4869681443245 L 420.6221268150081 350.7887968569445 L 444.92395552762804 350.7887968569445" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 441.88622693855064 560.3920695032919 L 441.88622693855064 350.78879685694454 L 444.92395552762804 350.78879685694454" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 441.88622693855064 560.3920695032919 L 441.88622693855064 350.78879685694454 L 444.92395552762804 350.78879685694454" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 856.839952206537 133.28742987899554 L 856.839952206537 108.98560116637555 L 796.6929261428025 108.98560116637555 L 796.6929261428025 277.8833107190845 L 736.5459000790681 277.8833107190845" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 856.839952206537 133.28742987899554 L 856.839952206537 108.98560116637555 L 796.6929261428025 108.98560116637555 L 796.6929261428025 277.8833107190845 L 736.5459000790681 277.8833107190845" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 444.92395552762804 302.1851394317045 L 416.06553393139177 302.1851394317045 L 416.06553393139177 268.1625792340365 L 314.9091719151111 268.1625792340365 L 314.9091719151111 292.46440794665654" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 444.92395552762804 302.1851394317045 L 416.06553393139177 302.1851394317045 L 416.06553393139177 268.1625792340365 L 314.9091719151111 268.1625792340365 L 314.9091719151111 292.46440794665654" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 736.5459000790681 350.7887968569445 L 765.8296036777751 350.7887968569445 L 765.8296036777751 381.2875918912826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 736.5459000790681 350.7887968569445 L 765.8296036777751 350.7887968569445 L 765.8296036777751 381.2875918912826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 639.338585228588 642.4107414083844 L 610.0548816298809 642.4107414083844 L 610.0548816298809 617.9874035522013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 639.338585228588 642.4107414083844 L 610.0548816298809 642.4107414083844 L 610.0548816298809 617.9874035522013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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="821.602300573238" cy="326.4869681443245" r="3.6452743068929996" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="444.92395552762804" cy="350.7887968569445" r="3.6452743068929996" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="493.527612952868" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="493.527612952868" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" fill="transparent"/><text class="sch-text" x="590.734927803348" y="314.3360537880145" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 590.734927803348, 314.3360537880145)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="350.7887968569445" x2="736.5459000790681" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="734.1157172078061" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="350.7887968569445" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="350.7887968569445" x2="444.92395552762804" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="442.49377265636605" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="350.7887968569445" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="302.1851394317045" x2="734.115717207806" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="736.5459000790681" cy="302.1851394317045" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="734.1157172078061" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="302.1851394317045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="277.8833107190845" x2="447.35413839889003" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="444.92395552762804" cy="277.8833107190845" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="442.49377265636605" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="277.8833107190845" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="302.1851394317045" x2="444.92395552762804" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="442.49377265636605" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="302.1851394317045" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="493.527612952868" y1="326.4869681443245" x2="444.92395552762804" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="442.49377265636605" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.225784240248" y="324.0567852730625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="505.67852730917804" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="326.4869681443245" x2="736.5459000790681" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="734.1157172078061" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="277.8833107190845" x2="736.5459000790681" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="734.1157172078061" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="712.2440713664481" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="675.791328297518" y="277.8833107190845" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_7</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="817.3494805485295" y="163.6647157697705" width="102.67522631081943" height="12.150914356310011" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="817.3494805485295" y="163.6647157697705" width="102.67522631081943" height="12.150914356310011" fill="transparent"/><text class="sch-text" x="868.6870937039394" y="169.74017294792552" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 868.6870937039394, 169.74017294792552)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="856.839952206537" y1="163.6647157697705" x2="856.839952206537" y2="133.28742987899554" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="854.409769335275" y="130.85724700773355" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="854.4097693352751" y="148.47607282438304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 854.4097693352751 148.47607282438304)"></text><text class="pin-number sch-pin-label" x="856.839952206537" y="175.81563012608052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 856.839952206537 175.81563012608052)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="856.839952206537" y1="175.81563012608052" x2="856.839952206537" y2="206.19291601685552" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="854.409769335275" y="203.76273314559353" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="854.4097693352751" y="191.004273071468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 854.4097693352751 191.004273071468)"></text><text class="pin-number sch-pin-label" x="856.839952206537" y="163.6647157697705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 856.839952206537 163.6647157697705)">schematic_port_9</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="851.9795864640131" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="851.9795864640131" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" fill="transparent"/><text class="sch-text" x="858.0550436421681" y="326.4869681443245" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 858.0550436421681, 326.4869681443245)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="851.9795864640131" y1="326.4869681443245" x2="821.602300573238" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="819.172117701976" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="836.7909435186256" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="864.130500820323" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="864.130500820323" y1="326.4869681443245" x2="892.077603839836" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="894.5077867110981" cy="326.4869681443245" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="892.0776038398361" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="879.3191437657106" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="851.9795864640131" y="326.4869681443245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_11</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="402.3957552805431" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="402.3957552805431" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" fill="transparent"/><text class="sch-text" x="458.2899613195691" y="606.5655440572699" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 458.2899613195691, 606.5655440572699)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="441.88622693855064" y1="600.4900868791149" x2="441.88622693855064" y2="560.3920695032919" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="439.45604406728864" y="557.9618866320299" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="439.4560440672886" y="580.4410781912034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 439.4560440672886 580.4410781912034)"></text><text class="pin-number sch-pin-label" x="441.88622693855064" y="612.6410012354249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 441.88622693855064 612.6410012354249)">schematic_port_12</text><line class="component-pin sch-component-pin sch-port-line" x1="441.88622693855064" y1="612.6410012354249" x2="441.88622693855064" y2="652.739018611248" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="439.45604406728864" y="650.308835739986" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="439.4560440672886" y="632.6900099233364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 439.4560440672886 632.6900099233364)"></text><text class="pin-number sch-pin-label" x="441.88622693855064" y="600.4900868791149" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 441.88622693855064 600.4900868791149)">schematic_port_13</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="275.4187002571036" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="275.4187002571036" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" fill="transparent"/><text class="sch-text" x="331.31290629612954" y="338.63788250063453" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 331.31290629612954, 338.63788250063453)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="314.9091719151111" y1="332.5624253224795" x2="314.9091719151111" y2="292.46440794665654" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="312.4789890438491" y="290.03422507539455" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.478989043849" y="312.51341663456805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 312.478989043849 312.51341663456805)"></text><text class="pin-number sch-pin-label" x="314.9091719151111" y="344.71333967878957" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 314.9091719151111 344.71333967878957)">schematic_port_14</text><line class="component-pin sch-component-pin sch-port-line" x1="314.9091719151111" y1="344.7133396787895" x2="314.9091719151111" y2="382.38117418335054" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="314.9091719151111" cy="384.81135705461253" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="312.4789890438491" y="382.38117418335054" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.478989043849" y="364.762348366701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 312.478989043849 364.762348366701)"></text><text class="pin-number sch-pin-label" x="314.9091719151111" y="332.5624253224795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="rotate(-90 314.9091719151111 332.5624253224795)">schematic_port_15</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="687.9422426538281" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="687.9422426538281" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" fill="transparent"/><text class="sch-text" x="772.9986431479981" y="666.7125701210044" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 772.9986431479981, 666.7125701210044)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="642.4107414083844" x2="639.338585228588" y2="642.4107414083844" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="636.908402357326" y="639.9805585371224" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.6404139412081" y="639.9805585371224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="700.093157010138" y="642.4107414083844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_16</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="666.7125701210044" x2="641.76876809985" y2="666.7125701210044" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="639.338585228588" cy="666.7125701210044" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="636.908402357326" y="664.2823872497424" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.6404139412081" y="664.2823872497424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="700.093157010138" y="666.7125701210044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="687.9422426538281" y1="691.0143988336245" x2="639.338585228588" y2="691.0143988336245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="636.908402357326" y="688.5842159623625" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="663.6404139412081" y="688.5842159623625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><text class="pin-number sch-pin-label" x="700.093157010138" y="691.0143988336245" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.226371534465px" transform="">schematic_port_18</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="736.5459000790681" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="444.92395552762804" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="736.5459000790681" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="444.92395552762804" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="444.92395552762804" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="444.92395552762804" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="736.5459000790681" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="736.5459000790681" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="856.839952206537" cy="133.28742987899554" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="856.839952206537" cy="206.19291601685552" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="821.602300573238" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="894.5077867110981" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="441.88622693855064" cy="560.3920695032919" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="441.88622693855064" cy="652.739018611248" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="314.9091719151111" cy="292.46440794665654" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="314.9091719151111" cy="384.81135705461253" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="639.338585228588" cy="642.4107414083844" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="639.338585228588" cy="666.7125701210044" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="639.338585228588" cy="691.0143988336245" r="4.860365742524" 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="
|
|
104
|
+
M 765.8296036777751,381.2875918912826
|
|
105
|
+
L 777.9805180340851,387.84908564369
|
|
106
|
+
L 777.9805180340851,429.5186212762624
|
|
107
|
+
L 753.6786893214652,429.5186212762624
|
|
108
|
+
L 753.6786893214652,387.84908564369
|
|
109
|
+
Z
|
|
110
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><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="765.8296036777751" y="392.2234148119616" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 765.8296036777751 392.2234148119616)">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="
|
|
111
|
+
M 441.88622693855064,691.0143988336245
|
|
112
|
+
L 454.03714129486065,697.5758925860318
|
|
113
|
+
L 454.03714129486065,739.2454282186043
|
|
114
|
+
L 429.7353125822406,739.2454282186043
|
|
115
|
+
L 429.7353125822406,697.5758925860318
|
|
116
|
+
Z
|
|
117
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><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="441.88622693855064" y="701.9502217543035" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 441.88622693855064 701.9502217543035)">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="
|
|
118
|
+
M 314.9091719151111,384.81135705461253
|
|
119
|
+
L 327.0600862714211,391.3728508070199
|
|
120
|
+
L 327.0600862714211,433.04238643959235
|
|
121
|
+
L 302.75825755880106,433.04238643959235
|
|
122
|
+
L 302.75825755880106,391.3728508070199
|
|
123
|
+
Z
|
|
124
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><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="314.9091719151111" y="395.74717997529154" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 314.9091719151111 395.74717997529154)">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="
|
|
125
|
+
M 441.88622693855064,455.5904331801182
|
|
126
|
+
L 435.32473318614325,467.74134753642824
|
|
127
|
+
L 365.1086494258132,467.74134753642824
|
|
128
|
+
L 365.1086494258132,443.4395188238082
|
|
129
|
+
L 435.32473318614325,443.4395188238082
|
|
130
|
+
Z
|
|
131
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><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="430.9504040178716" y="455.5904331801182" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
132
|
+
M 894.5077867110981,326.4869681443245
|
|
133
|
+
L 901.0692804635055,314.3360537880145
|
|
134
|
+
L 971.2853642238356,314.3360537880145
|
|
135
|
+
L 971.2853642238356,338.63788250063453
|
|
136
|
+
L 901.0692804635055,338.63788250063453
|
|
137
|
+
Z
|
|
138
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="905.4436096317771" y="326.4869681443245" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
139
|
+
M 736.5459000790681,302.1851394317045
|
|
140
|
+
L 743.1073938314755,290.0342250753945
|
|
141
|
+
L 799.0502035279268,290.0342250753945
|
|
142
|
+
L 799.0502035279268,314.3360537880145
|
|
143
|
+
L 743.1073938314755,314.3360537880145
|
|
144
|
+
Z
|
|
145
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="747.4817229997471" y="302.1851394317045" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
146
|
+
M 639.338585228588,666.7125701210044
|
|
147
|
+
L 632.7770914761807,678.8634844773144
|
|
148
|
+
L 576.8342817797294,678.8634844773144
|
|
149
|
+
L 576.8342817797294,654.5616557646945
|
|
150
|
+
L 632.7770914761807,654.5616557646945
|
|
151
|
+
Z
|
|
152
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="628.402762307909" y="666.7125701210044" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
153
|
+
M 444.92395552762804,277.8833107190845
|
|
154
|
+
L 438.36246177522065,290.0342250753945
|
|
155
|
+
L 396.6929261426482,290.0342250753945
|
|
156
|
+
L 396.6929261426482,265.73239636277447
|
|
157
|
+
L 438.36246177522065,265.73239636277447
|
|
158
|
+
Z
|
|
159
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="433.988132606949" y="277.8833107190845" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
160
|
+
M 856.839952206537,108.98560116637555
|
|
161
|
+
L 844.689037850227,102.42410741396814
|
|
162
|
+
L 844.689037850227,60.75457178139572
|
|
163
|
+
L 868.9908665628469,60.75457178139572
|
|
164
|
+
L 868.9908665628469,102.42410741396814
|
|
165
|
+
Z
|
|
166
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="856.839952206537" y="98.04977824569654" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(-90 856.839952206537 98.04977824569654)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
167
|
+
M 610.0548816298809,617.9874035522013
|
|
168
|
+
L 597.903967273571,611.4259097997939
|
|
169
|
+
L 597.903967273571,569.7563741672215
|
|
170
|
+
L 622.2057959861909,569.7563741672215
|
|
171
|
+
L 622.2057959861909,611.4259097997939
|
|
172
|
+
Z
|
|
173
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="610.0548816298809" y="607.0515806315223" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(-90 610.0548816298809 607.0515806315223)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
174
|
+
M 314.9091719151111,268.1625792340365
|
|
175
|
+
L 302.75825755880106,261.6010854816291
|
|
176
|
+
L 302.75825755880106,219.9315498490567
|
|
177
|
+
L 327.0600862714211,219.9315498490567
|
|
178
|
+
L 327.0600862714211,261.6010854816291
|
|
179
|
+
Z
|
|
180
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="314.9091719151111" y="257.2267563133575" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(-90 314.9091719151111 257.2267563133575)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
181
|
+
M 779.074100326153,326.4869681443245
|
|
182
|
+
L 791.225014682463,333.0484618967319
|
|
183
|
+
L 791.225014682463,374.71799752930434
|
|
184
|
+
L 766.9231859698431,374.71799752930434
|
|
185
|
+
L 766.9231859698431,333.0484618967319
|
|
186
|
+
Z
|
|
187
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.430182871262px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="779.074100326153" y="337.42279106500354" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.871645841358px" transform="rotate(90 779.074100326153 337.42279106500354)">XX</text><text class="sch-text" x="508.10871018044" y="239.607930496708" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 508.10871018044, 239.607930496708)">U1</text><text class="sch-text" x="702.5233398814" y="604.1353611860079" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.871645841358px" transform="rotate(0, 702.5233398814, 604.1353611860079)">J1</text><rect class="schematic-box sch-box" x="486.23706433908205" y="224.4192875513205" width="43.74329168271595" height="30.377285890775" stroke-width="2.430182871262px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="19.441462970096 9.720731485048"/><rect class="schematic-box sch-box" x="680.651694040042" y="588.9467182406205" width="43.74329168271606" height="30.377285890774942" stroke-width="2.430182871262px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="19.441462970096 9.720731485048"/>
|
|
188
|
+
</g>
|
|
189
|
+
</svg>
|