@tscircuit/schematic-trace-solver 0.0.159 → 0.0.161

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.
Files changed (71) hide show
  1. package/dist/index.d.ts +43 -9
  2. package/dist/index.js +807 -115
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +536 -94
  5. package/lib/solvers/InlineNetLabelSolver/pushAnchoredNetLabelsAwayFromInlineLabels.ts +9 -7
  6. package/lib/solvers/InlineNetLabelSolver/pushInlineTerminalLabelsAwayFromAnchoredLabels.ts +295 -0
  7. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +7 -35
  8. package/lib/solvers/SchematicTraceLinesSolver/getTraceConnectedPinComponents.ts +60 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  10. package/lib/types/InputProblem.ts +5 -4
  11. package/package.json +1 -1
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  13. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  14. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  15. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  16. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  17. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  18. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  19. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  20. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  21. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  22. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  23. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  25. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  26. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  27. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  28. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +600 -792
  29. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +66 -1
  30. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  31. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  32. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  33. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  34. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  35. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  36. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
  37. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  38. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  39. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  40. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  41. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  42. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  43. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  44. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  45. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  46. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  47. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  48. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  49. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  50. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  51. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  52. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  53. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  54. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  55. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  56. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  57. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  58. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  59. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  60. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  61. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  62. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  63. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  64. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  65. package/tests/repros/repro-usb-power-vbus-label-detour.test.ts +14 -0
  66. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  67. package/tests/solvers/InlineNetLabelSolver/multi-pin-connected-components.test.ts +252 -0
  68. package/tests/solvers/InlineNetLabelSolver/opposite-side-placement.test.ts +71 -0
  69. package/tests/solvers/InlineNetLabelSolver/push-anchored-net-labels-away.test.ts +8 -2
  70. package/tests/solvers/InlineNetLabelSolver/push-inline-terminal-labels-away.test.ts +91 -0
  71. package/tests/solvers/InlineNetLabelSolver/two-pin-terminal-stubs-atomic.test.ts +7 -1
