@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.05,0 -1.05,-0.30000000000000004" data-type="line" data-label="" points="325.0890585241731,242.13740458015263 111.34860050890588,272.6717557251908" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 2.45,-1.5" data-type="line" data-label="" points="325.0890585241731,242.13740458015263 467.5826972010179,394.8091603053435" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.30000000000000004 2.45,-1.5" data-type="line" data-label="" points="111.34860050890588,272.6717557251908 467.5826972010179,394.8091603053435" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 3.55,-1.5" data-type="line" data-label="" points="111.34860050890588,252.3155216284987 579.5419847328244,394.8091603053435" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 1.75,0 1.75,-1.5 2.45,-1.5" data-type="line" data-label="" points="325.0890585241731,242.13740458015263 396.33587786259545,242.13740458015263 396.33587786259545,394.8091603053435 467.5826972010179,394.8091603053435" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.30000000000000004 -1.651,-0.30000000000000004 -1.651,-0.24900000000000005" data-type="line" data-label="" points="111.34860050890588,272.6717557251908 50.17811704834608,272.6717557251908 50.17811704834608,267.48091603053433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.09999999999999998 -1.151,-0.09999999999999998 -1.151,-0.5009999999999999" data-type="line" data-label="" points="111.34860050890588,252.3155216284987 101.06870229007636,252.3155216284987 101.06870229007636,293.1297709923664" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.55,-1.5 3.651,-1.5 3.651,-2.151" data-type="line" data-label="" points="579.5419847328244,394.8091603053435 589.8218829516541,394.8091603053435 589.8218829516541,461.0687022900763" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.30000000000000004 -1.151,0.30000000000000004 -1.151,0.5010000000000001" data-type="line" data-label="" points="111.34860050890588,211.60305343511445 101.06870229007636,211.60305343511445 101.06870229007636,191.14503816793888" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="111.34860050890586" y="191.24681933842237" width="213.74045801526722" height="101.78117048346056" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009824999999999999"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="3" data-y="-1.5" x="467.58269720101794" y="331.7048346055979" width="111.95928753180652" height="126.20865139949115" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009824999999999999"/></g><g><rect data-type="rect" data-label="netId: v5
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="1.75" data-y="0.18" x="386.1577608142494" y="205.49618320610682" width="20.356234096692106" height="36.64122137404581" fill="#ef444466" stroke="#ef4444" stroke-width="0.009824999999999999"/></g><g><rect data-type="rect" data-label="netId: v5
|
|
3
5
|
globalConnNetId: connectivity_net0" data-x="-1.651" data-y="-0.06900000000000006" x="40.000000000000014" y="230.83969465648852" width="20.356234096692134" height="36.64122137404581" fill="#ef444466" stroke="#ef4444" stroke-width="0.009824999999999999"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
4
6
|
globalConnNetId: connectivity_net1" data-x="-1.151" data-y="-0.7409999999999999" x="90.89058524173029" y="293.1297709923664" width="20.35623409669212" height="48.854961832061065" fill="#00000066" stroke="#000000" stroke-width="0.009824999999999999"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
@@ -27,7 +29,7 @@ orientation: y+" data-x="-1.151" data-y="0.5010000000000001" cx="101.06870229007
|
|
|
27
29
|
const h = svg.getElementById('crosshair-h');
|
|
28
30
|
const v = svg.getElementById('crosshair-v');
|
|
29
31
|
const coords = svg.getElementById('coordinates');
|
|
30
|
-
|
|
32
|
+
|
|
31
33
|
crosshair.style.display = 'block';
|
|
32
34
|
h.setAttribute('x1', '0');
|
|
33
35
|
h.setAttribute('x2', '640');
|
|
@@ -46,13 +48,13 @@ orientation: y+" data-x="-1.151" data-y="0.5010000000000001" cx="101.06870229007
|
|
|
46
48
|
// y' = (y - ty) / sy
|
|
47
49
|
const sx = matrix.a;
|
|
48
50
|
const sy = matrix.d;
|
|
49
|
-
const tx = matrix.e;
|
|
51
|
+
const tx = matrix.e;
|
|
50
52
|
const ty = matrix.f;
|
|
51
53
|
const realPoint = {
|
|
52
54
|
x: (x - tx) / sx,
|
|
53
55
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
54
56
|
}
|
|
55
|
-
|
|
57
|
+
|
|
56
58
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
57
59
|
coords.setAttribute('x', (x + 5).toString());
|
|
58
60
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -60,4 +62,55 @@ orientation: y+" data-x="-1.151" data-y="0.5010000000000001" cx="101.06870229007
|
|
|
60
62
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
61
63
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
62
64
|
});
|
|
63
|
-
]]></script
|
|
65
|
+
]]></script>
|
|
66
|
+
</g>
|
|
67
|
+
<g transform="translate(1216, 200)">
|
|
68
|
+
<style>
|
|
69
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
70
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
71
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
72
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
73
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
74
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
75
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
76
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
77
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
78
|
+
|
|
79
|
+
</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 595.9151915969601 272.242754328 L 712.6240031122 272.242754328 L 712.6240031122 522.3330647178 L 829.33281462744 522.3330647178" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.676299774912px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 595.9151915969601 272.242754328 L 712.6240031122 272.242754328 L 712.6240031122 522.3330647178 L 829.33281462744 522.3330647178" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.334537471864px" 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 245.78875705124 322.26081640596 L 145.58590602172683 322.26081640596 L 145.58590602172683 313.7577458527068" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.676299774912px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.78875705124 322.26081640596 L 145.58590602172683 322.26081640596 L 145.58590602172683 313.7577458527068" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.334537471864px" 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 245.78875705124 288.91544168731997 L 228.9493428183268 288.91544168731997 L 228.9493428183268 355.7729179981932" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.676299774912px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.78875705124 288.91544168731997 L 228.9493428183268 288.91544168731997 L 228.9493428183268 355.7729179981932" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.334537471864px" 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 1012.73237557996 522.3330647178 L 1029.5717898128732 522.3330647178 L 1029.5717898128732 630.8722594269732" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.676299774912px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.73237557996 522.3330647178 L 1029.5717898128732 522.3330647178 L 1029.5717898128732 630.8722594269732" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.334537471864px" 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 245.78875705124 222.22469225004 L 228.9493428183268 222.22469225004 L 228.9493428183268 188.71259065780677" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.676299774912px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 245.78875705124 222.22469225004 L 228.9493428183268 222.22469225004 L 228.9493428183268 188.71259065780677" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.334537471864px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="312.47950648852003" y="188.87931753139998" width="216.74493567116002" height="166.72687359320003" stroke-width="3.334537471864px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="312.47950648852003" y="188.87931753139998" width="216.74493567116002" height="166.72687359320003" fill="transparent"/><text class="sch-text" x="420.8519743241" y="272.242754328" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="30.010837246776px" transform="rotate(0, 420.8519743241, 272.242754328)">PWR1</text><line class="component-pin sch-component-pin sch-port-line" x1="529.22444215968" y1="238.89737960935997" x2="592.580654125096" y2="238.89737960935997" stroke-width="3.334537471864px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="595.9151915969601" cy="238.89737960935997" r="3.334537471864" stroke-width="3.334537471864px"/><rect x="592.5806541250961" y="235.56284213749598" width="6.669074943728" height="6.669074943728" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.56981687832" y="235.56284213749598" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.009031038979998px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="529.22444215968" y1="272.242754328" x2="595.9151915969601" y2="272.242754328" stroke-width="3.334537471864px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="592.5806541250961" y="268.908216856136" width="6.669074943728" height="6.669074943728" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.56981687832" y="268.908216856136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.009031038979998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="529.22444215968" y1="305.58812904664" x2="592.580654125096" y2="305.58812904664" stroke-width="3.334537471864px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="595.9151915969601" cy="305.58812904664" r="3.334537471864" stroke-width="3.334537471864px"/><rect x="592.5806541250961" y="302.253591574776" width="6.669074943728" height="6.669074943728" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.56981687832" y="302.253591574776" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.009031038979998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="312.47950648852003" y1="322.26081640596" x2="245.78875705124" y2="322.26081640596" stroke-width="3.334537471864px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="242.454219579376" y="318.926278934096" width="6.669074943728" height="6.669074943728" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.13413176988" y="318.926278934096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.009031038979998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="312.47950648852003" y1="288.91544168731997" x2="245.78875705124" y2="288.91544168731997" stroke-width="3.334537471864px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="242.454219579376" y="285.580904215456" width="6.669074943728" height="6.669074943728" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.13413176988" y="285.580904215456" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.009031038979998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="312.47950648852003" y1="255.57006696867998" x2="249.12329452310402" y2="255.57006696867998" stroke-width="3.334537471864px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="245.78875705124" cy="255.57006696867998" r="3.334537471864" stroke-width="3.334537471864px"/><rect x="242.454219579376" y="252.23552949681599" width="6.669074943728" height="6.669074943728" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.13413176988" y="252.23552949681599" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.009031038979998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="312.47950648852003" y1="222.22469225004" x2="245.78875705124" y2="222.22469225004" stroke-width="3.334537471864px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="242.454219579376" y="218.890154778176" width="6.669074943728" height="6.669074943728" opacity="0"/></g><text class="pin-number sch-pin-number" x="279.13413176988" y="218.890154778176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="25.009031038979998px" transform="">1</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="829.33281462744" y="473.42040181176293" width="183.39956095252" height="97.82532581207414" fill="transparent"/><path class="sch-component-symbol-path" d="M 1012.73237557996 522.3330647178 L 939.372551198952 522.3330647178" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.334537471864px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 902.692639008448 522.3330647178 L 829.33281462744 522.3330647178" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.334537471864px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 939.372551198952 473.42040181176293 L 939.372551198952 571.2457276238371" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.334537471864px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 902.692639008448 473.42040181176293 L 902.692639008448 571.2457276238371" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.334537471864px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="921.0325951037" y="448.973240336792" stroke="rgb(245, 241, 237)" stroke-width="3.334537471864px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="30.010837246776px">C6</text><text class="sch-component-text" x="921.0325951037" y="595.6928890988079" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="30.010837246776px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="595.9151915969601" cy="238.89737960935997" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="595.9151915969601" cy="272.242754328" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="595.9151915969601" cy="305.58812904664" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="245.78875705124" cy="322.26081640596" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="245.78875705124" cy="288.91544168731997" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="245.78875705124" cy="255.57006696867998" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="245.78875705124" cy="222.22469225004" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="871.0145330257401" cy="522.3330647178" r="6.669074943728" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1054.4140939782599" cy="522.3330647178" r="6.669074943728" 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="
|
|
80
|
+
M 712.6240031122,272.242754328
|
|
81
|
+
L 695.95131575288,263.2395031539672
|
|
82
|
+
L 695.95131575288,206.0633006364058
|
|
83
|
+
L 729.2966904715199,206.0633006364058
|
|
84
|
+
L 729.2966904715199,263.2395031539672
|
|
85
|
+
Z
|
|
86
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.334537471864px"/><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="712.6240031122" y="257.237335704612" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="30.010837246776px" transform="rotate(-90 712.6240031122 257.237335704612)">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="
|
|
87
|
+
M 145.58590602172683,313.7577458527068
|
|
88
|
+
L 128.91321866240682,304.754494678674
|
|
89
|
+
L 128.91321866240682,247.57829216111264
|
|
90
|
+
L 162.25859338104684,247.57829216111264
|
|
91
|
+
L 162.25859338104684,304.754494678674
|
|
92
|
+
Z
|
|
93
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.334537471864px"/><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="145.58590602172683" y="298.75232722931884" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="30.010837246776px" transform="rotate(-90 145.58590602172683 298.75232722931884)">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="
|
|
94
|
+
M 228.9493428183268,355.7729179981932
|
|
95
|
+
L 245.62203017764682,364.776169172226
|
|
96
|
+
L 245.62203017764682,441.5372217745353
|
|
97
|
+
L 212.2766554590068,441.5372217745353
|
|
98
|
+
L 212.2766554590068,364.776169172226
|
|
99
|
+
Z
|
|
100
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.334537471864px"/><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="228.9493428183268" y="370.77833662158116" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="30.010837246776px" transform="rotate(90 228.9493428183268 370.77833662158116)">XXX</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="
|
|
101
|
+
M 1029.5717898128732,630.8722594269732
|
|
102
|
+
L 1046.2444771721932,639.875510601006
|
|
103
|
+
L 1046.2444771721932,716.6365632033153
|
|
104
|
+
L 1012.8991024535533,716.6365632033153
|
|
105
|
+
L 1012.8991024535533,639.875510601006
|
|
106
|
+
Z
|
|
107
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.334537471864px"/><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="1029.5717898128732" y="645.8776780503612" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="30.010837246776px" transform="rotate(90 1029.5717898128732 645.8776780503612)">XXX</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="
|
|
108
|
+
M 228.9493428183268,188.71259065780677
|
|
109
|
+
L 212.2766554590068,179.70933948377396
|
|
110
|
+
L 212.2766554590068,83.36343679671681
|
|
111
|
+
L 245.62203017764682,83.36343679671681
|
|
112
|
+
L 245.62203017764682,179.709339483774
|
|
113
|
+
Z
|
|
114
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.334537471864px"/><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="228.9493428183268" y="173.70717203441876" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="30.010837246776px" transform="rotate(-90 228.9493428183268 173.70717203441876)">XXXX</text>
|
|
115
|
+
</g>
|
|
116
|
+
</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="-3.55,0 -1.05,0.30000000000000004" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 228.49777574997148,336.2883540549789" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4350000000000005,3 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 139.07151819322456,227.69932702178625" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.10000000000000003 -2.45,0" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 139.07151819322456,355.4511235314247" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.10000000000000003 -3.55,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 68.80803011292346,483.20292004106307" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.05,0.2 -1.05,-0.09999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 228.49777574997148,361.8387133569066" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 -2.45,-1.9999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.55,-1.5" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.55,0" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 4.5649999999999995,3" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 3.55,-1.5" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 3.55,0" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,-1.5" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,0" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 3.55,0" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,0 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 -1.05,-0.30000000000000004" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 228.49777574997148,374.61389300787044" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.30000000000000004 2.45,-1.5" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 -3.55,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 -3.55,2" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 2.45,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 -3.55,2" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 2.45,0" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 2.45,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 -3.75,2 -3.75,0 -3.55,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 56.03285046195958,227.69932702178625 56.03285046195958,355.4511235314247 68.80803011292346,355.4511235314247" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.45,0 -1.75,0 -1.75,0.10000000000000003 -1.05,0.10000000000000003" data-type="line" data-label="" points="139.07151819322456,355.4511235314247 183.78464697159802,355.4511235314247 183.78464697159802,349.06353370594275 228.49777574997148,349.06353370594275" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.55,0 3.75,0 3.75,-1.5 3.55,-1.5" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 535.1020873731037,355.4511235314247 535.1020873731037,451.2649709136535 522.3269077221398,451.2649709136535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4350000000000005,3 0.49250000000000016,3 0.49250000000000016,2 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 327.0263488080301,163.82342876696706 327.0263488080301,227.69932702178625 139.07151819322456,227.69932702178625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.09999999999999998 -1.75,-0.09999999999999998 -1.75,-1.9999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 183.78464697159802,361.8387133569066 183.78464697159802,483.20292004106307 139.07151819322456,483.20292004106307" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.05,0 1.75,0 1.75,-1.5 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 407.35029086346526,355.4511235314247 407.35029086346526,451.2649709136535 452.0634196418387,451.2649709136535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.05,0.2 1.151,0.2 1.151,-0.5010000000000001" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 369.08862780882856,342.67594388046086 369.08862780882856,387.45294855708914" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5649999999999995,3 4.6659999999999995,3 4.6659999999999995,2.649" data-type="line" data-label="" points="587.1609444507812,163.82342876696706 593.6124101745181,163.82342876696706 593.6124101745181,186.24386905440858" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.30000000000000004 -2.3510000000000004,-0.30000000000000004 -2.3510000000000004,0.401" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 145.39523212045165,374.61389300787044 145.39523212045165,329.83688833124216" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.30000000000000004 -1.151,0.30000000000000004 -1.151,0.5010000000000001" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 222.04631002623472,336.2883540549789 222.04631002623472,323.4492985057602" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.45,0 2.349,0 2.349,0.651" data-type="line" data-label="" points="452.0634196418387,355.4511235314247 445.611953918102,355.4511235314247 445.611953918102,313.8679137675374" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="228.49777574997148" y="323.5131744040151" width="134.13938633512032" height="63.87589825481916" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="0" x="68.80803011292346" y="330.5743132200297" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="-2" x="68.80803011292346" y="458.32610972966813" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3" data-y="2" x="68.80803011292346" y="202.82251671039126" width="70.2634880803011" height="49.75362062278995" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3" data-y="-1.5" x="452.06341964183866" y="411.6619139956656" width="70.2634880803011" height="79.20611383597583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="0" x="452.06341964183866" y="315.8480666134368" width="70.2634880803011" height="79.20611383597577" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4" data-y="3.1325000000000003" x="514.9811794228358" y="126.13664879662366" width="72.17976502794556" height="58.446446903159654" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></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="-3.55,0 -1.05,0.30000000000000004" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 228.49777574997148,336.2883540549789" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.4350000000000005,3 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 139.07151819322456,227.69932702178625" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.10000000000000003 -2.45,0" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 139.07151819322456,355.4511235314247" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.10000000000000003 -3.55,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,349.06353370594275 68.80803011292346,483.20292004106307" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.05,0.2 -1.05,-0.09999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 228.49777574997148,361.8387133569066" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 -2.45,-1.9999999999999998" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.55,-1.5" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 3.55,0" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0.2 4.5649999999999995,3" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 139.07151819322456,483.20292004106307" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 3.55,-1.5" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 3.55,0" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.09999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,-1.5" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,451.2649709136535" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 3.55,0" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.45,-1.9999999999999998 4.5649999999999995,3" data-type="line" data-label="" points="139.07151819322456,483.20292004106307 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 3.55,0" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 522.3269077221398,355.4511235314247" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,-1.5 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,451.2649709136535 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.55,0 4.5649999999999995,3" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 587.1609444507812,163.82342876696706" fill="none" stroke="hsl(253, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 -1.05,-0.30000000000000004" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 228.49777574997148,374.61389300787044" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.05,0 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,-0.30000000000000004 2.45,-1.5" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 452.0634196418387,451.2649709136535" fill="none" stroke="hsl(111, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 -3.55,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 -3.55,2" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.05,0.30000000000000004 2.45,0" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 -3.55,2" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 68.80803011292346,227.69932702178625" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,0 2.45,0" data-type="line" data-label="" points="68.80803011292346,355.4511235314247 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 2.45,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 452.0634196418387,355.4511235314247" fill="none" stroke="hsl(105, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.55,2 -3.75,2 -3.75,0 -3.55,0" data-type="line" data-label="" points="68.80803011292346,227.69932702178625 56.03285046195958,227.69932702178625 56.03285046195958,355.4511235314247 68.80803011292346,355.4511235314247" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.45,0 -1.75,0 -1.75,0.10000000000000003 -1.05,0.10000000000000003" data-type="line" data-label="" points="139.07151819322456,355.4511235314247 183.78464697159802,355.4511235314247 183.78464697159802,349.06353370594275 228.49777574997148,349.06353370594275" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.55,0 3.75,0 3.75,-1.5 3.55,-1.5" data-type="line" data-label="" points="522.3269077221398,355.4511235314247 535.1020873731037,355.4511235314247 535.1020873731037,451.2649709136535 522.3269077221398,451.2649709136535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.4350000000000005,3 0.49250000000000016,3 0.49250000000000016,2 -2.45,2" data-type="line" data-label="" points="514.9811794228357,163.82342876696706 327.0263488080301,163.82342876696706 327.0263488080301,227.69932702178625 139.07151819322456,227.69932702178625" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.09999999999999998 -1.75,-0.09999999999999998 -1.75,-1.9999999999999998 -2.45,-1.9999999999999998" data-type="line" data-label="" points="228.49777574997148,361.8387133569066 183.78464697159802,361.8387133569066 183.78464697159802,483.20292004106307 139.07151819322456,483.20292004106307" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.05,0 1.75,0 1.75,-1.5 2.45,-1.5" data-type="line" data-label="" points="362.6371620850918,355.4511235314247 407.35029086346526,355.4511235314247 407.35029086346526,451.2649709136535 452.0634196418387,451.2649709136535" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.05,0.2 1.151,0.2 1.151,-0.5010000000000001" data-type="line" data-label="" points="362.6371620850918,342.67594388046086 369.08862780882856,342.67594388046086 369.08862780882856,387.45294855708914" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.5649999999999995,3 4.6659999999999995,3 4.6659999999999995,2.649" data-type="line" data-label="" points="587.1609444507812,163.82342876696706 593.6124101745181,163.82342876696706 593.6124101745181,186.24386905440858" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,-0.30000000000000004 -2.3510000000000004,-0.30000000000000004 -2.3510000000000004,0.401" data-type="line" data-label="" points="228.49777574997148,374.61389300787044 145.39523212045165,374.61389300787044 145.39523212045165,329.83688833124216" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.05,0.30000000000000004 -1.151,0.30000000000000004 -1.151,0.5010000000000001" data-type="line" data-label="" points="228.49777574997148,336.2883540549789 222.04631002623472,336.2883540549789 222.04631002623472,323.4492985057602" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.45,0 2.349,0 2.349,0.651" data-type="line" data-label="" points="452.0634196418387,355.4511235314247 445.611953918102,355.4511235314247 445.611953918102,313.8679137675374" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="228.49777574997148" y="323.5131744040151" width="134.13938633512032" height="63.87589825481916" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-3" data-y="0" x="68.80803011292346" y="330.5743132200297" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="-2" x="68.80803011292346" y="458.32610972966813" width="70.2634880803011" height="49.75362062278998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-3" data-y="2" x="68.80803011292346" y="202.82251671039126" width="70.2634880803011" height="49.75362062278995" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="3" data-y="-1.5" x="452.06341964183866" y="411.6619139956656" width="70.2634880803011" height="79.20611383597583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="3" data-y="0" x="452.06341964183866" y="315.8480666134368" width="70.2634880803011" height="79.20611383597577" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4" data-y="3.1325000000000003" x="514.9811794228358" y="126.13664879662366" width="72.17976502794556" height="58.446446903159654" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
2
4
|
globalConnNetId: connectivity_net3" data-x="1.151" data-y="-0.7410000000000001" x="362.7010379833466" y="387.45294855708914" width="12.775179650963878" height="30.660431162313216" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
3
5
|
globalConnNetId: connectivity_net3" data-x="-1.75" data-y="-2.2399999999999998" x="177.39705714611608" y="483.20292004106307" width="12.775179650963878" height="30.660431162313216" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
4
6
|
globalConnNetId: connectivity_net3" data-x="3.75" data-y="-1.74" x="528.7144975476217" y="451.2649709136534" width="12.775179650963878" height="30.660431162313273" fill="#00000066" stroke="#000000" stroke-width="0.01565535714285714"/></g><g><rect data-type="rect" data-label="netId: gnd
|
|
@@ -51,7 +53,7 @@ orientation: y+" data-x="1.9637500000000003" data-y="3" cx="421.0037641154329" c
|
|
|
51
53
|
const h = svg.getElementById('crosshair-h');
|
|
52
54
|
const v = svg.getElementById('crosshair-v');
|
|
53
55
|
const coords = svg.getElementById('coordinates');
|
|
54
|
-
|
|
56
|
+
|
|
55
57
|
crosshair.style.display = 'block';
|
|
56
58
|
h.setAttribute('x1', '0');
|
|
57
59
|
h.setAttribute('x2', '640');
|
|
@@ -70,13 +72,13 @@ orientation: y+" data-x="1.9637500000000003" data-y="3" cx="421.0037641154329" c
|
|
|
70
72
|
// y' = (y - ty) / sy
|
|
71
73
|
const sx = matrix.a;
|
|
72
74
|
const sy = matrix.d;
|
|
73
|
-
const tx = matrix.e;
|
|
75
|
+
const tx = matrix.e;
|
|
74
76
|
const ty = matrix.f;
|
|
75
77
|
const realPoint = {
|
|
76
78
|
x: (x - tx) / sx,
|
|
77
79
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
78
80
|
}
|
|
79
|
-
|
|
81
|
+
|
|
80
82
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
81
83
|
coords.setAttribute('x', (x + 5).toString());
|
|
82
84
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -84,4 +86,104 @@ orientation: y+" data-x="1.9637500000000003" data-y="3" cx="421.0037641154329" c
|
|
|
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 147.01381904151003 217.01663147149998 L 124.13303270515001 217.01663147149998 L 124.13303270515001 445.8244948351 L 147.01381904151003 445.8244948351" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 147.01381904151003 217.01663147149998 L 124.13303270515001 217.01663147149998 L 124.13303270515001 445.8244948351 L 147.01381904151003 445.8244948351" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 272.85814389149 445.8244948351 L 352.94089606875 445.8244948351 L 352.94089606875 434.38410166692 L 433.02364824601 434.38410166692" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 272.85814389149 445.8244948351 L 352.94089606875 445.8244948351 L 352.94089606875 434.38410166692 L 433.02364824601 434.38410166692" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 959.28173398229 445.8244948351 L 982.16252031865 445.8244948351 L 982.16252031865 617.4303923578 L 959.28173398229 617.4303923578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 959.28173398229 445.8244948351 L 982.16252031865 445.8244948351 L 982.16252031865 617.4303923578 L 959.28173398229 617.4303923578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 946.1252818388831 102.6126997897 L 609.4917128651865 102.6126997897 L 609.4917128651865 217.01663147149998 L 272.85814389149 217.01663147149998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 946.1252818388831 102.6126997897 L 609.4917128651865 102.6126997897 L 609.4917128651865 217.01663147149998 L 272.85814389149 217.01663147149998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 433.02364824601 457.26488800327996 L 352.94089606875 457.26488800327996 L 352.94089606875 674.6323581987 L 272.85814389149 674.6323581987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.02364824601 457.26488800327996 L 352.94089606875 457.26488800327996 L 352.94089606875 674.6323581987 L 272.85814389149 674.6323581987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 673.27190477779 445.8244948351 L 753.35465695505 445.8244948351 L 753.35465695505 617.4303923578 L 833.43740913231 617.4303923578" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.27190477779 445.8244948351 L 753.35465695505 445.8244948351 L 753.35465695505 617.4303923578 L 833.43740913231 617.4303923578" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 673.27190477779 422.94370849873997 L 684.8267018776519 422.94370849873997 L 684.8267018776519 503.1408646076818" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 673.27190477779 422.94370849873997 L 684.8267018776519 422.94370849873997 L 684.8267018776519 503.1408646076818" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 1075.4017246393169 102.6126997897 L 1086.9565217391787 102.6126997897 L 1086.9565217391787 142.7684798100118" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1075.4017246393169 102.6126997897 L 1086.9565217391787 102.6126997897 L 1086.9565217391787 142.7684798100118" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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 433.02364824601 480.14567433964 L 284.18413312798816 480.14567433964 L 284.18413312798816 399.9485182306982" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.02364824601 480.14567433964 L 284.18413312798816 480.14567433964 L 284.18413312798816 399.9485182306982" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 433.02364824601 411.50331533056 L 421.4688511461482 411.50331533056 L 421.4688511461482 388.50812506251816" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 433.02364824601 411.50331533056 L 421.4688511461482 411.50331533056 L 421.4688511461482 388.50812506251816" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" 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_10__stack1"><path d="M 833.43740913231 445.8244948351 L 821.8826120324483 445.8244948351 L 821.8826120324483 371.3475353102482" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="18.304629069088px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 833.43740913231 445.8244948351 L 821.8826120324483 445.8244948351 L 821.8826120324483 371.3475353102482" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__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="478.78522091873003" y="388.62252899419997" width="148.72511118633997" height="114.40393168180003" stroke-width="2.288078633636px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="478.78522091873003" y="388.62252899419997" width="148.72511118633997" height="114.40393168180003" fill="transparent"/><text class="sch-text" x="553.1477765119" y="445.8244948351" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="20.592707702724px" transform="rotate(0, 553.1477765119, 445.8244948351)">PWR1</text><line class="component-pin sch-component-pin sch-port-line" x1="627.51033210507" y1="422.94370849873997" x2="673.27190477779" y2="422.94370849873997" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="670.983826144154" y="420.65562986510395" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="650.3911184414301" y="420.655629865104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="627.51033210507" y1="445.8244948351" x2="673.27190477779" y2="445.8244948351" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="670.983826144154" y="443.53641620146396" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="650.3911184414301" y="443.53641620146396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="627.51033210507" y1="468.70528117146" x2="670.983826144154" y2="468.70528117146" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="673.27190477779" cy="468.70528117146" r="2.288078633636" stroke-width="2.288078633636px"/><rect x="670.983826144154" y="466.417202537824" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="650.3911184414301" y="466.417202537824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="478.78522091873003" y1="480.14567433964" x2="433.02364824601" y2="480.14567433964" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="430.735569612374" y="477.85759570600396" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.90443458237" y="477.85759570600396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="478.78522091873003" y1="457.26488800327996" x2="433.02364824601" y2="457.26488800327996" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="430.735569612374" y="454.97680936964395" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.90443458237" y="454.976809369644" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="478.78522091873003" y1="434.38410166692" x2="433.02364824601" y2="434.38410166692" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="430.735569612374" y="432.096023033284" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.90443458237" y="432.096023033284" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="478.78522091873003" y1="411.50331533056" x2="433.02364824601" y2="411.50331533056" stroke-width="2.288078633636px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="430.735569612374" y="409.21523669692397" width="4.576157267272" height="4.576157267272" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.90443458237" y="409.21523669692397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="17.16058975227px" transform="">1</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="147.01381904151006" y="429.04944633259765" width="125.84432484997998" height="33.55009700500466" fill="transparent"/><path class="sch-component-symbol-path" d="M 147.01381904151006 445.8244948351 L 167.99206799400173 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 251.87989493899835 445.8244948351 L 272.85814389149004 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 167.99206799400173 429.04944633259765 L 251.87989493899835 429.04944633259765 L 251.87989493899835 462.5995433376023 L 167.99206799400173 462.5995433376023 L 167.99206799400173 429.04944633259765" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="209.93598146650004" y="412.2660082084387" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">R6</text><text class="sch-component-text" x="209.93598146650004" y="479.3829814617613" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></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="147.01381904151006" y="657.8573096961977" width="125.84432484997998" height="33.550097005004545" fill="transparent"/><path class="sch-component-symbol-path" d="M 147.01381904151006 674.6323581987 L 167.99206799400173 674.6323581987" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 251.87989493899835 674.6323581987 L 272.85814389149004 674.6323581987" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 167.99206799400173 657.8573096961977 L 251.87989493899835 657.8573096961977 L 251.87989493899835 691.4074067012023 L 167.99206799400173 691.4074067012023 L 167.99206799400173 657.8573096961977" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="209.93598146650004" y="641.0738715720387" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">R7</text><text class="sch-component-text" x="209.93598146650004" y="708.1908448253613" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text><circle class="component-pin sch-component-pin" cx="147.01381904151006" cy="674.6323581987" r="2.288078633636px" stroke-width="2.288078633636px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="147.01381904151006" y="200.24158296899765" width="125.84432484997998" height="33.55009700500466" fill="transparent"/><path class="sch-component-symbol-path" d="M 147.01381904151006 217.01663147149998 L 167.99206799400173 217.01663147149998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 251.87989493899835 217.01663147149998 L 272.85814389149004 217.01663147149998" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 167.99206799400173 200.24158296899765 L 251.87989493899835 200.24158296899765 L 251.87989493899835 233.7916799740023 L 167.99206799400173 233.7916799740023 L 167.99206799400173 200.24158296899765" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="209.93598146650004" y="183.45814484483864" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">R8</text><text class="sch-component-text" x="209.93598146650004" y="250.5751180981613" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="833.43740913231" y="583.8677109203103" width="125.84432484998001" height="67.12536287497937" fill="transparent"/><path class="sch-component-symbol-path" d="M 959.28173398229 617.4303923578 L 908.944004042298 617.4303923578" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.775139072302 617.4303923578 L 833.43740913231 617.4303923578" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.944004042298 583.8677109203103 L 908.944004042298 650.9930737952897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.775139072302 583.8677109203103 L 883.775139072302 650.9930737952897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="896.3595715573" y="567.092662417808" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">C6</text><text class="sch-component-text" x="896.3595715573" y="667.7681222977919" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="833.43740913231" y="412.26181339761035" width="125.84432484998001" height="67.12536287497926" fill="transparent"/><path class="sch-component-symbol-path" d="M 959.28173398229 445.8244948351 L 908.944004042298 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.775139072302 445.8244948351 L 833.43740913231 445.8244948351" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 908.944004042298 412.26181339761035 L 908.944004042298 479.3871762725896" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 883.775139072302 412.26181339761035 L 883.775139072302 479.3871762725896" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="896.3595715573" y="395.48676489510797" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">C7</text><text class="sch-component-text" x="896.3595715573" y="496.162224775092" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="946.1252818388831" y="64.30856858957145" width="129.27644280043398" height="55.0621886001848" fill="transparent"/><path class="sch-component-symbol-path" d="M 1027.5215606391562 102.6126997897 L 995.2024499390478 119.37075718975625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1026.3245565391524 102.6126997897 L 1075.401724639317 102.6126997897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.2024499390478 87.05164648964778 L 1027.5215606391562 102.6126997897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.2024499390478 119.37075718975625 L 995.2024499390478 87.05164648964778" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1027.5215606391562 87.05164648964778 L 1027.5215606391562 119.37075718975625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 995.2024499390478 102.6126997897 L 946.1252818388831 102.6126997897" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1029.9155688391643 67.89958088958349 L 1040.6886057392005 66.70257678957948 L 1037.0975934391884 77.47561368961564" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1020.3395360391322 82.2636300896317 L 1021.5365401391362 82.2636300896317 L 1035.9005893391843 70.29358908959153 L 1035.9005893391843 70.29358908959153" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1008.369495039092 65.50557268957546 L 1020.3395360391322 64.30856858957145 L 1015.5515196391161 75.0816054896076" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 998.7934622390599 79.86962188962367 L 999.9904663390639 78.67261778961965 L 1015.5515196391161 67.89958088958349 L 1015.5515196391161 67.89958088958349" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.288078633636px" stroke-linecap="round"/><text class="sch-component-text" x="1010.7635032391" y="127.74978588978436" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="20.592707702724px"></text><text class="sch-component-name sch-component-text" x="1010.7635032391" y="53.53553168953529" stroke="rgb(245, 241, 237)" stroke-width="2.288078633636px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="20.592707702724px">LED1</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="673.27190477779" cy="422.94370849873997" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="673.27190477779" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="673.27190477779" cy="468.70528117146" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="433.02364824601" cy="480.14567433964" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="433.02364824601" cy="457.26488800327996" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="433.02364824601" cy="434.38410166692" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="433.02364824601" cy="411.50331533056" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="175.61480196196004" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="301.45912681194" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="175.61480196196004" cy="674.6323581987" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="301.45912681194" cy="674.6323581987" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="175.61480196196004" cy="217.01663147149998" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="301.45912681194" cy="217.01663147149998" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="862.0383920527601" cy="617.4303923578" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="987.88271690274" cy="617.4303923578" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="862.0383920527601" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="987.88271690274" cy="445.8244948351" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="948.985380130928" cy="102.6126997897" r="4.576157267272" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="1078.261822931362" cy="102.6126997897" r="4.576157267272" 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 684.8267018776519,503.1408646076818
|
|
105
|
+
L 696.2670950458319,509.318676918499
|
|
106
|
+
L 696.2670950458319,561.9902470647997
|
|
107
|
+
L 673.3863087094719,561.9902470647997
|
|
108
|
+
L 673.3863087094719,509.318676918499
|
|
109
|
+
Z
|
|
110
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="684.8267018776519" y="513.4372184590438" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(90 684.8267018776519 513.4372184590438)">XXX</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 352.94089606875,674.6323581987
|
|
112
|
+
L 364.38128923693,680.8101705095172
|
|
113
|
+
L 364.38128923693,733.4817406558179
|
|
114
|
+
L 341.50050290057004,733.4817406558179
|
|
115
|
+
L 341.50050290057004,680.8101705095172
|
|
116
|
+
Z
|
|
117
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="352.94089606875" y="684.928712050062" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(90 352.94089606875 684.928712050062)">XXX</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 982.16252031865,617.4303923578
|
|
119
|
+
L 993.60291348683,623.6082046686172
|
|
120
|
+
L 993.60291348683,676.2797748149179
|
|
121
|
+
L 970.72212715047,676.2797748149179
|
|
122
|
+
L 970.72212715047,623.6082046686172
|
|
123
|
+
Z
|
|
124
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="982.16252031865" y="627.726746209162" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(90 982.16252031865 627.726746209162)">XXX</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 1086.9565217391787,142.7684798100118
|
|
126
|
+
L 1098.3969149073587,148.94629212082899
|
|
127
|
+
L 1098.3969149073587,201.6178622671297
|
|
128
|
+
L 1075.5161285709987,201.6178622671297
|
|
129
|
+
L 1075.5161285709987,148.94629212082899
|
|
130
|
+
Z
|
|
131
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="1086.9565217391787" y="153.0648336613738" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(90 1086.9565217391787 153.0648336613738)">XXX</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 753.35465695505,445.8244948351
|
|
133
|
+
L 741.91426378687,439.64668252428277
|
|
134
|
+
L 741.91426378687,400.41376088620416
|
|
135
|
+
L 764.79505012323,400.41376088620416
|
|
136
|
+
L 764.79505012323,439.64668252428277
|
|
137
|
+
Z
|
|
138
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="753.35465695505" y="435.528140983738" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 753.35465695505 435.528140983738)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
139
|
+
M 284.18413312798816,399.9485182306982
|
|
140
|
+
L 272.7437399598082,393.770705919881
|
|
141
|
+
L 272.7437399598082,354.5377842818024
|
|
142
|
+
L 295.62452629616814,354.5377842818024
|
|
143
|
+
L 295.62452629616814,393.770705919881
|
|
144
|
+
Z
|
|
145
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="284.18413312798816" y="389.6521643793362" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 284.18413312798816 389.6521643793362)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
146
|
+
M 312.89951998012,445.8244948351
|
|
147
|
+
L 301.45912681194,439.64668252428277
|
|
148
|
+
L 301.45912681194,400.41376088620416
|
|
149
|
+
L 324.33991314829996,400.41376088620416
|
|
150
|
+
L 324.33991314829996,439.64668252428277
|
|
151
|
+
Z
|
|
152
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="312.89951998012" y="435.528140983738" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 312.89951998012 435.528140983738)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
153
|
+
M 147.01381904151003,674.6323581987
|
|
154
|
+
L 140.83600673069284,686.07275136688
|
|
155
|
+
L 101.60308509261422,686.07275136688
|
|
156
|
+
L 101.60308509261422,663.19196503052
|
|
157
|
+
L 140.83600673069284,663.19196503052
|
|
158
|
+
Z
|
|
159
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="136.71746519014803" y="674.6323581987" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" 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 124.13303270515001,217.01663147149998
|
|
161
|
+
L 112.69263953697002,210.8388191606828
|
|
162
|
+
L 112.69263953697002,144.72860050615998
|
|
163
|
+
L 135.57342587333002,144.72860050615998
|
|
164
|
+
L 135.57342587333002,210.8388191606828
|
|
165
|
+
Z
|
|
166
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="124.13303270515001" y="206.72027762013798" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 124.13303270515001 206.72027762013798)">XXXX</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 421.4688511461482,388.50812506251816
|
|
168
|
+
L 410.02845797796823,382.33031275170094
|
|
169
|
+
L 410.02845797796823,316.22009409717816
|
|
170
|
+
L 432.9092443143282,316.22009409717816
|
|
171
|
+
L 432.9092443143282,382.33031275170094
|
|
172
|
+
Z
|
|
173
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="421.4688511461482" y="378.21177121115613" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 421.4688511461482 378.21177121115613)">XXXX</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 821.8826120324483,371.3475353102482
|
|
175
|
+
L 810.4422188642683,365.169722999431
|
|
176
|
+
L 810.4422188642683,299.0595043449082
|
|
177
|
+
L 833.3230052006282,299.0595043449082
|
|
178
|
+
L 833.3230052006282,365.169722999431
|
|
179
|
+
Z
|
|
180
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="821.8826120324483" y="361.05118145888616" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 821.8826120324483 361.05118145888616)">XXXX</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 777.8084973520348,102.6126997897
|
|
182
|
+
L 766.3681041838548,96.4348874788828
|
|
183
|
+
L 766.3681041838548,57.20196584080419
|
|
184
|
+
L 789.2488905202148,57.20196584080419
|
|
185
|
+
L 789.2488905202148,96.4348874788828
|
|
186
|
+
Z
|
|
187
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.288078633636px"/><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="777.8084973520348" y="92.316345938338" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="20.592707702724px" transform="rotate(-90 777.8084973520348 92.316345938338)">XX</text>
|
|
188
|
+
</g>
|
|
189
|
+
</svg>
|