@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161
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/dist/index.d.ts +43 -9
- package/dist/index.js +807 -115
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
- package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
- package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
- package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/lib/types/InputProblem.ts +5 -4
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +600 -792
- package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
- package/tests/examples/__snapshots__/example51.snap.svg +568 -568
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
- package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
- package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
- package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
- package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
- package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
- package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
- package/tests/repros/repro-tida010076-page02.test.ts +2 -2
- package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
- package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
- package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
- package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
- package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
- package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
|
@@ -67,13 +67,13 @@ orientation: y+" data-x="-1.5" data-y="-0.30000000000000004" cx="58.064516129032
|
|
|
67
67
|
.port-label { fill: rgb(0, 100, 100); }
|
|
68
68
|
.component-name { fill: rgb(0, 100, 100); }
|
|
69
69
|
|
|
70
|
-
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 273.64016736402 446.44351464438 L 223.43096234309996 446.44351464438 L 223.43096234309996 602.092050209232 L 976.5690376569002 602.092050209232 L 976.5690376569002 446.44351464438 L 926.3598326359802 446.44351464438" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="40.167364016736px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 273.64016736402 446.44351464438 L 223.43096234309996 446.44351464438 L 223.43096234309996 602.092050209232 L 976.5690376569002 602.092050209232 L 976.5690376569002 446.44351464438 L 926.3598326359802 446.44351464438" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.020920502092px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="374.05857740586" y="245.6066945607" width="451.88284518828004" height="251.04602510459998" stroke-width="5.020920502092px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="374.05857740586" y="245.6066945607" width="451.88284518828004" height="251.04602510459998" fill="transparent"/><text class="sch-text" x="600" y="371.129707113" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="45.188284518828px" transform="rotate(0, 600, 371.129707113)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="295.81589958162" x2="278.661087866112" y2="295.81589958162" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="273.64016736402" cy="295.81589958162" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="268.619246861928" y="290.794979079528" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="290.794979079528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="295.81589958162" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="346.02510460254" x2="278.661087866112" y2="346.02510460254" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="273.64016736402" cy="346.02510460254" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="268.619246861928" y="341.004184100448" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="341.004184100448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="346.02510460254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="396.23430962346" x2="278.661087866112" y2="396.23430962346" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="273.64016736402" cy="396.23430962346" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="268.619246861928" y="391.213389121368" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="391.213389121368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="396.23430962346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="374.05857740586" y1="446.44351464438" x2="273.64016736402" y2="446.44351464438" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="268.619246861928" y="441.422594142288" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="323.84937238493995" y="441.422594142288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="399.16317991632" y="446.44351464438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="446.44351464438" x2="926.35983263598" y2="446.44351464438" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="921.3389121338879" y="441.422594142288" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="441.422594142288" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="446.44351464438" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="396.23430962346" x2="921.338912133888" y2="396.23430962346" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="926.35983263598" cy="396.23430962346" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="921.3389121338879" y="391.213389121368" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="391.213389121368" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="396.23430962346" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="346.02510460254" x2="921.338912133888" y2="346.02510460254" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="926.35983263598" cy="346.02510460254" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="921.3389121338879" y="341.004184100448" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="341.004184100448" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="346.02510460254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="825.94142259414" y1="295.81589958162" x2="921.338912133888" y2="295.81589958162" stroke-width="5.020920502092px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="926.35983263598" cy="295.81589958162" r="5.020920502092" stroke-width="5.020920502092px"/><rect x="921.3389121338879" y="290.794979079528" width="10.041841004184" height="10.041841004184" opacity="0"/></g><text class="pin-number sch-pin-number" x="876.1506276150601" y="290.794979079528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="37.65690376569px" transform=""></text><text class="pin-number sch-pin-label" x="800.83682008368" y="295.81589958162" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="37.65690376569px" transform="">schematic_port_7</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="273.64016736402" cy="295.81589958162" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="273.64016736402" cy="346.02510460254" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="273.64016736402" cy="396.23430962346" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="273.64016736402" cy="446.44351464438" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="926.35983263598" cy="446.44351464438" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="926.35983263598" cy="396.23430962346" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="926.35983263598" cy="346.02510460254" r="10.041841004184" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="926.35983263598" cy="295.81589958162" r="10.041841004184" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
71
|
-
M
|
|
72
|
-
L
|
|
73
|
-
L
|
|
74
|
-
L
|
|
75
|
-
L
|
|
70
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 231.32530120490003 453.4939759036 L 173.49397590370006 453.4939759036 L 173.49397590370006 632.77108433732 L 1040.9638554217004 632.77108433732 L 1040.9638554217004 453.4939759036 L 983.1325301205002 453.4939759036" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="46.265060240960004px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 231.32530120490003 453.4939759036 L 173.49397590370006 453.4939759036 L 173.49397590370006 632.77108433732 L 1040.9638554217004 632.77108433732 L 1040.9638554217004 453.4939759036 L 983.1325301205002 453.4939759036" stroke="rgb(0, 150, 0)" fill="none" stroke-width="5.7831325301200005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="346.9879518073" y="222.1686746988" width="520.4819277107999" height="289.15662650599995" stroke-width="5.7831325301200005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="346.9879518073" y="222.1686746988" width="520.4819277107999" height="289.15662650599995" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="346.9879518073" y1="280" x2="237.10843373502001" y2="280" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="231.32530120490003" cy="280" r="5.7831325301200005" stroke-width="5.7831325301200005px"/><rect x="225.54216867478002" y="274.21686746988" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.1566265061" y="274.21686746987996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="346.9879518073" y1="337.83132530119997" x2="237.10843373502001" y2="337.83132530119997" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="231.32530120490003" cy="337.83132530119997" r="5.7831325301200005" stroke-width="5.7831325301200005px"/><rect x="225.54216867478002" y="332.04819277108" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.1566265061" y="332.04819277108" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="346.9879518073" y1="395.6626506024" x2="237.10843373502001" y2="395.6626506024" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="231.32530120490003" cy="395.6626506024" r="5.7831325301200005" stroke-width="5.7831325301200005px"/><rect x="225.54216867478002" y="389.87951807228" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.1566265061" y="389.87951807228" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="346.9879518073" y1="453.4939759036" x2="231.32530120490003" y2="453.4939759036" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="225.54216867478002" y="447.71084337348003" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.1566265061" y="447.71084337348003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="867.4698795181" y1="453.4939759036" x2="983.1325301205001" y2="453.4939759036" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="977.34939759038" y="447.71084337348003" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="925.3012048193001" y="447.71084337348003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="867.4698795181" y1="395.66265060240005" x2="977.34939759038" y2="395.66265060240005" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="983.1325301205001" cy="395.66265060240005" r="5.7831325301200005" stroke-width="5.7831325301200005px"/><rect x="977.34939759038" y="389.87951807228006" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="925.3012048193001" y="389.87951807228" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="867.4698795181" y1="337.8313253012" x2="977.34939759038" y2="337.8313253012" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="983.1325301205001" cy="337.8313253012" r="5.7831325301200005" stroke-width="5.7831325301200005px"/><rect x="977.34939759038" y="332.04819277108004" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="925.3012048193001" y="332.04819277108004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="867.4698795181" y1="280" x2="977.34939759038" y2="280" stroke-width="5.7831325301200005px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="983.1325301205001" cy="280" r="5.7831325301200005" stroke-width="5.7831325301200005px"/><rect x="977.34939759038" y="274.21686746988" width="11.566265060240001" height="11.566265060240001" opacity="0"/></g><text class="pin-number sch-pin-number" x="925.3012048193001" y="274.21686746987996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="43.3734939759px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="231.32530120490003" cy="280" r="11.566265060240001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="231.32530120490003" cy="337.83132530119997" r="11.566265060240001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="231.32530120490003" cy="395.6626506024" r="11.566265060240001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="231.32530120490003" cy="453.4939759036" r="11.566265060240001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="983.1325301205001" cy="453.4939759036" r="11.566265060240001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="983.1325301205001" cy="395.66265060240005" r="11.566265060240001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="983.1325301205001" cy="337.8313253012" r="11.566265060240001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="983.1325301205001" cy="280" r="11.566265060240001" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
71
|
+
M 173.49397590370006,453.4939759036
|
|
72
|
+
L 144.57831325310008,437.879518072276
|
|
73
|
+
L 144.57831325310008,168.88674698796115
|
|
74
|
+
L 202.40963855430007,168.88674698796115
|
|
75
|
+
L 202.40963855430005,437.879518072276
|
|
76
76
|
Z
|
|
77
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="5.
|
|
77
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="5.7831325301200005px"/><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="173.49397590370006" y="427.46987951806" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="52.04819277108px" transform="rotate(-90 173.49397590370006 427.46987951806)">XXXXXXX</text><text class="sch-text" x="624.5783132530601" y="548.91566265058" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="52.04819277107998px" transform="rotate(0, 624.5783132530601, 548.91566265058)">TYPE_C_16PIN_2MD</text><text class="sch-text" x="381.68674698802" y="188.91566265061002" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="52.04819277108px" transform="rotate(0, 381.68674698802, 188.91566265061002)">U1</text><rect class="schematic-box sch-box" x="346.9879518073001" y="522.89156626504" width="555.18072289152" height="52.04819277108004" stroke-width="5.7831325301200005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="46.265060240960004 23.132530120480002"/><rect class="schematic-box sch-box" x="329.63855421694007" y="152.77108433736" width="104.09638554215996" height="72.28915662649999" stroke-width="5.7831325301200005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="46.265060240960004 23.132530120480002"/>
|
|
78
78
|
</g>
|
|
79
79
|
</svg>
|
|
@@ -69,13 +69,13 @@ orientation: y+" data-x="1.5" data-y="-0.30000000000000004" cx="586.341463414634
|
|
|
69
69
|
.port-label { fill: rgb(0, 100, 100); }
|
|
70
70
|
.component-name { fill: rgb(0, 100, 100); }
|
|
71
71
|
|
|
72
|
-
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 1007.07964601775 432.74336283185005 L 1042.47787610625 432.74336283185005 L 1042.47787610625 542.4778761062 L 334.5132743362501 542.4778761062 L 334.5132743362501 379.6460176991 L 369.9115044247501 379.6460176991" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.3185840708px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1007.07964601775 432.74336283185005 L 1042.47787610625 432.74336283185005 L 1042.47787610625 542.4778761062 L 334.5132743362501 542.4778761062 L 334.5132743362501 379.6460176991 L 369.9115044247501 379.6460176991" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.53982300885px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="617.69911504425" y="291.15044247785" width="318.5840707965001" height="176.99115044250004" stroke-width="3.53982300885px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="617.69911504425" y="291.15044247785" width="318.5840707965001" height="176.99115044250004" fill="transparent"/><text class="sch-text" x="776.9911504425" y="379.6460176991" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="31.858407079649997px" transform="rotate(0, 776.9911504425, 379.6460176991)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="326.54867256635" x2="550.4424778761" y2="326.54867256635" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="326.54867256635" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="323.00884955749996" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="323.0088495575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="326.54867256635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="361.94690265485" x2="550.4424778761" y2="361.94690265485" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="361.94690265485" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="358.407079646" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="358.407079646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="361.94690265485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_1</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="397.34513274335" x2="550.4424778761" y2="397.34513274335" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="397.34513274335" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="393.8053097345" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="393.8053097345" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="397.34513274335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="617.69911504425" y1="432.74336283185005" x2="550.4424778761" y2="432.74336283185005" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="546.90265486725" cy="432.74336283185005" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="543.3628318584" y="429.203539823" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="582.30088495575" y="429.203539823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="635.3982300885" y="432.74336283185005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_3</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="432.74336283185005" x2="1007.0796460177501" y2="432.74336283185005" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="1003.5398230089" y="429.203539823" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="429.203539823" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="432.74336283185005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="397.34513274335" x2="1003.5398230089" y2="397.34513274335" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.0796460177501" cy="397.34513274335" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="1003.5398230089" y="393.8053097345" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="393.80530973450004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="397.34513274335" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="361.94690265485" x2="1003.5398230089" y2="361.94690265485" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.0796460177501" cy="361.94690265485" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="1003.5398230089" y="358.407079646" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="358.407079646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="361.94690265485" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="936.2831858407501" y1="326.54867256635" x2="1003.5398230089" y2="326.54867256635" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1007.0796460177501" cy="326.54867256635" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="1003.5398230089" y="323.00884955749996" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="971.6814159292501" y="323.0088495575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="918.5840707965001" y="326.54867256635" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_7</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="414.15929203537513" y="319.46902654865005" width="17.699115044249936" height="120.35398230089993" stroke-width="3.53982300885px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="414.15929203537513" y="319.46902654865005" width="17.699115044249936" height="120.35398230089993" fill="transparent"/><text class="sch-text" x="423.00884955750007" y="379.6460176991" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="31.858407079649997px" transform="rotate(0, 423.00884955750007, 379.6460176991)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="414.15929203537513" y1="379.6460176991" x2="369.9115044247501" y2="379.6460176991" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="366.37168141590007" y="376.10619469025" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="392.0353982300626" y="376.10619469025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="431.85840707962507" y="379.6460176991" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="431.85840707962507" y1="379.6460176991" x2="472.5663716814001" y2="379.6460176991" stroke-width="3.53982300885px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="476.10619469025005" cy="379.6460176991" r="3.53982300885" stroke-width="3.53982300885px"/><rect x="472.5663716814" y="376.10619469025" width="7.0796460177" height="7.0796460177" opacity="0"/></g><text class="pin-number sch-pin-number" x="453.98230088493756" y="376.10619469025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="26.548672566374997px" transform=""></text><text class="pin-number sch-pin-label" x="414.15929203537513" y="379.6460176991" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="26.548672566374997px" transform="">schematic_port_9</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="546.90265486725" cy="326.54867256635" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="546.90265486725" cy="361.94690265485" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="546.90265486725" cy="397.34513274335" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="546.90265486725" cy="432.74336283185005" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="1007.0796460177501" cy="432.74336283185005" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="1007.0796460177501" cy="397.34513274335" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="1007.0796460177501" cy="361.94690265485" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="1007.0796460177501" cy="326.54867256635" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="369.9115044247501" cy="379.6460176991" r="7.0796460177" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="476.10619469025005" cy="379.6460176991" r="7.0796460177" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
73
|
-
M
|
|
74
|
-
L
|
|
75
|
-
L
|
|
76
|
-
L
|
|
77
|
-
L
|
|
72
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 1013.5922330097699 443.10679611647004 L 1060.19417475735 443.10679611647004 L 1060.19417475735 587.572815533968 L 128.15533980574992 587.572815533968 L 128.15533980574992 373.2038834951 L 174.75728155333002 373.2038834951" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="37.281553398064005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1013.5922330097699 443.10679611647004 L 1060.19417475735 443.10679611647004 L 1060.19417475735 587.572815533968 L 128.15533980574992 587.572815533968 L 128.15533980574992 373.2038834951 L 174.75728155333002 373.2038834951" stroke="rgb(0, 150, 0)" fill="none" stroke-width="4.660194174758001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="500.9708737863899" y="256.69902912615" width="419.4174757282201" height="233.00970873790004" stroke-width="4.660194174758001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="500.9708737863899" y="256.69902912615" width="419.4174757282201" height="233.00970873790004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="500.9708737863899" y1="303.30097087372997" x2="412.4271844659879" y2="303.30097087372997" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="407.76699029122994" cy="303.30097087372997" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="403.10679611647197" y="298.640776698972" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="454.36893203880993" y="298.640776698972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="500.9708737863899" y1="349.90291262131" x2="412.4271844659879" y2="349.90291262131" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="407.76699029122994" cy="349.90291262131" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="403.10679611647197" y="345.24271844655203" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="454.36893203880993" y="345.242718446552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="500.9708737863899" y1="396.50485436889" x2="412.4271844659879" y2="396.50485436889" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="407.76699029122994" cy="396.50485436889" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="403.10679611647197" y="391.844660194132" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="454.36893203880993" y="391.844660194132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="500.9708737863899" y1="443.10679611647004" x2="412.4271844659879" y2="443.10679611647004" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="407.76699029122994" cy="443.10679611647004" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="403.10679611647197" y="438.44660194171206" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="454.36893203880993" y="438.446601941712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="920.38834951461" y1="443.10679611647004" x2="1013.59223300977" y2="443.10679611647004" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="1008.932038835012" y="438.44660194171206" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.99029126219" y="438.446601941712" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="920.38834951461" y1="396.50485436889" x2="1008.932038835012" y2="396.50485436889" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1013.59223300977" cy="396.50485436889" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="1008.932038835012" y="391.844660194132" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.99029126219" y="391.844660194132" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="920.38834951461" y1="349.90291262131" x2="1008.932038835012" y2="349.90291262131" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1013.59223300977" cy="349.90291262131" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="1008.932038835012" y="345.24271844655203" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.99029126219" y="345.242718446552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="920.38834951461" y1="303.30097087372997" x2="1008.932038835012" y2="303.30097087372997" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1013.59223300977" cy="303.30097087372997" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="1008.932038835012" y="298.640776698972" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.99029126219" y="298.640776698972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></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="233.009708737805" y="293.980582524214" width="23.300970873789936" height="158.44660194177197" stroke-width="4.660194174758001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="233.009708737805" y="293.980582524214" width="23.300970873789936" height="158.44660194177197" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="233.009708737805" y1="373.2038834951" x2="174.75728155333002" y2="373.2038834951" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="170.097087378572" y="368.543689320342" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="203.88349514556745" y="368.543689320342" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="256.31067961159494" y1="373.2038834951" x2="309.90291262131194" y2="373.2038834951" stroke-width="4.660194174758001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="314.56310679607" cy="373.2038834951" r="4.660194174758001" stroke-width="4.660194174758001px"/><rect x="309.902912621312" y="368.543689320342" width="9.320388349516001" height="9.320388349516001" opacity="0"/></g><text class="pin-number sch-pin-number" x="285.4368932038324" y="368.543689320342" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="34.951456310685px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="407.76699029122994" cy="303.30097087372997" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="407.76699029122994" cy="349.90291262131" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="407.76699029122994" cy="396.50485436889" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="407.76699029122994" cy="443.10679611647004" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="1013.59223300977" cy="443.10679611647004" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="1013.59223300977" cy="396.50485436889" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="1013.59223300977" cy="349.90291262131" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="1013.59223300977" cy="303.30097087372997" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="174.75728155333002" cy="373.2038834951" r="9.320388349516001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="314.56310679607" cy="373.2038834951" r="9.320388349516001" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
73
|
+
M 1060.19417475735,443.10679611647004
|
|
74
|
+
L 1036.89320388356,430.52427184462346
|
|
75
|
+
L 1036.89320388356,213.76310679604634
|
|
76
|
+
L 1083.49514563114,213.76310679604634
|
|
77
|
+
L 1083.49514563114,430.52427184462346
|
|
78
78
|
Z
|
|
79
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
79
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="4.660194174758001px"/><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="1060.19417475735" y="422.13592233005903" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="41.941747572822px" transform="rotate(-90 1060.19417475735 422.13592233005903)">XXXXXXX</text><text class="sch-text" x="724.660194174774" y="519.999999999977" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="41.94174757282199px" transform="rotate(0, 724.660194174774, 519.999999999977)">TYPE_C_16PIN_2MD</text><text class="sch-text" x="528.9320388349379" y="229.9029126212915" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="41.941747572822px" transform="rotate(0, 528.9320388349379, 229.9029126212915)">U1</text><rect class="schematic-box sch-box" x="500.97087378639" y="499.02912621356603" width="447.378640776768" height="41.94174757282195" stroke-width="4.660194174758001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="37.281553398064005 18.640776699032003"/><rect class="schematic-box sch-box" x="486.990291262116" y="200.776699029054" width="83.8834951456439" height="58.25242718447504" stroke-width="4.660194174758001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="37.281553398064005 18.640776699032003"/>
|
|
80
80
|
</g>
|
|
81
81
|
</svg>
|