@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="0.775,0.1 0.775,-0.3" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,371.6666666666667" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,438.33333333333337" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,0.1 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,305 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 328.33333333333337,438.33333333333337" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.7 0.775,-1.1" data-type="line" data-label="" points="328.33333333333337,438.33333333333337 328.33333333333337,505" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.775,-0.3 0.9750000000000001,-0.3 0.9750000000000001,0.1 0.775,0.1" data-type="line" data-label="" points="328.33333333333337,371.6666666666667 361.6666666666667,371.6666666666667 361.6666666666667,305 328.33333333333337,305" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-0.7 0.9750000000000001,-0.7 0.9750000000000001,-0.3 0.775,-0.3" data-type="line" data-label="" points="328.33333333333337,438.33333333333337 361.6666666666667,438.33333333333337 361.6666666666667,371.6666666666667 328.33333333333337,371.6666666666667" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.775,-1.1 1.685,-1.1 1.685,-0.7 0.775,-0.7" data-type="line" data-label="" points="328.33333333333337,505 480,505 480,438.33333333333337 328.33333333333337,438.33333333333337" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J4" data-x="0" data-y="0" x="70" y="80" width="258.33333333333337" height="483.33333333333337" fill="hsl(186, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="09452812800" data-x="0.285" data-y="-1.58" x="136.66666666666669" y="570" width="220" height="30" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="J4" data-x="-0.255" data-y="1.565" x="126.66666666666669" y="40.00000000000004" width="60" height="41.66666666666666" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.006"/></g><g><rect data-type="rect" data-label="netId: NET_AGND
|
|
2
4
|
globalConnNetId: connectivity_net0" data-x="1.685" data-y="-1.31" x="390" y="505" width="180" height="70" fill="#00000066" stroke="#000000" stroke-width="0.006"/></g><g><circle data-type="point" data-label="J4.1
|
|
3
5
|
x+" data-x="0.775" data-y="1.1" cx="328.33333333333337" cy="138.33333333333334" r="3" fill="hsl(221, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.2
|
|
4
6
|
x+" data-x="0.775" data-y="0.7" cx="328.33333333333337" cy="205.00000000000003" r="3" fill="hsl(222, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="J4.3
|
|
@@ -49,4 +51,27 @@ orientation: y-" data-x="1.685" data-y="-1.1" cx="480" cy="505" r="3" fill="hsl(
|
|
|
49
51
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
50
52
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
51
53
|
});
|
|
52
|
-
]]></script
|
|
54
|
+
]]></script>
|
|
55
|
+
</g>
|
|
56
|
+
<g transform="translate(1216, 200)">
|
|
57
|
+
<style>
|
|
58
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
59
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
60
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
61
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
62
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
63
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
64
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
65
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
66
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
67
|
+
|
|
68
|
+
</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 643.1192660550776 456.88073394493006 L 679.8165137614975 456.88073394493006 L 679.8165137614975 383.48623853209006 L 643.1192660550776 383.48623853209006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.357798165136px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 643.1192660550776 456.88073394493006 L 679.8165137614975 456.88073394493006 L 679.8165137614975 383.48623853209006 L 643.1192660550776 383.48623853209006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.669724770642px" 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 643.1192660550776 530.2752293577701 L 679.8165137614975 530.2752293577701 L 679.8165137614975 456.88073394493006 L 643.1192660550776 456.88073394493006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.357798165136px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 643.1192660550776 530.2752293577701 L 679.8165137614975 530.2752293577701 L 679.8165137614975 456.88073394493006 L 643.1192660550776 456.88073394493006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.669724770642px" 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 643.1192660550776 603.6697247706101 L 810.0917431192886 603.6697247706101 L 810.0917431192886 530.2752293577701 L 643.1192660550776 530.2752293577701" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.357798165136px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 643.1192660550776 603.6697247706101 L 810.0917431192886 603.6697247706101 L 810.0917431192886 530.2752293577701 L 643.1192660550776 530.2752293577701" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.669724770642px" 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="643.1192660550776" cy="456.88073394493006" r="5.504587155963" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="679.8165137614975" cy="456.88073394493006" r="5.504587155963" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="643.1192660550776" cy="530.2752293577701" r="5.504587155963" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><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="432.1100917431625" y="135.779816513755" width="137.61467889907493" height="532.11009174309" stroke-width="3.669724770642px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="432.1100917431625" y="135.779816513755" width="137.61467889907493" height="532.11009174309" fill="transparent"/><text class="sch-text" x="500.9174311927" y="401.8348623853" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.027522935778px" transform="rotate(0, 500.9174311927, 401.8348623853)">J4</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="199.99999999999" x2="639.4495412844356" y2="199.99999999999" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="643.1192660550776" cy="199.99999999999" r="3.669724770642" stroke-width="3.669724770642px"/><rect x="639.4495412844356" y="196.330275229348" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="196.33027522934802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="273.39449541283" x2="639.4495412844356" y2="273.39449541283" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="643.1192660550776" cy="273.39449541283" r="3.669724770642" stroke-width="3.669724770642px"/><rect x="639.4495412844356" y="269.724770642188" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="269.724770642188" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="383.48623853209006" x2="643.1192660550776" y2="383.48623853209006" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="639.4495412844356" y="379.81651376144805" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="379.81651376144805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="456.88073394493006" x2="643.1192660550776" y2="456.88073394493006" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="639.4495412844356" y="453.21100917428805" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="453.21100917428805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="530.2752293577701" x2="643.1192660550776" y2="530.2752293577701" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="639.4495412844356" y="526.605504587128" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="526.605504587128" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="569.7247706422374" y1="603.6697247706101" x2="643.1192660550776" y2="603.6697247706101" stroke-width="3.669724770642px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="639.4495412844356" y="599.999999999968" width="7.339449541284" height="7.339449541284" opacity="0"/></g><text class="pin-number sch-pin-number" x="606.4220183486575" y="599.999999999968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.522935779815px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="643.1192660550776" cy="199.99999999999" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="643.1192660550776" cy="273.39449541283" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="643.1192660550776" cy="383.48623853209006" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="643.1192660550776" cy="456.88073394493006" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="643.1192660550776" cy="530.2752293577701" r="7.339449541284" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="643.1192660550776" cy="603.6697247706101" r="7.339449541284" 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="
|
|
69
|
+
M 810.0917431192886,603.6697247706101
|
|
70
|
+
L 828.4403669724986,613.5779816513434
|
|
71
|
+
L 828.4403669724986,676.5015290519516
|
|
72
|
+
L 791.7431192660786,676.5015290519516
|
|
73
|
+
L 791.7431192660786,613.5779816513434
|
|
74
|
+
Z
|
|
75
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.669724770642px"/><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="810.0917431192886" y="620.1834862384991" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="33.027522935778px" transform="rotate(90 810.0917431192886 620.1834862384991)">XX</text><text class="sch-text" x="553.2110091743485" y="691.7431192660181" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.027522935778px" transform="rotate(0, 553.2110091743485, 691.7431192660181)">09452812800</text><text class="sch-text" x="454.1284403670145" y="114.67889908256353" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.027522935778px" transform="rotate(0, 454.1284403670145, 114.67889908256353)">J4</text><rect class="schematic-box sch-box" x="432.1100917431625" y="675.2293577981291" width="242.20183486237198" height="33.02752293577805" stroke-width="3.669724770642px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="29.357798165136 14.678899082568"/><rect class="schematic-box sch-box" x="421.1009174312365" y="91.74311926605105" width="66.05504587155599" height="45.87155963302496" stroke-width="3.669724770642px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="29.357798165136 14.678899082568"/>
|
|
76
|
+
</g>
|
|
77
|
+
</svg>
|