@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="15.1,2.4000000000000004 15.1,2.5010000000000003 14.899000000000001,2.5010000000000003" data-type="line" data-label="" points="283.8178457402116,369.921021677029 283.8178457402116,360.4167366829103 264.9033775835994,360.4167366829103" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.3,2.4000000000000004 15.3,2.6510000000000002 13.899000000000001,2.6510000000000002" data-type="line" data-label="" points="302.638212065199,369.921021677029 302.638212065199,346.3014619391698 170.80154595866247,346.3014619391698" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.5,2.4000000000000004 15.5,2.7510000000000003 15.449,2.7510000000000003" data-type="line" data-label="" points="321.4585783901864,369.921021677029 321.4585783901864,336.8912787766761 316.65938497731463,336.8912787766761" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.7,2.4000000000000004 15.7,2.9010000000000002 14.699,2.9010000000000002" data-type="line" data-label="" points="340.2789447151738,369.921021677029 340.2789447151738,322.77600403293553 246.0830112586118,322.77600403293553" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="15.9,2.4000000000000004 15.9,3.051 13.949,3.051" data-type="line" data-label="" points="359.0993110401612,369.921021677029 359.0993110401612,308.66072928919505 175.5066375399092,308.66072928919505" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.1,2.4000000000000004 16.1,3.1510000000000002 16.049,3.1510000000000002" data-type="line" data-label="" points="377.9196773651488,369.921021677029 377.9196773651488,299.2505461267013 373.1204839522768,299.2505461267013" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.3,2.4000000000000004 16.3,3.301 16.15,3.301" data-type="line" data-label="" points="396.74004369013596,369.921021677029 396.74004369013596,285.1352713829608 382.6247689463953,285.1352713829608" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.5,2.4000000000000004 16.5,3.771 16.169999999999998,3.771" data-type="line" data-label="" points="415.56041001512335,369.921021677029 415.56041001512335,240.90741051924044 384.50680557889405,240.90741051924044" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.7,2.4000000000000004 16.7,4.241 16.549999999999997,4.241" data-type="line" data-label="" points="434.38077634011074,369.921021677029 434.38077634011074,196.67954965552008 420.26550159636986,196.67954965552008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="16.9,2.4000000000000004 16.9,3.981 17.44,3.981" data-type="line" data-label="" points="453.2011426650979,369.921021677029 453.2011426650979,221.14602587800368 504.0161317425643,221.14602587800368" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="16" data-y="1.8" x="264.997479415224" y="369.921021677029" width="207.02402957486174" height="112.92219794992434" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010626785714285719"/></g><g><rect data-type="rect" data-label="Conn_North" data-x="17.800000000000004" data-y="2.1149999999999998" x="475.7855822550838" y="384.97731473701896" width="124.21441774491609" height="23.525457906234237" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.010626785714285719"/></g><g><rect data-type="rect" data-label="netId: QSPI_CS
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="14.419" data-y="2.5010000000000003" x="174.56561922365984" y="351.00655352041656" width="90.3377583599397" height="18.820366324987447" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010626785714285719"/></g><g><rect data-type="rect" data-label="netId: RESET
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="13.539000000000001" data-y="2.6510000000000002" x="103.04822718870787" y="336.89127877667613" width="67.7533187699546" height="18.820366324987447" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010626785714285719"/></g><g><rect data-type="rect" data-label="netId: SWCLK
|
|
4
6
|
globalConnNetId: connectivity_net2" data-x="15.089" data-y="2.7510000000000003" x="248.90606620736003" y="327.4810956141823" width="67.7533187699546" height="18.820366324987447" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010626785714285719"/></g><g><rect data-type="rect" data-label="netId: SWDIO
|
|
@@ -38,7 +40,7 @@ orientation: y-" data-x="17.44" data-y="3.981" cx="504.0161317425643" cy="221.14
|
|
|
38
40
|
const h = svg.getElementById('crosshair-h');
|
|
39
41
|
const v = svg.getElementById('crosshair-v');
|
|
40
42
|
const coords = svg.getElementById('coordinates');
|
|
41
|
-
|
|
43
|
+
|
|
42
44
|
crosshair.style.display = 'block';
|
|
43
45
|
h.setAttribute('x1', '0');
|
|
44
46
|
h.setAttribute('x2', '640');
|
|
@@ -57,13 +59,13 @@ orientation: y-" data-x="17.44" data-y="3.981" cx="504.0161317425643" cy="221.14
|
|
|
57
59
|
// y' = (y - ty) / sy
|
|
58
60
|
const sx = matrix.a;
|
|
59
61
|
const sy = matrix.d;
|
|
60
|
-
const tx = matrix.e;
|
|
62
|
+
const tx = matrix.e;
|
|
61
63
|
const ty = matrix.f;
|
|
62
64
|
const realPoint = {
|
|
63
65
|
x: (x - tx) / sx,
|
|
64
66
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
65
67
|
}
|
|
66
|
-
|
|
68
|
+
|
|
67
69
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
68
70
|
coords.setAttribute('x', (x + 5).toString());
|
|
69
71
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -71,4 +73,90 @@ orientation: y-" data-x="17.44" data-y="3.981" cx="504.0161317425643" cy="221.14
|
|
|
71
73
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
72
74
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
73
75
|
});
|
|
74
|
-
]]></script
|
|
76
|
+
]]></script>
|
|
77
|
+
</g>
|
|
78
|
+
<g transform="translate(1216, 200)">
|
|
79
|
+
<style>
|
|
80
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
81
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
82
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
83
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
84
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
85
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
86
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
87
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
88
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
89
|
+
|
|
90
|
+
</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 517.1535109231199 519.74240587722 L 517.1535109231199 502.9210655365348 L 483.6773781659149 502.9210655365348" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 517.1535109231199 519.74240587722 L 517.1535109231199 502.9210655365348 L 483.6773781659149 502.9210655365348" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 550.4630957561599 519.74240587722 L 550.4630957561599 477.9388769117548 L 317.12945400071476 477.9388769117548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 550.4630957561599 519.74240587722 L 550.4630957561599 477.9388769117548 L 317.12945400071476 477.9388769117548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 583.7726805891998 519.74240587722 L 583.7726805891998 461.28408449523477 L 575.2787364567748 461.28408449523477" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 583.7726805891998 519.74240587722 L 583.7726805891998 461.28408449523477 L 575.2787364567748 461.28408449523477" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 617.0822654222397 519.74240587722 L 617.0822654222397 436.3018958704548 L 450.3677933328745 436.3018958704548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 617.0822654222397 519.74240587722 L 617.0822654222397 436.3018958704548 L 450.3677933328745 436.3018958704548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 650.3918502552801 519.74240587722 L 650.3918502552801 411.3197072456748 L 325.45685020897463 411.3197072456748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 650.3918502552801 519.74240587722 L 650.3918502552801 411.3197072456748 L 325.45685020897463 411.3197072456748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 683.7014350883201 519.74240587722 L 683.7014350883201 394.6649148291548 L 675.2074909558946 394.6649148291548" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 683.7014350883201 519.74240587722 L 683.7014350883201 394.6649148291548 L 675.2074909558946 394.6649148291548" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 717.01101992136 519.74240587722 L 717.01101992136 369.68272620437483 L 692.0288312965795 369.68272620437483" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 717.01101992136 519.74240587722 L 717.01101992136 369.68272620437483 L 692.0288312965795 369.68272620437483" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 750.3206047543999 519.74240587722 L 750.3206047543999 291.40520184673085 L 695.3597897798836 291.40520184673085" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 750.3206047543999 519.74240587722 L 750.3206047543999 291.40520184673085 L 695.3597897798836 291.40520184673085" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 783.6301895874399 519.74240587722 L 783.6301895874399 213.12767748908686 L 758.6480009626594 213.12767748908686" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 783.6301895874399 519.74240587722 L 783.6301895874399 213.12767748908686 L 758.6480009626594 213.12767748908686" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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 816.9397744204798 519.74240587722 L 816.9397744204798 256.43013777203885 L 906.8756534696881 256.43013777203885" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="26.647667866432px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 816.9397744204798 519.74240587722 L 816.9397744204798 256.43013777203885 L 906.8756534696881 256.43013777203885" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.330958483304px" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="483.84392609007955" y="586.3615755433" width="366.40543316344065" height="66.6191696660801" stroke-width="3.330958483304px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="483.84392609007955" y="586.3615755433" width="366.40543316344065" height="66.6191696660801" fill="transparent"/><text class="sch-text" x="667.0466426717999" y="619.67116037634" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="29.978626349735997px" transform="rotate(0, 667.0466426717999, 619.67116037634)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="517.1535109231199" y1="586.3615755433" x2="517.1535109231199" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="513.8225524398159" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="513.8225524398158" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 513.8225524398158 553.05199071026)"></text><text class="pin-number sch-pin-label" x="517.1535109231199" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 517.1535109231199 603.01636795982)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="550.4630957561599" y1="586.3615755433" x2="550.4630957561599" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="547.1321372728559" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.1321372728562" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 547.1321372728562 553.05199071026)"></text><text class="pin-number sch-pin-label" x="550.4630957561599" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 550.4630957561599 603.01636795982)">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="583.7726805891998" y1="586.3615755433" x2="583.7726805891998" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="580.4417221058958" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="580.4417221058961" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 580.4417221058961 553.05199071026)"></text><text class="pin-number sch-pin-label" x="583.7726805891998" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 583.7726805891998 603.01636795982)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="617.0822654222397" y1="586.3615755433" x2="617.0822654222397" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="613.7513069389357" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="613.7513069389356" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 613.7513069389356 553.05199071026)"></text><text class="pin-number sch-pin-label" x="617.0822654222397" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 617.0822654222397 603.01636795982)">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="650.3918502552801" y1="586.3615755433" x2="650.3918502552801" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="647.0608917719761" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.060891771976" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 647.060891771976 553.05199071026)"></text><text class="pin-number sch-pin-label" x="650.3918502552801" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 650.3918502552801 603.01636795982)">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="683.7014350883201" y1="586.3615755433" x2="683.7014350883201" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="680.370476605016" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="680.3704766050164" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 680.3704766050164 553.05199071026)"></text><text class="pin-number sch-pin-label" x="683.7014350883201" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 683.7014350883201 603.01636795982)">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="717.01101992136" y1="586.3615755433" x2="717.01101992136" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="713.680061438056" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="713.6800614380559" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 713.6800614380559 553.05199071026)"></text><text class="pin-number sch-pin-label" x="717.01101992136" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 717.01101992136 603.01636795982)">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="750.3206047543999" y1="586.3615755433" x2="750.3206047543999" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="746.9896462710959" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="746.9896462710958" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 746.9896462710958 553.05199071026)"></text><text class="pin-number sch-pin-label" x="750.3206047543999" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 750.3206047543999 603.01636795982)">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="783.6301895874399" y1="586.3615755433" x2="783.6301895874399" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="780.2992311041359" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="780.2992311041357" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 780.2992311041357 553.05199071026)"></text><text class="pin-number sch-pin-label" x="783.6301895874399" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 783.6301895874399 603.01636795982)">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="816.9397744204798" y1="586.3615755433" x2="816.9397744204798" y2="519.74240587722" stroke-width="3.330958483304px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="813.6088159371758" y="516.411447393916" width="6.661916966608" height="6.661916966608" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.6088159371757" y="553.05199071026" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="24.982188624779997px" transform="rotate(-90 813.6088159371757 553.05199071026)"></text><text class="pin-number sch-pin-label" x="816.9397744204798" y="603.01636795982" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="24.982188624779997px" transform="rotate(-90 816.9397744204798 603.01636795982)">schematic_port_9</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="517.1535109231199" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="550.4630957561599" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="583.7726805891998" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="617.0822654222397" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="650.3918502552801" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="683.7014350883201" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="717.01101992136" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="750.3206047543999" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="783.6301895874399" cy="519.74240587722" r="6.661916966608" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="816.9397744204798" cy="519.74240587722" r="6.661916966608" 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="
|
|
91
|
+
M 483.6773781659149,502.9210655365348
|
|
92
|
+
L 474.6837902609941,519.5758579530548
|
|
93
|
+
L 319.7498080075808,519.5758579530548
|
|
94
|
+
L 319.7498080075808,486.2662731200148
|
|
95
|
+
L 474.6837902609941,486.2662731200148
|
|
96
|
+
Z
|
|
97
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="468.6880649910469" y="502.9210655365348" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="">XXXXXXX</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="
|
|
98
|
+
M 317.12945400071476,477.9388769117548
|
|
99
|
+
L 308.135866095794,494.5936693282748
|
|
100
|
+
L 192.32954282625823,494.59366932827476
|
|
101
|
+
L 192.32954282625823,461.28408449523477
|
|
102
|
+
L 308.135866095794,461.28408449523477
|
|
103
|
+
Z
|
|
104
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="302.14014082584674" y="477.9388769117548" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="">XXXXX</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="
|
|
105
|
+
M 575.2787364567748,461.28408449523477
|
|
106
|
+
L 566.285148551854,477.9388769117548
|
|
107
|
+
L 450.4788252823183,477.93887691175473
|
|
108
|
+
L 450.4788252823183,444.62929207871474
|
|
109
|
+
L 566.285148551854,444.62929207871474
|
|
110
|
+
Z
|
|
111
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="560.2894232819068" y="461.28408449523477" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="">XXXXX</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="
|
|
112
|
+
M 450.3677933328745,436.3018958704548
|
|
113
|
+
L 441.3742054279537,452.95668828697484
|
|
114
|
+
L 325.567882158418,452.9566882869748
|
|
115
|
+
L 325.567882158418,419.6471034539348
|
|
116
|
+
L 441.3742054279537,419.6471034539348
|
|
117
|
+
Z
|
|
118
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="435.3784801580065" y="436.3018958704548" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="">XXXXX</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="
|
|
119
|
+
M 325.45685020897463,411.3197072456748
|
|
120
|
+
L 316.46326230405384,427.97449966219483
|
|
121
|
+
L 83.27396208288519,427.9744996621948
|
|
122
|
+
L 83.27396208288519,394.6649148291548
|
|
123
|
+
L 316.46326230405384,394.6649148291548
|
|
124
|
+
Z
|
|
125
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="310.4675370341066" y="411.3197072456748" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="">XXXXXXXXXXX</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="
|
|
126
|
+
M 675.2074909558946,394.6649148291548
|
|
127
|
+
L 666.2139030509738,411.3197072456748
|
|
128
|
+
L 452.588432321744,411.31970724567475
|
|
129
|
+
L 452.588432321744,378.01012241263476
|
|
130
|
+
L 666.2139030509738,378.01012241263476
|
|
131
|
+
Z
|
|
132
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="660.2181777810266" y="394.6649148291548" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="">XXXXXXXXXX</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="
|
|
133
|
+
M 692.0288312965795,369.68272620437483
|
|
134
|
+
L 675.3740388800595,360.68913829945404
|
|
135
|
+
L 675.3740388800595,303.5743035057348
|
|
136
|
+
L 708.6836237130995,303.5743035057348
|
|
137
|
+
L 708.6836237130995,360.68913829945404
|
|
138
|
+
Z
|
|
139
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="692.0288312965795" y="354.6934130295068" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="rotate(-90 692.0288312965795 354.6934130295068)">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="
|
|
140
|
+
M 695.3597897798836,291.40520184673085
|
|
141
|
+
L 678.7049973633636,282.41161394181006
|
|
142
|
+
L 678.7049973633636,225.29677914809082
|
|
143
|
+
L 712.0145821964036,225.29677914809082
|
|
144
|
+
L 712.0145821964036,282.41161394181006
|
|
145
|
+
Z
|
|
146
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="695.3597897798836" y="276.41588867186283" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="rotate(-90 695.3597897798836 276.41588867186283)">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="
|
|
147
|
+
M 758.6480009626594,213.12767748908686
|
|
148
|
+
L 741.9932085461394,204.13408958416608
|
|
149
|
+
L 741.9932085461394,147.01925479044684
|
|
150
|
+
L 775.3027933791793,147.01925479044684
|
|
151
|
+
L 775.3027933791793,204.13408958416608
|
|
152
|
+
Z
|
|
153
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="758.6480009626594" y="198.13836431421888" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="rotate(-90 758.6480009626594 198.13836431421888)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
154
|
+
M 906.8756534696881,256.43013777203885
|
|
155
|
+
L 923.5304458862081,265.42372567695963
|
|
156
|
+
L 923.5304458862081,322.5385604706789
|
|
157
|
+
L 890.2208610531682,322.5385604706789
|
|
158
|
+
L 890.2208610531682,265.42372567695963
|
|
159
|
+
Z
|
|
160
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.330958483304px"/><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="906.8756534696881" y="271.41945094690686" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="29.978626349735997px" transform="rotate(90 906.8756534696881 271.41945094690686)">XX</text><text class="sch-text" x="966.8329061691607" y="567.2085642643021" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="29.978626349735997px" transform="rotate(0, 966.8329061691607, 567.2085642643021)">Conn_North</text><rect class="schematic-box sch-box" x="856.9112762201289" y="546.3900737436521" width="219.84325989806348" height="41.63698104129992" stroke-width="3.330958483304px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="26.647667866432 13.323833933216"/>
|
|
161
|
+
</g>
|
|
162
|
+
</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="-2.6508333333333325,2.473333333333333 -4.532499999999999,1.8875000000000002" data-type="line" data-label="" points="151.35991186393994,208.0385595262687 64.29250154926669,235.1459064931488" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.532499999999999,1.8875000000000002 -1.5208333333333326,2.473333333333333" data-type="line" data-label="" points="64.29250154926669,235.1459064931488 203.64662948426633,208.0385595262687" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,1.8875000000000002 -2.6508333333333325,2.473333333333333" data-type="line" data-label="" points="64.29250154926669,235.1459064931488 151.35991186393994,208.0385595262687" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5208333333333326,2.473333333333333 -2.6508333333333325,2.473333333333333" data-type="line" data-label="" points="203.64662948426633,208.0385595262687 151.35991186393994,208.0385595262687" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -1.2850000000000001,0.2" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 214.55897541830194,313.2289471872203" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -1.2850000000000001,-0.2" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 214.55897541830194,331.7375197961854" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -2.469999999999999,1.7475" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 159.72732906424295,241.6239069062866" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="214.55897541830194,313.2289471872203 214.55897541830194,331.7375197961854" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.469999999999999,1.7475" data-type="line" data-label="" points="214.55897541830194,313.2289471872203 159.72732906424295,241.6239069062866" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.469999999999999,1.7475" data-type="line" data-label="" points="214.55897541830194,331.7375197961854 159.72732906424295,241.6239069062866" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.469999999999999,0.9875000000000003" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 159.72732906424295,276.79019486332027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 2.6075,-0.78" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 394.6705226192935,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 6.245,-2.4050000000000002" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 562.9828547820698,433.76602630310543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 3.9924999999999997,-0.78" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.469999999999999,0.9875000000000003 2.6075,-0.78" data-type="line" data-label="" points="159.72732906424295,276.79019486332027 394.6705226192935,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.469999999999999,0.9875000000000003 6.245,-2.4050000000000002" data-type="line" data-label="" points="159.72732906424295,276.79019486332027 562.9828547820698,433.76602630310543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.469999999999999,0.9875000000000003 3.9924999999999997,-0.78" data-type="line" data-label="" points="159.72732906424295,276.79019486332027 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.78 6.245,-2.4050000000000002" data-type="line" data-label="" points="394.6705226192935,358.57495007918476 562.9828547820698,433.76602630310543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.78 3.9924999999999997,-0.78" data-type="line" data-label="" points="394.6705226192935,358.57495007918476 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.245,-2.4050000000000002 3.9924999999999997,-0.78" data-type="line" data-label="" points="562.9828547820698,433.76602630310543 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.6075,-0.019999999999999907" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 394.6705226192935,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 6.245,-0.07500000000000018" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 562.9828547820698,325.9535908558838" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 458.75645527783513,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.019999999999999907 6.245,-0.07500000000000018" data-type="line" data-label="" points="394.6705226192935,323.4086621221511 562.9828547820698,325.9535908558838" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.019999999999999907 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="394.6705226192935,323.4086621221511 458.75645527783513,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.245,-0.07500000000000018 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="562.9828547820698,325.9535908558838 458.75645527783513,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.245,-1.205 6.245,-1.8050000000000006" data-type="line" data-label="" points="562.9828547820698,378.2403084762102 562.9828547820698,406.00316738965785" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="214.55897541830194,331.7375197961854 205.30468911381942,331.7375197961854 205.30468911381942,313.2289471872203 214.55897541830194,313.2289471872203" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -2.469999999999999,0 -2.469999999999999,0.9875000000000003" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 159.72732906424295,322.48323349170283 159.72732906424295,276.79019486332027" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9924999999999997,-0.78 3.9924999999999997,-0.9800000000000002 2.6075,-0.9800000000000002 2.6075,-0.78" data-type="line" data-label="" points="458.75645527783513,358.57495007918476 458.75645527783513,367.8292363836673 394.6705226192935,367.8292363836673 394.6705226192935,358.57495007918476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9924999999999997,-0.019999999999999907 3.9924999999999997,0.1 2.6075,0.1 2.6075,-0.019999999999999907" data-type="line" data-label="" points="458.75645527783513,323.4086621221511 458.75645527783513,317.85609033946156 394.6705226192935,317.85609033946156 394.6705226192935,323.4086621221511" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.6075,0.1 2.6075,-0.019999999999999907" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 394.6705226192935,317.85609033946156 394.6705226192935,323.4086621221511" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.245,-0.07500000000000018 6.245,0.1 3.9924999999999997,0.1 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="562.9828547820698,325.9535908558838 562.9828547820698,317.85609033946156 458.75645527783513,317.85609033946156 458.75645527783513,323.4086621221511" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.245,-1.205 6.245,-1.8050000000000006" data-type="line" data-label="" points="562.9828547820698,378.2403084762102 562.9828547820698,406.00316738965785" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.532499999999999,1.8875000000000002 -4.532499999999999,2.473333333333333 -2.8508333333333327,2.473333333333333" data-type="line" data-label="" points="64.29250154926669,235.1459064931488 64.29250154926669,208.0385595262687 142.1056255594574,208.0385595262687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -4.532499999999999,-0.20000000000000018 -1.2850000000000001,-0.20000000000000018" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 64.29250154926669,331.7375197961854 214.55897541830194,331.7375197961854" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.6508333333333325,2.473333333333333 -2.8508333333333327,2.473333333333333 -2.8508333333333327,1.8933333333333333 -1.3208333333333324,1.8933333333333333 -1.3208333333333324,2.473333333333333 -1.5208333333333326,2.473333333333333" data-type="line" data-label="" points="151.35991186393994,208.0385595262687 142.1056255594574,208.0385595262687 142.1056255594574,234.87598980926808 212.90091578874888,234.87598980926808 212.90091578874888,208.0385595262687 203.64662948426633,208.0385595262687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.469999999999999,1.7475 -2.469999999999999,1.8485 -2.9209999999999985,1.8485" data-type="line" data-label="" points="159.72732906424295,241.6239069062866 159.72732906424295,236.9504923225229 138.85891344763482,236.9504923225229" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8774999999999995,0 -4.817499999999998,0 -4.817499999999998,-0.051000000000000004" data-type="line" data-label="" points="187.14315224127245,322.48323349170283 51.10514356537911,322.48323349170283 51.10514356537911,324.8430764993459" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4.432499999999998" data-y="1.3675000000000002" x="51.79921503821528" y="235.1459064931488" width="34.24085932658542" height="48.12228878330927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.0858333333333325" data-y="2.513333333333333" x="151.35991186393994" y="186.75370102595883" width="52.286717620326385" height="38.868002478826696" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="214.55897541830194" y="308.601804034979" width="118.91757901260075" height="27.762858913447644" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.397499999999999" data-y="1.3675000000000002" x="138.90518487915722" y="241.6239069062866" width="48.353645940921325" height="35.16628795703366" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.6799999999999997" data-y="-0.39999999999999997" x="373.8483784342077" y="323.4086621221511" width="48.35364594092135" height="35.16628795703366" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="6.4825" data-y="-0.6400000000000001" x="547.9446395372856" y="325.9535908558838" width="52.05536046271436" height="52.286717620326385" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="6.4025" data-y="-2.1050000000000004" x="547.9446395372856" y="406.00316738965785" width="44.65193141912823" height="27.762858913447587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="4.005" data-y="-0.39999999999999997" x="437.93431109274934" y="323.4086621221511" width="42.80107415823181" height="35.16628795703366" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="AP2112K-3.3" data-x="-0.2250000000000001" data-y="-0.43" x="233.06754802726704" y="338.21552020932313" width="61.0782896095848" height="8.328857674034339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.765" data-y="0.41500000000000004" x="230.2912621359223" y="297.4966604696" width="16.657715348068564" height="11.567857880603128" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
|
|
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="-2.6508333333333325,2.473333333333333 -4.532499999999999,1.8875000000000002" data-type="line" data-label="" points="151.35991186393994,208.0385595262687 64.29250154926669,235.1459064931488" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.532499999999999,1.8875000000000002 -1.5208333333333326,2.473333333333333" data-type="line" data-label="" points="64.29250154926669,235.1459064931488 203.64662948426633,208.0385595262687" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,1.8875000000000002 -2.6508333333333325,2.473333333333333" data-type="line" data-label="" points="64.29250154926669,235.1459064931488 151.35991186393994,208.0385595262687" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5208333333333326,2.473333333333333 -2.6508333333333325,2.473333333333333" data-type="line" data-label="" points="203.64662948426633,208.0385595262687 151.35991186393994,208.0385595262687" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -1.2850000000000001,0.2" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 214.55897541830194,313.2289471872203" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -1.2850000000000001,-0.2" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 214.55897541830194,331.7375197961854" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -2.469999999999999,1.7475" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 159.72732906424295,241.6239069062866" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -1.2850000000000001,-0.2" data-type="line" data-label="" points="214.55897541830194,313.2289471872203 214.55897541830194,331.7375197961854" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0.2 -2.469999999999999,1.7475" data-type="line" data-label="" points="214.55897541830194,313.2289471872203 159.72732906424295,241.6239069062866" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -2.469999999999999,1.7475" data-type="line" data-label="" points="214.55897541830194,331.7375197961854 159.72732906424295,241.6239069062866" fill="none" stroke="hsl(264, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 -2.469999999999999,0.9875000000000003" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 159.72732906424295,276.79019486332027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 2.6075,-0.78" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 394.6705226192935,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 6.245,-2.4050000000000002" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 562.9828547820698,433.76602630310543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,0 3.9924999999999997,-0.78" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.469999999999999,0.9875000000000003 2.6075,-0.78" data-type="line" data-label="" points="159.72732906424295,276.79019486332027 394.6705226192935,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.469999999999999,0.9875000000000003 6.245,-2.4050000000000002" data-type="line" data-label="" points="159.72732906424295,276.79019486332027 562.9828547820698,433.76602630310543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.469999999999999,0.9875000000000003 3.9924999999999997,-0.78" data-type="line" data-label="" points="159.72732906424295,276.79019486332027 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.78 6.245,-2.4050000000000002" data-type="line" data-label="" points="394.6705226192935,358.57495007918476 562.9828547820698,433.76602630310543" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.78 3.9924999999999997,-0.78" data-type="line" data-label="" points="394.6705226192935,358.57495007918476 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.245,-2.4050000000000002 3.9924999999999997,-0.78" data-type="line" data-label="" points="562.9828547820698,433.76602630310543 458.75645527783513,358.57495007918476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 2.6075,-0.019999999999999907" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 394.6705226192935,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 6.245,-0.07500000000000018" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 562.9828547820698,325.9535908558838" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2850000000000001,0.1 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 458.75645527783513,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.019999999999999907 6.245,-0.07500000000000018" data-type="line" data-label="" points="394.6705226192935,323.4086621221511 562.9828547820698,325.9535908558838" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.6075,-0.019999999999999907 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="394.6705226192935,323.4086621221511 458.75645527783513,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.245,-0.07500000000000018 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="562.9828547820698,325.9535908558838 458.75645527783513,323.4086621221511" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.245,-1.205 6.245,-1.8050000000000006" data-type="line" data-label="" points="562.9828547820698,378.2403084762102 562.9828547820698,406.00316738965785" fill="none" stroke="hsl(187, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.2850000000000001,-0.2 -1.485,-0.2 -1.485,0.2 -1.2850000000000001,0.2" data-type="line" data-label="" points="214.55897541830194,331.7375197961854 205.30468911381942,331.7375197961854 205.30468911381942,313.2289471872203 214.55897541830194,313.2289471872203" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.2850000000000001,0 -2.469999999999999,0 -2.469999999999999,0.9875000000000003" data-type="line" data-label="" points="214.55897541830194,322.48323349170283 159.72732906424295,322.48323349170283 159.72732906424295,276.79019486332027" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9924999999999997,-0.78 3.9924999999999997,-0.9800000000000002 2.6075,-0.9800000000000002 2.6075,-0.78" data-type="line" data-label="" points="458.75645527783513,358.57495007918476 458.75645527783513,367.8292363836673 394.6705226192935,367.8292363836673 394.6705226192935,358.57495007918476" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9924999999999997,-0.019999999999999907 3.9924999999999997,0.1 2.6075,0.1 2.6075,-0.019999999999999907" data-type="line" data-label="" points="458.75645527783513,323.4086621221511 458.75645527783513,317.85609033946156 394.6705226192935,317.85609033946156 394.6705226192935,323.4086621221511" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2850000000000001,0.1 2.6075,0.1 2.6075,-0.019999999999999907" data-type="line" data-label="" points="333.4765544309027,317.85609033946156 394.6705226192935,317.85609033946156 394.6705226192935,323.4086621221511" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.245,-0.07500000000000018 6.245,0.1 3.9924999999999997,0.1 3.9924999999999997,-0.019999999999999907" data-type="line" data-label="" points="562.9828547820698,325.9535908558838 562.9828547820698,317.85609033946156 458.75645527783513,317.85609033946156 458.75645527783513,323.4086621221511" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.245,-1.205 6.245,-1.8050000000000006" data-type="line" data-label="" points="562.9828547820698,378.2403084762102 562.9828547820698,406.00316738965785" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.532499999999999,1.8875000000000002 -4.532499999999999,2.473333333333333 -2.8508333333333327,2.473333333333333" data-type="line" data-label="" points="64.29250154926669,235.1459064931488 64.29250154926669,208.0385595262687 142.1056255594574,208.0385595262687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.532499999999999,0.8475000000000001 -4.532499999999999,-0.20000000000000018 -1.2850000000000001,-0.20000000000000018" data-type="line" data-label="" points="64.29250154926669,283.2681952764581 64.29250154926669,331.7375197961854 214.55897541830194,331.7375197961854" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.6508333333333325,2.473333333333333 -2.8508333333333327,2.473333333333333 -2.8508333333333327,1.8933333333333333 -1.3208333333333324,1.8933333333333333 -1.3208333333333324,2.473333333333333 -1.5208333333333326,2.473333333333333" data-type="line" data-label="" points="151.35991186393994,208.0385595262687 142.1056255594574,208.0385595262687 142.1056255594574,234.87598980926808 212.90091578874888,234.87598980926808 212.90091578874888,208.0385595262687 203.64662948426633,208.0385595262687" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.469999999999999,1.7475 -2.469999999999999,1.8485 -2.9209999999999985,1.8485" data-type="line" data-label="" points="159.72732906424295,241.6239069062866 159.72732906424295,236.9504923225229 138.85891344763482,236.9504923225229" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.8774999999999995,0 -4.817499999999998,0 -4.817499999999998,-0.051000000000000004" data-type="line" data-label="" points="187.14315224127245,322.48323349170283 51.10514356537911,322.48323349170283 51.10514356537911,324.8430764993459" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4.432499999999998" data-y="1.3675000000000002" x="51.79921503821528" y="235.1459064931488" width="34.24085932658542" height="48.12228878330927" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.0858333333333325" data-y="2.513333333333333" x="151.35991186393994" y="186.75370102595883" width="52.286717620326385" height="38.868002478826696" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0" data-y="0" x="214.55897541830194" y="308.601804034979" width="118.91757901260075" height="27.762858913447644" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-2.397499999999999" data-y="1.3675000000000002" x="138.90518487915722" y="241.6239069062866" width="48.353645940921325" height="35.16628795703366" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.6799999999999997" data-y="-0.39999999999999997" x="373.8483784342077" y="323.4086621221511" width="48.35364594092135" height="35.16628795703366" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="6.4825" data-y="-0.6400000000000001" x="547.9446395372856" y="325.9535908558838" width="52.05536046271436" height="52.286717620326385" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="6.4025" data-y="-2.1050000000000004" x="547.9446395372856" y="406.00316738965785" width="44.65193141912823" height="27.762858913447587" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="4.005" data-y="-0.39999999999999997" x="437.93431109274934" y="323.4086621221511" width="42.80107415823181" height="35.16628795703366" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="AP2112K-3.3" data-x="-0.2250000000000001" data-y="-0.43" x="233.06754802726704" y="338.21552020932313" width="61.0782896095848" height="8.328857674034339" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="U2" data-x="-0.765" data-y="0.41500000000000004" x="230.2912621359223" y="297.4966604696" width="16.657715348068564" height="11.567857880603128" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="-4.532499999999999" data-y="2.683333333333333" x="50.41107209254287" y="188.60455828685537" width="27.762858913447644" height="19.434001239413334" fill="#ef444466" stroke="#ef4444" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="netId: RAW
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="-4.772499999999999" data-y="0.32375" x="42.08221441850857" y="302.8757143840804" width="22.210287130758132" height="9.254286304482548" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="netId: RAW
|
|
4
6
|
globalConnNetId: connectivity_net1" data-x="-3.1609999999999987" data-y="1.8485" x="116.64862631687667" y="232.32334917028163" width="22.210287130758132" height="9.254286304482548" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02161160714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
@@ -43,7 +45,7 @@ orientation: x-" data-x="6.245" data-y="-1.5050000000000003" cx="562.98285478206
|
|
|
43
45
|
const h = svg.getElementById('crosshair-h');
|
|
44
46
|
const v = svg.getElementById('crosshair-v');
|
|
45
47
|
const coords = svg.getElementById('coordinates');
|
|
46
|
-
|
|
48
|
+
|
|
47
49
|
crosshair.style.display = 'block';
|
|
48
50
|
h.setAttribute('x1', '0');
|
|
49
51
|
h.setAttribute('x2', '640');
|
|
@@ -62,13 +64,13 @@ orientation: x-" data-x="6.245" data-y="-1.5050000000000003" cx="562.98285478206
|
|
|
62
64
|
// y' = (y - ty) / sy
|
|
63
65
|
const sx = matrix.a;
|
|
64
66
|
const sy = matrix.d;
|
|
65
|
-
const tx = matrix.e;
|
|
67
|
+
const tx = matrix.e;
|
|
66
68
|
const ty = matrix.f;
|
|
67
69
|
const realPoint = {
|
|
68
70
|
x: (x - tx) / sx,
|
|
69
71
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
70
72
|
}
|
|
71
|
-
|
|
73
|
+
|
|
72
74
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
73
75
|
coords.setAttribute('x', (x + 5).toString());
|
|
74
76
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -76,4 +78,76 @@ orientation: x-" data-x="6.245" data-y="-1.5050000000000003" cx="562.98285478206
|
|
|
76
78
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
77
79
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
78
80
|
});
|
|
79
|
-
]]></script
|
|
81
|
+
]]></script>
|
|
82
|
+
</g>
|
|
83
|
+
<g transform="translate(1216, 200)">
|
|
84
|
+
<style>
|
|
85
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
86
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
87
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
88
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
89
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
90
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
91
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
92
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
93
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
94
|
+
|
|
95
|
+
</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 423.38324307107996 420.3147499204 L 408.09174896468 420.3147499204 L 408.09174896468 389.73176170759996 L 423.38324307107996 389.73176170759996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.38324307107996 420.3147499204 L 408.09174896468 420.3147499204 L 408.09174896468 389.73176170759996 L 423.38324307107996 389.73176170759996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 423.38324307107996 405.023255814 L 332.78114049066005 405.023255814 L 332.78114049066005 329.5215036636499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.38324307107996 405.023255814 L 332.78114049066005 405.023255814 L 332.78114049066005 329.5215036636499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 826.8875438037101 464.66008282895996 L 826.8875438037101 479.95157693536 L 720.99394711689 479.95157693536 L 720.99394711689 464.66008282895996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 826.8875438037101 464.66008282895996 L 826.8875438037101 479.95157693536 L 720.99394711689 479.95157693536 L 720.99394711689 464.66008282895996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 826.8875438037101 406.55240522464 L 826.8875438037101 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 826.8875438037101 406.55240522464 L 826.8875438037101 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 619.87894233832 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.87894233832 397.37750876079997 L 720.99394711689 397.37750876079997 L 720.99394711689 406.55240522464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 999.10799617704 410.7575661039 L 999.10799617704 397.37750876079997 L 826.8875438037101 397.37750876079997 L 826.8875438037101 406.55240522464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.10799617704 410.7575661039 L 999.10799617704 397.37750876079997 L 826.8875438037101 397.37750876079997 L 826.8875438037101 406.55240522464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 999.10799617704 497.15450780506 L 999.10799617704 543.02899012426" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 999.10799617704 497.15450780506 L 999.10799617704 543.02899012426" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 175.0876075184101 260.70978018484993 L 175.0876075184101 215.9184453648533 L 303.6635871297234 215.9184453648533" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 175.0876075184101 260.70978018484993 L 175.0876075184101 215.9184453648533 L 303.6635871297234 215.9184453648533" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 175.0876075184101 340.22554953812994 L 175.0876075184101 420.3147499204 L 423.38324307107996 420.3147499204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 175.0876075184101 340.22554953812994 L 175.0876075184101 420.3147499204 L 423.38324307107996 420.3147499204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 318.9550812361234 215.9184453648533 L 303.6635871297234 215.9184453648533 L 303.6635871297234 260.2637782734133 L 420.6435170436834 260.2637782734133 L 420.6435170436834 215.9184453648533 L 405.3520229372834 215.9184453648533" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 318.9550812361234 215.9184453648533 L 303.6635871297234 215.9184453648533 L 303.6635871297234 260.2637782734133 L 420.6435170436834 260.2637782734133 L 420.6435170436834 215.9184453648533 L 405.3520229372834 215.9184453648533" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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 332.78114049066005 271.41382605932995 L 332.78114049066005 263.69162153559796 L 298.29882128072813 263.69162153559796" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 332.78114049066005 271.41382605932995 L 332.78114049066005 263.69162153559796 L 298.29882128072813 263.69162153559796" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" 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_11__stack1"><path d="M 378.08219178087006 405.023255814 L 153.29722841679012 405.023255814 L 153.29722841679012 408.92258681113196" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="12.23319528512px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 378.08219178087006 405.023255814 L 153.29722841679012 405.023255814 L 153.29722841679012 408.92258681113196" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.52914941064px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="423.38324307107996" cy="420.3147499204" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="826.8875438037101" cy="406.55240522464" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="826.8875438037101" cy="397.37750876079997" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="720.99394711689" cy="397.37750876079997" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="720.99394711689" cy="406.55240522464" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="303.6635871297234" cy="215.9184453648533" r="2.29372411596" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__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="154.44409047477012" y="291.29276839765" width="56.57852819368003" height="18.349792927680028" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="154.44409047477012" y="291.29276839765" width="56.57852819368003" height="18.349792927680028" fill="transparent"/><text class="sch-text" x="182.7333545716101" y="300.46766486149" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 182.7333545716101, 300.46766486149)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="175.0876075184101" y1="291.29276839765" x2="175.0876075184101" y2="260.70978018484993" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="173.5584581077701" y="259.18063077420993" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.5584581077701" y="276.00127429124996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 173.5584581077701 276.00127429124996)"></text><text class="pin-number sch-pin-label" x="175.0876075184101" y="298.93851545085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 175.0876075184101 298.93851545085)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="175.0876075184101" y1="309.64256132533" x2="175.0876075184101" y2="340.22554953812994" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="173.5584581077701" y="338.69640012748994" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="173.5584581077701" y="324.93405543173" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 173.5584581077701 324.93405543173)"></text><text class="pin-number sch-pin-label" x="175.0876075184101" y="301.99681427213" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 175.0876075184101 301.99681427213)">schematic_port_1</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="349.53806944892335" y="180.74800892013332" width="25.230965275560038" height="64.22427524688001" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="349.53806944892335" y="180.74800892013332" width="25.230965275560038" height="64.22427524688001" fill="transparent"/><text class="sch-text" x="362.15355208670337" y="212.8601465435733" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 362.15355208670337, 212.8601465435733)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="374.7690347244834" y1="215.9184453648533" x2="405.3520229372834" y2="215.9184453648533" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="403.8228735266434" y="214.3892959542133" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.0605288308834" y="214.3892959542133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="367.1232876712834" y="215.9184453648533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="349.53806944892335" y1="215.9184453648533" x2="318.9550812361234" y2="215.9184453648533" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="317.4259318254834" y="214.3892959542133" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="334.24657534252344" y="214.3892959542133" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="357.18381650212336" y="215.9184453648533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="453.96623128388" y="382.0860146544" width="135.32972284163998" height="45.874482319199956" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="453.96623128388" y="382.0860146544" width="135.32972284163998" height="45.874482319199956" fill="transparent"/><text class="sch-text" x="521.6310927047" y="405.023255814" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 521.6310927047, 405.023255814)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="453.96623128388" y1="389.73176170759996" x2="423.38324307107996" y2="389.73176170759996" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="421.85409366043996" y="388.20261229695996" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="438.67473717748" y="388.20261229695996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="461.61197833707996" y="389.73176170759996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="453.96623128388" y1="405.023255814" x2="423.38324307107996" y2="405.023255814" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="421.85409366043996" y="403.49410640336" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="438.67473717748" y="403.49410640336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="461.61197833707996" y="405.023255814" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="453.96623128388" y1="420.3147499204" x2="423.38324307107996" y2="420.3147499204" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="421.85409366043996" y="418.78560050976" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="438.67473717748" y="418.78560050976" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="461.61197833707996" y="420.3147499204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="589.29595412552" y1="412.6690028672" x2="618.34979292768" y2="412.6690028672" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="619.87894233832" cy="412.6690028672" r="1.52914941064" stroke-width="1.52914941064px"/><rect x="618.34979292768" y="411.13985345656" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.58744823192" y="411.13985345656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="581.65020707232" y="412.6690028672" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="589.29595412552" y1="397.37750876079997" x2="619.87894233832" y2="397.37750876079997" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><rect x="618.34979292768" y="395.84835935015997" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="604.58744823192" y="395.84835935015997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform=""></text><text class="pin-number sch-pin-label" x="581.65020707232" y="397.37750876079997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="">schematic_port_8</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="298.37527875126005" y="296.64479133489" width="79.89805670594001" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="298.37527875126005" y="296.64479133489" width="79.89805670594001" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="338.32430710423006" y="300.46766486149" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 338.32430710423006, 300.46766486149)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="332.78114049066005" y1="296.64479133489" x2="332.78114049066005" y2="271.41382605932995" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="331.25199108002005" y="269.88467664868995" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="331.25199108002005" y="284.02930869710997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 331.25199108002005 284.02930869710997)"></text><text class="pin-number sch-pin-label" x="332.78114049066005" y="304.29053838809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 332.78114049066005 304.29053838809)">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="332.78114049066005" y1="304.29053838809" x2="332.78114049066005" y2="329.5215036636499" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="331.25199108002005" y="327.9923542530099" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="331.25199108002005" y="316.90602102586996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 331.25199108002005 316.90602102586996)"></text><text class="pin-number sch-pin-label" x="332.78114049066005" y="296.64479133489" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 332.78114049066005 296.64479133489)">schematic_port_10</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="686.58808537749" y="431.78337050019996" width="79.89805670594001" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="686.58808537749" y="431.78337050019996" width="79.89805670594001" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="726.53711373046" y="435.60624402679997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 726.53711373046, 435.60624402679997)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="720.99394711689" y1="431.78337050019996" x2="720.99394711689" y2="406.55240522464" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="719.46479770625" y="405.023255814" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.46479770625" y="419.16788786242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 719.46479770625 419.16788786242)"></text><text class="pin-number sch-pin-label" x="720.99394711689" y="439.4291175534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 720.99394711689 439.4291175534)">schematic_port_11</text><line class="component-pin sch-component-pin sch-port-line" x1="720.99394711689" y1="439.4291175534" x2="720.99394711689" y2="464.66008282895996" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="719.46479770625" y="463.13093341831996" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.46479770625" y="452.04460019118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 719.46479770625 452.04460019118)"></text><text class="pin-number sch-pin-label" x="720.99394711689" y="431.78337050019996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 720.99394711689 431.78337050019996)">schematic_port_12</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="974.25931825414" y="441.3405543167" width="86.01465434850002" height="25.23096527555998" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="974.25931825414" y="441.3405543167" width="86.01465434850002" height="25.23096527555998" fill="transparent"/><text class="sch-text" x="1017.26664542839" y="453.95603695448" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 1017.26664542839, 453.95603695448)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="441.3405543167" x2="999.10799617704" y2="410.7575661039" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="997.5788467664" y="409.22841669326" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="426.0490602103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 426.0490602103)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="448.9863013699" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 448.9863013699)">schematic_port_13</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="466.57151959225996" x2="999.10799617704" y2="497.15450780506" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="997.5788467664" y="495.62535839442" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="481.86301369866" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 481.86301369866)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="458.92577253906" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 458.92577253906)">schematic_port_14</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="974.25931825414" y="562.14335775726" width="73.78145906338" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="974.25931825414" y="562.14335775726" width="73.78145906338" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="1011.15004778583" y="565.96623128386" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 1011.15004778583, 565.96623128386)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="562.14335775726" x2="999.10799617704" y2="543.02899012426" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="997.5788467664" y="541.49984071362" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="552.5861739407601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 552.5861739407601)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="569.78910481046" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 569.78910481046)">schematic_port_15</text><line class="component-pin sch-component-pin sch-port-line" x1="999.10799617704" y1="569.78910481046" x2="999.10799617704" y2="587.37432303282" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="999.10799617704" cy="588.90347244346" r="1.52914941064" stroke-width="1.52914941064px"/><rect x="997.5788467664" y="587.37432303282" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="997.5788467664" y="579.34628862696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 997.5788467664 579.34628862696)"></text><text class="pin-number sch-pin-label" x="999.10799617704" y="562.14335775726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 999.10799617704 562.14335775726)">schematic_port_16</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="792.48168206431" y="431.78337050019996" width="70.7231602421" height="7.645747053200012" stroke-width="1.52914941064px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="792.48168206431" y="431.78337050019996" width="70.7231602421" height="7.645747053200012" fill="transparent"/><text class="sch-text" x="827.84326218536" y="435.60624402679997" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 827.84326218536, 435.60624402679997)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="826.8875438037101" y1="431.78337050019996" x2="826.8875438037101" y2="406.55240522464" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="825.3583943930701" y="405.023255814" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="825.3583943930701" y="419.16788786242" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 825.3583943930701 419.16788786242)"></text><text class="pin-number sch-pin-label" x="826.8875438037101" y="439.4291175534" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 826.8875438037101 439.4291175534)">schematic_port_17</text><line class="component-pin sch-component-pin sch-port-line" x1="826.8875438037101" y1="439.4291175534" x2="826.8875438037101" y2="464.66008282895996" stroke-width="1.52914941064px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="825.3583943930701" y="463.13093341831996" width="3.05829882128" height="3.05829882128" opacity="0"/></g><text class="pin-number sch-pin-number" x="825.3583943930701" y="452.04460019118" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="11.4686205798px" transform="rotate(-90 825.3583943930701 452.04460019118)"></text><text class="pin-number sch-pin-label" x="826.8875438037101" y="431.78337050019996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="11.4686205798px" transform="rotate(-90 826.8875438037101 431.78337050019996)">schematic_port_18</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="175.0876075184101" cy="260.70978018484993" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="175.0876075184101" cy="340.22554953812994" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="405.3520229372834" cy="215.9184453648533" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="318.9550812361234" cy="215.9184453648533" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="423.38324307107996" cy="389.73176170759996" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="423.38324307107996" cy="405.023255814" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="423.38324307107996" cy="420.3147499204" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="619.87894233832" cy="412.6690028672" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="619.87894233832" cy="397.37750876079997" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="332.78114049066005" cy="271.41382605932995" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="332.78114049066005" cy="329.5215036636499" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="720.99394711689" cy="406.55240522464" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="720.99394711689" cy="464.66008282895996" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="999.10799617704" cy="410.7575661039" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="999.10799617704" cy="497.15450780506" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="999.10799617704" cy="543.02899012426" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="999.10799617704" cy="588.90347244346" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="826.8875438037101" cy="406.55240522464" r="3.05829882128" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="826.8875438037101" cy="464.66008282895996" r="3.05829882128" 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="
|
|
96
|
+
M 175.0876075184101,215.9184453648533
|
|
97
|
+
L 167.44186046521008,211.7897419561253
|
|
98
|
+
L 167.44186046521008,185.56992672835145
|
|
99
|
+
L 182.7333545716101,185.56992672835145
|
|
100
|
+
L 182.7333545716101,211.7897419561253
|
|
101
|
+
Z
|
|
102
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="175.0876075184101" y="209.0372730169733" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(-90 175.0876075184101 209.0372730169733)">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="
|
|
103
|
+
M 175.0876075184101,380.270149729265
|
|
104
|
+
L 170.9589041096821,387.915896782465
|
|
105
|
+
L 135.7578846767493,387.915896782465
|
|
106
|
+
L 135.7578846767493,372.62440267606496
|
|
107
|
+
L 170.9589041096821,372.62440267606496
|
|
108
|
+
Z
|
|
109
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="168.20643517053009" y="380.270149729265" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
110
|
+
M 298.29882128072813,263.69162153559796
|
|
111
|
+
L 294.1701178720001,271.337368588798
|
|
112
|
+
L 258.96909843906735,271.337368588798
|
|
113
|
+
L 258.96909843906735,256.04587448239795
|
|
114
|
+
L 294.17011787200016,256.04587448239795
|
|
115
|
+
Z
|
|
116
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="291.4176489328481" y="263.69162153559796" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
117
|
+
M 153.29722841679012,408.92258681113196
|
|
118
|
+
L 160.94297546999013,413.05129021985994
|
|
119
|
+
L 160.94297546999013,439.27110544763383
|
|
120
|
+
L 145.6514813635901,439.27110544763383
|
|
121
|
+
L 145.6514813635901,413.05129021986
|
|
122
|
+
Z
|
|
123
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="153.29722841679012" y="415.803759159012" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(90 153.29722841679012 415.803759159012)">XX</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="
|
|
124
|
+
M 826.8875438037101,479.95157693536
|
|
125
|
+
L 834.5332908569101,484.08028034408795
|
|
126
|
+
L 834.5332908569101,510.30009557186185
|
|
127
|
+
L 819.24179675051,510.30009557186185
|
|
128
|
+
L 819.24179675051,484.080280344088
|
|
129
|
+
Z
|
|
130
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="826.8875438037101" y="486.83274928324" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(90 826.8875438037101 486.83274928324)">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="
|
|
131
|
+
M 999.10799617704,588.90347244346
|
|
132
|
+
L 1006.75374323024,593.0321758521881
|
|
133
|
+
L 1006.75374323024,619.251991079962
|
|
134
|
+
L 991.46224912384,619.251991079962
|
|
135
|
+
L 991.46224912384,593.0321758521881
|
|
136
|
+
Z
|
|
137
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="999.10799617704" y="595.78464479134" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(90 999.10799617704 595.78464479134)">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="
|
|
138
|
+
M 826.8875438037101,397.37750876079997
|
|
139
|
+
L 819.24179675051,393.24880535207194
|
|
140
|
+
L 819.24179675051,367.0289901242981
|
|
141
|
+
L 834.5332908569101,367.0289901242981
|
|
142
|
+
L 834.5332908569101,393.248805352072
|
|
143
|
+
Z
|
|
144
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="826.8875438037101" y="390.49633641291996" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="rotate(-90 826.8875438037101 390.49633641291996)">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="
|
|
145
|
+
M 999.10799617704,520.09174896466
|
|
146
|
+
L 994.979292768312,527.73749601786
|
|
147
|
+
L 905.8910481044256,527.73749601786
|
|
148
|
+
L 905.8910481044256,512.44600191146
|
|
149
|
+
L 994.979292768312,512.44600191146
|
|
150
|
+
Z
|
|
151
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.52914941064px"/><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="992.22682382916" y="520.09174896466" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="13.76234469576px" transform="">XXXXXXXXX</text><text class="sch-text" x="504.42816183499997" y="437.89996814276" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 504.42816183499997, 437.89996814276)">AP2112K-3.3</text><text class="sch-text" x="463.14112774772" y="373.29340554322" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="13.76234469576px" transform="rotate(0, 463.14112774772, 373.29340554322)">U2</text><rect class="schematic-box sch-box" x="453.96623128388" y="431.01879579487996" width="100.92386110223993" height="13.76234469576002" stroke-width="1.52914941064px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.23319528512 6.11659764256"/><rect class="schematic-box sch-box" x="449.37878305196" y="363.73622172672" width="27.524689391519985" height="19.11436763300003" stroke-width="1.52914941064px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="12.23319528512 6.11659764256"/>
|
|
152
|
+
</g>
|
|
153
|
+
</svg>
|