@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184
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.js +231 -20
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
- package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
- package/tests/examples/__snapshots__/example02.snap.svg +2 -2
- package/tests/examples/__snapshots__/example13.snap.svg +2 -2
- package/tests/examples/__snapshots__/example14.snap.svg +2 -2
- package/tests/examples/__snapshots__/example15.snap.svg +2 -2
- package/tests/examples/__snapshots__/example18.snap.svg +2 -2
- package/tests/examples/__snapshots__/example19.snap.svg +2 -2
- package/tests/examples/__snapshots__/example21.snap.svg +2 -2
- package/tests/examples/__snapshots__/example27.snap.svg +2 -2
- package/tests/examples/__snapshots__/example29.snap.svg +2 -2
- package/tests/examples/__snapshots__/example42.snap.svg +2 -2
- package/tests/examples/__snapshots__/example45.snap.svg +2 -2
- package/tests/examples/__snapshots__/example46.snap.svg +2 -2
- package/tests/examples/__snapshots__/example47.snap.svg +2 -2
- package/tests/examples/__snapshots__/example51.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
- package/tests/repros/repro-esp12f-section.test.ts +12 -0
- package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
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.6000000000000001,0.1 -0.6000000000000001,-0.1" data-type="line" data-label="" points="188.5246894880339,494.81975159042713 188.5246894880339,528.748863980612" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6000000000000001,0.1 -0.6599999999999999,2.36" data-type="line" data-label="" points="188.5246894880339,494.81975159042713 178.3459557709785,111.42078158133899" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6000000000000001,-0.1 -0.6599999999999999,2.36" data-type="line" data-label="" points="188.5246894880339,528.748863980612 178.3459557709785,111.42078158133899" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6000000000000001,0.1 0.6000000000000001,-0.1" data-type="line" data-label="" points="392.0993638291427,494.81975159042713 392.0993638291427,528.748863980612" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6000000000000001,0.1 0.6599999999999999,2.36" data-type="line" data-label="" points="392.0993638291427,494.81975159042713 402.2780975461981,111.42078158133899" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6000000000000001,-0.1 0.6599999999999999,2.36" data-type="line" data-label="" points="392.0993638291427,528.748863980612 402.2780975461981,111.42078158133899" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6000000000000001,-0.1 -0.8,-0.1 -0.8,0.1 -0.6000000000000001,0.1" data-type="line" data-label="" points="188.5246894880339,528.748863980612 154.59557709784912,528.748863980612 154.59557709784912,494.81975159042713 188.5246894880339,494.81975159042713" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.6599999999999999,2.36 -0.8,2.36 -0.8,0.1
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-0.6000000000000001,0.1 -0.6000000000000001,-0.1" data-type="line" data-label="" points="188.5246894880339,494.81975159042713 188.5246894880339,528.748863980612" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6000000000000001,0.1 -0.6599999999999999,2.36" data-type="line" data-label="" points="188.5246894880339,494.81975159042713 178.3459557709785,111.42078158133899" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6000000000000001,-0.1 -0.6599999999999999,2.36" data-type="line" data-label="" points="188.5246894880339,528.748863980612 178.3459557709785,111.42078158133899" fill="none" stroke="hsl(27, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6000000000000001,0.1 0.6000000000000001,-0.1" data-type="line" data-label="" points="392.0993638291427,494.81975159042713 392.0993638291427,528.748863980612" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6000000000000001,0.1 0.6599999999999999,2.36" data-type="line" data-label="" points="392.0993638291427,494.81975159042713 402.2780975461981,111.42078158133899" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.6000000000000001,-0.1 0.6599999999999999,2.36" data-type="line" data-label="" points="392.0993638291427,528.748863980612 402.2780975461981,111.42078158133899" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6000000000000001,-0.1 -0.8,-0.1 -0.8,0.1 -0.6000000000000001,0.1" data-type="line" data-label="" points="188.5246894880339,528.748863980612 154.59557709784912,528.748863980612 154.59557709784912,494.81975159042713 188.5246894880339,494.81975159042713" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.6599999999999999,2.36 -0.8,2.36 -0.8,0.1" data-type="line" data-label="" points="178.3459557709785,111.42078158133899 154.59557709784912,111.42078158133899 154.59557709784912,494.81975159042713" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6000000000000001,0.1 1.4400000000000002,0.1 1.4400000000000002,-0.1 0.6000000000000001,-0.1" data-type="line" data-label="" points="392.0993638291427,494.81975159042713 534.6016358679188,494.81975159042713 534.6016358679188,528.748863980612 392.0993638291427,528.748863980612" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.6599999999999999,2.36 1.4400000000000002,2.36 1.4400000000000002,0.1" data-type="line" data-label="" points="402.2780975461981,111.42078158133899 534.6016358679188,111.42078158133899 534.6016358679188,494.81975159042713" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.8,2.36 -1.15,2.36 -1.15,2.3609999999999998" data-type="line" data-label="" points="154.59557709784912,111.42078158133899 95.21963041502573,111.42078158133899 95.21963041502573,111.25113601938807" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="188.5246894880339" y="460.8906392002424" width="203.5746743411088" height="101.7873371705544" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.005894642857142856"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="0" data-y="2.32" x="178.3459557709785" y="46.95546803998786" width="223.93214177521963" height="142.50227203877614" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.005894642857142856"/></g><g><rect data-type="rect" data-label="5x20-BLX-A" data-x="0.4" data-y="-0.43000000000000005" x="256.3829142684035" y="569.4637988488337" width="203.5746743411088" height="30.536201151166324" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.005894642857142856"/></g><g><rect data-type="rect" data-label="FUSEX20MM" data-x="0.3400000000000001" data-y="0.41500000000000004" x="246.2041805513481" y="420.1757043320206" width="203.57467434110882" height="42.41139048773101" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.005894642857142856"/></g><g><rect data-type="rect" data-label="netId: VIN
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="-1.15" data-y="2.5709999999999997" x="54.50469554680399" y="39.99999999999997" width="81.4298697364435" height="71.25113601938807" fill="#ef444466" stroke="#ef4444" stroke-width="0.005894642857142856"/></g><g><rect data-type="rect" data-label="netId: VOUT
|
|
5
5
|
globalConnNetId: connectivity_net1" data-x="1.4400000000000002" data-y="2.57" x="483.7079672826417" y="40.16964556195089" width="101.78733717055434" height="71.25113601938807" fill="#ef444466" stroke="#ef4444" stroke-width="0.005894642857142856"/></g><g><circle data-type="point" data-label="F1.1
|
|
6
6
|
x-" data-x="-0.6000000000000001" data-y="0.1" cx="188.5246894880339" cy="494.81975159042713" r="3" fill="hsl(214, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="F1.2
|
|
@@ -67,7 +67,7 @@ orientation: y+" data-x="1.4400000000000002" data-y="2.36" cx="534.6016358679188
|
|
|
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 460.6803908429 627.9543081549999 L 423.27915348530007 627.9543081549999 L 423.27915348530007 590.5530707974 L 460.6803908429 590.5530707974" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 460.6803908429 627.9543081549999 L 423.27915348530007 627.9543081549999 L 423.27915348530007 590.5530707974 L 460.6803908429 590.5530707974" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 449.4600196356201 167.91908865651993 L 423.27915348530007 167.91908865651993 L 423.27915348530007 590.5530707974 L 460.6803908429 590.5530707974" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.4600196356201 167.91908865651993 L 423.27915348530007 167.91908865651993 L 423.27915348530007 590.5530707974 L 460.6803908429 590.5530707974" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 685.0878149885001 590.5530707974 L 842.1730118904201 590.5530707974 L 842.1730118904201 627.9543081549999 L 685.0878149885001 627.9543081549999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.0878149885001 590.5530707974 L 842.1730118904201 590.5530707974 L 842.1730118904201 627.9543081549999 L 685.0878149885001 627.9543081549999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 696.3081861957801 167.91908865651993 L 842.1730118904201 167.91908865651993 L 842.1730118904201 590.5530707974 L 685.0878149885001 590.5530707974" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 696.3081861957801 167.91908865651993 L 842.1730118904201 167.91908865651993 L 842.1730118904201 590.5530707974 L 685.0878149885001 590.5530707974" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 423.27915348530007 167.91908865651993 L 357.82698810950006 167.91908865651993 L 357.82698810950006 167.73208246973195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.27915348530007 167.91908865651993 L 357.82698810950006 167.91908865651993 L 357.82698810950006 167.73208246973195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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.27915348530007" cy="590.5530707974" r="5.61018560364" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="460.6803908429" cy="590.5530707974" r="5.61018560364" 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="423.27915348530007" cy="167.91908865651993" r="5.61018560364" 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"><circle cx="685.0878149885001" cy="590.5530707974" r="5.61018560364" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="842.1730118904201" cy="590.5530707974" r="5.61018560364" 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_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="535.4828655581" y="553.1518334397999" width="74.8024747152001" height="112.20371207280004" stroke-width="3.74012373576px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="535.4828655581" y="553.1518334397999" width="74.8024747152001" height="112.20371207280004" fill="transparent"/><text class="sch-text" x="572.8841029157" y="609.2536894762" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.66111362184px" transform="rotate(0, 572.8841029157, 609.2536894762)">F1</text><line class="component-pin sch-component-pin sch-port-line" x1="535.4828655581" y1="590.5530707974" x2="460.6803908429" y2="590.5530707974" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="456.94026710714" y="586.81294706164" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.08162820050006" y="586.81294706164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="535.4828655581" y1="627.9543081549999" x2="460.6803908429" y2="627.9543081549999" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="456.94026710714" y="624.2141844192399" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.08162820050006" y="624.2141844192399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="610.2853402733001" y1="590.5530707974" x2="685.0878149885001" y2="590.5530707974" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="681.3476912527401" y="586.81294706164" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.6865776309" y="586.81294706164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="610.2853402733001" y1="627.9543081549999" x2="685.0878149885001" y2="627.9543081549999" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="681.3476912527401" y="624.2141844192399" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.6865776309" y="624.2141844192399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="449.4600196356201" y="137.64525690857585" width="246.84816656016" height="62.87641978419168" fill="transparent"/><path class="sch-component-symbol-path" d="M 449.4600196356201 167.91908865652 L 696.3081861957801 167.91908865652" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.74012373576px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 572.8841029157 137.64525690857585 L 635.7605226998918 137.64525690857585 L 635.7605226998918 200.52167669276753 L 512.3364394198118 200.52167669276753 L 512.3364394198118 137.64525690857585 L 572.8841029157 137.64525690857585" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.74012373576px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="570.5553466273966" y="121.34396289045208" stroke="rgb(245, 241, 237)" stroke-width="3.74012373576px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.66111362184px">F2</text><text class="sch-component-text" x="572.8841029157" y="223.80923957580148" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.66111362184px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="460.6803908429" cy="590.5530707974" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="460.6803908429" cy="627.9543081549999" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="685.0878149885001" cy="590.5530707974" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="685.0878149885001" cy="627.9543081549999" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="473.77082391806005" cy="169.75386633821353" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="720.61899047822" cy="169.75386633821353" r="7.48024747152" 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="
|
|
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 460.6803908429 627.9543081549999 L 423.27915348530007 627.9543081549999 L 423.27915348530007 590.5530707974 L 460.6803908429 590.5530707974" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 460.6803908429 627.9543081549999 L 423.27915348530007 627.9543081549999 L 423.27915348530007 590.5530707974 L 460.6803908429 590.5530707974" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 449.4600196356201 167.91908865651993 L 423.27915348530007 167.91908865651993 L 423.27915348530007 590.5530707974" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 449.4600196356201 167.91908865651993 L 423.27915348530007 167.91908865651993 L 423.27915348530007 590.5530707974" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 685.0878149885001 590.5530707974 L 842.1730118904201 590.5530707974 L 842.1730118904201 627.9543081549999 L 685.0878149885001 627.9543081549999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 685.0878149885001 590.5530707974 L 842.1730118904201 590.5530707974 L 842.1730118904201 627.9543081549999 L 685.0878149885001 627.9543081549999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 696.3081861957801 167.91908865651993 L 842.1730118904201 167.91908865651993 L 842.1730118904201 590.5530707974" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 696.3081861957801 167.91908865651993 L 842.1730118904201 167.91908865651993 L 842.1730118904201 590.5530707974" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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 423.27915348530007 167.91908865651993 L 357.82698810950006 167.91908865651993 L 357.82698810950006 167.73208246973195" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.92098988608px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 423.27915348530007 167.91908865651993 L 357.82698810950006 167.91908865651993 L 357.82698810950006 167.73208246973195" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.74012373576px" 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.27915348530007" cy="590.5530707974" r="5.61018560364" 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="423.27915348530007" cy="167.91908865651993" r="5.61018560364" 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"><circle cx="842.1730118904201" cy="590.5530707974" r="5.61018560364" 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_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="535.4828655581" y="553.1518334397999" width="74.8024747152001" height="112.20371207280004" stroke-width="3.74012373576px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="535.4828655581" y="553.1518334397999" width="74.8024747152001" height="112.20371207280004" fill="transparent"/><text class="sch-text" x="572.8841029157" y="609.2536894762" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="33.66111362184px" transform="rotate(0, 572.8841029157, 609.2536894762)">F1</text><line class="component-pin sch-component-pin sch-port-line" x1="535.4828655581" y1="590.5530707974" x2="460.6803908429" y2="590.5530707974" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="456.94026710714" y="586.81294706164" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.08162820050006" y="586.81294706164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="535.4828655581" y1="627.9543081549999" x2="460.6803908429" y2="627.9543081549999" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="456.94026710714" y="624.2141844192399" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.08162820050006" y="624.2141844192399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="610.2853402733001" y1="590.5530707974" x2="685.0878149885001" y2="590.5530707974" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="681.3476912527401" y="586.81294706164" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.6865776309" y="586.81294706164" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="610.2853402733001" y1="627.9543081549999" x2="685.0878149885001" y2="627.9543081549999" stroke-width="3.74012373576px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="681.3476912527401" y="624.2141844192399" width="7.48024747152" height="7.48024747152" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.6865776309" y="624.2141844192399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="28.0509280182px" transform="">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="449.4600196356201" y="137.64525690857585" width="246.84816656016" height="62.87641978419168" fill="transparent"/><path class="sch-component-symbol-path" d="M 449.4600196356201 167.91908865652 L 696.3081861957801 167.91908865652" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.74012373576px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 572.8841029157 137.64525690857585 L 635.7605226998918 137.64525690857585 L 635.7605226998918 200.52167669276753 L 512.3364394198118 200.52167669276753 L 512.3364394198118 137.64525690857585 L 572.8841029157 137.64525690857585" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.74012373576px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="570.5553466273966" y="121.34396289045208" stroke="rgb(245, 241, 237)" stroke-width="3.74012373576px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.66111362184px">F2</text><text class="sch-component-text" x="572.8841029157" y="223.80923957580148" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.66111362184px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="460.6803908429" cy="590.5530707974" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="460.6803908429" cy="627.9543081549999" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="685.0878149885001" cy="590.5530707974" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="685.0878149885001" cy="627.9543081549999" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="473.77082391806005" cy="169.75386633821353" r="7.48024747152" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="720.61899047822" cy="169.75386633821353" r="7.48024747152" 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
71
|
M 357.82698810950006,167.73208246973195
|
|
72
72
|
L 339.12636943070004,157.63374838317995
|
|
73
73
|
L 339.12636943070004,93.50309339401515
|