@@ -0,0 +1,106 @@
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="7.3,4.48 7.3,4.680000000000001 5.7,4.680000000000001 5.7,4.48" data-type="line" data-label="" points="232.45599329421634,112.99245599329424 232.45599329421634,94.21626152556581 82.24643755238901,94.21626152556581 82.24643755238901,112.99245599329424" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,4.48 8.9,4.680000000000001 7.3,4.680000000000001 7.3,4.48" data-type="line" data-label="" points="382.66554903604367,112.99245599329424 382.66554903604367,94.21626152556581 232.45599329421634,94.21626152556581 232.45599329421634,112.99245599329424" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.5,4.48 10.5,4.68 8.9,4.68 8.9,4.48" data-type="line" data-label="" points="532.875104777871,112.99245599329424 532.875104777871,94.21626152556587 382.66554903604367,94.21626152556587 382.66554903604367,112.99245599329424" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.3,3.719999999999999 7.3,3.5199999999999987 5.7,3.5199999999999987 5.7,3.719999999999999" data-type="line" data-label="" points="232.45599329421634,184.34199497066237 232.45599329421634,203.1181894383908 82.24643755238901,203.1181894383908 82.24643755238901,184.34199497066237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,3.719999999999999 8.9,3.5199999999999987 7.3,3.5199999999999987 7.3,3.719999999999999" data-type="line" data-label="" points="382.66554903604367,184.34199497066237 382.66554903604367,203.1181894383908 232.45599329421634,203.1181894383908 232.45599329421634,184.34199497066237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.5,3.719999999999999 10.5,3.5199999999999996 8.9,3.5199999999999996 8.9,3.719999999999999" data-type="line" data-label="" points="532.875104777871,184.34199497066237 532.875104777871,203.1181894383907 382.66554903604367,203.1181894383907 382.66554903604367,184.34199497066237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.5,0.06999999999999995 10.5,-0.12999999999999934 8.9,-0.12999999999999934 8.9,3.5199999999999996 10.5,3.5199999999999996 10.5,3.719999999999999" data-type="line" data-label="" points="532.875104777871,527.0075440067059 532.875104777871,545.7837384744342 382.66554903604367,545.7837384744342 382.66554903604367,203.1181894383907 532.875104777871,203.1181894383907 532.875104777871,184.34199497066237" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.2,0.06999999999999995 8.2,-0.12999999999999934 10.5,-0.12999999999999934 10.5,0.06999999999999995" data-type="line" data-label="" points="316.94886839899414,527.0075440067059 316.94886839899414,545.7837384744342 532.875104777871,545.7837384744342 532.875104777871,527.0075440067059" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.5,0.06999999999999995 6.5,-0.13000000000000023 8.2,-0.13000000000000023 8.2,0.06999999999999995" data-type="line" data-label="" points="157.35121542330262,527.0075440067059 157.35121542330262,545.7837384744342 316.94886839899414,545.7837384744342 316.94886839899414,527.0075440067059" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.5,0.8300000000000001 6.5,1.0300000000000002 8.2,1.0300000000000002 8.2,0.8300000000000001" data-type="line" data-label="" points="157.35121542330262,455.65800502933786 157.35121542330262,436.8818105616094 316.94886839899414,436.8818105616094 316.94886839899414,455.65800502933786" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="5.8325" data-y="4.1" x="40.000000000000085" y="112.99245599329421" width="109.37133277451795" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="7.4325" data-y="4.1" x="190.20955574182733" y="112.99245599329421" width="109.37133277451812" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="9.0325" data-y="4.1" x="340.4191114836547" y="112.99245599329421" width="109.37133277451801" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="10.6325" data-y="4.1" x="490.62866722548205" y="112.99245599329421" width="109.37133277451801" height="71.34953897736813" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="6.5125" data-y="0.45" x="115.10477787091372" y="455.6580050293378" width="86.83989941324398" height="71.34953897736801" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="8.212499999999999" data-y="0.45" x="274.7024308466051" y="455.6580050293378" width="86.83989941324398" height="71.34953897736801" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="10.5125" data-y="0.45" x="490.62866722548205" y="455.6580050293378" width="86.83989941324364" height="71.34953897736801" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="netId: VDD_IO
4
+ globalConnNetId: connectivity_net0" data-x="8.9" data-y="4.890000000000001" x="343.23554065381404" y="54.7862531433361" width="78.86001676445926" height="39.43000838222969" fill="#ef444466" stroke="#ef4444" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="netId: GND
5
+ globalConnNetId: connectivity_net1" data-x="10.5" data-y="-0.3399999999999993" x="510.34367141659686" y="545.7837384744341" width="45.06286672254828" height="39.43000838222963" fill="#00000066" stroke="#000000" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="netId: VBAT
6
+ globalConnNetId: connectivity_net3" data-x="10.5" data-y="1.041" x="504.7108130762783" y="416.13411567476953" width="56.32858340318535" height="39.43000838222969" fill="#ef444466" stroke="#ef4444" stroke-width="0.010651785714285714"/></g><g><rect data-type="rect" data-label="INLINE netId: MLDO_OUT
7
+ axis: x
8
+ side: y+" data-x="7.35" data-y="1.1400000000000003" x="203.35289186923717" y="420.92204526404026" width="67.59430008382242" height="11.26571668063707" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.010651785714285714"/></g><text data-type="text" data-label="MLDO_OUT" data-x="7.35" data-y="1.1400000000000003" x="237.15004191114838" y="426.5549036043588" fill="green" font-size="11.26571668063705" font-family="sans-serif" text-anchor="middle" dominant-baseline="central">MLDO_OUT</text><g><circle data-type="point" data-label="anode
9
+ y+" data-x="5.7" data-y="4.48" cx="82.24643755238901" cy="112.99245599329424" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
10
+ y-" data-x="5.7" data-y="3.719999999999999" cx="82.24643755238901" cy="184.34199497066237" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
11
+ y+" data-x="7.3" data-y="4.48" cx="232.45599329421634" cy="112.99245599329424" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
12
+ y-" data-x="7.3" data-y="3.719999999999999" cx="232.45599329421634" cy="184.34199497066237" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
13
+ y+" data-x="8.9" data-y="4.48" cx="382.66554903604367" cy="112.99245599329424" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
14
+ y-" data-x="8.9" data-y="3.719999999999999" cx="382.66554903604367" cy="184.34199497066237" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
15
+ y+" data-x="10.5" data-y="4.48" cx="532.875104777871" cy="112.99245599329424" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
16
+ y-" data-x="10.5" data-y="3.719999999999999" cx="532.875104777871" cy="184.34199497066237" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
17
+ y+" data-x="6.5" data-y="0.8300000000000001" cx="157.35121542330262" cy="455.65800502933786" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
18
+ y-" data-x="6.5" data-y="0.06999999999999995" cx="157.35121542330262" cy="527.0075440067059" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
19
+ y+" data-x="8.2" data-y="0.8300000000000001" cx="316.94886839899414" cy="455.65800502933786" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
20
+ y-" data-x="8.2" data-y="0.06999999999999995" cx="316.94886839899414" cy="527.0075440067059" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
21
+ y+" data-x="10.5" data-y="0.8300000000000001" cx="532.875104777871" cy="455.65800502933786" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
22
+ y-" data-x="10.5" data-y="0.06999999999999995" cx="532.875104777871" cy="527.0075440067059" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
23
+ orientation: y+" data-x="8.9" data-y="4.680000000000001" cx="382.66554903604367" cy="94.21626152556581" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
24
+ orientation: y-" data-x="10.5" data-y="-0.12999999999999934" cx="532.875104777871" cy="545.7837384744342" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
25
+ orientation: y+" data-x="10.5" data-y="0.8300000000000001" cx="532.875104777871" cy="455.65800502933786" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
26
+ MLDO_OUT" data-x="7.35" data-y="1.0300000000000002" cx="237.15004191114838" cy="436.8818105616094" r="3" fill="green"/></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[
27
+ document.currentScript.parentElement.addEventListener('mousemove', (e) => {
28
+ const svg = e.currentTarget;
29
+ const rect = svg.getBoundingClientRect();
30
+ const x = e.clientX - rect.left;
31
+ const y = e.clientY - rect.top;
32
+ const crosshair = svg.getElementById('crosshair');
33
+ const h = svg.getElementById('crosshair-h');
34
+ const v = svg.getElementById('crosshair-v');
35
+ const coords = svg.getElementById('coordinates');
36
+
37
+ crosshair.style.display = 'block';
38
+ h.setAttribute('x1', '0');
39
+ h.setAttribute('x2', '640');
40
+ h.setAttribute('y1', y);
41
+ h.setAttribute('y2', y);
42
+ v.setAttribute('x1', x);
43
+ v.setAttribute('x2', x);
44
+ v.setAttribute('y1', '0');
45
+ v.setAttribute('y2', '640');
46
+
47
+ // Calculate real coordinates using inverse transformation
48
+ const matrix = {"a":93.88097233864208,"c":0,"e":-452.8751047778709,"b":0,"d":-93.88097233864208,"f":533.5792120704108};
49
+ // Manually invert and apply the affine transform
50
+ // Since we only use translate and scale, we can directly compute:
51
+ // x' = (x - tx) / sx
52
+ // y' = (y - ty) / sy
53
+ const sx = matrix.a;
54
+ const sy = matrix.d;
55
+ const tx = matrix.e;
56
+ const ty = matrix.f;
57
+ const realPoint = {
58
+ x: (x - tx) / sx,
59
+ y: (y - ty) / sy // Flip y back since we used negative scale
60
+ }
61
+
62
+ coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
63
+ coords.setAttribute('x', (x + 5).toString());
64
+ coords.setAttribute('y', (y - 5).toString());
65
+ });
66
+ document.currentScript.parentElement.addEventListener('mouseleave', () => {
67
+ document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
68
+ });
69
+ ]]></script>
70
+ </g>
71
+ <g transform="translate(0, 1216)">
72
+ <style>
73
+ .boundary { fill: rgb(245, 241, 237); }
74
+ .schematic-boundary { fill: none; stroke: #fff; }
75
+ .component { fill: none; stroke: rgb(132, 0, 0); }
76
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
77
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
78
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
79
+ .pin-number { fill: rgb(169, 0, 0); }
80
+ .port-label { fill: rgb(0, 100, 100); }
81
+ .component-name { fill: rgb(0, 100, 100); }
82
+
83
+ </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 487.0358779704501 132.88376506693987 L 487.0358779704501 108.65553514103988 L 293.2100385632501 108.65553514103988 L 293.2100385632501 132.88376506693987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 487.0358779704501 132.88376506693987 L 487.0358779704501 108.65553514103988 L 293.2100385632501 108.65553514103988 L 293.2100385632501 132.88376506693987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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 680.86171737765 132.88376506693987 L 680.86171737765 108.65553514103988 L 487.0358779704501 108.65553514103988 L 487.0358779704501 132.88376506693987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 680.86171737765 132.88376506693987 L 680.86171737765 108.65553514103988 L 487.0358779704501 108.65553514103988 L 487.0358779704501 132.88376506693987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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 874.68755678485 132.88376506693987 L 874.68755678485 108.65553514103999 L 680.86171737765 108.65553514103999 L 680.86171737765 132.88376506693987" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.68755678485 132.88376506693987 L 874.68755678485 108.65553514103999 L 680.86171737765 108.65553514103999 L 680.86171737765 132.88376506693987" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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 487.0358779704501 224.95103878536014 L 487.0358779704501 249.17926871126014 L 293.2100385632501 249.17926871126014 L 293.2100385632501 224.95103878536014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 487.0358779704501 224.95103878536014 L 487.0358779704501 249.17926871126014 L 293.2100385632501 249.17926871126014 L 293.2100385632501 224.95103878536014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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 680.86171737765 224.95103878536014 L 680.86171737765 249.17926871126014 L 487.0358779704501 249.17926871126014 L 487.0358779704501 224.95103878536014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 680.86171737765 224.95103878536014 L 680.86171737765 249.17926871126014 L 487.0358779704501 249.17926871126014 L 487.0358779704501 224.95103878536014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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 874.68755678485 224.95103878536014 L 874.68755678485 249.17926871126002 L 680.86171737765 249.17926871126002 L 680.86171737765 224.95103878536014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.68755678485 224.95103878536014 L 874.68755678485 249.17926871126002 L 680.86171737765 249.17926871126002 L 680.86171737765 224.95103878536014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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 874.68755678485 667.116234933035 L 874.68755678485 691.3444648589349 L 680.86171737765 691.3444648589349 L 680.86171737765 249.17926871126002 L 874.68755678485 249.17926871126002 L 874.68755678485 224.95103878536014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 874.68755678485 667.116234933035 L 874.68755678485 691.3444648589349 L 680.86171737765 691.3444648589349 L 680.86171737765 249.17926871126002 L 874.68755678485 249.17926871126002 L 874.68755678485 224.95103878536014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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 596.062912637 667.116234933035 L 596.062912637 691.3444648589349 L 874.68755678485 691.3444648589349 L 874.68755678485 667.116234933035" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 596.062912637 667.116234933035 L 596.062912637 691.3444648589349 L 874.68755678485 691.3444648589349 L 874.68755678485 667.116234933035" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 390.1229582668501 667.116234933035 L 390.1229582668501 691.344464858935 L 596.062912637 691.344464858935 L 596.062912637 667.116234933035" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 390.1229582668501 667.116234933035 L 390.1229582668501 691.344464858935 L 596.062912637 691.344464858935 L 596.062912637 667.116234933035" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 390.1229582668501 575.048961214615 L 390.1229582668501 550.820731288715 L 596.062912637 550.820731288715 L 596.062912637 575.048961214615" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.38258394072px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 390.1229582668501 575.048961214615 L 390.1229582668501 550.820731288715 L 596.062912637 550.820731288715 L 596.062912637 575.048961214615" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.42282299259px" 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="487.0358779704501" cy="132.88376506693987" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="487.0358779704501" cy="108.65553514103988" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="680.86171737765" cy="132.88376506693987" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="680.86171737765" cy="108.65553514103988" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="487.0358779704501" cy="224.95103878536014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="487.0358779704501" cy="249.17926871126014" r="3.6342344888850002" 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_4__stack1"><circle cx="680.86171737765" cy="224.95103878536014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="680.86171737765" cy="249.17926871126014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="874.68755678485" cy="224.95103878536014" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="874.68755678485" cy="249.17926871126002" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><circle cx="874.68755678485" cy="667.116234933035" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="874.68755678485" cy="691.3444648589349" r="3.6342344888850002" 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_7__stack1"><circle cx="596.062912637" cy="667.116234933035" r="3.6342344888850002" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="596.062912637" cy="691.3444648589349" r="3.6342344888850002" 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_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="238.69652122997502" y="172.86034444467504" width="141.12943931836742" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="238.69652122997502" y="172.86034444467504" width="141.12943931836742" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="293.2100385632501" y1="172.86034444467504" x2="293.2100385632501" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="290.7872155706601" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="290.7872155706601" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 290.7872155706601 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="293.2100385632501" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 293.2100385632501 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="293.2100385632501" y1="184.97445940762498" x2="293.2100385632501" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="290.7872155706601" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="290.7872155706601" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 290.7872155706601 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="293.2100385632501" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 293.2100385632501 172.86034444467504)">cathode</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="432.522360637175" y="172.86034444467504" width="141.12943931836764" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="432.522360637175" y="172.86034444467504" width="141.12943931836764" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="487.0358779704501" y1="172.86034444467504" x2="487.0358779704501" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="484.6130549778601" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.6130549778601" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 484.6130549778601 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="487.0358779704501" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 487.0358779704501 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="487.0358779704501" y1="184.97445940762498" x2="487.0358779704501" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="484.6130549778601" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="484.6130549778601" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 484.6130549778601 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="487.0358779704501" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 487.0358779704501 172.86034444467504)">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="626.3482000443752" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="626.3482000443752" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="680.86171737765" y1="172.86034444467504" x2="680.86171737765" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="678.43889438506" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.4388943850603" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 678.4388943850603 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="680.86171737765" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 680.86171737765 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="680.86171737765" y1="184.97445940762498" x2="680.86171737765" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="678.43889438506" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="678.4388943850603" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 678.4388943850603 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="680.86171737765" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 680.86171737765 172.86034444467504)">cathode</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="820.1740394515751" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="820.1740394515751" y="172.86034444467504" width="141.12943931836753" height="12.114114962949941" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="172.86034444467504" x2="874.68755678485" y2="132.88376506693987" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="872.26473379226" y="130.46094207434987" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="152.87205475580743" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 152.87205475580743)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="184.97445940762498" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 184.97445940762498)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="184.97445940762498" x2="874.68755678485" y2="224.95103878536014" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="872.26473379226" y="222.52821579277014" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="204.96274909649253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 204.96274909649253)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="172.86034444467504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 172.86034444467504)">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="335.609440933575" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="335.609440933575" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="390.1229582668501" y1="615.02554059235" x2="390.1229582668501" y2="575.048961214615" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="387.7001352742601" y="572.626138222025" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.7001352742601" y="595.0372509034825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 387.7001352742601 595.0372509034825)"></text><text class="pin-number sch-pin-label" x="390.1229582668501" y="627.1396555553" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 390.1229582668501 627.1396555553)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="390.1229582668501" y1="627.1396555553" x2="390.1229582668501" y2="667.116234933035" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="387.7001352742601" y="664.693411940445" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.7001352742601" y="647.1279452441674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 387.7001352742601 647.1279452441674)"></text><text class="pin-number sch-pin-label" x="390.1229582668501" y="615.02554059235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 390.1229582668501 615.02554059235)">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="541.5493953037249" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="541.5493953037249" y="615.02554059235" width="112.05556340728765" height="12.114114962949998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="596.062912637" y1="615.02554059235" x2="596.062912637" y2="575.048961214615" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="593.64008964441" y="572.626138222025" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="593.6400896444101" y="595.0372509034825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 593.6400896444101 595.0372509034825)"></text><text class="pin-number sch-pin-label" x="596.062912637" y="627.1396555553" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 596.062912637 627.1396555553)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="596.062912637" y1="627.1396555553" x2="596.062912637" y2="667.116234933035" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="593.64008964441" y="664.693411940445" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="593.6400896444101" y="647.1279452441674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 593.6400896444101 647.1279452441674)"></text><text class="pin-number sch-pin-label" x="596.062912637" y="615.02554059235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 596.062912637 615.02554059235)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="820.1740394515751" y="615.02554059235" width="112.05556340728708" height="12.114114962949998" stroke-width="2.42282299259px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="820.1740394515751" y="615.02554059235" width="112.05556340728708" height="12.114114962949998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="615.02554059235" x2="874.68755678485" y2="577.471784207205" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="874.68755678485" cy="575.048961214615" r="2.42282299259" stroke-width="2.42282299259px"/><rect x="872.26473379226" y="572.626138222025" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="595.0372509034825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 595.0372509034825)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="627.1396555553" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 627.1396555553)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="874.68755678485" y1="627.1396555553" x2="874.68755678485" y2="667.116234933035" stroke-width="2.42282299259px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="872.26473379226" y="664.693411940445" width="4.84564598518" height="4.84564598518" opacity="0"/></g><text class="pin-number sch-pin-number" x="872.2647337922602" y="647.1279452441674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.171172444425px" transform="rotate(-90 872.2647337922602 647.1279452441674)"></text><text class="pin-number sch-pin-label" x="874.68755678485" y="615.02554059235" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.171172444425px" transform="rotate(-90 874.68755678485 615.02554059235)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="293.2100385632501" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="293.2100385632501" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="487.0358779704501" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="487.0358779704501" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="680.86171737765" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="680.86171737765" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="874.68755678485" cy="132.88376506693987" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="874.68755678485" cy="224.95103878536014" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="390.1229582668501" cy="575.048961214615" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="390.1229582668501" cy="667.116234933035" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="596.062912637" cy="575.048961214615" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="596.062912637" cy="667.116234933035" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="874.68755678485" cy="575.048961214615" r="4.84564598518" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="874.68755678485" cy="667.116234933035" r="4.84564598518" 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="
84
+ M 680.86171737765,108.65553514103988
85
+ L 668.7476024147,102.11391306104687
86
+ L 668.7476024147,60.570574814770346
87
+ L 692.9758323406,60.570574814770346
88
+ L 692.9758323406,102.11391306104687
89
+ Z
90
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.42282299259px"/><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="680.86171737765" y="97.75283167438488" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.80540693331px" transform="rotate(-90 680.86171737765 97.75283167438488)">XX</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="
91
+ M 874.68755678485,691.3444648589349
92
+ L 886.8016717478,697.8860869389279
93
+ L 886.8016717478,739.4294251852044
94
+ L 862.5734418219,739.4294251852044
95
+ L 862.5734418219,697.8860869389279
96
+ Z
97
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.42282299259px"/><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="874.68755678485" y="702.2471683255899" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.80540693331px" transform="rotate(90 874.68755678485 702.2471683255899)">XX</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="
98
+ M 874.68755678485,575.048961214615
99
+ L 862.5734418219,568.507339134622
100
+ L 862.5734418219,526.9640008883455
101
+ L 886.8016717478,526.9640008883455
102
+ L 886.8016717478,568.507339134622
103
+ Z
104
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.42282299259px"/><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="874.68755678485" y="564.14625774796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="21.80540693331px" transform="rotate(-90 874.68755678485 564.14625774796)">XX</text><text class="sch-text" x="493.092935451925" y="537.4952048294699" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="14.536937955540001px" transform="rotate(0, 493.092935451925, 537.4952048294699)">XXXXXXXX</text>
105
+ </g>
106
+ </svg>
@@ -82,41 +82,41 @@ orientation: y+" data-x="2.7849999999999993" data-y="-5.293455349999999" cx="563
82
82
  .port-label { fill: rgb(0, 100, 100); }
