@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="2.3,1.3 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 428.3984867591425,270.1702395964691" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 428.3984867591425,284.2938209331652" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.14501891551072" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 1.3,0.20000000000000007" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 428.3984867591425,256.046658259773" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.3,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 336.59520807061784,270.1702395964691" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 5.400062200000001,2.85" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -2.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -7.1,2.5999999999999996" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -8.3,-6.1" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.3,-5.7" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -2.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -7.1,2.5999999999999996" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -8.3,-6.1" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.3,-5.7" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -8.3,-6.1" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -3.3,-5.7" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.1 -3.3,-5.7" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 1.3,0.6" data-type="line" data-label="" points="336.59520807061784,256.046658259773 428.3984867591425,241.9230769230769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -2.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -7.1,0.55" data-type="line" data-label="" points="336.59520807061784,256.046658259773 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -8.3,-6.3" data-type="line" data-label="" points="336.59520807061784,256.046658259773 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.3,-5.5" data-type="line" data-label="" points="336.59520807061784,256.046658259773 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -2.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -7.1,0.55" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -8.3,-6.3" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.3,-5.5" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -8.3,-6.3" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -3.3,-5.5" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.3 -3.3,-5.5" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.6 -6.7225,1" data-type="line" data-label="" points="336.59520807061784,284.2938209331652 145.1324085750315,227.79949558638083" fill="none" stroke="hsl(259, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 3.9,1.3" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 520.2017654476671,217.20680958385876" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -8.3,-5.7" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -3.3,-5.9" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -8.3,-5.7" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -3.3,-5.9" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.7 -3.3,-5.9" data-type="line" data-label="" points="89.43253467843624,464.36948297604033 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 2.3,1.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 463.70744010088265,217.20680958385876" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -8.3,-5.9" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -3.3,-6.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -8.3,-5.9" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -3.3,-6.3" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.9 -3.3,-6.3" data-type="line" data-label="" points="89.43253467843624,471.4312736443884 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 5.4,0.8999999999999999" data-type="line" data-label="" points="428.3984867591425,256.046658259773 573.1651954602773,231.33039092055486" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 -3.3,-6.5" data-type="line" data-label="" points="428.3984867591425,256.046658259773 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.4,0.8999999999999999 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5000000000000004" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.1450189155107" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -2.8,-0.72 -3.8,-0.72 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 283.6317780580075,288.53089533417403 248.3228247162673,288.53089533417403 248.3228247162673,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,-0.19999999999999996 -2.8,-0.19999999999999996 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.400062200000001,2.85 5.400062200000001,3.0775 3.1,3.0775 3.1,2.8775" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 573.1673916771753,154.4451450189155 491.95460277427486,154.4451450189155 491.95460277427486,161.50693568726354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-1.68 -2.8,-1.8800000000000001 -3.8,-1.8800000000000001 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 283.6317780580075,329.4892812105927 248.3228247162673,329.4892812105927 248.3228247162673,322.42749054224464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,1.3 2.3,-0.19999999999999996 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 463.70744010088265,270.1702395964691 428.3984867591425,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 3.9,-0.6 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 520.2017654476671,284.2938209331652 428.3984867591425,284.2938209331652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 5.4,-6.5 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 573.1651954602773,492.61664564943254 265.9773013871374,492.61664564943254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.3 -7.1,-6.3 -7.1,0.55" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 131.80327868852456,485.5548549810845 131.80327868852456,243.68852459016392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.821,0.6 -1.821,-5.551115123125783e-17 -1.5,-5.551115123125783e-17 -1.5,-0.20000000000000007 -1.3,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 318.1992433795712,241.9230769230769 318.1992433795712,263.10844892812105 329.53341740226983,263.10844892812105 329.53341740226983,270.1702395964691 336.59520807061784,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.1 -6.698999999999999,-6.1 -6.698999999999999,-6.0489999999999995" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 145.9621689785624,478.49306431273646 145.9621689785624,476.6923076923077" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.7 -2.849,-5.7 -2.849,-5.399" data-type="line" data-label="" points="265.9773013871374,464.36948297604033 281.90163934426226,464.36948297604033 281.90163934426226,453.7414880201766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.141000000000001,0.19999999999999996 -3.141000000000001,0.14899999999999997" data-type="line" data-label="" points="336.59520807061784,256.046658259773 271.5914249684741,256.046658259773 271.5914249684741,257.84741488020177" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.5 -2.0589999999999993,-5.5 -2.0589999999999993,-5.551" data-type="line" data-label="" points="265.9773013871374,457.30769230769226 309.7957124842371,457.30769230769226 309.7957124842371,459.10844892812105" 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="336.59520807061784" y="234.86128625472884" width="91.80327868852464" height="56.49432534678439" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.455" data-y="1.6" x="447.81841109709956" y="196.0214375788146" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="3.1" data-y="2.6" x="476.0655737704917" y="161.50693568726354" width="31.778058007566244" height="19.59646910466583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="4.055" data-y="1.6" x="504.312736443884" y="196.0214375788146" width="42.723833543505634" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="5.4" data-y="2.4" x="567.7956481715005" y="162.47793190416138" width="10.739094577553601" height="31.778058007566244" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.555" data-y="1.2" x="557.2761664564941" y="210.1450189155107" width="42.72383354350575" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.6774999999999998" data-y="-1.3" x="267.7427490542244" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-3.6774999999999998" data-y="-1.3" x="232.4337957124842" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-7" data-y="1" x="125.53593947036563" y="211.91046658259773" width="19.596469104665857" height="31.778058007566187" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-6.945" data-y="2.3" x="115.91424968474143" y="171.30517023959646" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-9" data-y="-6" x="40" y="457.30769230769226" width="49.43253467843624" height="35.30895334174028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-6" x="216.5447667087011" y="450.2459016393443" width="49.432534678436326" height="49.4325346784363" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="BME280" data-x="-0.54" data-y="-0.93" x="350.718789407314" y="292.7679697351829" width="25.422446406052927" height="6.355611601513203" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.78" data-y="0.915" x="348.6002522068095" y="226.38713745271122" width="12.711223203026464" height="8.827238335435055" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP1" data-x="-9.120000000000001" data-y="-5.385" x="52.00504413619157" y="448.8335435056746" width="16.948297604035304" height="8.827238335435084" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP2" data-x="-4.119999999999999" data-y="-5.1850000000000005" x="228.5498108448928" y="441.77175283732663" width="16.948297604035304" height="8.827238335435027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="2.3,1.3 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 428.3984867591425,270.1702395964691" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 428.3984867591425,284.2938209331652" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.14501891551072" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 1.3,0.20000000000000007" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 428.3984867591425,256.046658259773" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.3,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 336.59520807061784,270.1702395964691" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.6 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 3.1,2.8775" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 491.95460277427486,161.50693568726354" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 5.400062200000001,2.85" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -7.1,2.5999999999999996" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -8.3,-6.1" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.20000000000000007 -3.3,-5.7" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 5.400062200000001,2.85" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 573.1673916771753,162.47793190416138" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -2.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.8,-0.9200000000000002" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -7.1,2.5999999999999996" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -8.3,-6.1" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.1,2.8775 -3.3,-5.7" data-type="line" data-label="" points="491.95460277427486,161.50693568726354 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -2.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 283.6317780580075,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.8,-0.9200000000000002" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -7.1,2.5999999999999996" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -8.3,-6.1" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.400062200000001,2.85 -3.3,-5.7" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 248.3228247162673,295.59268600252204" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="283.6317780580075,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -7.1,2.5999999999999996" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 131.80327868852456,171.30517023959646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -8.3,-6.1" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-0.9200000000000002 -3.3,-5.7" data-type="line" data-label="" points="248.3228247162673,295.59268600252204 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -8.3,-6.1" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 89.43253467843624,478.49306431273646" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,2.5999999999999996 -3.3,-5.7" data-type="line" data-label="" points="131.80327868852456,171.30517023959646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.1 -3.3,-5.7" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 265.9773013871374,464.36948297604033" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 1.3,0.6" data-type="line" data-label="" points="336.59520807061784,256.046658259773 428.3984867591425,241.9230769230769" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -2.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.8,-1.68" data-type="line" data-label="" points="336.59520807061784,256.046658259773 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -7.1,0.55" data-type="line" data-label="" points="336.59520807061784,256.046658259773 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -8.3,-6.3" data-type="line" data-label="" points="336.59520807061784,256.046658259773 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.3,-5.5" data-type="line" data-label="" points="336.59520807061784,256.046658259773 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -2.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 283.6317780580075,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.8,-1.68" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -7.1,0.55" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -8.3,-6.3" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.6 -3.3,-5.5" data-type="line" data-label="" points="428.3984867591425,241.9230769230769 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 248.3228247162673,322.42749054224464" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -7.1,0.55" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 131.80327868852456,243.68852459016392" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -8.3,-6.3" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.8,-1.68 -3.3,-5.5" data-type="line" data-label="" points="248.3228247162673,322.42749054224464 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -8.3,-6.3" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 89.43253467843624,485.5548549810845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-7.1,0.55 -3.3,-5.5" data-type="line" data-label="" points="131.80327868852456,243.68852459016392 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-6.3 -3.3,-5.5" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 265.9773013871374,457.30769230769226" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.3,-0.6 -6.7225,1" data-type="line" data-label="" points="336.59520807061784,284.2938209331652 145.1324085750315,227.79949558638083" fill="none" stroke="hsl(259, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 3.9,1.3" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 520.2017654476671,217.20680958385876" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -8.3,-5.7" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.6 -3.3,-5.9" data-type="line" data-label="" points="428.3984867591425,284.2938209331652 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -8.3,-5.7" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 89.43253467843624,464.36948297604033" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.9,1.3 -3.3,-5.9" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.7 -3.3,-5.9" data-type="line" data-label="" points="89.43253467843624,464.36948297604033 265.9773013871374,471.4312736443884" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 2.3,1.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 463.70744010088265,217.20680958385876" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -8.3,-5.9" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,-0.19999999999999996 -3.3,-6.3" data-type="line" data-label="" points="428.3984867591425,270.1702395964691 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -8.3,-5.9" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 89.43253467843624,471.4312736443884" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.3,1.3 -3.3,-6.3" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8.3,-5.9 -3.3,-6.3" data-type="line" data-label="" points="89.43253467843624,471.4312736443884 265.9773013871374,485.5548549810845" fill="none" stroke="hsl(145, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 5.4,0.8999999999999999" data-type="line" data-label="" points="428.3984867591425,256.046658259773 573.1651954602773,231.33039092055486" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.3,0.20000000000000007 -3.3,-6.5" data-type="line" data-label="" points="428.3984867591425,256.046658259773 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.4,0.8999999999999999 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 265.9773013871374,492.61664564943254" fill="none" stroke="hsl(113, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.5500000000000003,2.5 3.9,2.5 3.9,1.9000000000000001" data-type="line" data-label="" points="507.843631778058,174.8360655737705 520.2017654476671,174.8360655737705 520.2017654476671,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.65,2.5 2.3,2.5 2.3,1.9000000000000001" data-type="line" data-label="" points="476.06557377049177,174.8360655737705 463.70744010088265,174.8360655737705 463.70744010088265,196.0214375788146" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.3999378,1.9499999999999997 5.4,1.5000000000000004" data-type="line" data-label="" points="573.1629992433795,194.25598991172762 573.1651954602773,210.1450189155107" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.1,1.45 -7.1,1.9999999999999998" data-type="line" data-label="" points="131.80327868852456,211.91046658259773 131.80327868852456,192.4905422446406" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-0.72 -3.8,-0.72 -3.8,-0.9200000000000002" data-type="line" data-label="" points="283.6317780580075,288.53089533417403 248.3228247162673,288.53089533417403 248.3228247162673,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,-0.19999999999999996 -2.8,-0.19999999999999996 -2.8,-0.9200000000000002" data-type="line" data-label="" points="336.59520807061784,270.1702395964691 283.6317780580075,270.1702395964691 283.6317780580075,295.59268600252204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.400062200000001,2.85 5.400062200000001,3.0775 3.1,3.0775 3.1,2.8775" data-type="line" data-label="" points="573.1673916771753,162.47793190416138 573.1673916771753,154.4451450189155 491.95460277427486,154.4451450189155 491.95460277427486,161.50693568726354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.8,-1.68 -2.8,-1.8800000000000001 -3.8,-1.8800000000000001 -3.8,-1.68" data-type="line" data-label="" points="283.6317780580075,322.42749054224464 283.6317780580075,329.4892812105927 248.3228247162673,329.4892812105927 248.3228247162673,322.42749054224464" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.3,1.3 2.3,-0.19999999999999996 1.3,-0.19999999999999996" data-type="line" data-label="" points="463.70744010088265,217.20680958385876 463.70744010088265,270.1702395964691 428.3984867591425,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.9,1.3 3.9,-0.6 1.3,-0.6" data-type="line" data-label="" points="520.2017654476671,217.20680958385876 520.2017654476671,284.2938209331652 428.3984867591425,284.2938209331652" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.4,0.8999999999999999 5.4,-6.5 -3.3,-6.5" data-type="line" data-label="" points="573.1651954602773,231.33039092055486 573.1651954602773,492.61664564943254 265.9773013871374,492.61664564943254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.3 -7.1,-6.3 -7.1,0.55" data-type="line" data-label="" points="89.43253467843624,485.5548549810845 131.80327868852456,485.5548549810845 131.80327868852456,243.68852459016392" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.6 -1.821,0.6 -1.821,-5.551115123125783e-17 -1.5,-5.551115123125783e-17 -1.5,-0.20000000000000007" data-type="line" data-label="" points="336.59520807061784,241.9230769230769 318.1992433795712,241.9230769230769 318.1992433795712,263.10844892812105 329.53341740226983,263.10844892812105 329.53341740226983,270.1702395964691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.3,-6.1 -6.698999999999999,-6.1 -6.698999999999999,-6.0489999999999995" data-type="line" data-label="" points="89.43253467843624,478.49306431273646 145.9621689785624,478.49306431273646 145.9621689785624,476.6923076923077" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.7 -2.849,-5.7 -2.849,-5.399" data-type="line" data-label="" points="265.9773013871374,464.36948297604033 281.90163934426226,464.36948297604033 281.90163934426226,453.7414880201766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.3,0.19999999999999996 -3.141000000000001,0.19999999999999996 -3.141000000000001,0.14899999999999997" data-type="line" data-label="" points="336.59520807061784,256.046658259773 271.5914249684741,256.046658259773 271.5914249684741,257.84741488020177" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,-5.5 -2.0589999999999993,-5.5 -2.0589999999999993,-5.551" data-type="line" data-label="" points="265.9773013871374,457.30769230769226 309.7957124842371,457.30769230769226 309.7957124842371,459.10844892812105" 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="336.59520807061784" y="234.86128625472884" width="91.80327868852464" height="56.49432534678439" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.455" data-y="1.6" x="447.81841109709956" y="196.0214375788146" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="3.1" data-y="2.6" x="476.0655737704917" y="161.50693568726354" width="31.778058007566244" height="19.59646910466583" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="4.055" data-y="1.6" x="504.312736443884" y="196.0214375788146" width="42.723833543505634" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="5.4" data-y="2.4" x="567.7956481715005" y="162.47793190416138" width="10.739094577553601" height="31.778058007566244" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.555" data-y="1.2" x="557.2761664564941" y="210.1450189155107" width="42.72383354350575" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-2.6774999999999998" data-y="-1.3" x="267.7427490542244" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="-3.6774999999999998" data-y="-1.3" x="232.4337957124842" y="295.5926860025221" width="40.4287515762926" height="26.834804539722597" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="-7" data-y="1" x="125.53593947036563" y="211.91046658259773" width="19.596469104665857" height="31.778058007566187" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-6.945" data-y="2.3" x="115.91424968474143" y="171.30517023959646" width="42.72383354350569" height="21.185372005044144" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-9" data-y="-6" x="40" y="457.30769230769226" width="49.43253467843624" height="35.30895334174028" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="-4" data-y="-6" x="216.5447667087011" y="450.2459016393443" width="49.432534678436326" height="49.4325346784363" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="BME280" data-x="-0.54" data-y="-0.93" x="350.718789407314" y="292.7679697351829" width="25.422446406052927" height="6.355611601513203" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.78" data-y="0.915" x="348.6002522068095" y="226.38713745271122" width="12.711223203026464" height="8.827238335435055" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP1" data-x="-9.120000000000001" data-y="-5.385" x="52.00504413619157" y="448.8335435056746" width="16.948297604035304" height="8.827238335435084" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="JP2" data-x="-4.119999999999999" data-y="-5.1850000000000005" x="228.5498108448928" y="441.77175283732663" width="16.948297604035304" height="8.827238335435027" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
4
4
|
globalConnNetId: connectivity_net7" data-x="-1.821" data-y="0.8099999999999999" x="307.60655737704917" y="227.09331651954602" width="21.185372005044087" height="14.829760403530884" fill="#ef444466" stroke="#ef4444" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
5
5
|
globalConnNetId: connectivity_net7" data-x="5.400062200000001" data-y="3.2875" x="562.5747056746532" y="139.61538461538458" width="21.1853720050442" height="14.829760403530912" fill="#ef444466" stroke="#ef4444" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
6
6
|
globalConnNetId: connectivity_net7" data-x="-7.1" data-y="2.8109999999999995" x="121.21059268600249" y="156.4401008827238" width="21.185372005044144" height="14.829760403530912" fill="#ef444466" stroke="#ef4444" stroke-width="0.02832142857142857"/></g><g><rect data-type="rect" data-label="netId: V3_3
|
|
@@ -143,7 +143,7 @@ orientation: x+" data-x="-3.3" data-y="-6.1" cx="265.9773013871374" cy="478.4930
|
|
|
143
143
|
.port-label { fill: rgb(0, 100, 100); }
|
|
144
144
|
.component-name { fill: rgb(0, 100, 100); }
|
|
145
145
|
|
|
146
|
-
</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 980.8694251460449 105.55762708325 L 1005.9266241688099 105.55762708325 L 1005.9266241688099 148.51282540799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.8694251460449 105.55762708325 L 1005.9266241688099 105.55762708325 L 1005.9266241688099 148.51282540799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 916.436627658935 105.55762708325 L 891.3794286361699 105.55762708325 L 891.3794286361699 148.51282540799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 916.436627658935 105.55762708325 L 891.3794286361699 105.55762708325 L 891.3794286361699 148.51282540799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1113.3101669584337 144.93322554759501 L 1113.31461998066 177.14962429114996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.3101669584337 144.93322554759501 L 1113.31461998066 177.14962429114996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 218.41465488191005 180.729224151545 L 218.41465488191005 141.35362568720004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 218.41465488191005 180.729224151545 L 218.41465488191005 141.35362568720004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 526.2602428758801 350.402257534268 L 526.2602428758801 336.083858092688 L 454.66824566798005 336.083858092688 L 454.66824566798005 350.402257534268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 526.2602428758801 350.402257534268 L 526.2602428758801 336.083858092688 L 454.66824566798005 336.083858092688 L 454.66824566798005 350.402257534268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 633.64823868773 298.85601954457996 L 526.2602428758801 298.85601954457996 L 526.2602428758801 350.402257534268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 298.85601954457996 L 526.2602428758801 298.85601954457996 L 526.2602428758801 350.402257534268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1113.3190730028864 80.500428060485 L 1113.3190730028864 64.21324869568775 L 948.65302640249 64.21324869568775 L 948.65302640249 78.53164813726778" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.3190730028864 80.500428060485 L 1113.3190730028864 64.21324869568775 L 948.65302640249 64.21324869568775 L 948.65302640249 78.53164813726778" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 526.2602428758801 404.812175412272 L 526.2602428758801 419.13057485385195 L 454.66824566798005 419.13057485385195 L 454.66824566798005 404.812175412272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 526.2602428758801 404.812175412272 L 526.2602428758801 419.13057485385195 L 454.66824566798005 419.13057485385195 L 454.66824566798005 404.812175412272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 891.3794286361699 191.46802373273 L 891.3794286361699 298.85601954457996 L 819.78743142827 298.85601954457996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.3794286361699 191.46802373273 L 891.3794286361699 298.85601954457996 L 819.78743142827 298.85601954457996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 1005.9266241688099 191.46802373273 L 1005.9266241688099 327.49281842773996 L 819.78743142827 327.49281842773996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.9266241688099 191.46802373273 L 1005.9266241688099 327.49281842773996 L 819.78743142827 327.49281842773996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 1113.31461998066 220.10482261589 L 1113.31461998066 749.88560195435 L 490.46424427193006 749.88560195435" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.31461998066 220.10482261589 L 1113.31461998066 749.88560195435 L 490.46424427193006 749.88560195435" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 132.50425823242995 735.5672025127699 L 218.41465488191005 735.5672025127699 L 218.41465488191005 245.162021638655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.50425823242995 735.5672025127699 L 218.41465488191005 735.5672025127699 L 218.41465488191005 245.162021638655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_12__stack1"><path d="M 633.64823868773 241.58242177826 L 596.3488081424141 241.58242177826 L 596.3488081424141 284.537620103 L 619.32983924615 284.537620103 L 619.32983924615 298.85601954458 L 633.64823868773 298.85601954458" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 241.58242177826 L 596.3488081424141 241.58242177826 L 596.3488081424141 284.537620103 L 619.32983924615 284.537620103 L 619.32983924615 298.85601954458 L 633.64823868773 298.85601954458" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_13__stack1"><path d="M 132.50425823242995 721.24880307119 L 247.12304576227802 721.24880307119 L 247.12304576227802 717.597611213587" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.50425823242995 721.24880307119 L 247.12304576227802 721.24880307119 L 247.12304576227802 717.597611213587" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_14__stack1"><path d="M 490.46424427193006 692.6120041880299 L 522.7522350126928 692.6120041880299 L 522.7522350126928 671.0628130284521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.46424427193006 692.6120041880299 L 522.7522350126928 692.6120041880299 L 522.7522350126928 671.0628130284521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_15__stack1"><path d="M 633.64823868773 270.21922066142 L 501.8473718279861 270.21922066142 L 501.8473718279861 273.8704125190229" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 270.21922066142 L 501.8473718279861 270.21922066142 L 501.8473718279861 273.8704125190229" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_16__stack1"><path d="M 490.46424427193006 678.29360474645 L 579.309912806934 678.29360474645 L 579.309912806934 681.944796604053" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.46424427193006 678.29360474645 L 579.309912806934 678.29360474645 L 579.309912806934 681.944796604053" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="526.2602428758801" cy="350.402257534268" r="2.147759916237" 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"><circle cx="633.64823868773" cy="298.85601954457996" r="2.147759916237" 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_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__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="662.28503757089" y="227.26402233668" width="128.8655949742199" height="114.54719553263999" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="662.28503757089" y="227.26402233668" width="128.8655949742199" height="114.54719553263999" fill="transparent"/><text class="sch-text" x="726.717835058" y="284.537620103" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 726.717835058, 284.537620103)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="241.58242177826" x2="633.64823868773" y2="241.58242177826" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="632.216398743572" y="240.150581834102" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="240.150581834102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="270.21922066142" x2="633.64823868773" y2="270.21922066142" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="632.216398743572" y="268.787380717262" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="268.787380717262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="298.85601954458" x2="633.64823868773" y2="298.85601954458" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="632.216398743572" y="297.424179600422" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="297.424179600422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="327.49281842773996" x2="635.080078631888" y2="327.49281842773996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="633.64823868773" cy="327.49281842773996" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="632.216398743572" y="326.06097848358195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="326.060978483582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="327.49281842773996" x2="819.78743142827" y2="327.49281842773996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="818.355591484112" y="326.06097848358195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="326.060978483582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="298.85601954457996" x2="819.78743142827" y2="298.85601954457996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="818.355591484112" y="297.42417960042195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="297.424179600422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="270.21922066141997" x2="818.355591484112" y2="270.21922066141997" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="819.78743142827" cy="270.21922066141997" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="818.355591484112" y="268.78738071726195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="268.787380717262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="241.58242177826" x2="818.355591484112" y2="241.58242177826" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="819.78743142827" cy="241.58242177826" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="818.355591484112" y="240.150581834102" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="240.150581834102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">8</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="885.653500699482" y="148.51282540799" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 891.3794286361699 191.46802373273002 L 891.3794286361699 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 891.3794286361699 155.67345696872417 L 891.3794286361699 148.51282540799" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 885.653500699482 184.30739217199584 L 885.653500699482 155.67345696872417 L 897.1053565728578 155.67345696872417 L 897.1053565728578 184.30739217199584 L 885.653500699482 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="902.8341481894339" y="158.535705017096" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R1</text><text class="sch-component-text" x="902.8341481894339" y="181.445144123624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="945.0734265420949" y="94.818827502065" width="7.15919972079007" height="7.159199720789985" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="945.0734265420949" y="94.818827502065" width="7.15919972079007" height="7.159199720789985" fill="transparent"/><text class="sch-text" x="948.65302640249" y="98.39842736246001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 948.65302640249, 98.39842736246001)">SJ1</text><line class="component-pin sch-component-pin sch-port-line" x1="952.232626262885" y1="105.55762708325" x2="980.8694251460449" y2="105.55762708325" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="979.4375852018869" y="104.125787139092" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.551025704465" y="104.12578713909201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="948.65302640249" y1="94.818827502065" x2="948.65302640249" y2="78.53164813726778" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="947.221186458332" y="77.09980819310978" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="947.221186458332" y="86.67523781966639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 947.221186458332 86.67523781966639)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="945.0734265420949" y1="105.55762708325" x2="916.436627658935" y2="105.55762708325" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="915.004787714777" y="104.125787139092" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.755027100515" y="104.12578713909201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</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="1000.200696232122" y="148.51282540799" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 1005.9266241688099 191.46802373273002 L 1005.9266241688099 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1005.9266241688099 155.67345696872417 L 1005.9266241688099 148.51282540799" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1000.200696232122 184.30739217199584 L 1000.200696232122 155.67345696872417 L 1011.6525521054978 155.67345696872417 L 1011.6525521054978 184.30739217199584 L 1000.200696232122 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1017.3813437220739" y="158.535705017096" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R2</text><text class="sch-component-text" x="1017.3813437220739" y="181.445144123624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="1102.4273922912637" y="109.137226943645" width="21.77445537879271" height="7.159199720790042" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1102.4273922912637" y="109.137226943645" width="21.77445537879271" height="7.159199720790042" fill="transparent"/><text class="sch-text" x="1113.31461998066" y="112.71682680404001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 1113.31461998066, 112.71682680404001)">SJ2</text><line class="component-pin sch-component-pin sch-port-line" x1="1113.3101669584337" y1="116.29642666443505" x2="1113.3101669584337" y2="144.93322554759501" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="1111.8783270142758" y="143.50138560343703" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="1111.8783270142758" y="130.61482610601502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 1111.8783270142758 130.61482610601502)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1113.3190730028864" y1="109.137226943645" x2="1113.3190730028864" y2="80.500428060485" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="1111.8872330587285" y="79.068588116327" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="1111.8872330587283" y="94.818827502065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 1111.8872330587283 94.818827502065)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="1107.588692043972" y="177.14962429115" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.31461998066 220.10482261589001 L 1113.31461998066 212.94419105515584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.31461998066 184.31025585188416 L 1113.31461998066 177.14962429115" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.588692043972 212.94419105515584 L 1107.588692043972 184.31025585188416 L 1119.0405479173478 184.31025585188416 L 1119.0405479173478 212.94419105515584 L 1107.588692043972 212.94419105515584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1124.769339533924" y="187.172503900256" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R3</text><text class="sch-component-text" x="1124.769339533924" y="210.081943006784" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="511.7491177778164" y="350.402257534268" width="29.02225019612729" height="54.40991787800397" fill="transparent"/><path class="sch-component-symbol-path" d="M 526.2602428758801 350.402257534268 L 526.2602428758801 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 526.2602428758801 383.0482082610704 L 526.2602428758801 404.812175412272" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 511.7491177778164 372.1662246854696 L 540.7713679739437 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 511.7491177778164 383.0482082610704 L 540.7713679739437 383.0482082610704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="534.8751465398974" y="359.470577180602" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.886559497421999px">C2</text><text class="sch-component-text" x="534.8751465398974" y="395.743855765938" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="440.1571205699164" y="350.402257534268" width="29.02225019612729" height="54.40991787800397" fill="transparent"/><path class="sch-component-symbol-path" d="M 454.66824566798005 350.402257534268 L 454.66824566798005 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 454.66824566798005 383.0482082610704 L 454.66824566798005 404.812175412272" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 440.1571205699164 372.1662246854696 L 469.1793707660437 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 440.1571205699164 383.0482082610704 L 469.1793707660437 383.0482082610704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="463.2831493319973" y="359.470577180602" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.886559497421999px">C1</text><text class="sch-component-text" x="463.2831493319973" y="395.743855765938" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="221.99425474230503" y="209.366023034705" width="7.1591997207900135" height="7.1591997207900135" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="221.99425474230503" y="209.366023034705" width="7.1591997207900135" height="7.1591997207900135" fill="transparent"/><text class="sch-text" x="225.57385460270007" y="212.9456228951" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 225.57385460270007, 212.9456228951)">SJ3</text><line class="component-pin sch-component-pin sch-port-line" x1="218.41465488191005" y1="216.525222755495" x2="218.41465488191005" y2="245.162021638655" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="216.98281493775204" y="243.730181694497" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.9828149377521" y="230.843622197075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 216.9828149377521 230.843622197075)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="229.15345446309504" y1="212.9456228951" x2="244.0087938837343" y2="212.9456228951" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="245.44063382789227" cy="212.9456228951" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="244.00879388373426" y="211.51378295094202" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.29704414549366" y="211.51378295094202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="218.41465488191005" y1="209.366023034705" x2="218.41465488191005" y2="180.729224151545" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="216.98281493775204" y="179.29738420738698" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.9828149377521" y="195.047623593125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 216.9828149377521 195.047623593125)">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="212.68872694522221" y="98.39842736246003" width="11.451855873375678" height="42.95519832473998" fill="transparent"/><path class="sch-component-symbol-path" d="M 218.41465488191005 141.3536256872 L 218.41465488191005 134.19299412646586" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 218.41465488191005 105.55905892319419 L 218.41465488191005 98.39842736246003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 212.68872694522221 134.19299412646586 L 212.68872694522221 105.55905892319419 L 224.1405828185979 105.55905892319419 L 224.1405828185979 134.19299412646586 L 212.68872694522221 134.19299412646586" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="229.86937443517405" y="108.42130697156603" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R4</text><text class="sch-component-text" x="229.86937443517405" y="131.33074607809402" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text><circle class="component-pin sch-component-pin" cx="218.41465488191005" cy="98.39842736246003" r="1.4318399441579999px" stroke-width="1.4318399441579999px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="60.91226102453015" y="678.29360474645" width="42.955198324739854" height="71.59199720790002" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="60.91226102453015" y="678.29360474645" width="42.955198324739854" height="71.59199720790002" fill="transparent"/><text class="sch-text" x="82.38986018690002" y="714.0896033504" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 82.38986018690002, 714.0896033504)">JP1</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="735.5672025127699" x2="132.50425823242995" y2="735.5672025127699" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="131.07241828827193" y="734.1353625686119" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="734.135362568612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="721.24880307119" x2="132.50425823242995" y2="721.24880307119" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="131.07241828827193" y="719.816963127032" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="719.816963127032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="706.93040362961" x2="131.07241828827205" y2="706.93040362961" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.50425823242995" cy="706.93040362961" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="131.07241828827193" y="705.498563685452" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="705.4985636854519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="692.6120041880299" x2="131.07241828827205" y2="692.6120041880299" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.50425823242995" cy="692.6120041880299" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="131.07241828827193" y="691.1801642438719" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="691.180164243872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="418.87224706403003" y="663.97520530487" width="42.955198324740024" height="100.22879609105996" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="418.87224706403003" y="663.97520530487" width="42.955198324740024" height="100.22879609105996" fill="transparent"/><text class="sch-text" x="440.3498462264" y="714.0896033504" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 440.3498462264, 714.0896033504)">JP2</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="749.88560195435" x2="490.46424427193006" y2="749.88560195435" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="489.03240432777204" y="748.453762010192" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="748.453762010192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="735.5672025127699" x2="489.03240432777204" y2="735.5672025127699" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="735.5672025127699" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="734.1353625686119" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="734.135362568612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="721.24880307119" x2="489.03240432777204" y2="721.24880307119" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="721.24880307119" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="719.816963127032" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="719.816963127032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="706.93040362961" x2="489.03240432777204" y2="706.93040362961" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="706.93040362961" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="705.498563685452" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="705.4985636854519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="692.6120041880299" x2="490.46424427193006" y2="692.6120041880299" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_4__stack1"><rect x="489.03240432777204" y="691.1801642438719" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="691.180164243872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="678.29360474645" x2="490.46424427193006" y2="678.29360474645" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_5__stack1"><rect x="489.03240432777204" y="676.861764802292" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="676.861764802292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="633.64823868773" cy="241.58242177826" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="633.64823868773" cy="270.21922066142" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="633.64823868773" cy="298.85601954458" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="633.64823868773" cy="327.49281842773996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="819.78743142827" cy="327.49281842773996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="819.78743142827" cy="298.85601954457996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="819.78743142827" cy="270.21922066141997" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="819.78743142827" cy="241.58242177826" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="891.3794286361699" cy="191.46802373273" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="891.3794286361699" cy="148.51282540799" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="980.8694251460449" cy="105.55762708325" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="948.65302640249" cy="78.53164813726778" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="916.436627658935" cy="105.55762708325" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1005.9266241688099" cy="191.46802373273" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1005.9266241688099" cy="148.51282540799" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="1113.3101669584337" cy="144.93322554759501" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="1113.3190730028864" cy="80.500428060485" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1113.31461998066" cy="220.10482261589001" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1113.31461998066" cy="177.14962429115002" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="526.2602428758801" cy="410.539535188904" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="526.2602428758801" cy="356.1296173109" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="454.66824566798005" cy="410.539535188904" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="454.66824566798005" cy="356.1296173109" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="218.41465488191005" cy="245.162021638655" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="245.44063382789227" cy="212.9456228951" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="218.41465488191005" cy="180.729224151545" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="218.41465488191005" cy="141.35362568720004" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="218.41465488191005" cy="98.39842736246004" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="132.50425823242995" cy="735.5672025127699" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="132.50425823242995" cy="721.24880307119" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="132.50425823242995" cy="706.93040362961" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="132.50425823242995" cy="692.6120041880299" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="490.46424427193006" cy="749.88560195435" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="490.46424427193006" cy="735.5672025127699" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="490.46424427193006" cy="721.24880307119" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_3__stack1"><circle cx="490.46424427193006" cy="706.93040362961" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_4__stack1"><circle cx="490.46424427193006" cy="692.6120041880299" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_5__stack1"><circle cx="490.46424427193006" cy="678.29360474645" r="2.8636798883159997" 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="
|
|
146
|
+
</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 980.8694251460449 105.55762708325 L 1005.9266241688099 105.55762708325 L 1005.9266241688099 148.51282540799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 980.8694251460449 105.55762708325 L 1005.9266241688099 105.55762708325 L 1005.9266241688099 148.51282540799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 916.436627658935 105.55762708325 L 891.3794286361699 105.55762708325 L 891.3794286361699 148.51282540799" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 916.436627658935 105.55762708325 L 891.3794286361699 105.55762708325 L 891.3794286361699 148.51282540799" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1113.3101669584337 144.93322554759501 L 1113.31461998066 177.14962429114996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.3101669584337 144.93322554759501 L 1113.31461998066 177.14962429114996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 218.41465488191005 180.729224151545 L 218.41465488191005 141.35362568720004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 218.41465488191005 180.729224151545 L 218.41465488191005 141.35362568720004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 526.2602428758801 336.083858092688 L 454.66824566798005 336.083858092688 L 454.66824566798005 350.402257534268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 526.2602428758801 336.083858092688 L 454.66824566798005 336.083858092688 L 454.66824566798005 350.402257534268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 633.64823868773 298.85601954457996 L 526.2602428758801 298.85601954457996 L 526.2602428758801 350.402257534268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 298.85601954457996 L 526.2602428758801 298.85601954457996 L 526.2602428758801 350.402257534268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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 1113.3190730028864 80.500428060485 L 1113.3190730028864 64.21324869568775 L 948.65302640249 64.21324869568775 L 948.65302640249 78.53164813726778" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.3190730028864 80.500428060485 L 1113.3190730028864 64.21324869568775 L 948.65302640249 64.21324869568775 L 948.65302640249 78.53164813726778" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 526.2602428758801 404.812175412272 L 526.2602428758801 419.13057485385195 L 454.66824566798005 419.13057485385195 L 454.66824566798005 404.812175412272" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 526.2602428758801 404.812175412272 L 526.2602428758801 419.13057485385195 L 454.66824566798005 419.13057485385195 L 454.66824566798005 404.812175412272" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 891.3794286361699 191.46802373273 L 891.3794286361699 298.85601954457996 L 819.78743142827 298.85601954457996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 891.3794286361699 191.46802373273 L 891.3794286361699 298.85601954457996 L 819.78743142827 298.85601954457996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 1005.9266241688099 191.46802373273 L 1005.9266241688099 327.49281842773996 L 819.78743142827 327.49281842773996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1005.9266241688099 191.46802373273 L 1005.9266241688099 327.49281842773996 L 819.78743142827 327.49281842773996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 1113.31461998066 220.10482261589 L 1113.31461998066 749.88560195435 L 490.46424427193006 749.88560195435" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1113.31461998066 220.10482261589 L 1113.31461998066 749.88560195435 L 490.46424427193006 749.88560195435" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 132.50425823242995 735.5672025127699 L 218.41465488191005 735.5672025127699 L 218.41465488191005 245.162021638655" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.50425823242995 735.5672025127699 L 218.41465488191005 735.5672025127699 L 218.41465488191005 245.162021638655" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_12__stack1"><path d="M 633.64823868773 241.58242177826 L 596.3488081424141 241.58242177826 L 596.3488081424141 284.537620103 L 619.32983924615 284.537620103 L 619.32983924615 298.85601954458" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 241.58242177826 L 596.3488081424141 241.58242177826 L 596.3488081424141 284.537620103 L 619.32983924615 284.537620103 L 619.32983924615 298.85601954458" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_13__stack1"><path d="M 132.50425823242995 721.24880307119 L 247.12304576227802 721.24880307119 L 247.12304576227802 717.597611213587" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.50425823242995 721.24880307119 L 247.12304576227802 721.24880307119 L 247.12304576227802 717.597611213587" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_14__stack1"><path d="M 490.46424427193006 692.6120041880299 L 522.7522350126928 692.6120041880299 L 522.7522350126928 671.0628130284521" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.46424427193006 692.6120041880299 L 522.7522350126928 692.6120041880299 L 522.7522350126928 671.0628130284521" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_15__stack1"><path d="M 633.64823868773 270.21922066142 L 501.8473718279861 270.21922066142 L 501.8473718279861 273.8704125190229" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 633.64823868773 270.21922066142 L 501.8473718279861 270.21922066142 L 501.8473718279861 273.8704125190229" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" 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_16__stack1"><path d="M 490.46424427193006 678.29360474645 L 579.309912806934 678.29360474645 L 579.309912806934 681.944796604053" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="11.454719553263999px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.46424427193006 678.29360474645 L 579.309912806934 678.29360474645 L 579.309912806934 681.944796604053" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__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="662.28503757089" y="227.26402233668" width="128.8655949742199" height="114.54719553263999" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="662.28503757089" y="227.26402233668" width="128.8655949742199" height="114.54719553263999" fill="transparent"/><text class="sch-text" x="726.717835058" y="284.537620103" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 726.717835058, 284.537620103)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="241.58242177826" x2="633.64823868773" y2="241.58242177826" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="632.216398743572" y="240.150581834102" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="240.150581834102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="270.21922066142" x2="633.64823868773" y2="270.21922066142" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="632.216398743572" y="268.787380717262" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="268.787380717262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="298.85601954458" x2="633.64823868773" y2="298.85601954458" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="632.216398743572" y="297.424179600422" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="297.424179600422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="662.28503757089" y1="327.49281842773996" x2="635.080078631888" y2="327.49281842773996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="633.64823868773" cy="327.49281842773996" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="632.216398743572" y="326.06097848358195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.96663812931" y="326.060978483582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="327.49281842773996" x2="819.78743142827" y2="327.49281842773996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="818.355591484112" y="326.06097848358195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="326.060978483582" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="298.85601954457996" x2="819.78743142827" y2="298.85601954457996" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="818.355591484112" y="297.42417960042195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="297.424179600422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="270.21922066141997" x2="818.355591484112" y2="270.21922066141997" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="819.78743142827" cy="270.21922066141997" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="818.355591484112" y="268.78738071726195" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="268.787380717262" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="791.1506325451099" y1="241.58242177826" x2="818.355591484112" y2="241.58242177826" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="819.78743142827" cy="241.58242177826" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="818.355591484112" y="240.150581834102" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="805.46903198669" y="240.150581834102" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">8</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="885.653500699482" y="148.51282540799" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 891.3794286361699 191.46802373273002 L 891.3794286361699 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 891.3794286361699 155.67345696872417 L 891.3794286361699 148.51282540799" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 885.653500699482 184.30739217199584 L 885.653500699482 155.67345696872417 L 897.1053565728578 155.67345696872417 L 897.1053565728578 184.30739217199584 L 885.653500699482 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="902.8341481894339" y="158.535705017096" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R1</text><text class="sch-component-text" x="902.8341481894339" y="181.445144123624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="945.0734265420949" y="94.818827502065" width="7.15919972079007" height="7.159199720789985" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="945.0734265420949" y="94.818827502065" width="7.15919972079007" height="7.159199720789985" fill="transparent"/><text class="sch-text" x="948.65302640249" y="98.39842736246001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 948.65302640249, 98.39842736246001)">SJ1</text><line class="component-pin sch-component-pin sch-port-line" x1="952.232626262885" y1="105.55762708325" x2="980.8694251460449" y2="105.55762708325" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="979.4375852018869" y="104.125787139092" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="966.551025704465" y="104.12578713909201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="948.65302640249" y1="94.818827502065" x2="948.65302640249" y2="78.53164813726778" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="947.221186458332" y="77.09980819310978" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="947.221186458332" y="86.67523781966639" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 947.221186458332 86.67523781966639)">2</text><line class="component-pin sch-component-pin sch-port-line" x1="945.0734265420949" y1="105.55762708325" x2="916.436627658935" y2="105.55762708325" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="915.004787714777" y="104.125787139092" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="930.755027100515" y="104.12578713909201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</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="1000.200696232122" y="148.51282540799" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 1005.9266241688099 191.46802373273002 L 1005.9266241688099 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1005.9266241688099 155.67345696872417 L 1005.9266241688099 148.51282540799" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1000.200696232122 184.30739217199584 L 1000.200696232122 155.67345696872417 L 1011.6525521054978 155.67345696872417 L 1011.6525521054978 184.30739217199584 L 1000.200696232122 184.30739217199584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1017.3813437220739" y="158.535705017096" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R2</text><text class="sch-component-text" x="1017.3813437220739" y="181.445144123624" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="1102.4273922912637" y="109.137226943645" width="21.77445537879271" height="7.159199720790042" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1102.4273922912637" y="109.137226943645" width="21.77445537879271" height="7.159199720790042" fill="transparent"/><text class="sch-text" x="1113.31461998066" y="112.71682680404001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 1113.31461998066, 112.71682680404001)">SJ2</text><line class="component-pin sch-component-pin sch-port-line" x1="1113.3101669584337" y1="116.29642666443505" x2="1113.3101669584337" y2="144.93322554759501" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="1111.8783270142758" y="143.50138560343703" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="1111.8783270142758" y="130.61482610601502" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 1111.8783270142758 130.61482610601502)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1113.3190730028864" y1="109.137226943645" x2="1113.3190730028864" y2="80.500428060485" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="1111.8872330587285" y="79.068588116327" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="1111.8872330587283" y="94.818827502065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 1111.8872330587283 94.818827502065)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="1107.588692043972" y="177.14962429115" width="11.451855873375735" height="42.955198324740024" fill="transparent"/><path class="sch-component-symbol-path" d="M 1113.31461998066 220.10482261589001 L 1113.31461998066 212.94419105515584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1113.31461998066 184.31025585188416 L 1113.31461998066 177.14962429115" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 1107.588692043972 212.94419105515584 L 1107.588692043972 184.31025585188416 L 1119.0405479173478 184.31025585188416 L 1119.0405479173478 212.94419105515584 L 1107.588692043972 212.94419105515584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="1124.769339533924" y="187.172503900256" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R3</text><text class="sch-component-text" x="1124.769339533924" y="210.081943006784" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component-overlay sch-component-overlay" x="511.7491177778164" y="350.402257534268" width="29.02225019612729" height="54.40991787800397" fill="transparent"/><path class="sch-component-symbol-path" d="M 526.2602428758801 350.402257534268 L 526.2602428758801 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 526.2602428758801 383.0482082610704 L 526.2602428758801 404.812175412272" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 511.7491177778164 372.1662246854696 L 540.7713679739437 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 511.7491177778164 383.0482082610704 L 540.7713679739437 383.0482082610704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="534.8751465398974" y="359.470577180602" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.886559497421999px">C2</text><text class="sch-component-text" x="534.8751465398974" y="395.743855765938" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component-overlay sch-component-overlay" x="440.1571205699164" y="350.402257534268" width="29.02225019612729" height="54.40991787800397" fill="transparent"/><path class="sch-component-symbol-path" d="M 454.66824566798005 350.402257534268 L 454.66824566798005 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 454.66824566798005 383.0482082610704 L 454.66824566798005 404.812175412272" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 440.1571205699164 372.1662246854696 L 469.1793707660437 372.1662246854696" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 440.1571205699164 383.0482082610704 L 469.1793707660437 383.0482082610704" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="463.2831493319973" y="359.470577180602" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="12.886559497421999px">C1</text><text class="sch-component-text" x="463.2831493319973" y="395.743855765938" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="12.886559497421999px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="221.99425474230503" y="209.366023034705" width="7.1591997207900135" height="7.1591997207900135" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="221.99425474230503" y="209.366023034705" width="7.1591997207900135" height="7.1591997207900135" fill="transparent"/><text class="sch-text" x="225.57385460270007" y="212.9456228951" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 225.57385460270007, 212.9456228951)">SJ3</text><line class="component-pin sch-component-pin sch-port-line" x1="218.41465488191005" y1="216.525222755495" x2="218.41465488191005" y2="245.162021638655" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="216.98281493775204" y="243.730181694497" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.9828149377521" y="230.843622197075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 216.9828149377521 230.843622197075)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="229.15345446309504" y1="212.9456228951" x2="244.0087938837343" y2="212.9456228951" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="245.44063382789227" cy="212.9456228951" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="244.00879388373426" y="211.51378295094202" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="237.29704414549366" y="211.51378295094202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="218.41465488191005" y1="209.366023034705" x2="218.41465488191005" y2="180.729224151545" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_8_2__stack1"><rect x="216.98281493775204" y="179.29738420738698" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="216.9828149377521" y="195.047623593125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="rotate(-90 216.9828149377521 195.047623593125)">3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component-overlay sch-component-overlay" x="212.68872694522221" y="98.39842736246003" width="11.451855873375678" height="42.95519832473998" fill="transparent"/><path class="sch-component-symbol-path" d="M 218.41465488191005 141.3536256872 L 218.41465488191005 134.19299412646586" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 218.41465488191005 105.55905892319419 L 218.41465488191005 98.39842736246003" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 212.68872694522221 134.19299412646586 L 212.68872694522221 105.55905892319419 L 224.1405828185979 105.55905892319419 L 224.1405828185979 134.19299412646586 L 212.68872694522221 134.19299412646586" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.4318399441579999px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="229.86937443517405" y="108.42130697156603" stroke="rgb(245, 241, 237)" stroke-width="1.4318399441579999px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px">R4</text><text class="sch-component-text" x="229.86937443517405" y="131.33074607809402" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="12.886559497421999px"></text><circle class="component-pin sch-component-pin" cx="218.41465488191005" cy="98.39842736246003" r="1.4318399441579999px" stroke-width="1.4318399441579999px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="60.91226102453015" y="678.29360474645" width="42.955198324739854" height="71.59199720790002" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="60.91226102453015" y="678.29360474645" width="42.955198324739854" height="71.59199720790002" fill="transparent"/><text class="sch-text" x="82.38986018690002" y="714.0896033504" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 82.38986018690002, 714.0896033504)">JP1</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="735.5672025127699" x2="132.50425823242995" y2="735.5672025127699" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="131.07241828827193" y="734.1353625686119" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="734.135362568612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="721.24880307119" x2="132.50425823242995" y2="721.24880307119" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="131.07241828827193" y="719.816963127032" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="719.816963127032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="706.93040362961" x2="131.07241828827205" y2="706.93040362961" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.50425823242995" cy="706.93040362961" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="131.07241828827193" y="705.498563685452" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="705.4985636854519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="103.86745934927" y1="692.6120041880299" x2="131.07241828827205" y2="692.6120041880299" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_10_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.50425823242995" cy="692.6120041880299" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="131.07241828827193" y="691.1801642438719" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.18585879085003" y="691.180164243872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="418.87224706403003" y="663.97520530487" width="42.955198324740024" height="100.22879609105996" stroke-width="1.4318399441579999px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="418.87224706403003" y="663.97520530487" width="42.955198324740024" height="100.22879609105996" fill="transparent"/><text class="sch-text" x="440.3498462264" y="714.0896033504" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.886559497421999px" transform="rotate(0, 440.3498462264, 714.0896033504)">JP2</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="749.88560195435" x2="490.46424427193006" y2="749.88560195435" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="489.03240432777204" y="748.453762010192" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="748.453762010192" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="735.5672025127699" x2="489.03240432777204" y2="735.5672025127699" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="735.5672025127699" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="734.1353625686119" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="734.135362568612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="721.24880307119" x2="489.03240432777204" y2="721.24880307119" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="721.24880307119" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="719.816963127032" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="719.816963127032" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="706.93040362961" x2="489.03240432777204" y2="706.93040362961" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="490.46424427193006" cy="706.93040362961" r="1.4318399441579999" stroke-width="1.4318399441579999px"/><rect x="489.03240432777204" y="705.498563685452" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="705.4985636854519" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="692.6120041880299" x2="490.46424427193006" y2="692.6120041880299" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_4__stack1"><rect x="489.03240432777204" y="691.1801642438719" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="691.180164243872" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="461.82744538877006" y1="678.29360474645" x2="490.46424427193006" y2="678.29360474645" stroke-width="1.4318399441579999px"/><g class="sch-port" data-schematic-port-id="source_port_11_5__stack1"><rect x="489.03240432777204" y="676.861764802292" width="2.8636798883159997" height="2.8636798883159997" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.14584483035003" y="676.861764802292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="10.738799581184999px" transform="">6</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="633.64823868773" cy="241.58242177826" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="633.64823868773" cy="270.21922066142" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="633.64823868773" cy="298.85601954458" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="633.64823868773" cy="327.49281842773996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="819.78743142827" cy="327.49281842773996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="819.78743142827" cy="298.85601954457996" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="819.78743142827" cy="270.21922066141997" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="819.78743142827" cy="241.58242177826" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="891.3794286361699" cy="191.46802373273" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="891.3794286361699" cy="148.51282540799" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="980.8694251460449" cy="105.55762708325" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="948.65302640249" cy="78.53164813726778" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="916.436627658935" cy="105.55762708325" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1005.9266241688099" cy="191.46802373273" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1005.9266241688099" cy="148.51282540799" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="1113.3101669584337" cy="144.93322554759501" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="1113.3190730028864" cy="80.500428060485" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1113.31461998066" cy="220.10482261589001" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1113.31461998066" cy="177.14962429115002" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="526.2602428758801" cy="410.539535188904" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="526.2602428758801" cy="356.1296173109" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="454.66824566798005" cy="410.539535188904" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="454.66824566798005" cy="356.1296173109" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="218.41465488191005" cy="245.162021638655" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="245.44063382789227" cy="212.9456228951" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_2__stack1"><circle cx="218.41465488191005" cy="180.729224151545" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="218.41465488191005" cy="141.35362568720004" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="218.41465488191005" cy="98.39842736246004" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="132.50425823242995" cy="735.5672025127699" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="132.50425823242995" cy="721.24880307119" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_2__stack1"><circle cx="132.50425823242995" cy="706.93040362961" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_3__stack1"><circle cx="132.50425823242995" cy="692.6120041880299" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="490.46424427193006" cy="749.88560195435" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="490.46424427193006" cy="735.5672025127699" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_2__stack1"><circle cx="490.46424427193006" cy="721.24880307119" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_3__stack1"><circle cx="490.46424427193006" cy="706.93040362961" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_4__stack1"><circle cx="490.46424427193006" cy="692.6120041880299" r="2.8636798883159997" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_5__stack1"><circle cx="490.46424427193006" cy="678.29360474645" r="2.8636798883159997" 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="
|
|
147
147
|
M 596.3488081424141,241.58242177826
|
|
148
148
|
L 589.1896084216241,237.7164539290334
|
|
149
149
|
L 589.1896084216241,213.16517168653758
|