@tscircuit/schematic-trace-solver 0.0.174 → 0.0.176
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -0
- package/dist/index.js +759 -91
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +5 -1
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +16 -1
- package/lib/solvers/InlineNetLabelSolver/restoreReroutesAroundSupersededLabels.ts +174 -0
- package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +2 -30
- package/lib/solvers/SameNetJunctionAlignmentSolver/SameNetJunctionAlignmentSolver.ts +2 -0
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +748 -15
- package/lib/solvers/SameNetJunctionAlignmentSolver/findNearestSharedPinExitRail.ts +140 -0
- package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +12 -5
- package/lib/utils/doesPathCoincideWithTraces.ts +17 -4
- package/lib/utils/pathIntersectsRenderedLabel.ts +33 -0
- package/package.json +1 -1
- package/site/bug-reports/bug-report-20260901T055358Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260901T064117Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260901T134241Z.page.tsx +4 -0
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.test.ts +9 -0
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.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-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +8 -4
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.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-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +6 -6
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +676 -0
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.json +2467 -0
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.test.ts +59 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +134 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.json +215 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +115 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/bug-report-20260901T134241Z.json +359 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/bug-report-20260901T134241Z.test.ts +60 -0
- package/tests/examples/__snapshots__/example51.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +10 -10
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +10 -10
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +10 -10
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.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-tida010076-page02.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +134 -0
- package/tests/repros/__snapshots__/repro-wireless-mouse-charger-section.snap.svg +164 -0
- 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-trellis-core-gnd-net-label-overlap.input.json +178 -0
- package/tests/repros/assets/repro-wireless-mouse-charger-section.input.json +591 -0
- package/tests/repros/repro-isolated-rs485-isow7841.test.ts +4 -1
- package/tests/repros/repro-powerbank-3v-system-power.test.ts +24 -0
- package/tests/repros/repro-tida-01389-hbridge.test.ts +24 -0
- package/tests/repros/repro-trellis-core-gnd-net-label-overlap.test.ts +73 -0
- package/tests/repros/repro-wireless-mouse-charger-section.test.ts +16 -0
- package/tests/solvers/InlineNetLabelSolver/restore-reroutes-around-superseded-labels.test.ts +186 -0
- package/tests/solvers/SameNetJunctionAlignmentSolver/parallel-load-rails.test.ts +1 -0
|
@@ -0,0 +1,134 @@
|
|
|
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
|
+
<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="1.9,-0.5 8,5.38" data-type="line" data-label="" points="222.1917808219178,424.5445205479452 514.6575342465753,142.6267123287671" fill="none" stroke="hsl(211, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.3 7.25,-0.62" data-type="line" data-label="" points="222.1917808219178,414.95547945205476 478.69863013698625,430.29794520547944" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.1 1.9,0.3" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 222.1917808219178,386.18835616438355" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.1 1.9,0.5" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 222.1917808219178,376.5993150684931" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.1 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.1 9,-1.38" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,-0.1 8,4.62" data-type="line" data-label="" points="222.1917808219178,405.36643835616434 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.3 1.9,0.5" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 222.1917808219178,376.5993150684931" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.3 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.3 9,-1.38" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.3 8,4.62" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 7.25,-1.38" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 478.69863013698625,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 9,-1.38" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 8,4.62" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.25,-1.38 9,-1.38" data-type="line" data-label="" points="478.69863013698625,466.736301369863 562.6027397260274,466.736301369863" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.25,-1.38 8,4.62" data-type="line" data-label="" points="478.69863013698625,466.736301369863 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9,-1.38 8,4.62" data-type="line" data-label="" points="562.6027397260274,466.736301369863 514.6575342465753,179.06506849315065" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.1 9,-0.62" data-type="line" data-label="" points="222.1917808219178,395.777397260274 562.6027397260274,430.29794520547944" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9,0.5 2.421,0.5 2.421,0.3 1.9,0.3" data-type="line" data-label="" points="222.1917808219178,376.5993150684931 247.17123287671234,376.5993150684931 247.17123287671234,386.18835616438355 222.1917808219178,386.18835616438355" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.25,-1.38 7.25,-1.58 9,-1.58 9,-1.38" data-type="line" data-label="" points="478.69863013698625,466.736301369863 478.69863013698625,476.3253424657534 562.6027397260274,476.3253424657534 562.6027397260274,466.736301369863" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,0.3 2.421,0.30000000000000004 2.421,-0.1 1.9,-0.1" data-type="line" data-label="" points="222.1917808219178,386.18835616438355 247.17123287671234,386.18835616438355 247.17123287671234,405.36643835616434 222.1917808219178,405.36643835616434" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8,5.38 8,5.481 7.5489999999999995,5.481" data-type="line" data-label="" points="514.6575342465753,142.6267123287671 514.6575342465753,137.78424657534242 493.0342465753424,137.78424657534242" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.9,0.1 3.2309999999999994,0.1 3.2309999999999994,0.15100000000000002" data-type="line" data-label="" points="222.1917808219178,395.777397260274 286.0068493150685,395.777397260274 286.0068493150685,393.3321917808219" 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="40" y="304.68150684931504" width="182.1917808219178" height="191.78082191780823" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="7.3825" data-y="-1" x="457.12328767123296" y="430.29794520547944" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="9.1325" data-y="-1" x="541.027397260274" y="430.29794520547944" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="8.1325" data-y="5" x="493.08219178082203" y="142.6267123287671" width="55.85616438356158" height="36.43835616438355" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="T113-S3" data-x="-1.08" data-y="-2.13" x="59.17808219178082" y="498.3801369863014" width="40.27397260273972" height="8.630136986301352" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="U3" data-x="-1.38" data-y="2.115" x="56.301369863013704" y="293.17465753424653" width="17.260273972602732" height="11.986301369862986" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: P1V8
|
|
4
|
+
globalConnNetId: connectivity_net0" data-x="2.2009999999999996" data-y="-0.5" x="222.23972602739724" y="419.75" width="28.76712328767121" height="9.589041095890366" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: P1V8
|
|
5
|
+
globalConnNetId: connectivity_net0" data-x="7.249" data-y="5.481" x="464.2671232876712" y="132.98972602739724" width="28.76712328767121" height="9.589041095890366" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: Net_U3F_VRA2
|
|
6
|
+
globalConnNetId: connectivity_net1" data-x="2.1109999999999998" data-y="-0.3" x="222.23972602739727" y="410.1609589041095" width="20.13698630136986" height="9.589041095890423" fill="#ef444466" stroke="#ef4444" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: Net_U3F_VRA2
|
|
7
|
+
globalConnNetId: connectivity_net1" data-x="7.25" data-y="-0.40900000000000003" x="441.3013698630137" y="410.1130136986301" width="74.79452054794513" height="20.13698630136986" fill="#ef444466" stroke="#ef4444" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
8
|
+
globalConnNetId: connectivity_net2" data-x="2.421" data-y="-0.31" x="235.66438356164386" y="405.3664383561644" width="23.013698630136957" height="20.13698630136986" fill="#00000066" stroke="#000000" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
9
|
+
globalConnNetId: connectivity_net2" data-x="7.25" data-y="-1.79" x="467.1917808219178" y="476.32534246575335" width="23.0136986301369" height="20.13698630136986" fill="#00000066" stroke="#000000" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
10
|
+
globalConnNetId: connectivity_net2" data-x="8" data-y="4.409" x="503.1506849315068" y="179.1130136986301" width="23.013698630137014" height="20.13698630136986" fill="#00000066" stroke="#000000" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: Net_U3F_VRA1
|
|
11
|
+
globalConnNetId: connectivity_net3" data-x="3.2309999999999994" data-y="0.361" x="248.60958904109592" y="373.19520547945206" width="74.79452054794518" height="20.13698630136986" fill="#ef444466" stroke="#ef4444" stroke-width="0.020857142857142855"/></g><g><rect data-type="rect" data-label="netId: Net_U3F_VRA1
|
|
12
|
+
globalConnNetId: connectivity_net3" data-x="9" data-y="-0.40900000000000003" x="525.2054794520548" y="410.1130136986301" width="74.79452054794513" height="20.13698630136986" fill="#ef444466" stroke="#ef4444" stroke-width="0.020857142857142855"/></g><g><circle data-type="point" data-label="AVCC
|
|
13
|
+
x+" data-x="1.9" data-y="-0.5" cx="222.1917808219178" cy="424.5445205479452" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VRA2
|
|
14
|
+
x+" data-x="1.9" data-y="-0.3" cx="222.1917808219178" cy="414.95547945205476" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="AGND
|
|
15
|
+
x+" data-x="1.9" data-y="-0.1" cx="222.1917808219178" cy="405.36643835616434" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VRA1
|
|
16
|
+
x+" data-x="1.9" data-y="0.1" cx="222.1917808219178" cy="395.777397260274" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="FMINR
|
|
17
|
+
x+" data-x="1.9" data-y="0.3" cx="222.1917808219178" cy="386.18835616438355" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="FMINL
|
|
18
|
+
x+" data-x="1.9" data-y="0.5" cx="222.1917808219178" cy="376.5993150684931" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
19
|
+
y+" data-x="7.25" data-y="-0.62" cx="478.69863013698625" cy="430.29794520547944" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
20
|
+
y-" data-x="7.25" data-y="-1.38" cx="478.69863013698625" cy="466.736301369863" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
21
|
+
y+" data-x="9" data-y="-0.62" cx="562.6027397260274" cy="430.29794520547944" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
22
|
+
y-" data-x="9" data-y="-1.38" cx="562.6027397260274" cy="466.736301369863" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
23
|
+
y+" data-x="8" data-y="5.38" cx="514.6575342465753" cy="142.6267123287671" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
24
|
+
y-" data-x="8" data-y="4.62" cx="514.6575342465753" cy="179.06506849315065" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
25
|
+
orientation: x+" data-x="1.9" data-y="-0.5" cx="222.1917808219178" cy="424.5445205479452" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
26
|
+
orientation: x-" data-x="7.5489999999999995" data-y="5.481" cx="493.0342465753424" cy="137.78424657534242" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
27
|
+
orientation: x+" data-x="1.9" data-y="-0.3" cx="222.1917808219178" cy="414.95547945205476" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
28
|
+
orientation: y+" data-x="7.25" data-y="-0.62" cx="478.69863013698625" cy="430.29794520547944" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
29
|
+
orientation: y-" data-x="2.421" data-y="-0.1" cx="247.17123287671234" cy="405.36643835616434" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
30
|
+
orientation: y-" data-x="7.25" data-y="-1.58" cx="478.69863013698625" cy="476.3253424657534" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
31
|
+
orientation: y-" data-x="8" data-y="4.62" cx="514.6575342465753" cy="179.06506849315065" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
32
|
+
orientation: y+" data-x="3.2309999999999994" data-y="0.15100000000000002" cx="286.0068493150685" cy="393.3321917808219" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
33
|
+
orientation: y+" data-x="9" data-y="-0.62" cx="562.6027397260274" cy="430.29794520547944" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
|
|
34
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
35
|
+
const svg = e.currentTarget;
|
|
36
|
+
const rect = svg.getBoundingClientRect();
|
|
37
|
+
const x = e.clientX - rect.left;
|
|
38
|
+
const y = e.clientY - rect.top;
|
|
39
|
+
const crosshair = svg.getElementById('crosshair');
|
|
40
|
+
const h = svg.getElementById('crosshair-h');
|
|
41
|
+
const v = svg.getElementById('crosshair-v');
|
|
42
|
+
const coords = svg.getElementById('coordinates');
|
|
43
|
+
|
|
44
|
+
crosshair.style.display = 'block';
|
|
45
|
+
h.setAttribute('x1', '0');
|
|
46
|
+
h.setAttribute('x2', '640');
|
|
47
|
+
h.setAttribute('y1', y);
|
|
48
|
+
h.setAttribute('y2', y);
|
|
49
|
+
v.setAttribute('x1', x);
|
|
50
|
+
v.setAttribute('x2', x);
|
|
51
|
+
v.setAttribute('y1', '0');
|
|
52
|
+
v.setAttribute('y2', '640');
|
|
53
|
+
|
|
54
|
+
// Calculate real coordinates using inverse transformation
|
|
55
|
+
const matrix = {"a":47.945205479452056,"c":0,"e":131.0958904109589,"b":0,"d":-47.945205479452056,"f":400.57191780821915};
|
|
56
|
+
// Manually invert and apply the affine transform
|
|
57
|
+
// Since we only use translate and scale, we can directly compute:
|
|
58
|
+
// x' = (x - tx) / sx
|
|
59
|
+
// y' = (y - ty) / sy
|
|
60
|
+
const sx = matrix.a;
|
|
61
|
+
const sy = matrix.d;
|
|
62
|
+
const tx = matrix.e;
|
|
63
|
+
const ty = matrix.f;
|
|
64
|
+
const realPoint = {
|
|
65
|
+
x: (x - tx) / sx,
|
|
66
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
70
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
71
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
72
|
+
});
|
|
73
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
74
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
75
|
+
});
|
|
76
|
+
]]></script>
|
|
77
|
+
</g>
|
|
78
|
+
<g transform="translate(0, 1216)">
|
|
79
|
+
<style>
|
|
80
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
81
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
82
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
83
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
84
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
85
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
86
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
87
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
88
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
89
|
+
|
|
90
|
+
</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 408.88535393706 507.30598795590004 L 456.2436086808524 507.30598795590004 L 456.2436086808524 525.48574025678 L 408.88535393706 525.48574025678" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 507.30598795590004 L 456.2436086808524 507.30598795590004 L 456.2436086808524 525.48574025678 L 408.88535393706 525.48574025678" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 895.1937279855999 678.1956595841721 L 895.1937279855999 696.375411885052 L 1054.2665606183 696.375411885052 L 1054.2665606183 678.1956595841721" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 895.1937279855999 678.1956595841721 L 895.1937279855999 696.375411885052 L 1054.2665606183 696.375411885052 L 1054.2665606183 678.1956595841721" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 408.88535393706 525.48574025678 L 456.2436086808524 525.48574025678 L 456.2436086808524 561.84524485854 L 408.88535393706 561.84524485854" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 525.48574025678 L 456.2436086808524 525.48574025678 L 456.2436086808524 561.84524485854 L 408.88535393706 561.84524485854" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 963.3677991139 63.72003181442807 L 963.3677991139 54.53925690248366 L 922.3724576754155 54.53925690248366" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 963.3677991139 63.72003181442807 L 963.3677991139 54.53925690248366 L 922.3724576754155 54.53925690248366" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" 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 408.88535393706 543.6654925576601 L 529.8716054994163 543.6654925576601 L 529.8716054994163 539.0296557209356" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.543801840704px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 408.88535393706 543.6654925576601 L 529.8716054994163 543.6654925576601 L 529.8716054994163 539.0296557209356" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.817975230088px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="456.2436086808524" cy="525.48574025678" r="2.726962845132" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="408.88535393706" cy="525.48574025678" r="2.726962845132" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="99.8295648221" y="370.95784569930004" width="272.6962845132" height="363.5950460176" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="99.8295648221" y="370.95784569930004" width="272.6962845132" height="363.5950460176" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="598.2047494603" x2="407.067378706972" y2="598.2047494603" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="408.88535393706" cy="598.2047494603" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="407.067378706972" y="596.386774230212" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="596.386774230212" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="598.2047494603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">AVCC</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="580.0249971594201" x2="407.067378706972" y2="580.0249971594201" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="408.88535393706" cy="580.0249971594201" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="407.067378706972" y="578.2070219293321" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="578.2070219293321" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="580.0249971594201" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">VRA2</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="561.84524485854" x2="408.88535393706" y2="561.84524485854" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="407.067378706972" y="560.027269628452" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="560.027269628452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="561.84524485854" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">AGND</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="543.6654925576601" x2="408.88535393706" y2="543.6654925576601" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="407.067378706972" y="541.8475173275721" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="541.8475173275721" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="543.6654925576601" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">VRA1</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="525.48574025678" x2="408.88535393706" y2="525.48574025678" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="407.067378706972" y="523.667765026692" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="523.667765026692" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="525.48574025678" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">FMINR</text><line class="component-pin sch-component-pin sch-port-line" x1="372.5258493353" y1="507.30598795590004" x2="408.88535393706" y2="507.30598795590004" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="407.067378706972" y="505.48801272581204" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="390.70560163617995" y="505.48801272581204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform=""></text><text class="pin-number sch-pin-label" x="363.43597318486" y="507.30598795590004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.63481422566px" transform="">FMINL</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="854.28928530862" y="639.10919213728" width="105.89705715262596" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="854.28928530862" y="639.10919213728" width="105.89705715262596" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="895.1937279855999" y1="639.10919213728" x2="895.1937279855999" y2="610.930576070916" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="895.1937279855999" cy="609.112600840828" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="893.3757527555119" y="607.29462561074" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="893.375752755512" y="624.1108964890541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 893.375752755512 624.1108964890541)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="895.1937279855999" y1="648.19906828772" x2="895.1937279855999" y2="678.1956595841721" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="893.3757527555119" y="676.3776843540841" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="893.375752755512" y="663.197363935946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 893.375752755512 663.197363935946)">2</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="1013.3621179413201" y="639.10919213728" width="105.89705715262585" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1013.3621179413201" y="639.10919213728" width="105.89705715262585" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1054.2665606183" y1="639.10919213728" x2="1054.2665606183" y2="610.930576070916" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1054.2665606183" cy="609.112600840828" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="1052.448585388212" y="607.29462561074" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.448585388212" y="624.1108964890541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 1052.448585388212 624.1108964890541)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1054.2665606183" y1="648.19906828772" x2="1054.2665606183" y2="678.1956595841721" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1052.448585388212" y="676.3776843540841" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="1052.448585388212" y="663.197363935946" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 1052.448585388212 663.197363935946)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="922.4633564369201" y="93.71662311088005" width="105.89705715262585" height="9.089876150439977" stroke-width="1.817975230088px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="922.4633564369201" y="93.71662311088005" width="105.89705715262585" height="9.089876150439977" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="963.3677991139" y1="93.71662311088005" x2="963.3677991139" y2="63.72003181442807" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="961.549823883812" y="61.902056584340066" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.549823883812" y="78.71832746265403" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 961.549823883812 78.71832746265403)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="963.3677991139" y1="102.80649926132003" x2="963.3677991139" y2="130.98511532768407" stroke-width="1.817975230088px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="963.3677991139" cy="132.803090557772" r="1.817975230088" stroke-width="1.817975230088px"/><rect x="961.549823883812" y="130.985115327684" width="3.635950460176" height="3.635950460176" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.549823883812" y="117.80479490954605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.63481422566px" transform="rotate(-90 961.549823883812 117.80479490954605)">2</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="408.88535393706" cy="598.2047494603" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="408.88535393706" cy="580.0249971594201" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="408.88535393706" cy="561.84524485854" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="408.88535393706" cy="543.6654925576601" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="408.88535393706" cy="525.48574025678" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="408.88535393706" cy="507.30598795590004" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="895.1937279855999" cy="609.112600840828" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="895.1937279855999" cy="678.1956595841721" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1054.2665606183" cy="609.112600840828" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1054.2665606183" cy="678.1956595841721" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="963.3677991139" cy="63.72003181442807" r="3.635950460176" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="963.3677991139" cy="132.803090557772" r="3.635950460176" 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="
|
|
91
|
+
M 408.88535393706,598.2047494603
|
|
92
|
+
L 413.7938870582976,589.1148733098601
|
|
93
|
+
L 466.32125137297356,589.1148733098601
|
|
94
|
+
L 466.32125137297356,607.29462561074
|
|
95
|
+
L 413.7938870582976,607.29462561074
|
|
96
|
+
Z
|
|
97
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.817975230088px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="417.066242472456" y="598.2047494603" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.361777070791998px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
98
|
+
M 922.3724576754155,54.53925690248366
|
|
99
|
+
L 917.4639245541779,63.629133052923656
|
|
100
|
+
L 864.936560239502,63.62913305292365
|
|
101
|
+
L 864.936560239502,45.44938075204365
|
|
102
|
+
L 917.4639245541779,45.44938075204366
|
|
103
|
+
Z
|
|
104
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.817975230088px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="914.1915691400195" y="54.53925690248366" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.361777070791998px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
105
|
+
M 408.88535393706,580.0249971594201
|
|
106
|
+
L 413.7938870582976,570.9351210089801
|
|
107
|
+
L 444.9661023368732,570.9351210089801
|
|
108
|
+
L 444.9661023368732,589.1148733098601
|
|
109
|
+
L 413.7938870582976,589.1148733098601
|
|
110
|
+
Z
|
|
111
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.817975230088px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="417.066242472456" y="580.0249971594201" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.361777070791998px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
112
|
+
M 895.1937279855999,609.112600840828
|
|
113
|
+
L 886.10385183516,604.2040677195904
|
|
114
|
+
L 886.10385183516,573.0318524410148
|
|
115
|
+
L 904.2836041360399,573.0318524410148
|
|
116
|
+
L 904.2836041360399,604.2040677195904
|
|
117
|
+
Z
|
|
118
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.817975230088px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="895.1937279855999" y="600.931712305432" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.361777070791998px" transform="rotate(-90 895.1937279855999 600.931712305432)">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="445.3357573003244" y="561.84524485854" width="21.815702761055945" height="16.36177707079196" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 445.3357573003244 578.207021929332 L 467.15146006138036 578.207021929332" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.817975230088px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="M 456.2436086808524 578.207021929332 L 456.2436086808524 561.84524485854" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.817975230088px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="456.2436086808524" y="582.751960004552" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.361777070791998px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="884.285876605072" y="696.375411885052" width="21.815702761055945" height="16.36177707079196" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 884.285876605072 712.737188955844 L 906.1015793661279 712.737188955844" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.817975230088px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="M 895.1937279855999 712.737188955844 L 895.1937279855999 696.375411885052" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.817975230088px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="895.1937279855999" y="717.282127031064" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.361777070791998px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="952.459947733372" y="132.80309055777198" width="21.815702761055945" height="16.361777070792016" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 952.459947733372 149.164867628564 L 974.275650494428 149.164867628564" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.817975230088px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="M 963.3677991139 149.164867628564 L 963.3677991139 132.80309055777198" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.817975230088px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="963.3677991139" y="153.70980570378399" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.361777070791998px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
119
|
+
M 529.8716054994163,539.0296557209356
|
|
120
|
+
L 520.7817293489763,534.121122599698
|
|
121
|
+
L 520.7817293489763,502.9489073211224
|
|
122
|
+
L 538.9614816498563,502.9489073211224
|
|
123
|
+
L 538.9614816498563,534.121122599698
|
|
124
|
+
Z
|
|
125
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.817975230088px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="529.8716054994163" y="530.8487671855396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.361777070791998px" transform="rotate(-90 529.8716054994163 530.8487671855396)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
126
|
+
M 1054.2665606183,609.112600840828
|
|
127
|
+
L 1045.17668446786,604.2040677195904
|
|
128
|
+
L 1045.17668446786,573.0318524410148
|
|
129
|
+
L 1063.35643676874,573.0318524410148
|
|
130
|
+
L 1063.35643676874,604.2040677195904
|
|
131
|
+
Z
|
|
132
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.817975230088px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="1054.2665606183" y="600.931712305432" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.361777070791998px" transform="rotate(-90 1054.2665606183 600.931712305432)">XX</text><text class="sch-text" x="138.007044653948" y="746.369730712472" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.361777070791998px" transform="rotate(0, 138.007044653948, 746.369730712472)">T113-S3</text><text class="sch-text" x="110.73741620262801" y="360.504488126294" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.361777070791998px" transform="rotate(0, 110.73741620262801, 360.504488126294)">U3</text><rect class="schematic-box sch-box" x="99.8295648221" y="738.188842177076" width="76.35495966369598" height="16.36177707079196" stroke-width="1.817975230088px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.543801840704 7.271900920352"/><rect class="schematic-box sch-box" x="94.37563913183601" y="349.142142938244" width="32.72355414158402" height="22.724690376100057" stroke-width="1.817975230088px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.543801840704 7.271900920352"/>
|
|
133
|
+
</g>
|
|
134
|
+
</svg>
|
|
@@ -0,0 +1,164 @@
|
|
|
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
|
+
<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="-40.38,-0.2 -39.78,-4" data-type="line" data-label="" points="104.73988439306368,334.5664739884393 124.16184971098278,457.57225433526014" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-34.32,3 -29.560000000000002,3" data-type="line" data-label="" points="300.90173410404645,230.98265895953756 454.98265895953773,230.98265895953756" fill="none" stroke="hsl(32, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-28.36,3 -37.62,-0.1" data-type="line" data-label="" points="493.82658959537594,230.98265895953756 194.08092485549173,331.32947976878614" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-40.38,0 -38.22,-4" data-type="line" data-label="" points="104.73988439306368,328.09248554913296 174.6589595375724,457.57225433526014" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-40.38,0 -34,-3.3800000000000003" data-type="line" data-label="" points="104.73988439306368,328.09248554913296 311.26011560693655,437.50289017341044" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-38.22,-4 -34,-3.3800000000000003" data-type="line" data-label="" points="174.6589595375724,457.57225433526014 311.26011560693655,437.50289017341044" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-37.62,0.1 -34,-2.6199999999999997" data-type="line" data-label="" points="194.08092485549173,324.8554913294798 311.26011560693655,412.9017341040462" fill="none" stroke="hsl(271, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-40.38,0.2 -35.76,3" data-type="line" data-label="" points="104.73988439306368,321.6184971098266 254.2890173410408,230.98265895953756" fill="none" stroke="hsl(319, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-40.38,-0.2 -40.580000000000005,-0.2 -40.580000000000005,-4 -39.78,-4" data-type="line" data-label="" points="104.73988439306368,334.5664739884393 98.26589595375731,334.5664739884393 98.26589595375731,457.57225433526014 124.16184971098278,457.57225433526014" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-34.32,3 -29.560000000000002,3" data-type="line" data-label="" points="300.90173410404645,230.98265895953756 454.98265895953773,230.98265895953756" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-38.22,-4 -34,-4 -34,-3.3800000000000003" data-type="line" data-label="" points="174.6589595375724,457.57225433526014 311.26011560693655,457.57225433526014 311.26011560693655,437.50289017341044" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-28.36,3 -28.16,3 -28.16,-0.1 -37.62,-0.1" data-type="line" data-label="" points="493.82658959537594,230.98265895953756 500.3005780346823,230.98265895953756 500.3005780346823,331.32947976878614 194.08092485549173,331.32947976878614" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-28,-0.1 -28.1,-0.1 -28.1,-0.2 -28.241,-0.2 -28.241,-0.30100000000000005" data-type="line" data-label="" points="505.47976878612735,331.32947976878614 502.24277456647417,331.32947976878614 502.24277456647417,334.5664739884393 497.67861271676327,334.5664739884393 497.67861271676327,337.835838150289" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-37.62,0.1 -37.319,0.1 -37.319,0.30100000000000005" data-type="line" data-label="" points="194.08092485549173,324.8554913294798 203.82427745664745,324.8554913294798 203.82427745664745,318.3491329479769" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-28,0.1 -28.501,0.1 -28.501,0.15100000000000002" data-type="line" data-label="" points="505.47976878612735,324.8554913294798 489.2624277456649,324.8554913294798 489.2624277456649,323.2046242774567" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-35.76,3 -36.300999999999995,3 -36.300999999999995,3.351" data-type="line" data-label="" points="254.2890173410408,230.98265895953756 236.77687861271716,230.98265895953756 236.77687861271716,219.6208092485549" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-39" data-y="0" x="104.73988439306356" y="318.3815028901734" width="89.34104046242805" height="19.421965317919103" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-39" data-y="-4" x="124.16184971098278" y="446.5664739884393" width="50.49710982658962" height="22.011560693641627" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-33.447500000000005" data-y="-3" x="296.69364161849717" y="412.9017341040462" width="64.90173410404623" height="24.601156069364208" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-35.04" data-y="3" x="254.2890173410408" y="219.97687861271675" width="46.612716763005665" height="22.011560693641627" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-28.96" data-y="3" x="454.98265895953773" y="211.8843930635838" width="38.843930635838205" height="38.196531791907546" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="-27" data-y="0" x="505.47976878612735" y="318.3815028901734" width="64.73988439306368" height="19.421965317919103" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="MCP73831T-2ACI/OT" data-x="-38.959999999999994" data-y="-0.43" x="117.68786127167687" y="339.0982658959538" width="66.03468208092454" height="5.826589595375708" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="U_CHARGER" data-x="-39.44" data-y="0.41500000000000004" x="115.74566473988466" y="310.6127167630058" width="38.843930635838205" height="8.09248554913296" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="S2B-PH-SM4-TB(LF)(SN)" data-x="-26.340000000000003" data-y="-0.43" x="518.4277456647401" y="339.0982658959538" width="81.57225433526003" height="5.826589595375708" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="J_BAT_PROTECTED" data-x="-26.700000000000003" data-y="0.41500000000000004" x="516.4855491329481" y="310.6127167630058" width="62.15028901734104" height="8.09248554913296" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: .LED_CHARGE > .cathode to .U_CHARGER > .STAT
|
|
4
|
+
globalConnNetId: connectivity_net2" data-x="-28.16" data-y="3.9" x="497.0635838150291" y="172.71676300578036" width="6.473988439306368" height="58.26589595375722" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
|
+
globalConnNetId: connectivity_net3" data-x="-40.591" data-y="0" x="91.11213872832377" y="324.8554913294798" width="13.595375722543395" height="6.473988439306368" fill="#00000066" stroke="#000000" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
|
+
globalConnNetId: connectivity_net3" data-x="-34" data-y="-4.21" x="303.49132947976886" y="457.57225433526014" width="15.537572254335373" height="13.595375722543338" fill="#00000066" stroke="#000000" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
7
|
+
globalConnNetId: connectivity_net3" data-x="-28.241" data-y="-0.511" x="489.9098265895957" y="337.8358381502891" width="15.537572254335146" height="13.595375722543338" fill="#00000066" stroke="#000000" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: VBAT
|
|
8
|
+
globalConnNetId: connectivity_net4" data-x="-37.319" data-y="0.511" x="194.113294797688" y="304.75375722543356" width="19.421965317918875" height="13.595375722543338" fill="#ef444466" stroke="#ef4444" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: VBAT
|
|
9
|
+
globalConnNetId: connectivity_net4" data-x="-34" data-y="-2.409" x="301.5491329479771" y="399.2739884393063" width="19.421965317918875" height="13.595375722543338" fill="#ef444466" stroke="#ef4444" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: VBAT
|
|
10
|
+
globalConnNetId: connectivity_net4" data-x="-28.501" data-y="0.361" x="479.55144508670537" y="309.6092485549133" width="19.421965317919103" height="13.595375722543395" fill="#ef444466" stroke="#ef4444" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS_USB
|
|
11
|
+
globalConnNetId: connectivity_net5" data-x="-40.591" data-y="0.2" x="91.11213872832377" y="318.3815028901734" width="13.595375722543395" height="6.473988439306368" fill="#ef444466" stroke="#ef4444" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: VBUS_USB
|
|
12
|
+
globalConnNetId: connectivity_net5" data-x="-36.300999999999995" data-y="3.561" x="219.29710982659003" y="206.02543352601157" width="34.95953757225425" height="13.595375722543338" fill="#ef444466" stroke="#ef4444" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: .U_CHARGER > .PROG to .R_CHARGE_PROG > .pin1
|
|
13
|
+
globalConnNetId: connectivity_net0" data-x="-41.480000000000004" data-y="-0.2" x="40.000000000000114" y="331.32947976878614" width="58.26589595375731" height="6.473988439306368" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03089285714285714"/></g><g><rect data-type="rect" data-label="netId: .R_CHARGE_LED > .pin2 to .LED_CHARGE > .anode
|
|
14
|
+
globalConnNetId: connectivity_net1" data-x="-31.94" data-y="3.96" x="374.705202312139" y="168.83236994219652" width="6.473988439306368" height="62.15028901734104" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03089285714285714"/></g><g><circle data-type="point" data-label="STAT
|
|
15
|
+
x+" data-x="-37.62" data-y="-0.1" cx="194.08092485549173" cy="331.32947976878614" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VSS
|
|
16
|
+
x-" data-x="-40.38" data-y="0" cx="104.73988439306368" cy="328.09248554913296" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VBAT
|
|
17
|
+
x+" data-x="-37.62" data-y="0.1" cx="194.08092485549173" cy="324.8554913294798" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD
|
|
18
|
+
x-" data-x="-40.38" data-y="0.2" cx="104.73988439306368" cy="321.6184971098266" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PROG
|
|
19
|
+
x-" data-x="-40.38" data-y="-0.2" cx="104.73988439306368" cy="334.5664739884393" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
20
|
+
x-" data-x="-39.78" data-y="-4" cx="124.16184971098278" cy="457.57225433526014" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
21
|
+
x+" data-x="-38.22" data-y="-4" cx="174.6589595375724" cy="457.57225433526014" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
22
|
+
y+" data-x="-34" data-y="-2.6199999999999997" cx="311.26011560693655" cy="412.9017341040462" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
23
|
+
y-" data-x="-34" data-y="-3.3800000000000003" cx="311.26011560693655" cy="437.50289017341044" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
24
|
+
x-" data-x="-35.76" data-y="3" cx="254.2890173410408" cy="230.98265895953756" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
25
|
+
x+" data-x="-34.32" data-y="3" cx="300.90173410404645" cy="230.98265895953756" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
|
|
26
|
+
x-" data-x="-29.560000000000002" data-y="3" cx="454.98265895953773" cy="230.98265895953756" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
|
|
27
|
+
x+" data-x="-28.36" data-y="3" cx="493.82658959537594" cy="230.98265895953756" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1
|
|
28
|
+
x-" data-x="-28" data-y="0.1" cx="505.47976878612735" cy="324.8554913294798" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2
|
|
29
|
+
x-" data-x="-28" data-y="-0.1" cx="505.47976878612735" cy="331.32947976878614" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="3
|
|
30
|
+
x+" data-x="-26" data-y="-0.1" cx="570.219653179191" cy="331.32947976878614" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="4
|
|
31
|
+
x+" data-x="-26" data-y="0.1" cx="570.219653179191" cy="324.8554913294798" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
32
|
+
orientation: y+" data-x="-28.16" data-y="3" cx="500.3005780346823" cy="230.98265895953756" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
33
|
+
orientation: x-" data-x="-40.38" data-y="0" cx="104.73988439306368" cy="328.09248554913296" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
34
|
+
orientation: y-" data-x="-34" data-y="-4" cx="311.26011560693655" cy="457.57225433526014" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
35
|
+
orientation: y-" data-x="-28.241" data-y="-0.30100000000000005" cx="497.67861271676327" cy="337.835838150289" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
36
|
+
orientation: y+" data-x="-37.319" data-y="0.30100000000000005" cx="203.82427745664745" cy="318.3491329479769" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
37
|
+
orientation: y+" data-x="-34" data-y="-2.6199999999999997" cx="311.26011560693655" cy="412.9017341040462" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
38
|
+
orientation: y+" data-x="-28.501" data-y="0.15100000000000002" cx="489.2624277456649" cy="323.2046242774567" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
39
|
+
orientation: x-" data-x="-40.38" data-y="0.2" cx="104.73988439306368" cy="321.6184971098266" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
40
|
+
orientation: y+" data-x="-36.300999999999995" data-y="3.351" cx="236.77687861271716" cy="219.6208092485549" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
41
|
+
orientation: x-" data-x="-40.580000000000005" data-y="-0.2" cx="98.26589595375731" cy="334.5664739884393" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
|
|
42
|
+
orientation: y+" data-x="-31.94" data-y="3" cx="377.9421965317922" cy="230.98265895953756" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
|
|
43
|
+
document.currentScript.parentElement.addEventListener('mousemove', (e) => {
|
|
44
|
+
const svg = e.currentTarget;
|
|
45
|
+
const rect = svg.getBoundingClientRect();
|
|
46
|
+
const x = e.clientX - rect.left;
|
|
47
|
+
const y = e.clientY - rect.top;
|
|
48
|
+
const crosshair = svg.getElementById('crosshair');
|
|
49
|
+
const h = svg.getElementById('crosshair-h');
|
|
50
|
+
const v = svg.getElementById('crosshair-v');
|
|
51
|
+
const coords = svg.getElementById('coordinates');
|
|
52
|
+
|
|
53
|
+
crosshair.style.display = 'block';
|
|
54
|
+
h.setAttribute('x1', '0');
|
|
55
|
+
h.setAttribute('x2', '640');
|
|
56
|
+
h.setAttribute('y1', y);
|
|
57
|
+
h.setAttribute('y2', y);
|
|
58
|
+
v.setAttribute('x1', x);
|
|
59
|
+
v.setAttribute('x2', x);
|
|
60
|
+
v.setAttribute('y1', '0');
|
|
61
|
+
v.setAttribute('y2', '640');
|
|
62
|
+
|
|
63
|
+
// Calculate real coordinates using inverse transformation
|
|
64
|
+
const matrix = {"a":32.369942196531795,"c":0,"e":1411.8381502890177,"b":0,"d":-32.369942196531795,"f":328.09248554913296};
|
|
65
|
+
// Manually invert and apply the affine transform
|
|
66
|
+
// Since we only use translate and scale, we can directly compute:
|
|
67
|
+
// x' = (x - tx) / sx
|
|
68
|
+
// y' = (y - ty) / sy
|
|
69
|
+
const sx = matrix.a;
|
|
70
|
+
const sy = matrix.d;
|
|
71
|
+
const tx = matrix.e;
|
|
72
|
+
const ty = matrix.f;
|
|
73
|
+
const realPoint = {
|
|
74
|
+
x: (x - tx) / sx,
|
|
75
|
+
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
79
|
+
coords.setAttribute('x', (x + 5).toString());
|
|
80
|
+
coords.setAttribute('y', (y - 5).toString());
|
|
81
|
+
});
|
|
82
|
+
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
83
|
+
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
84
|
+
});
|
|
85
|
+
]]></script>
|
|
86
|
+
</g>
|
|
87
|
+
<g transform="translate(0, 1216)">
|
|
88
|
+
<style>
|
|
89
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
90
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
91
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
92
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
93
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
94
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
95
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
96
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
97
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
98
|
+
|
|
99
|
+
</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 158.83794288106174 429.37390863511996 L 146.1640286130414 429.37390863511996 L 146.1640286130414 670.1782797275 L 196.8596856851218 670.1782797275" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 158.83794288106174 429.37390863511996 L 146.1640286130414 429.37390863511996 L 146.1640286130414 670.1782797275 L 196.8596856851218 670.1782797275" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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 542.8575452020677 226.59128034679998 L 844.4967047809439 226.59128034679998" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.8575452020677 226.59128034679998 L 844.4967047809439 226.59128034679998" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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 295.716216975678 670.1782797275 L 563.1358080309001 670.1782797275 L 563.1358080309001 630.889145496638" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 295.716216975678 670.1782797275 L 563.1358080309001 670.1782797275 L 563.1358080309001 630.889145496638" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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 920.540190389064 226.59128034679998 L 933.2141046570839 226.59128034679998 L 933.2141046570839 423.03695150110997 L 333.73795977973805 423.03695150110997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 920.540190389064 226.59128034679998 L 933.2141046570839 226.59128034679998 L 933.2141046570839 423.03695150110997 L 333.73795977973805 423.03695150110997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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 943.3532360714999 423.03695150110997 L 937.0162789374899 423.03695150110997 L 937.0162789374899 429.37390863511996 L 928.0811693785358 429.37390863511996 L 928.0811693785358 435.77423534047006" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 943.3532360714999 423.03695150110997 L 937.0162789374899 423.03695150110997 L 937.0162789374899 429.37390863511996 L 928.0811693785358 429.37390863511996 L 928.0811693785358 435.77423534047006" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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 333.73795977973805 410.36303723309 L 352.81220075310785 410.36303723309 L 352.81220075310785 397.6257533937299" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 333.73795977973805 410.36303723309 L 352.81220075310785 410.36303723309 L 352.81220075310785 397.6257533937299" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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 943.3532360714999 410.36303723309 L 911.6050808301097 410.36303723309 L 911.6050808301097 407.13118909474485" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 943.3532360714999 410.36303723309 L 911.6050808301097 410.36303723309 L 911.6050808301097 407.13118909474485" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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 451.60536247232403 226.59128034679998 L 417.3224243773302 226.59128034679998 L 417.3224243773302 204.34856080642487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.139131414416001px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 451.60536247232403 226.59128034679998 L 417.3224243773302 226.59128034679998 L 417.3224243773302 204.34856080642487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.2673914268020001px" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="184.18577141710148" y="397.68912296507" width="124.20435982659683" height="38.021742804059954" stroke-width="1.2673914268020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="184.18577141710148" y="397.68912296507" width="124.20435982659683" height="38.021742804059954" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="308.3901312436983" y1="423.03695150110997" x2="333.73795977973805" y2="423.03695150110997" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="332.470568352936" y="421.76956007430795" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.0640455117177" y="421.769560074308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="302.0531741096879" y="423.03695150110997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.505435701015px" transform="">STAT</text><line class="component-pin sch-component-pin sch-port-line" x1="184.18577141710148" y1="416.6999943671" x2="160.1053343078638" y2="416.6999943671" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="158.83794288106174" cy="416.6999943671" r="1.2673914268020001" stroke-width="1.2673914268020001px"/><rect x="157.57055145425974" y="415.43260294029795" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.51185714908206" y="415.43260294029795" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="190.52272855111187" y="416.6999943671" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.505435701015px" transform="">VSS</text><line class="component-pin sch-component-pin sch-port-line" x1="308.3901312436983" y1="410.36303723309" x2="333.73795977973805" y2="410.36303723309" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="332.470568352936" y="409.09564580628796" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="321.0640455117177" y="409.09564580628796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="302.0531741096879" y="410.36303723309" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.505435701015px" transform="">VBAT</text><line class="component-pin sch-component-pin sch-port-line" x1="184.18577141710148" y1="404.02608009908" x2="160.1053343078638" y2="404.02608009908" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="158.83794288106174" cy="404.02608009908" r="1.2673914268020001" stroke-width="1.2673914268020001px"/><rect x="157.57055145425974" y="402.75868867227797" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.51185714908206" y="402.75868867227797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="190.52272855111187" y="404.02608009908" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.505435701015px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="184.18577141710148" y1="429.37390863511996" x2="158.83794288106174" y2="429.37390863511996" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="157.57055145425974" y="428.10651720831794" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="171.51185714908206" y="428.106517208318" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="190.52272855111187" y="429.37390863511996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.505435701015px" transform="">PROG</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="222.20751422116155" y="648.632625471866" width="48.16087421847669" height="43.091308511267925" stroke-width="1.2673914268020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="222.20751422116155" y="648.632625471866" width="48.16087421847669" height="43.091308511267925" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="222.20751422116155" y1="670.1782797275" x2="196.8596856851218" y2="670.1782797275" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="195.5922942583198" y="668.910888300698" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="209.53359995314213" y="668.9108883006979" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="228.54447135517194" y="670.1782797275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.505435701015px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="270.36838843963824" y1="670.1782797275" x2="295.716216975678" y2="670.1782797275" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="294.44882554887596" y="668.910888300698" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="283.04230270765765" y="668.9108883006979" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="264.03143130562785" y="670.1782797275" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.505435701015px" transform="">cathode</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="534.6195009278549" y="603.640229820395" width="127.05599053690003" height="6.3369571340099355" stroke-width="1.2673914268020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="534.6195009278549" y="603.640229820395" width="127.05599053690003" height="6.3369571340099355" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="563.1358080309001" y1="603.640229820395" x2="563.1358080309001" y2="583.9956627049639" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="563.1358080309001" cy="582.728271278162" r="1.2673914268020001" stroke-width="1.2673914268020001px"/><rect x="561.8684166040981" y="581.46087985136" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="561.8684166040975" y="593.1842505492784" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform="rotate(-90 561.8684166040975 593.1842505492784)">1</text><line class="component-pin sch-component-pin sch-port-line" x1="563.1358080309001" y1="609.9771869544049" x2="563.1358080309001" y2="630.889145496638" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="561.8684166040981" y="629.621754069836" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="561.8684166040975" y="620.4331662255215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform="rotate(-90 561.8684166040975 620.4331662255215)">2</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="476.9531910083638" y="205.04562609116596" width="40.556525657664224" height="43.09130851126804" stroke-width="1.2673914268020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="476.9531910083638" y="205.04562609116596" width="40.556525657664224" height="43.09130851126804" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="476.9531910083638" y1="226.59128034679998" x2="451.60536247232403" y2="226.59128034679998" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="450.337971045522" y="225.32388891999798" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="464.27927674034436" y="225.32388891999796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="483.29014814237416" y="226.59128034679998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.505435701015px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="517.509716666028" y1="226.59128034679998" x2="542.8575452020677" y2="226.59128034679998" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="541.5901537752658" y="225.32388891999798" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="530.1836309340479" y="225.32388891999796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="511.17275953201806" y="226.59128034679998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.505435701015px" transform="">cathode</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="869.8445333169836" y="189.20323325614095" width="25.347828536040424" height="74.77609418131806" stroke-width="1.2673914268020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="869.8445333169836" y="189.20323325614095" width="25.347828536040424" height="74.77609418131806" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="869.8445333169836" y1="226.59128034679998" x2="844.4967047809439" y2="226.59128034679998" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="843.2293133541419" y="225.32388891999798" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="857.1706190489638" y="225.32388891999796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="876.1814904509938" y="226.59128034679998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="9.505435701015px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="895.1923618530241" y1="226.59128034679998" x2="920.540190389064" y2="226.59128034679998" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="919.2727989622621" y="225.32388891999798" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.8662761210439" y="225.32388891999796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform=""></text><text class="pin-number sch-pin-label" x="888.8554047190139" y="226.59128034679998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="9.505435701015px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="968.7010646075398" y="397.68912296507" width="76.04348560812014" height="38.021742804059954" stroke-width="1.2673914268020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="968.7010646075398" y="397.68912296507" width="76.04348560812014" height="38.021742804059954" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="968.7010646075398" y1="410.36303723309" x2="943.3532360714999" y2="410.36303723309" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="942.0858446446979" y="409.09564580628796" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.02715033952" y="409.09564580628796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="968.7010646075398" y1="423.03695150110997" x2="943.3532360714999" y2="423.03695150110997" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="942.0858446446979" y="421.76956007430795" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="956.02715033952" y="421.769560074308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="1044.74455021566" y1="423.03695150110997" x2="1068.824987324898" y2="423.03695150110997" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1070.0923787517" cy="423.03695150110997" r="1.2673914268020001" stroke-width="1.2673914268020001px"/><rect x="1068.8249873248978" y="421.76956007430795" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1057.41846448368" y="421.769560074308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="1044.74455021566" y1="410.36303723309" x2="1068.824987324898" y2="410.36303723309" stroke-width="1.2673914268020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1070.0923787517" cy="410.36303723309" r="1.2673914268020001" stroke-width="1.2673914268020001px"/><rect x="1068.8249873248978" y="409.09564580628796" width="2.5347828536040002" height="2.5347828536040002" opacity="0"/></g><text class="pin-number sch-pin-number" x="1057.41846448368" y="409.09564580628796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.505435701015px" transform="">4</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="333.73795977973805" cy="423.03695150110997" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="158.83794288106174" cy="416.6999943671" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="333.73795977973805" cy="410.36303723309" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="158.83794288106174" cy="404.02608009908" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="158.83794288106174" cy="429.37390863511996" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="196.8596856851218" cy="670.1782797275" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="295.716216975678" cy="670.1782797275" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="563.1358080309001" cy="582.728271278162" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="563.1358080309001" cy="630.889145496638" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="451.60536247232403" cy="226.59128034679998" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="542.8575452020677" cy="226.59128034679998" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="844.4967047809439" cy="226.59128034679998" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="920.540190389064" cy="226.59128034679998" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="943.3532360714999" cy="410.36303723309" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="943.3532360714999" cy="423.03695150110997" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="1070.0923787517" cy="423.03695150110997" r="2.5347828536040002" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_3__stack1"><circle cx="1070.0923787517" cy="410.36303723309" r="2.5347828536040002" 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="
|
|
100
|
+
M 933.2141046570839,226.59128034679998
|
|
101
|
+
L 926.8771475230739,223.16932349443456
|
|
102
|
+
L 926.877147523074,112.11203740186467
|
|
103
|
+
L 939.551061791094,112.11203740186467
|
|
104
|
+
L 939.551061791094,223.16932349443456
|
|
105
|
+
Z
|
|
106
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="933.2141046570839" y="220.88801892619097" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="rotate(-90 933.2141046570839 220.88801892619097)">XXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
107
|
+
M 158.83794288106174,416.6999943671
|
|
108
|
+
L 155.41598602869632,423.03695150110997
|
|
109
|
+
L 133.6844476971314,423.03695150110997
|
|
110
|
+
L 133.6844476971314,410.36303723309
|
|
111
|
+
L 155.41598602869632,410.36303723309
|
|
112
|
+
Z
|
|
113
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="153.13468146045273" y="416.6999943671" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="555.5314594700881" y="670.1782797274999" width="15.208697121624027" height="11.40652284121802" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 555.5314594700881 681.5848025687179 L 570.7401565917121 681.5848025687179" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.2673914268020001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 563.1358080309001 681.5848025687179 L 563.1358080309001 670.1782797274999" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.2673914268020001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="563.1358080309001" y="684.7532811357229" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="11.406522841217999px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="920.4768208177238" y="435.77423534047006" width="15.208697121624027" height="11.40652284121802" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 920.4768208177238 447.1807581816881 L 935.6855179393478 447.1807581816881" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.2673914268020001px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="M 928.0811693785358 447.1807581816881 L 928.0811693785358 435.77423534047006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.2673914268020001px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="928.0811693785358" y="450.34923674869304" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="11.406522841217999px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
114
|
+
M 352.81220075310785,397.6257533937299
|
|
115
|
+
L 346.47524361909785,394.2037965413645
|
|
116
|
+
L 346.47524361909785,372.4722582097995
|
|
117
|
+
L 359.14915788711784,372.4722582097995
|
|
118
|
+
L 359.14915788711784,394.2037965413645
|
|
119
|
+
Z
|
|
120
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="352.81220075310785" y="391.9224919731209" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="rotate(-90 352.81220075310785 391.9224919731209)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
121
|
+
M 563.1358080309001,582.728271278162
|
|
122
|
+
L 556.79885089689,579.3063144257966
|
|
123
|
+
L 556.79885089689,557.5747760942317
|
|
124
|
+
L 569.4727651649101,557.5747760942317
|
|
125
|
+
L 569.4727651649101,579.3063144257966
|
|
126
|
+
Z
|
|
127
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="563.1358080309001" y="577.025009857553" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="rotate(-90 563.1358080309001 577.025009857553)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
128
|
+
M 911.6050808301097,407.13118909474485
|
|
129
|
+
L 905.2681236960997,403.70923224237947
|
|
130
|
+
L 905.2681236960997,381.9776939108145
|
|
131
|
+
L 917.9420379641198,381.9776939108145
|
|
132
|
+
L 917.9420379641198,403.70923224237947
|
|
133
|
+
Z
|
|
134
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="911.6050808301097" y="401.42792767413584" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="rotate(-90 911.6050808301097 401.42792767413584)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
135
|
+
M 158.83794288106174,404.02608009908
|
|
136
|
+
L 155.41598602869632,410.36303723309
|
|
137
|
+
L 133.6844476971314,410.36303723309
|
|
138
|
+
L 133.6844476971314,397.68912296507
|
|
139
|
+
L 155.41598602869632,397.68912296507
|
|
140
|
+
Z
|
|
141
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="153.13468146045273" y="404.02608009908" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
142
|
+
M 417.3224243773302,204.34856080642487
|
|
143
|
+
L 410.9854672433202,200.92660395405946
|
|
144
|
+
L 410.9854672433202,179.19506562249452
|
|
145
|
+
L 423.6593815113402,179.19506562249452
|
|
146
|
+
L 423.6593815113402,200.92660395405946
|
|
147
|
+
Z
|
|
148
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="417.3224243773302" y="198.64529938581586" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="rotate(-90 417.3224243773302 198.64529938581586)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
149
|
+
M 146.1640286130414,429.37390863511996
|
|
150
|
+
L 142.742071760676,435.71086576912995
|
|
151
|
+
L 31.6847856681061,435.71086576912995
|
|
152
|
+
L 31.6847856681061,423.03695150110997
|
|
153
|
+
L 142.742071760676,423.03695150110997
|
|
154
|
+
Z
|
|
155
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="140.4607671924324" y="429.37390863511996" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="">XXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
156
|
+
M 693.6771249915059,226.59128034679998
|
|
157
|
+
L 687.3401678574959,223.16932349443456
|
|
158
|
+
L 687.340167857496,104.66822508844757
|
|
159
|
+
L 700.014082125516,104.66822508844757
|
|
160
|
+
L 700.014082125516,223.16932349443456
|
|
161
|
+
Z
|
|
162
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.2673914268020001px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="693.6771249915059" y="220.88801892619097" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="11.406522841217999px" transform="rotate(-90 693.6771249915059 220.88801892619097)">XXXXXXXXXXXXXXX</text><text class="sch-text" x="248.82273418400428" y="443.94891004334295" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.406522841217999px" transform="rotate(0, 248.82273418400428, 443.94891004334295)">MCP73831T-2ACI/OT</text><text class="sch-text" x="218.40533994075622" y="390.40162226095845" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.406522841217999px" transform="rotate(0, 218.40533994075622, 390.40162226095845)">U_CHARGER</text><text class="sch-text" x="1048.5467244960657" y="443.94891004334295" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.406522841217999px" transform="rotate(0, 1048.5467244960657, 443.94891004334295)">S2B-PH-SM4-TB(LF)(SN)</text><text class="sch-text" x="1025.7336788136297" y="390.40162226095845" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="11.406522841217999px" transform="rotate(0, 1025.7336788136297, 390.40162226095845)">J_BAT_PROTECTED</text><rect class="schematic-box sch-box" x="184.1857714171024" y="438.245648622734" width="129.27392553380423" height="11.406522841217964" stroke-width="1.2673914268020001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.139131414416001 5.0695657072080005"/><rect class="schematic-box sch-box" x="180.38359713669615" y="382.48042584344597" width="76.04348560812014" height="15.84239283502501" stroke-width="1.2673914268020001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.139131414416001 5.0695657072080005"/><rect class="schematic-box sch-box" x="968.7010646075398" y="438.245648622734" width="159.69131977705206" height="11.406522841217964" stroke-width="1.2673914268020001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.139131414416001 5.0695657072080005"/><rect class="schematic-box sch-box" x="964.8988903271338" y="382.48042584344597" width="121.66957697299176" height="15.84239283502501" stroke-width="1.2673914268020001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="10.139131414416001 5.0695657072080005"/>
|
|
163
|
+
</g>
|
|
164
|
+
</svg>
|