83
83
  .component-name { fill: rgb(0, 100, 100); }
84
84
 
85
- </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 329.71158248144394 419.41095681351936 L 329.71158248144394 301.9380436440146 L 282.09980161773194 301.9380436440146" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 329.71158248144394 419.41095681351936 L 329.71158248144394 301.9380436440146 L 282.09980161773194 301.9380436440146" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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 443.247367617988 419.41095681351936 L 443.247367617988 408.4236227680473 L 329.71158248144394 408.4236227680473 L 329.71158248144394 419.41095681351936" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 443.247367617988 419.41095681351936 L 443.247367617988 408.4236227680473 L 329.71158248144394 408.4236227680473 L 329.71158248144394 419.41095681351936" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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 554.95193041362 408.4236227680473 L 443.247367617988 408.4236227680473 L 443.247367617988 419.41095681351936" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 554.95193041362 408.4236227680473 L 443.247367617988 408.4236227680473 L 443.247367617988 419.41095681351936" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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 554.95193041362 445.04806958628734 L 536.6397070045 445.04806958628734 L 536.6397070045 408.4236227680473 L 554.95193041362 408.4236227680473" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 554.95193041362 445.04806958628734 L 536.6397070045 445.04806958628734 L 536.6397070045 408.4236227680473 L 554.95193041362 408.4236227680473" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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 443.247367617988 488.9974057681754 L 443.247367617988 507.30962917729534 L 527.0257897147121 507.30962917729534 L 527.0257897147121 426.7358461771674 L 554.95193041362 426.7358461771674" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 443.247367617988 488.9974057681754 L 443.247367617988 507.30962917729534 L 527.0257897147121 507.30962917729534 L 527.0257897147121 426.7358461771674 L 554.95193041362 426.7358461771674" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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 329.71158248144394 488.9974057681754 L 329.71158248144394 507.30962917729534 L 443.247367617988 507.30962917729534 L 443.247367617988 488.9974057681754" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 329.71158248144394 488.9974057681754 L 329.71158248144394 507.30962917729534 L 443.247367617988 507.30962917729534 L 443.247367617988 488.9974057681754" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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 963.314512436996 498.15351747273536 L 963.314512436996 516.4657408818554 L 849.7787273004519 516.4657408818554 L 849.7787273004519 498.15351747273536" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 963.314512436996 498.15351747273536 L 963.314512436996 516.4657408818554 L 849.7787273004519 516.4657408818554 L 849.7787273004519 498.15351747273536" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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 849.7787273004519 428.5670685180794 L 849.7787273004519 417.5797344726074 L 738.0741645048199 417.5797344726074" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 849.7787273004519 428.5670685180794 L 849.7787273004519 417.5797344726074 L 738.0741645048199 417.5797344726074" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 963.314512436996 428.5670685180794 L 963.314512436996 417.5797344726074 L 849.7787273004519 417.5797344726074 L 849.7787273004519 428.5670685180794" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 963.314512436996 428.5670685180794 L 963.314512436996 417.5797344726074 L 849.7787273004519 417.5797344726074 L 849.7787273004519 428.5670685180794" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 98.97756752653197 301.9380436440146 L 54.936670227598256 301.9380436440146 L 54.936670227598256 283.534259117849" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.649778727296px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 98.97756752653197 301.9380436440146 L 54.936670227598256 301.9380436440146 L 54.936670227598256 283.534259117849" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.831222340912px" 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="329.71158248144394" cy="419.41095681351936" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="443.247367617988" cy="419.41095681351936" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="443.247367617988" cy="408.4236227680473" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="554.95193041362" cy="408.4236227680473" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="443.247367617988" cy="488.9974057681754" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="443.247367617988" cy="507.30962917729534" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="849.7787273004519" cy="428.5670685180794" r="2.746833511368" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="849.7787273004519" cy="417.5797344726074" r="2.746833511368" 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_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="135.602014344772" y="283.6258202348946" width="109.87334045471988" height="36.62444681824002" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="135.602014344772" y="283.6258202348946" width="109.87334045471988" height="36.62444681824002" fill="transparent"/><text class="sch-text" x="190.53868457213196" y="301.9380436440146" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="12.208148939413343px" transform="rotate(0, 190.53868457213196, 301.9380436440146)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="135.602014344772" y1="301.9380436440146" x2="98.97756752653197" y2="301.9380436440146" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="97.14634518561996" y="300.1068213031026" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="117.28979093565192" y="300.10682130310266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="144.75812604933196" y="301.9380436440146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_20</text><line class="component-pin sch-component-pin sch-port-line" x1="245.47535479949187" y1="301.9380436440146" x2="282.09980161773194" y2="301.9380436440146" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="280.26857927681993" y="300.1068213031026" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="263.78757820861193" y="300.10682130310266" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="236.31924309493195" y="301.9380436440146" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_21</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="591.57637723186" y="399.2675110634874" width="109.87334045472005" height="54.93667022735991" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="591.57637723186" y="399.2675110634874" width="109.87334045472005" height="54.93667022735991" fill="transparent"/><text class="sch-text" x="646.5130474592199" y="426.7358461771674" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 646.5130474592199, 426.7358461771674)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="591.57637723186" y1="408.4236227680473" x2="554.95193041362" y2="408.4236227680473" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="553.120708072708" y="406.5924004271353" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="573.2641538227399" y="406.5924004271354" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="600.7324889364199" y="408.4236227680473" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_22</text><line class="component-pin sch-component-pin sch-port-line" x1="591.57637723186" y1="426.7358461771674" x2="554.95193041362" y2="426.7358461771674" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="553.120708072708" y="424.9046238362554" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="573.2641538227399" y="424.9046238362554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="600.7324889364199" y="426.7358461771674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_23</text><line class="component-pin sch-component-pin sch-port-line" x1="591.57637723186" y1="445.04806958628734" x2="554.95193041362" y2="445.04806958628734" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="553.120708072708" y="443.21684724537533" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="573.2641538227399" y="443.21684724537545" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="600.7324889364199" y="445.04806958628734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_24</text><line class="component-pin sch-component-pin sch-port-line" x1="701.44971768658" y1="435.8919578817273" x2="736.242942163908" y2="435.8919578817273" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="738.0741645048199" cy="435.8919578817273" r="1.831222340912" stroke-width="1.831222340912px"/><rect x="736.242942163908" y="434.0607355408153" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.7619410957" y="434.06073554081536" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="692.2936059820199" y="435.8919578817273" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_25</text><line class="component-pin sch-component-pin sch-port-line" x1="701.44971768658" y1="417.5797344726074" x2="738.0741645048199" y2="417.5797344726074" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="736.242942163908" y="415.7485121316954" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="719.7619410957" y="415.74851213169546" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform=""></text><text class="pin-number sch-pin-label" x="692.2936059820199" y="417.5797344726074" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="">schematic_port_26</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="299.95421944162393" y="449.6261254385674" width="84.23622768195202" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="299.95421944162393" y="449.6261254385674" width="84.23622768195202" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="342.07233328259997" y="454.2041812908473" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 342.07233328259997, 454.2041812908473)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="329.71158248144394" y1="449.6261254385674" x2="329.71158248144394" y2="419.41095681351936" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="327.88036014053193" y="417.57973447260736" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.880360140532" y="434.5185411260434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 327.880360140532 434.5185411260434)"></text><text class="pin-number sch-pin-label" x="329.71158248144394" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 329.71158248144394 458.78223714312736)">schematic_port_27</text><line class="component-pin sch-component-pin sch-port-line" x1="329.71158248144394" y1="458.78223714312736" x2="329.71158248144394" y2="488.9974057681754" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="327.88036014053193" y="487.1661834272634" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="327.880360140532" y="473.8898214556513" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 327.880360140532 473.8898214556513)"></text><text class="pin-number sch-pin-label" x="329.71158248144394" y="449.6261254385674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 329.71158248144394 449.6261254385674)">schematic_port_28</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="413.49000457816794" y="449.6261254385674" width="95.22356172742411" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="413.49000457816794" y="449.6261254385674" width="95.22356172742411" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="461.10178544188" y="454.2041812908473" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 461.10178544188, 454.2041812908473)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="443.247367617988" y1="449.6261254385674" x2="443.247367617988" y2="419.41095681351936" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="441.416145277076" y="417.57973447260736" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.416145277076" y="434.5185411260434" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 441.416145277076 434.5185411260434)"></text><text class="pin-number sch-pin-label" x="443.247367617988" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 443.247367617988 458.78223714312736)">schematic_port_29</text><line class="component-pin sch-component-pin sch-port-line" x1="443.247367617988" y1="458.78223714312736" x2="443.247367617988" y2="488.9974057681754" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="441.416145277076" y="487.1661834272634" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="441.416145277076" y="473.8898214556513" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 441.416145277076 473.8898214556513)"></text><text class="pin-number sch-pin-label" x="443.247367617988" y="449.6261254385674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 443.247367617988 449.6261254385674)">schematic_port_30</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="820.0213642606319" y="458.78223714312736" width="84.23622768195196" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="820.0213642606319" y="458.78223714312736" width="84.23622768195196" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="862.1394781016079" y="463.3602929954074" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 862.1394781016079, 463.3602929954074)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="849.7787273004519" y1="458.78223714312736" x2="849.7787273004519" y2="428.5670685180794" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="847.94750495954" y="426.7358461771674" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.94750495954" y="443.6746528306034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 847.94750495954 443.6746528306034)"></text><text class="pin-number sch-pin-label" x="849.7787273004519" y="467.93834884768734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 849.7787273004519 467.93834884768734)">schematic_port_31</text><line class="component-pin sch-component-pin sch-port-line" x1="849.7787273004519" y1="467.93834884768734" x2="849.7787273004519" y2="498.15351747273536" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="847.94750495954" y="496.32229513182335" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="847.94750495954" y="483.0459331602114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 847.94750495954 483.0459331602114)"></text><text class="pin-number sch-pin-label" x="849.7787273004519" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 849.7787273004519 458.78223714312736)">schematic_port_32</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="933.557149397176" y="458.78223714312736" width="95.223561727424" height="9.156111704559976" stroke-width="1.831222340912px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="933.557149397176" y="458.78223714312736" width="95.223561727424" height="9.156111704559976" fill="transparent"/><text class="sch-text" x="981.1689302608879" y="463.3602929954074" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 981.1689302608879, 463.3602929954074)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="963.314512436996" y1="458.78223714312736" x2="963.314512436996" y2="428.5670685180794" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="961.483290096084" y="426.7358461771674" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.4832900960839" y="443.6746528306034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 961.4832900960839 443.6746528306034)"></text><text class="pin-number sch-pin-label" x="963.314512436996" y="467.93834884768734" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 963.314512436996 467.93834884768734)">schematic_port_33</text><line class="component-pin sch-component-pin sch-port-line" x1="963.314512436996" y1="467.93834884768734" x2="963.314512436996" y2="498.15351747273536" stroke-width="1.831222340912px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="961.483290096084" y="496.32229513182335" width="3.662444681824" height="3.662444681824" opacity="0"/></g><text class="pin-number sch-pin-number" x="961.4832900960839" y="483.0459331602114" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.73416755684px" transform="rotate(-90 961.4832900960839 483.0459331602114)"></text><text class="pin-number sch-pin-label" x="963.314512436996" y="458.78223714312736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.73416755684px" transform="rotate(-90 963.314512436996 458.78223714312736)">schematic_port_34</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="98.97756752653197" cy="301.9380436440146" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="282.09980161773194" cy="301.9380436440146" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="554.95193041362" cy="408.4236227680473" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="554.95193041362" cy="426.7358461771674" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="554.95193041362" cy="445.04806958628734" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="738.0741645048199" cy="435.8919578817273" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="738.0741645048199" cy="417.5797344726074" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="329.71158248144394" cy="419.41095681351936" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="329.71158248144394" cy="488.9974057681754" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="443.247367617988" cy="419.41095681351936" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="443.247367617988" cy="488.9974057681754" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="849.7787273004519" cy="428.5670685180794" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="849.7787273004519" cy="498.15351747273536" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="963.314512436996" cy="428.5670685180794" r="3.662444681824" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="963.314512436996" cy="498.15351747273536" r="3.662444681824" 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="
86
- M 54.936670227598256,283.534259117849
87
- L 45.78055852303826,278.5899587973866
88
- L 45.78055852303826,247.1905997252155
89
- L 64.09278193215826,247.1905997252155
90
- L 64.09278193215826,278.5899587973866
85
+ </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 368.2004089977989 421.6768916157671 L 368.2004089977989 290.4907975461814 L 315.03067484644686 290.4907975461814" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.2004089977989 421.6768916157671 L 368.2004089977989 290.4907975461814 L 315.03067484644686 290.4907975461814" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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 494.98977505102295 421.6768916157671 L 494.98977505102295 409.40695296545505 L 368.2004089977989 409.40695296545505 L 368.2004089977989 421.6768916157671" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.98977505102295 421.6768916157671 L 494.98977505102295 409.40695296545505 L 368.2004089977989 409.40695296545505 L 368.2004089977989 421.6768916157671" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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 619.7341513291949 409.40695296545505 L 494.98977505102295 409.40695296545505 L 494.98977505102295 421.6768916157671" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.7341513291949 409.40695296545505 L 494.98977505102295 409.40695296545505 L 494.98977505102295 421.6768916157671" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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 619.7341513291949 450.30674846649515 L 599.2842535786749 450.30674846649515 L 599.2842535786749 409.40695296545505 L 619.7341513291949 409.40695296545505" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 619.7341513291949 450.30674846649515 L 599.2842535786749 450.30674846649515 L 599.2842535786749 409.40695296545505 L 619.7341513291949 409.40695296545505" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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 494.98977505102295 499.3865030677431 L 494.98977505102295 519.8364008182631 L 588.548057259652 519.8364008182631 L 588.548057259652 429.85685071597504 L 619.7341513291949 429.85685071597504" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.98977505102295 499.3865030677431 L 494.98977505102295 519.8364008182631 L 588.548057259652 519.8364008182631 L 588.548057259652 429.85685071597504 L 619.7341513291949 429.85685071597504" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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 368.2004089977989 499.3865030677431 L 368.2004089977989 519.8364008182631 L 494.98977505102295 519.8364008182631 L 494.98977505102295 499.3865030677431" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 368.2004089977989 499.3865030677431 L 368.2004089977989 519.8364008182631 L 494.98977505102295 519.8364008182631 L 494.98977505102295 499.3865030677431" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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 1075.766871165791 509.6114519430031 L 1075.766871165791 530.0613496935231 L 948.9775051125669 530.0613496935231 L 948.9775051125669 509.6114519430031" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1075.766871165791 509.6114519430031 L 1075.766871165791 530.0613496935231 L 948.9775051125669 530.0613496935231 L 948.9775051125669 509.6114519430031" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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 948.9775051125669 431.9018404910271 L 948.9775051125669 419.63190184071516 L 824.2331288343948 419.63190184071516" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 948.9775051125669 431.9018404910271 L 948.9775051125669 419.63190184071516 L 824.2331288343948 419.63190184071516" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 1075.766871165791 431.9018404910271 L 1075.766871165791 419.63190184071516 L 948.9775051125669 419.63190184071516 L 948.9775051125669 431.9018404910271" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1075.766871165791 431.9018404910271 L 1075.766871165791 419.63190184071516 L 948.9775051125669 419.63190184071516 L 948.9775051125669 431.9018404910271" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 110.53169734124685 290.4907975461814 L 61.34969325124621 290.4907975461814 L 61.34969325124621 269.9386503069087" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.359918200416px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 110.53169734124685 290.4907975461814 L 61.34969325124621 290.4907975461814 L 61.34969325124621 269.9386503069087" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.044989775052px" 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="368.2004089977989" cy="421.6768916157671" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="494.98977505102295" cy="421.6768916157671" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="494.98977505102295" cy="409.40695296545505" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="619.7341513291949" cy="409.40695296545505" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="494.98977505102295" cy="499.3865030677431" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="494.98977505102295" cy="519.8364008182631" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="948.9775051125669" cy="431.9018404910271" r="3.067484662578" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="948.9775051125669" cy="419.63190184071516" r="3.067484662578" 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_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="151.43149284228684" y="270.0408997956614" width="122.69938650311997" height="40.89979550103999" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="151.43149284228684" y="270.0408997956614" width="122.69938650311997" height="40.89979550103999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="151.43149284228684" y1="290.4907975461814" x2="110.53169734124685" y2="290.4907975461814" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="108.48670756619485" y="288.4458077711294" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="130.98159509176685" y="288.44580777112947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="274.1308793454068" y1="290.4907975461814" x2="315.03067484644686" y2="290.4907975461814" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="312.98568507139487" y="288.4458077711294" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="294.5807770959268" y="288.44580777112947" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></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="660.6339468302349" y="399.18200409019516" width="122.69938650311997" height="61.34969325155987" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="660.6339468302349" y="399.18200409019516" width="122.69938650311997" height="61.34969325155987" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="660.6339468302349" y1="409.40695296545505" x2="619.7341513291949" y2="409.40695296545505" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="617.6891615541429" y="407.36196319040306" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.1840490797149" y="407.3619631904031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.6339468302349" y1="429.85685071597504" x2="619.7341513291949" y2="429.85685071597504" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="617.6891615541429" y="427.81186094092305" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.1840490797149" y="427.8118609409231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="660.6339468302349" y1="450.30674846649515" x2="619.7341513291949" y2="450.30674846649515" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="617.6891615541429" y="448.26175869144316" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.1840490797149" y="448.2617586914431" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="783.3333333333549" y1="440.08179959123504" x2="822.1881390593429" y2="440.08179959123504" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="824.2331288343948" cy="440.08179959123504" r="2.044989775052" stroke-width="2.044989775052px"/><rect x="822.1881390593428" y="438.03680981618305" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.7832310838749" y="438.0368098161831" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="783.3333333333549" y1="419.63190184071516" x2="824.2331288343948" y2="419.63190184071516" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="822.1881390593428" y="417.58691206566317" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="803.7832310838749" y="417.5869120656632" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform=""></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="334.9693251532039" y="455.41922290412515" width="94.06952965239196" height="10.224948875259884" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="334.9693251532039" y="455.41922290412515" width="94.06952965239196" height="10.224948875259884" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="368.2004089977989" y1="455.41922290412515" x2="368.2004089977989" y2="421.6768916157671" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="366.1554192227469" y="419.6319018407151" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.15541922274696" y="438.54805725994606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 366.15541922274696 438.54805725994606)"></text><line class="component-pin sch-component-pin sch-port-line" x1="368.2004089977989" y1="465.64417177938503" x2="368.2004089977989" y2="499.3865030677431" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="366.1554192227469" y="497.3415132926911" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="366.15541922274696" y="482.515337423564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 366.15541922274696 482.515337423564)"></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="461.7586912064279" y="455.41922290412515" width="106.33946830270406" height="10.224948875259884" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="461.7586912064279" y="455.41922290412515" width="106.33946830270406" height="10.224948875259884" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="494.98977505102295" y1="455.41922290412515" x2="494.98977505102295" y2="421.6768916157671" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="492.94478527597096" y="419.6319018407151" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="492.9447852759709" y="438.54805725994606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 492.9447852759709 438.54805725994606)"></text><line class="component-pin sch-component-pin sch-port-line" x1="494.98977505102295" y1="465.64417177938503" x2="494.98977505102295" y2="499.3865030677431" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="492.94478527597096" y="497.3415132926911" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="492.9447852759709" y="482.515337423564" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 492.9447852759709 482.515337423564)"></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="915.7464212679719" y="465.64417177938515" width="94.06952965239202" height="10.224948875259997" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="915.7464212679719" y="465.64417177938515" width="94.06952965239202" height="10.224948875259997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="948.9775051125669" y1="465.64417177938515" x2="948.9775051125669" y2="431.9018404910271" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="946.9325153375148" y="429.8568507159751" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="946.9325153375148" y="448.7730061352062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 946.9325153375148 448.7730061352062)"></text><line class="component-pin sch-component-pin sch-port-line" x1="948.9775051125669" y1="475.86912065464514" x2="948.9775051125669" y2="509.6114519430031" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="946.9325153375148" y="507.5664621679511" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="946.9325153375148" y="492.7402862988241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 946.9325153375148 492.7402862988241)"></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="1042.5357873211958" y="465.64417177938515" width="106.33946830270429" height="10.224948875259997" stroke-width="2.044989775052px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1042.5357873211958" y="465.64417177938515" width="106.33946830270429" height="10.224948875259997" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1075.766871165791" y1="465.64417177938515" x2="1075.766871165791" y2="431.9018404910271" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="1073.7218813907389" y="429.8568507159751" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="1073.7218813907389" y="448.7730061352062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 1073.7218813907389 448.7730061352062)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1075.766871165791" y1="475.86912065464514" x2="1075.766871165791" y2="509.6114519430031" stroke-width="2.044989775052px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="1073.7218813907389" y="507.5664621679511" width="4.089979550104" height="4.089979550104" opacity="0"/></g><text class="pin-number sch-pin-number" x="1073.7218813907389" y="492.7402862988241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.33742331289px" transform="rotate(-90 1073.7218813907389 492.7402862988241)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="110.53169734124685" cy="290.4907975461814" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="315.03067484644686" cy="290.4907975461814" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="619.7341513291949" cy="409.40695296545505" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="619.7341513291949" cy="429.85685071597504" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="619.7341513291949" cy="450.30674846649515" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="824.2331288343948" cy="440.08179959123504" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="824.2331288343948" cy="419.63190184071516" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="368.2004089977989" cy="421.6768916157671" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="368.2004089977989" cy="499.3865030677431" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="494.98977505102295" cy="421.6768916157671" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="494.98977505102295" cy="499.3865030677431" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="948.9775051125669" cy="431.9018404910271" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="948.9775051125669" cy="509.6114519430031" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="1075.766871165791" cy="431.9018404910271" r="4.089979550104" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="1075.766871165791" cy="509.6114519430031" r="4.089979550104" 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="
86
+ M 61.34969325124621,269.9386503069087
87
+ L 51.12474437598621,264.4171779142683
88
+ L 51.12474437598621,229.35241990471002
89
+ L 71.5746421265062,229.35241990471002
90
+ L 71.5746421265062,264.4171779142683
91
91
  Z
