@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="-12.5,-7.1 -12.5,-7 -11.600000000000001,-7" data-type="line" data-label="" points="134.33691756272378,314.98207885304646 134.33691756272378,304.9462365591397 224.659498207885,304.9462365591397" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.5,-7.700000000000001 -12.5,-8 -11.600000000000001,-8" data-type="line" data-label="" points="134.33691756272378,375.19713261648747 134.33691756272378,405.3046594982078 224.659498207885,405.3046594982078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11,-7 -10.45,-7 -10.45,-6.72 -9.9,-6.72 -9.9,-6.92" data-type="line" data-label="" points="284.8745519713261,304.9462365591397 340.0716845878135,304.9462365591397 340.0716845878135,276.84587813620055 395.26881720430094,276.84587813620055 395.26881720430094,296.91756272401426" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,-6.92 -8.7,-6.720000000000001 -9.9,-6.720000000000001 -9.9,-6.92" data-type="line" data-label="" points="515.6989247311827,296.91756272401426 515.6989247311827,276.84587813620067 395.26881720430094,276.84587813620067 395.26881720430094,296.91756272401426" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,-7.68 -8.7,-8 -9.9,-8 -9.9,-7.68" data-type="line" data-label="" points="515.6989247311827,373.18996415770596 515.6989247311827,405.3046594982078 395.26881720430094,405.3046594982078 395.26881720430094,373.18996415770596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11,-8 -9.9,-8
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-12.5,-7.1 -12.5,-7 -11.600000000000001,-7" data-type="line" data-label="" points="134.33691756272378,314.98207885304646 134.33691756272378,304.9462365591397 224.659498207885,304.9462365591397" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.5,-7.700000000000001 -12.5,-8 -11.600000000000001,-8" data-type="line" data-label="" points="134.33691756272378,375.19713261648747 134.33691756272378,405.3046594982078 224.659498207885,405.3046594982078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11,-7 -10.45,-7 -10.45,-6.72 -9.9,-6.72 -9.9,-6.92" data-type="line" data-label="" points="284.8745519713261,304.9462365591397 340.0716845878135,304.9462365591397 340.0716845878135,276.84587813620055 395.26881720430094,276.84587813620055 395.26881720430094,296.91756272401426" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,-6.92 -8.7,-6.720000000000001 -9.9,-6.720000000000001 -9.9,-6.92" data-type="line" data-label="" points="515.6989247311827,296.91756272401426 515.6989247311827,276.84587813620067 395.26881720430094,276.84587813620067 395.26881720430094,296.91756272401426" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.7,-7.68 -8.7,-8 -9.9,-8 -9.9,-7.68" data-type="line" data-label="" points="515.6989247311827,373.18996415770596 515.6989247311827,405.3046594982078 395.26881720430094,405.3046594982078 395.26881720430094,373.18996415770596" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11,-8 -9.9,-8" data-type="line" data-label="" points="284.8745519713261,405.3046594982078 395.26881720430094,405.3046594982078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-12.5,-7 -12.5,-6.95 -13.2,-6.95 -13.2,-7.051" data-type="line" data-label="" points="134.33691756272378,304.9462365591397 134.33691756272378,299.9283154121863 64.08602150537627,299.9283154121863 64.08602150537627,310.0645161290322" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="C26" data-x="-9.7675" data-y="-7.3" x="350.10752688172033" y="296.9175627240142" width="116.91756272401426" height="76.2724014336917" fill="hsl(111, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="C36" data-x="-8.5675" data-y="-7.3" x="470.537634408602" y="296.9175627240142" width="116.91756272401426" height="76.2724014336917" fill="hsl(142, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="R43" data-x="-12.465" data-y="-7.4" x="89.17562724014329" y="314.9820788530465" width="97.34767025089604" height="60.215053763441006" fill="hsl(185, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="R38" data-x="-11.3" data-y="-7" x="224.659498207885" y="270.8243727598566" width="60.21505376344112" height="68.24372759856624" fill="hsl(159, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="R44" data-x="-11.3" data-y="-8" x="224.659498207885" y="371.1827956989247" width="60.21505376344112" height="68.24372759856624" fill="hsl(186, 100%, 50%, 0.8)" stroke="black" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="netId: U2_SRP
|
|
4
4
|
globalConnNetId: connectivity_net2" data-x="-9.9" data-y="-6.3" x="385.2329749103942" y="192.5448028673834" width="20.07168458781348" height="84.30107526881716" fill="#ef444466" stroke="#ef4444" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="netId: U2_SRN
|
|
5
5
|
globalConnNetId: connectivity_net3" data-x="-8.28" data-y="-7.879999999999999" x="515.6989247311826" y="383.22580645161275" width="84.30107526881727" height="20.071684587813593" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
6
|
globalConnNetId: connectivity_net0" data-x="-13.2" data-y="-7.261" x="39.999999999999886" y="310.06451612903214" width="48.17204301075276" height="42.15053763440858" fill="#00000066" stroke="#000000" stroke-width="0.009964285714285714"/></g><g><rect data-type="rect" data-label="netId: PGND
|
|
@@ -75,7 +75,7 @@ orientation: y-" data-x="-12.5" data-y="-8" cx="134.33691756272378" cy="405.3046
|
|
|
75
75
|
.port-label { fill: rgb(0, 100, 100); }
|
|
76
76
|
.component-name { fill: rgb(0, 100, 100); }
|
|
77
77
|
|
|
78
|
-
</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 241.9805174654498 367.88484209253 L 241.9805174654498 349.2709561336002 L 409.5054910958197 349.2709561336002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 241.9805174654498 367.88484209253 L 241.9805174654498 349.2709561336002 L 409.5054910958197 349.2709561336002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 241.9805174654498 479.56815784611024 L 241.9805174654498 535.4098157229001 L 409.5054910958197 535.4098157229001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 241.9805174654498 479.56815784611024 L 241.9805174654498 535.4098157229001 L 409.5054910958197 535.4098157229001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 521.1888068493997 349.2709561336002 L 623.565179623515 349.2709561336002 L 623.565179623515 297.15207544859607 L 725.9415523976297 297.15207544859607 L 725.9415523976297 334.37984736645615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.1888068493997 349.2709561336002 L 623.565179623515 349.2709561336002 L 623.565179623515 297.15207544859607 L 725.9415523976297 297.15207544859607 L 725.9415523976297 334.37984736645615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 949.30818390479 334.37984736645615 L 949.30818390479 297.1520754485963 L 725.9415523976297 297.1520754485963 L 725.9415523976297 334.37984736645615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 949.30818390479 334.37984736645615 L 949.30818390479 297.1520754485963 L 725.9415523976297 297.1520754485963 L 725.9415523976297 334.37984736645615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 949.30818390479 475.845380654324 L 949.30818390479 535.4098157229001 L 725.9415523976297 535.4098157229001 L 725.9415523976297 475.845380654324" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 949.30818390479 475.845380654324 L 949.30818390479 535.4098157229001 L 725.9415523976297 535.4098157229001 L 725.9415523976297 475.845380654324" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 521.1888068493997 535.4098157229001 L 725.9415523976297 535.4098157229001 L 725.9415523976297 475.845380654324" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.1888068493997 535.4098157229001 L 725.9415523976297 535.4098157229001 L 725.9415523976297 475.845380654324" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 241.9805174654498 349.2709561336002 L 241.9805174654498 339.96401315413516 L 111.68331575293996 339.96401315413516 L 111.68331575293996 358.76403797265436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 241.9805174654498 349.2709561336002 L 241.9805174654498 339.96401315413516 L 111.68331575293996 339.96401315413516 L 111.68331575293996 358.76403797265436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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="241.9805174654498" cy="349.2709561336002" r="5.584165787679" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="725.9415523976297" cy="297.15207544859607" r="5.584165787679" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="725.9415523976297" cy="334.37984736645615" r="5.584165787679" 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"><circle cx="725.9415523976297" cy="535.4098157229001" r="5.584165787679" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="725.9415523976297" cy="475.845380654324" r="5.584165787679" 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_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="688.2126946697554" y="334.3798473664561" width="75.45771545574871" height="141.46553328786797" fill="transparent"/><path class="sch-component-symbol-path" d="M 725.9415523976297 475.84538065432406 L 725.9415523976297 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 725.9415523976297 390.96606068160327 L 725.9415523976297 334.3798473664561" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 763.6704101255041 419.2591673391769 L 688.2126946697554 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 763.6704101255041 390.96606068160327 L 688.2126946697554 390.96606068160327" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="753.0557796111377" y="357.9574362477674" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="33.504994726074px">C26</text><text class="sch-component-text" x="753.0557796111377" y="452.26779177301273" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="33.504994726074px"></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="911.5793261769156" y="334.3798473664561" width="75.45771545574871" height="141.46553328786797" fill="transparent"/><path class="sch-component-symbol-path" d="M 949.30818390479 475.84538065432406 L 949.30818390479 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 949.30818390479 390.96606068160327 L 949.30818390479 334.3798473664561" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.0370416326643 419.2591673391769 L 911.5793261769156 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.0370416326643 390.96606068160327 L 911.5793261769156 390.96606068160327" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="976.422411118298" y="357.9574362477674" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="33.504994726074px">C36</text><text class="sch-component-text" x="976.422411118298" y="452.26779177301273" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="33.504994726074px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="227.09313147549753" y="367.88484209253" width="29.7747719799045" height="111.68331575358025" fill="transparent"/><path class="sch-component-symbol-path" d="M 241.9805174654498 479.56815784611024 L 241.9805174654498 460.9505491099884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 241.9805174654498 386.50245082865183 L 241.9805174654498 367.88484209253" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 227.09313147549753 460.9505491099884 L 227.09313147549756 386.50245082865183 L 256.86790345540203 386.50245082865183 L 256.86790345540203 460.9505491099884 L 227.09313147549753 460.9505491099884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="271.76273499973786" y="393.94428243503205" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="33.504994726074px">R43</text><text class="sch-component-text" x="271.76273499973786" y="453.5087175036082" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="33.504994726074px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="409.5054910958197" y="334.38357014364794" width="111.68331575358025" height="29.77477197990447" fill="transparent"/><path class="sch-component-symbol-path" d="M 409.5054910958197 349.2709561336002 L 428.12309983194154 349.2709561336002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 502.5711981132781 349.2709561336002 L 521.1888068494 349.2709561336002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.12309983194154 334.38357014364794 L 502.5711981132781 334.38357014364794 L 502.5711981132781 364.1583421235524 L 428.12309983194154 364.1583421235524 L 428.12309983194154 334.38357014364794" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="465.34714897260983" y="319.4887385993121" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.504994726074px">R38</text><text class="sch-component-text" x="465.34714897260983" y="379.05317366788825" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.504994726074px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="409.5054910958197" y="520.5224297329479" width="111.68331575358025" height="29.77477197990447" fill="transparent"/><path class="sch-component-symbol-path" d="M 409.5054910958197 535.4098157229001 L 428.12309983194154 535.4098157229001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 502.5711981132781 535.4098157229001 L 521.1888068494 535.4098157229001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.12309983194154 520.5224297329479 L 502.5711981132781 520.5224297329479 L 502.5711981132781 550.2972017128524 L 428.12309983194154 550.2972017128524 L 428.12309983194154 520.5224297329479" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="465.34714897260983" y="505.62759818861207" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.504994726074px">R44</text><text class="sch-component-text" x="465.34714897260983" y="565.1920332571882" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.504994726074px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="725.9415523976297" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="725.9415523976297" cy="490.73648942146804" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="949.30818390479" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="949.30818390479" cy="490.73648942146804" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="241.9805174654498" cy="367.8848420925302" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="241.9805174654498" cy="479.56815784611047" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="521.1888068493997" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="409.5054910958197" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="521.1888068493997" cy="535.4098157229001" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="409.5054910958197" cy="535.4098157229001" r="7.445554383572" 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="
|
|
78
|
+
</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 241.9805174654498 367.88484209253 L 241.9805174654498 349.2709561336002 L 409.5054910958197 349.2709561336002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 241.9805174654498 367.88484209253 L 241.9805174654498 349.2709561336002 L 409.5054910958197 349.2709561336002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 241.9805174654498 479.56815784611024 L 241.9805174654498 535.4098157229001 L 409.5054910958197 535.4098157229001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 241.9805174654498 479.56815784611024 L 241.9805174654498 535.4098157229001 L 409.5054910958197 535.4098157229001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 521.1888068493997 349.2709561336002 L 623.565179623515 349.2709561336002 L 623.565179623515 297.15207544859607 L 725.9415523976297 297.15207544859607 L 725.9415523976297 334.37984736645615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.1888068493997 349.2709561336002 L 623.565179623515 349.2709561336002 L 623.565179623515 297.15207544859607 L 725.9415523976297 297.15207544859607 L 725.9415523976297 334.37984736645615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 949.30818390479 334.37984736645615 L 949.30818390479 297.1520754485963 L 725.9415523976297 297.1520754485963 L 725.9415523976297 334.37984736645615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 949.30818390479 334.37984736645615 L 949.30818390479 297.1520754485963 L 725.9415523976297 297.1520754485963 L 725.9415523976297 334.37984736645615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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 949.30818390479 475.845380654324 L 949.30818390479 535.4098157229001 L 725.9415523976297 535.4098157229001 L 725.9415523976297 475.845380654324" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 949.30818390479 475.845380654324 L 949.30818390479 535.4098157229001 L 725.9415523976297 535.4098157229001 L 725.9415523976297 475.845380654324" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 521.1888068493997 535.4098157229001 L 725.9415523976297 535.4098157229001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 521.1888068493997 535.4098157229001 L 725.9415523976297 535.4098157229001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 241.9805174654498 349.2709561336002 L 241.9805174654498 339.96401315413516 L 111.68331575293996 339.96401315413516 L 111.68331575293996 358.76403797265436" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="29.782217534288px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 241.9805174654498 349.2709561336002 L 241.9805174654498 339.96401315413516 L 111.68331575293996 339.96401315413516 L 111.68331575293996 358.76403797265436" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.722777191786px" 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="241.9805174654498" cy="349.2709561336002" r="5.584165787679" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="725.9415523976297" cy="297.15207544859607" r="5.584165787679" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="725.9415523976297" cy="334.37984736645615" r="5.584165787679" 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"><circle cx="725.9415523976297" cy="535.4098157229001" r="5.584165787679" 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_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component-overlay sch-component-overlay" x="688.2126946697554" y="334.3798473664561" width="75.45771545574871" height="141.46553328786797" fill="transparent"/><path class="sch-component-symbol-path" d="M 725.9415523976297 475.84538065432406 L 725.9415523976297 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 725.9415523976297 390.96606068160327 L 725.9415523976297 334.3798473664561" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 763.6704101255041 419.2591673391769 L 688.2126946697554 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 763.6704101255041 390.96606068160327 L 688.2126946697554 390.96606068160327" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="753.0557796111377" y="357.9574362477674" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="33.504994726074px">C26</text><text class="sch-component-text" x="753.0557796111377" y="452.26779177301273" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="33.504994726074px"></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="911.5793261769156" y="334.3798473664561" width="75.45771545574871" height="141.46553328786797" fill="transparent"/><path class="sch-component-symbol-path" d="M 949.30818390479 475.84538065432406 L 949.30818390479 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 949.30818390479 390.96606068160327 L 949.30818390479 334.3798473664561" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.0370416326643 419.2591673391769 L 911.5793261769156 419.2591673391769" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 987.0370416326643 390.96606068160327 L 911.5793261769156 390.96606068160327" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="976.422411118298" y="357.9574362477674" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="33.504994726074px">C36</text><text class="sch-component-text" x="976.422411118298" y="452.26779177301273" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="33.504994726074px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="227.09313147549753" y="367.88484209253" width="29.7747719799045" height="111.68331575358025" fill="transparent"/><path class="sch-component-symbol-path" d="M 241.9805174654498 479.56815784611024 L 241.9805174654498 460.9505491099884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 241.9805174654498 386.50245082865183 L 241.9805174654498 367.88484209253" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 227.09313147549753 460.9505491099884 L 227.09313147549756 386.50245082865183 L 256.86790345540203 386.50245082865183 L 256.86790345540203 460.9505491099884 L 227.09313147549753 460.9505491099884" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="271.76273499973786" y="393.94428243503205" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="33.504994726074px">R43</text><text class="sch-component-text" x="271.76273499973786" y="453.5087175036082" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="33.504994726074px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="409.5054910958197" y="334.38357014364794" width="111.68331575358025" height="29.77477197990447" fill="transparent"/><path class="sch-component-symbol-path" d="M 409.5054910958197 349.2709561336002 L 428.12309983194154 349.2709561336002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 502.5711981132781 349.2709561336002 L 521.1888068494 349.2709561336002" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.12309983194154 334.38357014364794 L 502.5711981132781 334.38357014364794 L 502.5711981132781 364.1583421235524 L 428.12309983194154 364.1583421235524 L 428.12309983194154 334.38357014364794" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="465.34714897260983" y="319.4887385993121" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.504994726074px">R38</text><text class="sch-component-text" x="465.34714897260983" y="379.05317366788825" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.504994726074px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="409.5054910958197" y="520.5224297329479" width="111.68331575358025" height="29.77477197990447" fill="transparent"/><path class="sch-component-symbol-path" d="M 409.5054910958197 535.4098157229001 L 428.12309983194154 535.4098157229001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 502.5711981132781 535.4098157229001 L 521.1888068494 535.4098157229001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 428.12309983194154 520.5224297329479 L 502.5711981132781 520.5224297329479 L 502.5711981132781 550.2972017128524 L 428.12309983194154 550.2972017128524 L 428.12309983194154 520.5224297329479" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.722777191786px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="465.34714897260983" y="505.62759818861207" stroke="rgb(245, 241, 237)" stroke-width="3.722777191786px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="33.504994726074px">R44</text><text class="sch-component-text" x="465.34714897260983" y="565.1920332571882" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="33.504994726074px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="725.9415523976297" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="725.9415523976297" cy="490.73648942146804" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="949.30818390479" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="949.30818390479" cy="490.73648942146804" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="241.9805174654498" cy="367.8848420925302" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="241.9805174654498" cy="479.56815784611047" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="521.1888068493997" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="409.5054910958197" cy="349.2709561336002" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="521.1888068493997" cy="535.4098157229001" r="7.445554383572" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="409.5054910958197" cy="535.4098157229001" r="7.445554383572" 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="
|
|
79
79
|
M 725.9415523976297,297.15207544859607
|
|
80
80
|
L 707.3276664386997,287.1005770307739
|
|
81
81
|
L 707.3276664386997,140.77061487897214
|