92
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.831222340912px"/><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="54.936670227598256" y="275.293758583745" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.481001068208px" transform="rotate(-90 54.936670227598256 275.293758583745)">XX</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="
93
- M 329.71158248144394,301.9380436440146
94
- L 320.55547077688396,296.9937433235522
95
- L 320.55547077688396,265.59438425138114
96
- L 338.8676941860039,265.59438425138114
97
- L 338.8676941860039,296.9937433235522
92
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><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="61.34969325124621" y="260.7361963191747" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(-90 61.34969325124621 260.7361963191747)">XX</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="
93
+ M 368.2004089977989,290.4907975461814
94
+ L 357.9754601225389,284.969325153541
95
+ L 357.9754601225389,249.90456714398272
96
+ L 378.4253578730589,249.90456714398272
97
+ L 378.4253578730589,284.969325153541
98
98
  Z
99
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.831222340912px"/><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="329.71158248144394" y="293.6975431099106" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.481001068208px" transform="rotate(-90 329.71158248144394 293.6975431099106)">XX</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="
100
- M 443.247367617988,507.30962917729534
101
- L 452.403479322548,512.2539294977578
102
- L 452.403479322548,543.6532885699288
103
- L 434.09125591342803,543.6532885699288
104
- L 434.09125591342803,512.2539294977578
99
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><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="368.2004089977989" y="281.2883435584474" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(-90 368.2004089977989 281.2883435584474)">XX</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="
100
+ M 494.98977505102295,519.8364008182631
101
+ L 505.21472392628294,525.3578732109034
102
+ L 505.21472392628294,560.4226312204618
103
+ L 484.76482617576295,560.4226312204618
104
+ L 484.76482617576295,525.3578732109034
105
105
  Z
106
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.831222340912px"/><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="443.247367617988" y="515.5501297113993" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.481001068208px" transform="rotate(90 443.247367617988 515.5501297113993)">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="
107
- M 963.314512436996,516.4657408818554
108
- L 972.470624141556,521.4100412023178
109
- L 972.470624141556,552.8094002744889
110
- L 954.158400732436,552.8094002744889
111
- L 954.158400732436,521.4100412023178
106
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><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="494.98977505102295" y="529.0388548059971" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(90 494.98977505102295 529.0388548059971)">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="
107
+ M 1075.766871165791,530.0613496935231
108
+ L 1085.991820041051,535.5828220861634
109
+ L 1085.991820041051,570.6475800957218
110
+ L 1065.541922290531,570.6475800957218
111
+ L 1065.541922290531,535.5828220861634
112
112
  Z
113
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.831222340912px"/><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="963.314512436996" y="524.7062414159593" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.481001068208px" transform="rotate(90 963.314512436996 524.7062414159593)">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 963.314512436996,417.5797344726074
115
- L 954.158400732436,412.635434152145
116
- L 954.158400732436,381.23607507997394
117
- L 972.470624141556,381.23607507997394
118
- L 972.470624141556,412.635434152145
113
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><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="1075.766871165791" y="539.2638036812571" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(90 1075.766871165791 539.2638036812571)">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 1075.766871165791,419.63190184071516
115
+ L 1065.541922290531,414.11042944807474
116
+ L 1065.541922290531,379.0456714385165
117
+ L 1085.991820041051,379.0456714385165
118
+ L 1085.991820041051,414.11042944807474
119
119
  Z
120
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.831222340912px"/><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="963.314512436996" y="409.3392339385034" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.481001068208px" transform="rotate(-90 963.314512436996 409.3392339385034)">XX</text><text class="sch-text" x="223.50068670854796" y="332.15321226906264" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068207974px" transform="rotate(0, 223.50068670854796, 332.15321226906264)">BSMD1206_200_12V</text><text class="sch-text" x="168.56401648118788" y="273.0962917746506" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 168.56401648118788, 273.0962917746506)">2A PTC</text><text class="sch-text" x="673.9813825729" y="466.1071265067754" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068207974px" transform="rotate(0, 673.9813825729, 466.1071265067754)">AP2112K_3_3TRG1</text><text class="sch-text" x="652.0067144819559" y="388.73798260324344" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.481001068208px" transform="rotate(0, 652.0067144819559, 388.73798260324344)">AP2112K-3.3</text><rect class="schematic-box sch-box" x="135.602014344772" y="323.91271173495863" width="175.79734472755194" height="16.481001068207945" stroke-width="1.831222340912px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.649778727296 7.324889363648"/><rect class="schematic-box sch-box" x="130.1083473220359" y="261.65115214395064" width="76.91133831830393" height="22.89027926139994" stroke-width="1.831222340912px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.649778727296 7.324889363648"/><rect class="schematic-box sch-box" x="591.57637723186" y="457.86662597267133" width="164.81001068208002" height="16.481001068208002" stroke-width="1.831222340912px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.649778727296 7.324889363648"/><rect class="schematic-box sch-box" x="586.0827102091239" y="377.29284297254355" width="131.84800854566402" height="22.890279261399883" stroke-width="1.831222340912px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.649778727296 7.324889363648"/>
120
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.044989775052px"/><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="1075.766871165791" y="410.4294478529812" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.404907975468px" transform="rotate(-90 1075.766871165791 410.4294478529812)">XX</text><text class="sch-text" x="249.59100204478284" y="324.23312883453934" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.40490797546797px" transform="rotate(0, 249.59100204478284, 324.23312883453934)">BSMD1206_200_12V</text><text class="sch-text" x="188.24130879322286" y="258.2822085891123" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.404907975468px" transform="rotate(0, 188.24130879322286, 258.2822085891123)">2A PTC</text><text class="sch-text" x="752.6584867075749" y="473.8241308795931" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.40490797546797px" transform="rotate(0, 752.6584867075749, 473.8241308795931)">AP2112K_3_3TRG1</text><text class="sch-text" x="728.1186094069509" y="387.4233128836462" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.404907975468px" transform="rotate(0, 728.1186094069509, 387.4233128836462)">AP2112K-3.3</text><rect class="schematic-box sch-box" x="151.43149284228684" y="315.03067484680537" width="196.31901840499205" height="18.40490797546795" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/><rect class="schematic-box sch-box" x="145.29652351713082" y="245.50102249503735" width="85.88957055218395" height="25.562372188149965" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/><rect class="schematic-box sch-box" x="660.6339468302349" y="464.6216768918591" width="184.04907975467995" height="18.40490797546795" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/><rect class="schematic-box sch-box" x="654.4989775050789" y="374.6421267895713" width="147.23926380374405" height="25.56237218814988" stroke-width="2.044989775052px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.359918200416 8.179959100208"/>
121
121
  </g>
122
122
  </svg>