@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150

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 (164) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +31 -2
  3. package/dist/index.js +127 -46
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
  5. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  6. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  8. package/lib/types/InputProblem.ts +27 -1
  9. package/package.json +8 -1
  10. package/site/examples/example51.page.tsx +4 -0
  11. package/tests/assets/example51.json +5102 -0
  12. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  13. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  14. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  15. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  16. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  17. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  19. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  20. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  21. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  22. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  23. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  24. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  25. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  26. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  27. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  28. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  29. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  30. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  31. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  32. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  33. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  34. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  35. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  36. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  37. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  38. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  39. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  40. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  41. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  42. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  43. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  44. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  45. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  46. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  47. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  49. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  51. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  52. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  53. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  54. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  55. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  56. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  57. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  58. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  59. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  60. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  61. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  62. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  63. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  64. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  65. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  67. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  69. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  71. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  72. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  73. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  74. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  75. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  76. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  77. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  78. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  79. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  80. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  81. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  82. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  83. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  84. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  85. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  86. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  87. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  88. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  89. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  90. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  91. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  92. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  93. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  94. package/tests/examples/__snapshots__/example51.snap.svg +952 -0
  95. package/tests/examples/example51.test.ts +12 -0
  96. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  98. package/tests/fixtures/matcher.ts +45 -8
  99. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  100. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  101. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  102. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  104. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  105. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  107. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  108. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  109. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  110. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  111. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  112. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  113. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
  115. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  116. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  117. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  118. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  119. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  121. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  122. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  123. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  125. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  126. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  128. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  129. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  130. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  131. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  132. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  135. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  136. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  137. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  139. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  140. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  141. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  142. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  143. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  144. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  145. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  146. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  147. package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
  148. package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
  156. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  157. package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
  158. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  159. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  160. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  162. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  163. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  164. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="9.935000000000002,-5.618910699999997 7.475000000000001,-6.298910699999998" data-type="line" data-label="" points="300.49794061597106,368.67769103092144 131.12436220569248,415.496403762218" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.618910699999997 8.715000000000002,-6.298910699999998" data-type="line" data-label="" points="300.49794061597106,368.67769103092144 216.49966189217434,415.496403762218" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.618910699999997 11.462500000000002,-8.423910699999997" data-type="line" data-label="" points="300.49794061597106,368.67769103092144 405.66791664105256,561.8048810475194" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-6.298910699999998 8.715000000000002,-6.298910699999998" data-type="line" data-label="" points="131.12436220569248,415.496403762218 216.49966189217434,415.496403762218" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-6.298910699999998 11.462500000000002,-8.423910699999997" data-type="line" data-label="" points="131.12436220569248,415.496403762218 405.66791664105256,561.8048810475194" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-6.298910699999998 11.462500000000002,-8.423910699999997" data-type="line" data-label="" points="216.49966189217434,415.496403762218 405.66791664105256,561.8048810475194" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 7.475000000000001,-5.538910699999998" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 131.12436220569248,363.1696071801807" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 8.715000000000002,-5.538910699999998" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 216.49966189217434,363.1696071801807" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 8.390000000000002,-3.408910699999998" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 194.1230712485401,216.51687465420792" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 8.715000000000002,-5.538910699999998" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 216.49966189217434,363.1696071801807" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 8.390000000000002,-3.408910699999998" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 194.1230712485401,216.51687465420792" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 8.390000000000002,-3.408910699999998" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 194.1230712485401,216.51687465420792" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.142500000000002,-1.5989106999999985 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="245.93348496957037,91.89647753119817 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.142500000000002,-1.5989106999999985 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="245.93348496957037,91.89647753119817 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.582500000000001,-7.823910699999995 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="276.2279461486445,520.4942521669636 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-4.0189106999999975 9.142500000000002,-2.198910699999998" data-type="line" data-label="" points="300.49794061597106,258.5160140161062 245.93348496957037,133.20710641175387" fill="none" stroke="hsl(246, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-4.0189106999999975 10.687500000000002,-1.9094553499999982" data-type="line" data-label="" points="300.49794061597106,258.5160140161062 352.30835433700133,113.27780217618493" fill="none" stroke="hsl(246, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.142500000000002,-2.198910699999998 10.687500000000002,-1.9094553499999982" data-type="line" data-label="" points="245.93348496957037,133.20710641175387 352.30835433700133,113.27780217618493" fill="none" stroke="hsl(246, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-4.418910699999998 8.390000000000002,-4.008910699999998" data-type="line" data-label="" points="300.49794061597106,286.05643326981004 194.1230712485401,257.82750353476365" fill="none" stroke="hsl(294, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.818910699999997 11.462500000000002,-7.823910699999995" data-type="line" data-label="" points="300.49794061597106,382.44790065777335 405.66791664105256,520.4942521669636" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-6.0189106999999975 7.7025000000000015,-7.628910699999997" data-type="line" data-label="" points="300.49794061597106,396.2181102846253 146.78797565623654,507.06829778078315" fill="none" stroke="hsl(110, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.135000000000002,-6.0189106999999975 9.582500000000001,-8.423910699999997" data-type="line" data-label="" points="451.970246511342,396.2181102846253 276.2279461486445,561.8048810475194" fill="none" stroke="hsl(108, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.135000000000002,-6.0189106999999975 13.345,-7.221410699999997" data-type="line" data-label="" points="451.970246511342,396.2181102846253 535.280014753796,479.0114956660724" fill="none" stroke="hsl(108, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.582500000000001,-8.423910699999997 13.345,-7.221410699999997" data-type="line" data-label="" points="276.2279461486445,561.8048810475194 535.280014753796,479.0114956660724" fill="none" stroke="hsl(108, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-6.298910699999998 7.475000000000001,-6.498910699999998 8.715000000000002,-6.498910699999998 8.715000000000002,-6.298910699999998" data-type="line" data-label="" points="131.12436220569248,415.496403762218 131.12436220569248,429.2666133890699 216.49966189217434,429.2666133890699 216.49966189217434,415.496403762218" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 8.715000000000002,-5.418910699999999 9.935000000000002,-5.418910699999999" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 216.49966189217434,354.90748140406964 300.49794061597106,354.90748140406964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 7.475000000000001,-5.418910699999999 8.715000000000002,-5.418910699999999 8.715000000000002,-5.538910699999998" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 131.12436220569248,354.90748140406964 216.49966189217434,354.90748140406964 216.49966189217434,363.1696071801807" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.687500000000002,-1.9094553499999973 9.915000000000003,-1.9094553499999973 9.915000000000003,-2.3989106999999974 9.142500000000002,-2.3989106999999974 9.142500000000002,-2.198910699999998" data-type="line" data-label="" points="352.30835433700133,113.27780217618488 299.1209196532859,113.27780217618488 299.1209196532859,146.97731603860575 245.93348496957037,146.97731603860575 245.93348496957037,133.20710641175387" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.935000000000002,-4.418910699999998 8.390000000000002,-4.418910699999998 8.390000000000002,-4.008910699999998" data-type="line" data-label="" points="300.49794061597106,286.05643326981004 194.1230712485401,286.05643326981004 194.1230712485401,257.82750353476365" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 8.390000000000002,-1.3989106999999983 9.142500000000002,-1.3989106999999983 9.142500000000002,-1.5989106999999976" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 194.1230712485401,78.12626790434626 245.93348496957037,78.12626790434626 245.93348496957037,91.89647753119812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.5825,-7.823910699999995 9.5825,-6.828910699999997 7.7025000000000015,-6.828910699999997 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="276.2279461486444,520.4942521669636 276.2279461486444,451.9874592733755 146.78797565623654,451.9874592733755 146.78797565623654,465.75766890022743" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.135000000000002,-6.0189106999999975 12.740000000000002,-6.0189106999999975 12.740000000000002,-7.221410699999997 13.345,-7.221410699999997" data-type="line" data-label="" points="451.970246511342,396.2181102846253 493.62513063256904,396.2181102846253 493.62513063256904,479.0114956660724 535.280014753796,479.0114956660724" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.7025000000000015,-7.028910699999997 7.7025000000000015,-6.828910699999997 6.95,-6.828910699999997 6.95,-5.338910699999998 7.475000000000001,-5.338910699999998 7.475000000000001,-5.538910699999998" data-type="line" data-label="" points="146.78797565623654,465.75766890022743 146.78797565623654,451.9874592733755 94.97756193520615,451.9874592733755 94.97756193520615,349.3993975533288 131.12436220569248,349.3993975533288 131.12436220569248,363.1696071801807" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.715000000000002,-6.298910699999998 8.715000000000002,-6.498910699999997 9.63,-6.498910699999997 9.63,-6.5189106999999975 8.214000000000002,-6.5189106999999975 8.214000000000002,-5.318910699999998 9.63,-5.318910699999998 9.63,-5.618910699999996 9.935000000000002,-5.618910699999996" data-type="line" data-label="" points="216.49966189217434,415.496403762218 216.49966189217434,429.26661338906985 279.49837093502174,429.26661338906985 279.49837093502174,430.64363435175505 182.00528677691034,430.64363435175505 182.00528677691034,348.02237659064366 279.49837093502174,348.02237659064366 279.49837093502174,368.6776910309214 300.49794061597106,368.6776910309214" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.63,-6.498910699999997 9.920000000000002,-6.498910699999997 9.920000000000002,-6.499910699999997" data-type="line" data-label="" points="279.49837093502174,429.26661338906985 299.46517489395717,429.26661338906985 299.46517489395717,429.3354644372041" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.462500000000002,-7.823910699999995 11.462500000000002,-7.672910699999996 11.411500000000002,-7.672910699999996" data-type="line" data-label="" points="405.66791664105256,520.4942521669636 405.66791664105256,510.0977438986904 402.1565131862053,510.0977438986904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.7025000000000015,-7.628910699999997 7.7025000000000015,-7.729910699999997 7.3515000000000015,-7.729910699999997" data-type="line" data-label="" points="146.78797565623654,507.06829778078315 146.78797565623654,514.0222536423433 122.62125776111145,514.0222536423433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.582500000000001,-8.423910699999997 9.582500000000001,-8.524910699999996 9.231500000000002,-8.524910699999996" data-type="line" data-label="" points="276.2279461486445,561.8048810475194 276.2279461486445,568.7588369090796 252.06122825351952,568.7588369090796" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="11.035000000000002" data-y="-5.0189106999999975" x="300.49794061597106" y="244.7458043892543" width="151.47230589537094" height="165.24251552222296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="7.610000000000001" data-y="-5.918910699999998" x="108.74777156205806" y="363.1696071801807" width="63.34296428351888" height="52.326796582037275" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="8.910000000000002" data-y="-5.918910699999998" x="194.12307124854016" y="363.1696071801807" width="71.60509005962979" height="52.326796582037275" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="8.547500000000003" data-y="-3.708910699999998" x="171.74648060490574" y="216.51687465420792" width="66.44126144956044" height="41.310628880555726" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="9.300000000000002" data-y="-1.8989106999999983" x="223.556894325936" y="91.89647753119819" width="66.44126144956044" height="41.3106288805557" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="9.740000000000002" data-y="-8.123910699999996" x="253.85135550501025" y="520.4942521669636" width="66.44126144956044" height="41.31062888055578" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="7.860000000000001" data-y="-7.328910699999997" x="124.41138501260221" y="465.7576689002274" width="66.44126144956039" height="41.310628880555726" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="11.620000000000003" data-y="-8.123910699999996" x="383.2913259974182" y="520.4942521669636" width="66.44126144956044" height="41.31062888055578" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="11.157500000000002" data-y="-1.8594553499999984" x="352.30835433700133" y="85.08637216450491" width="64.71998524620403" height="49.49775520993413" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="13.815000000000001" data-y="-7.171410699999997" x="535.280014753796" y="450.82006565439235" width="64.71998524620403" height="49.4977552099341" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="ESP_12F_ESP8266MOD_" data-x="11.475000000000001" data-y="-6.348910699999998" x="328.0383598696747" y="412.7423618368476" width="156.98038974611188" height="12.3931886641667" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="ESP-12F" data-x="10.755000000000003" data-y="-3.703910699999997" x="323.90729698161937" y="228.22155283703196" width="66.09700620888918" height="17.2127620335649" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="netId: ESP_RST
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
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="9.935000000000002,-5.618910699999997 7.475000000000001,-6.298910699999998" data-type="line" data-label="" points="300.49794061597106,368.67769103092144 131.12436220569248,415.496403762218" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.618910699999997 8.715000000000002,-6.298910699999998" data-type="line" data-label="" points="300.49794061597106,368.67769103092144 216.49966189217434,415.496403762218" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.618910699999997 11.462500000000002,-8.423910699999997" data-type="line" data-label="" points="300.49794061597106,368.67769103092144 405.66791664105256,561.8048810475194" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-6.298910699999998 8.715000000000002,-6.298910699999998" data-type="line" data-label="" points="131.12436220569248,415.496403762218 216.49966189217434,415.496403762218" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-6.298910699999998 11.462500000000002,-8.423910699999997" data-type="line" data-label="" points="131.12436220569248,415.496403762218 405.66791664105256,561.8048810475194" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-6.298910699999998 11.462500000000002,-8.423910699999997" data-type="line" data-label="" points="216.49966189217434,415.496403762218 405.66791664105256,561.8048810475194" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 7.475000000000001,-5.538910699999998" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 131.12436220569248,363.1696071801807" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 8.715000000000002,-5.538910699999998" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 216.49966189217434,363.1696071801807" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 8.390000000000002,-3.408910699999998" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 194.1230712485401,216.51687465420792" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.418910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="300.49794061597106,354.9074814040696 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 8.715000000000002,-5.538910699999998" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 216.49966189217434,363.1696071801807" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 8.390000000000002,-3.408910699999998" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 194.1230712485401,216.51687465420792" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 8.390000000000002,-3.408910699999998" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 194.1230712485401,216.51687465420792" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 9.142500000000002,-1.5989106999999985" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 245.93348496957037,91.89647753119817" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.142500000000002,-1.5989106999999985 9.582500000000001,-7.823910699999995" data-type="line" data-label="" points="245.93348496957037,91.89647753119817 276.2279461486445,520.4942521669636" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.142500000000002,-1.5989106999999985 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="245.93348496957037,91.89647753119817 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.582500000000001,-7.823910699999995 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="276.2279461486445,520.4942521669636 146.78797565623654,465.75766890022743" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-4.0189106999999975 9.142500000000002,-2.198910699999998" data-type="line" data-label="" points="300.49794061597106,258.5160140161062 245.93348496957037,133.20710641175387" fill="none" stroke="hsl(246, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-4.0189106999999975 10.687500000000002,-1.9094553499999982" data-type="line" data-label="" points="300.49794061597106,258.5160140161062 352.30835433700133,113.27780217618493" fill="none" stroke="hsl(246, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.142500000000002,-2.198910699999998 10.687500000000002,-1.9094553499999982" data-type="line" data-label="" points="245.93348496957037,133.20710641175387 352.30835433700133,113.27780217618493" fill="none" stroke="hsl(246, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-4.418910699999998 8.390000000000002,-4.008910699999998" data-type="line" data-label="" points="300.49794061597106,286.05643326981004 194.1230712485401,257.82750353476365" fill="none" stroke="hsl(294, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-5.818910699999997 11.462500000000002,-7.823910699999995" data-type="line" data-label="" points="300.49794061597106,382.44790065777335 405.66791664105256,520.4942521669636" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.935000000000002,-6.0189106999999975 7.7025000000000015,-7.628910699999997" data-type="line" data-label="" points="300.49794061597106,396.2181102846253 146.78797565623654,507.06829778078315" fill="none" stroke="hsl(110, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.135000000000002,-6.0189106999999975 9.582500000000001,-8.423910699999997" data-type="line" data-label="" points="451.970246511342,396.2181102846253 276.2279461486445,561.8048810475194" fill="none" stroke="hsl(108, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="12.135000000000002,-6.0189106999999975 13.345,-7.221410699999997" data-type="line" data-label="" points="451.970246511342,396.2181102846253 535.280014753796,479.0114956660724" fill="none" stroke="hsl(108, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.582500000000001,-8.423910699999997 13.345,-7.221410699999997" data-type="line" data-label="" points="276.2279461486445,561.8048810475194 535.280014753796,479.0114956660724" fill="none" stroke="hsl(108, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.475000000000001,-6.298910699999998 7.475000000000001,-6.498910699999998 8.715000000000002,-6.498910699999998 8.715000000000002,-6.298910699999998" data-type="line" data-label="" points="131.12436220569248,415.496403762218 131.12436220569248,429.2666133890699 216.49966189217434,429.2666133890699 216.49966189217434,415.496403762218" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.715000000000002,-5.538910699999998 8.715000000000002,-5.418910699999999 9.935000000000002,-5.418910699999999" data-type="line" data-label="" points="216.49966189217434,363.1696071801807 216.49966189217434,354.90748140406964 300.49794061597106,354.90748140406964" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.475000000000001,-5.538910699999998 7.475000000000001,-5.418910699999999 8.715000000000002,-5.418910699999999 8.715000000000002,-5.538910699999998" data-type="line" data-label="" points="131.12436220569248,363.1696071801807 131.12436220569248,354.90748140406964 216.49966189217434,354.90748140406964 216.49966189217434,363.1696071801807" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.687500000000002,-1.9094553499999973 9.915000000000003,-1.9094553499999973 9.915000000000003,-2.3989106999999974 9.142500000000002,-2.3989106999999974 9.142500000000002,-2.198910699999998" data-type="line" data-label="" points="352.30835433700133,113.27780217618488 299.1209196532859,113.27780217618488 299.1209196532859,146.97731603860575 245.93348496957037,146.97731603860575 245.93348496957037,133.20710641175387" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.935000000000002,-4.418910699999998 8.390000000000002,-4.418910699999998 8.390000000000002,-4.008910699999998" data-type="line" data-label="" points="300.49794061597106,286.05643326981004 194.1230712485401,286.05643326981004 194.1230712485401,257.82750353476365" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.390000000000002,-3.408910699999998 8.390000000000002,-1.3989106999999983 9.142500000000002,-1.3989106999999983 9.142500000000002,-1.5989106999999976" data-type="line" data-label="" points="194.1230712485401,216.51687465420792 194.1230712485401,78.12626790434626 245.93348496957037,78.12626790434626 245.93348496957037,91.89647753119812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.5825,-7.823910699999995 9.5825,-6.828910699999997 7.7025000000000015,-6.828910699999997 7.7025000000000015,-7.028910699999997" data-type="line" data-label="" points="276.2279461486444,520.4942521669636 276.2279461486444,451.9874592733755 146.78797565623654,451.9874592733755 146.78797565623654,465.75766890022743" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="12.135000000000002,-6.0189106999999975 12.740000000000002,-6.0189106999999975 12.740000000000002,-7.221410699999997 13.345,-7.221410699999997" data-type="line" data-label="" points="451.970246511342,396.2181102846253 493.62513063256904,396.2181102846253 493.62513063256904,479.0114956660724 535.280014753796,479.0114956660724" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.7025000000000015,-7.028910699999997 7.7025000000000015,-6.828910699999997 6.95,-6.828910699999997 6.95,-5.338910699999998 7.475000000000001,-5.338910699999998 7.475000000000001,-5.538910699999998" data-type="line" data-label="" points="146.78797565623654,465.75766890022743 146.78797565623654,451.9874592733755 94.97756193520615,451.9874592733755 94.97756193520615,349.3993975533288 131.12436220569248,349.3993975533288 131.12436220569248,363.1696071801807" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.715000000000002,-6.298910699999998 8.715000000000002,-6.498910699999997 9.63,-6.498910699999997 9.63,-6.5189106999999975 8.214000000000002,-6.5189106999999975 8.214000000000002,-5.318910699999998 9.63,-5.318910699999998 9.63,-5.618910699999996 9.935000000000002,-5.618910699999996" data-type="line" data-label="" points="216.49966189217434,415.496403762218 216.49966189217434,429.26661338906985 279.49837093502174,429.26661338906985 279.49837093502174,430.64363435175505 182.00528677691034,430.64363435175505 182.00528677691034,348.02237659064366 279.49837093502174,348.02237659064366 279.49837093502174,368.6776910309214 300.49794061597106,368.6776910309214" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.63,-6.498910699999997 9.920000000000002,-6.498910699999997 9.920000000000002,-6.499910699999997" data-type="line" data-label="" points="279.49837093502174,429.26661338906985 299.46517489395717,429.26661338906985 299.46517489395717,429.3354644372041" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.462500000000002,-7.823910699999995 11.462500000000002,-7.672910699999996 11.411500000000002,-7.672910699999996" data-type="line" data-label="" points="405.66791664105256,520.4942521669636 405.66791664105256,510.0977438986904 402.1565131862053,510.0977438986904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.7025000000000015,-7.628910699999997 7.7025000000000015,-7.729910699999997 7.3515000000000015,-7.729910699999997" data-type="line" data-label="" points="146.78797565623654,507.06829778078315 146.78797565623654,514.0222536423433 122.62125776111145,514.0222536423433" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.582500000000001,-8.423910699999997 9.582500000000001,-8.524910699999996 9.231500000000002,-8.524910699999996" data-type="line" data-label="" points="276.2279461486445,561.8048810475194 276.2279461486445,568.7588369090796 252.06122825351952,568.7588369090796" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="11.035000000000002" data-y="-5.0189106999999975" x="300.49794061597106" y="244.7458043892543" width="151.47230589537094" height="165.24251552222296" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="7.610000000000001" data-y="-5.918910699999998" x="108.74777156205806" y="363.1696071801807" width="63.34296428351888" height="52.326796582037275" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="8.910000000000002" data-y="-5.918910699999998" x="194.12307124854016" y="363.1696071801807" width="71.60509005962979" height="52.326796582037275" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="8.547500000000003" data-y="-3.708910699999998" x="171.74648060490574" y="216.51687465420792" width="66.44126144956044" height="41.310628880555726" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="9.300000000000002" data-y="-1.8989106999999983" x="223.556894325936" y="91.89647753119819" width="66.44126144956044" height="41.3106288805557" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="9.740000000000002" data-y="-8.123910699999996" x="253.85135550501025" y="520.4942521669636" width="66.44126144956044" height="41.31062888055578" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="7.860000000000001" data-y="-7.328910699999997" x="124.41138501260221" y="465.7576689002274" width="66.44126144956039" height="41.310628880555726" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="11.620000000000003" data-y="-8.123910699999996" x="383.2913259974182" y="520.4942521669636" width="66.44126144956044" height="41.31062888055578" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="11.157500000000002" data-y="-1.8594553499999984" x="352.30835433700133" y="85.08637216450491" width="64.71998524620403" height="49.49775520993413" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="13.815000000000001" data-y="-7.171410699999997" x="535.280014753796" y="450.82006565439235" width="64.71998524620403" height="49.4977552099341" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="ESP_12F_ESP8266MOD_" data-x="11.475000000000001" data-y="-6.348910699999998" x="328.0383598696747" y="412.7423618368476" width="156.98038974611188" height="12.3931886641667" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="ESP-12F" data-x="10.755000000000003" data-y="-3.703910699999997" x="323.90729698161937" y="228.22155283703196" width="66.09700620888918" height="17.2127620335649" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="netId: ESP_RST
2
4
  globalConnNetId: connectivity_net2" data-x="9.454000000000002" data-y="-4.0189106999999975" x="234.3320833589476" y="251.63090920268027" width="66.09700620888918" height="13.770209626851909" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="netId: ESP_RST
3
5
  globalConnNetId: connectivity_net2" data-x="10.395000000000003" data-y="-2.3989106999999974" x="299.12091965328597" y="140.09221122517977" width="66.09700620888918" height="13.770209626851937" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="netId: ESP_EN
4
6
  globalConnNetId: connectivity_net3" data-x="7.970000000000002" data-y="-4.418910699999998" x="136.288190815762" y="279.1713284563841" width="57.83488043277805" height="13.770209626851852" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.014524107142857142"/></g><g><rect data-type="rect" data-label="netId: RGB_BLUE_PWM
@@ -121,4 +123,160 @@ orientation: x+" data-x="12.135000000000002" data-y="-5.218910699999998" cx="451
121
123
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
122
124
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
123
125
  });
124
- ]]></script></svg>
126
+ ]]></script>
127
+ </g>
128
+ <g transform="translate(1216, 200)">
129
+ <style>
130
+ .boundary { fill: rgb(245, 241, 237); }
131
+ .schematic-boundary { fill: none; stroke: #fff; }
132
+ .component { fill: none; stroke: rgb(132, 0, 0); }
133
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
134
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
135
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
136
+ .pin-number { fill: rgb(169, 0, 0); }
137
+ .port-label { fill: rgb(0, 100, 100); }
138
+ .component-name { fill: rgb(0, 100, 100); }
139
+
140
+ </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 306.3114685935677 525.866513459531 L 306.3114685935677 544.0094343185909 L 418.79757791973975 544.0094343185909 L 418.79757791973975 525.866513459531" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.3114685935677 525.866513459531 L 306.3114685935677 544.0094343185909 L 418.79757791973975 544.0094343185909 L 418.79757791973975 525.866513459531" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 418.79757791973975 456.92341419510296 L 418.79757791973975 446.03766167966705 L 529.4693951600058 446.03766167966705" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.79757791973975 456.92341419510296 L 418.79757791973975 446.03766167966705 L 529.4693951600058 446.03766167966705" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 306.3114685935677 456.92341419510296 L 306.3114685935677 446.03766167966705 L 418.79757791973975 446.03766167966705 L 418.79757791973975 456.92341419510296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 306.3114685935677 456.92341419510296 L 306.3114685935677 446.03766167966705 L 418.79757791973975 446.03766167966705 L 418.79757791973975 456.92341419510296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 597.732134892219 127.67880831239333 L 527.6551030740999 127.67880831239333 L 527.6551030740999 172.0795567078609 L 457.5780712559805 172.0795567078609 L 457.5780712559805 153.93663584880096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 597.732134892219 127.67880831239333 L 527.6551030740999 127.67880831239333 L 527.6551030740999 172.0795567078609 L 457.5780712559805 172.0795567078609 L 457.5780712559805 153.93663584880096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 529.4693951600058 355.32305738436696 L 389.3153315237673 355.32305738436696 L 389.3153315237673 318.13006962329393" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 529.4693951600058 355.32305738436696 L 389.3153315237673 355.32305738436696 L 389.3153315237673 318.13006962329393" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 389.3153315237673 263.701307046114 L 389.3153315237673 81.36495241256097 L 457.5780712559805 81.36495241256097 L 457.5780712559805 99.50787327162092" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 389.3153315237673 263.701307046114 L 389.3153315237673 81.36495241256097 L 457.5780712559805 81.36495241256097 L 457.5780712559805 99.50787327162092" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 497.49249714591235 664.2062850098632 L 497.49249714591235 573.94525373604 L 326.9490410707484 573.94525373604 L 326.9490410707484 592.0881745950999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.49249714591235 664.2062850098632 L 497.49249714591235 573.94525373604 L 326.9490410707484 573.94525373604 L 326.9490410707484 592.0881745950999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 729.0415246096658 500.46642425684695 L 783.9238602083223 500.46642425684695 L 783.9238602083223 609.5507359219451 L 838.8061958069787 609.5507359219451" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 729.0415246096658 500.46642425684695 L 783.9238602083223 500.46642425684695 L 783.9238602083223 609.5507359219451 L 838.8061958069787 609.5507359219451" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 326.9490410707484 592.0881745950999 L 326.9490410707484 573.94525373604 L 258.68630133853503 573.94525373604 L 258.68630133853503 438.780493336043 L 306.3114685935677 438.780493336043 L 306.3114685935677 456.92341419510296" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 326.9490410707484 592.0881745950999 L 326.9490410707484 573.94525373604 L 258.68630133853503 573.94525373604 L 258.68630133853503 438.780493336043 L 306.3114685935677 438.780493336043 L 306.3114685935677 456.92341419510296" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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 418.79757791973975 525.866513459531 L 418.79757791973975 544.0094343185909 L 501.8014408499391 544.0094343185909 L 501.8014408499391 545.8237264044969 L 373.3495611677945 545.8237264044969 L 373.3495611677945 436.966201250137 L 501.8014408499391 436.966201250137 L 501.8014408499391 464.1805825387268 L 529.4693951600058 464.1805825387268" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.79757791973975 525.866513459531 L 418.79757791973975 544.0094343185909 L 501.8014408499391 544.0094343185909 L 501.8014408499391 545.8237264044969 L 373.3495611677945 545.8237264044969 L 373.3495611677945 436.966201250137 L 501.8014408499391 436.966201250137 L 501.8014408499391 464.1805825387268 L 529.4693951600058 464.1805825387268" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 501.8014408499391 544.0094343185909 L 528.1086760955762 544.0094343185909 L 528.1086760955762 544.1001489228862" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 501.8014408499391 544.0094343185909 L 528.1086760955762 544.0094343185909 L 528.1086760955762 544.1001489228862" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 668.0359532210765 664.2062850098632 L 668.0359532210765 650.508379761273 L 663.4095084020163 650.508379761273" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 668.0359532210765 664.2062850098632 L 668.0359532210765 650.508379761273 L 663.4095084020163 650.508379761273" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 326.9490410707484 646.5169371722799 L 326.9490410707484 655.6791122061052 L 295.10821496309813 655.6791122061052" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 326.9490410707484 646.5169371722799 L 326.9490410707484 655.6791122061052 L 295.10821496309813 655.6791122061052" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 497.49249714591247 718.6350475870433 L 497.49249714591247 727.7972226208686 L 465.6516710382623 727.7972226208686" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.514336687248px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 497.49249714591247 718.6350475870433 L 497.49249714591247 727.7972226208686 L 465.6516710382623 727.7972226208686" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.814292085906px" 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="418.79757791973975" cy="544.0094343185909" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="418.79757791973975" cy="525.866513459531" r="2.721438128859" 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="418.79757791973975" cy="456.92341419510296" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="418.79757791973975" cy="446.03766167966705" r="2.721438128859" 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="306.3114685935677" cy="456.92341419510296" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="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"><circle cx="326.9490410707484" cy="573.94525373604" r="2.721438128859" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="326.9490410707484" cy="592.0881745950999" r="2.721438128859" 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"/><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"><circle cx="501.8014408499391" cy="544.0094343185909" r="2.721438128859" 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_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="565.7552368781259" y="300.8942948071869" width="127.00044601341983" height="217.7150503087201" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="565.7552368781259" y="300.8942948071869" width="127.00044601341983" height="217.7150503087201" fill="transparent"/><text class="sch-text" x="629.2554598848358" y="409.7518199615469" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 629.2554598848358, 409.7518199615469)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="319.03721566624694" x2="531.2836872459118" y2="319.03721566624694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="319.03721566624694" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="317.22292358034093" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="317.22292358034093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="319.03721566624694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_35</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="337.1801365253069" x2="531.2836872459118" y2="337.1801365253069" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="337.1801365253069" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="335.3658444394009" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="335.365844439401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="337.1801365253069" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_36</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="355.32305738436696" x2="529.4693951600058" y2="355.32305738436696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="527.6551030740998" y="353.50876529846096" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="353.508765298461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="355.32305738436696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_37</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="373.46597824342695" x2="531.2836872459118" y2="373.46597824342695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="373.46597824342695" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="371.65168615752094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="371.651686157521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="373.46597824342695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_38</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="391.60889910248693" x2="531.2836872459118" y2="391.60889910248693" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="391.60889910248693" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="389.7946070165809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="389.7946070165809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="391.60889910248693" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_39</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="409.7518199615469" x2="531.2836872459118" y2="409.7518199615469" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="409.7518199615469" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="407.9375278756409" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="407.93752787564097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="409.7518199615469" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_40</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="427.89474082060696" x2="531.2836872459118" y2="427.89474082060696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="427.89474082060696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="426.08044873470095" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="426.080448734701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="427.89474082060696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_41</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="446.03766167966694" x2="529.4693951600058" y2="446.03766167966694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="527.6551030740998" y="444.22336959376094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="444.223369593761" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="446.03766167966694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_42</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="464.1805825387269" x2="529.4693951600058" y2="464.1805825387269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><rect x="527.6551030740998" y="462.3662904528209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="462.3662904528209" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="464.1805825387269" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_43</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="482.3235033977869" x2="531.2836872459118" y2="482.3235033977869" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="482.3235033977869" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="480.5092113118809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="480.5092113118809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="482.3235033977869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_44</text><line class="component-pin sch-component-pin sch-port-line" x1="565.7552368781259" y1="500.46642425684695" x2="531.2836872459118" y2="500.46642425684695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="529.4693951600058" cy="500.46642425684695" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="527.6551030740998" y="498.65213217094094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="547.6123160190657" y="498.65213217094094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="574.8266973076558" y="500.46642425684695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_45</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="500.46642425684695" x2="729.0415246096658" y2="500.46642425684695" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="727.2272325237598" y="498.65213217094094" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="498.65213217094094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="500.46642425684695" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_46</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="482.3235033977869" x2="727.2272325237599" y2="482.3235033977869" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="482.3235033977869" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="480.5092113118809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="480.5092113118809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="482.3235033977869" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_47</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="464.1805825387269" x2="727.2272325237599" y2="464.1805825387269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="464.1805825387269" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="462.3662904528209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="462.3662904528209" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="464.1805825387269" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_48</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="446.0376616796669" x2="727.2272325237599" y2="446.0376616796669" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="446.0376616796669" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="444.2233695937609" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="444.22336959376094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="446.0376616796669" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_49</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="427.89474082060696" x2="727.2272325237599" y2="427.89474082060696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="427.89474082060696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="426.08044873470095" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="426.080448734701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="427.89474082060696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_50</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="409.7518199615469" x2="727.2272325237599" y2="409.7518199615469" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="409.7518199615469" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="407.9375278756409" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="407.93752787564097" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="409.7518199615469" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_51</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="391.60889910248693" x2="727.2272325237599" y2="391.60889910248693" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="391.60889910248693" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="389.7946070165809" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="389.7946070165809" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="391.60889910248693" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_52</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="373.4659782434269" x2="727.2272325237599" y2="373.4659782434269" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="373.4659782434269" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="371.6516861575209" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="371.65168615752094" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="373.4659782434269" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_53</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="355.32305738436696" x2="727.2272325237599" y2="355.32305738436696" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="355.32305738436696" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="353.50876529846096" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="353.508765298461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="355.32305738436696" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_54</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="337.1801365253069" x2="727.2272325237599" y2="337.1801365253069" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="337.1801365253069" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="335.3658444394009" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="335.365844439401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="337.1801365253069" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_55</text><line class="component-pin sch-component-pin sch-port-line" x1="692.7556828915457" y1="319.03721566624694" x2="727.2272325237599" y2="319.03721566624694" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="729.0415246096658" cy="319.03721566624694" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="727.2272325237598" y="317.22292358034093" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="710.8986037506057" y="317.22292358034093" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="683.6842224620158" y="319.03721566624694" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_56</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="276.8292221975951" y="486.859233612552" width="83.45743595167619" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="276.8292221975951" y="486.859233612552" width="83.45743595167619" height="9.07146042953002" fill="transparent"/><text class="sch-text" x="318.55794017343317" y="491.39496382731693" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 318.55794017343317, 491.39496382731693)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="306.3114685935677" y1="486.859233612552" x2="306.3114685935677" y2="456.92341419510296" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="304.4971765076617" y="455.10912210919696" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.4971765076617" y="471.89132390382747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 304.4971765076617 471.89132390382747)"></text><text class="pin-number sch-pin-label" x="306.3114685935677" y="495.930694042082" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 306.3114685935677 495.930694042082)">schematic_port_57</text><line class="component-pin sch-component-pin sch-port-line" x1="306.3114685935677" y1="495.930694042082" x2="306.3114685935677" y2="525.866513459531" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="304.4971765076617" y="524.052221373625" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="304.4971765076617" y="510.8986037508065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 304.4971765076617 510.8986037508065)"></text><text class="pin-number sch-pin-label" x="306.3114685935677" y="486.859233612552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 306.3114685935677 486.859233612552)">schematic_port_58</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="389.3153315237673" y="486.859233612552" width="94.34318846711187" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="389.3153315237673" y="486.859233612552" width="94.34318846711187" height="9.07146042953002" fill="transparent"/><text class="sch-text" x="436.4869257573232" y="491.39496382731693" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 436.4869257573232, 491.39496382731693)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="418.79757791973975" y1="486.859233612552" x2="418.79757791973975" y2="456.92341419510296" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="416.98328583383375" y="455.10912210919696" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.98328583383375" y="471.89132390382747" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 416.98328583383375 471.89132390382747)"></text><text class="pin-number sch-pin-label" x="418.79757791973975" y="495.930694042082" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 418.79757791973975 495.930694042082)">schematic_port_59</text><line class="component-pin sch-component-pin sch-port-line" x1="418.79757791973975" y1="495.930694042082" x2="418.79757791973975" y2="525.866513459531" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="416.98328583383375" y="524.052221373625" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.98328583383375" y="510.8986037508065" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 416.98328583383375 510.8986037508065)"></text><text class="pin-number sch-pin-label" x="418.79757791973975" y="486.859233612552" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 418.79757791973975 486.859233612552)">schematic_port_60</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="359.8330851277949" y="286.379958119939" width="87.53959314496444" height="9.071460429529964" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="359.8330851277949" y="286.379958119939" width="87.53959314496444" height="9.071460429529964" fill="transparent"/><text class="sch-text" x="403.60288170027707" y="290.91568833470393" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 403.60288170027707, 290.91568833470393)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="389.3153315237673" y1="286.379958119939" x2="389.3153315237673" y2="263.701307046114" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="387.5010394378613" y="261.887014960208" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.5010394378613" y="275.0406325830265" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 387.5010394378613 275.0406325830265)"></text><text class="pin-number sch-pin-label" x="389.3153315237673" y="295.45141854946894" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 389.3153315237673 295.45141854946894)">schematic_port_61</text><line class="component-pin sch-component-pin sch-port-line" x1="389.3153315237673" y1="295.45141854946894" x2="389.3153315237673" y2="318.13006962329393" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="387.5010394378613" y="316.31577753738793" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="387.5010394378613" y="306.79074408638144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 387.5010394378613 306.79074408638144)"></text><text class="pin-number sch-pin-label" x="389.3153315237673" y="286.379958119939" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 389.3153315237673 286.379958119939)">schematic_port_62</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="428.09582486000807" y="122.18652434544597" width="87.53959314496444" height="9.071460429529992" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="428.09582486000807" y="122.18652434544597" width="87.53959314496444" height="9.071460429529992" fill="transparent"/><text class="sch-text" x="471.86562143249034" y="126.72225456021098" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 471.86562143249034, 126.72225456021098)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="457.5780712559805" y1="122.18652434544597" x2="457.5780712559805" y2="99.50787327162098" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="455.7637791700745" y="97.69358118571498" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.7637791700745" y="110.84719880853348" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 455.7637791700745 110.84719880853348)"></text><text class="pin-number sch-pin-label" x="457.5780712559805" y="131.25798477497597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 457.5780712559805 131.25798477497597)">schematic_port_63</text><line class="component-pin sch-component-pin sch-port-line" x1="457.5780712559805" y1="131.25798477497597" x2="457.5780712559805" y2="153.93663584880096" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="455.7637791700745" y="152.12234376289496" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="455.7637791700745" y="142.59731031188846" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 455.7637791700745 142.59731031188846)"></text><text class="pin-number sch-pin-label" x="457.5780712559805" y="122.18652434544597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 457.5780712559805 122.18652434544597)">schematic_port_64</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="468.01025074994004" y="686.8849360836882" width="87.53959314496444" height="9.071460429530134" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="468.01025074994004" y="686.8849360836882" width="87.53959314496444" height="9.071460429530134" fill="transparent"/><text class="sch-text" x="511.7800473224223" y="691.4206662984533" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 511.7800473224223, 691.4206662984533)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="497.49249714591247" y1="686.8849360836882" x2="497.49249714591247" y2="664.2062850098632" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="495.67820506000646" y="662.3919929239572" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="495.67820506000646" y="675.5456105467757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 495.67820506000646 675.5456105467757)"></text><text class="pin-number sch-pin-label" x="497.49249714591247" y="695.9563965132184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 497.49249714591247 695.9563965132184)">schematic_port_65</text><line class="component-pin sch-component-pin sch-port-line" x1="497.49249714591247" y1="695.9563965132184" x2="497.49249714591247" y2="718.6350475870433" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="495.67820506000646" y="716.8207555011373" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="495.67820506000646" y="707.2957220501308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 495.67820506000646 707.2957220501308)"></text><text class="pin-number sch-pin-label" x="497.49249714591247" y="686.8849360836882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 497.49249714591247 686.8849360836882)">schematic_port_66</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="297.4667946747759" y="614.7668256689249" width="87.53959314496456" height="9.07146042953002" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="297.4667946747759" y="614.7668256689249" width="87.53959314496456" height="9.07146042953002" fill="transparent"/><text class="sch-text" x="341.23659124725816" y="619.3025558836899" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 341.23659124725816, 619.3025558836899)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="326.9490410707484" y1="614.7668256689249" x2="326.9490410707484" y2="592.0881745950999" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="325.1347489848424" y="590.2738825091939" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.13474898484253" y="603.4275001320124" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 325.13474898484253 603.4275001320124)"></text><text class="pin-number sch-pin-label" x="326.9490410707484" y="623.8382860984549" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 326.9490410707484 623.8382860984549)">schematic_port_67</text><line class="component-pin sch-component-pin sch-port-line" x1="326.9490410707484" y1="623.8382860984549" x2="326.9490410707484" y2="646.5169371722799" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="325.1347489848424" y="644.7026450863739" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="325.13474898484253" y="635.1776116353674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 325.13474898484253 635.1776116353674)"></text><text class="pin-number sch-pin-label" x="326.9490410707484" y="614.7668256689249" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 326.9490410707484 614.7668256689249)">schematic_port_68</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="638.5537068251041" y="686.8849360836882" width="87.53959314496456" height="9.071460429530134" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="638.5537068251041" y="686.8849360836882" width="87.53959314496456" height="9.071460429530134" fill="transparent"/><text class="sch-text" x="682.3235033975863" y="691.4206662984533" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 682.3235033975863, 691.4206662984533)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="668.0359532210765" y1="686.8849360836882" x2="668.0359532210765" y2="664.2062850098632" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="666.2216611351705" y="662.3919929239572" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.2216611351706" y="675.5456105467757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 666.2216611351706 675.5456105467757)"></text><text class="pin-number sch-pin-label" x="668.0359532210765" y="695.9563965132184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 668.0359532210765 695.9563965132184)">schematic_port_69</text><line class="component-pin sch-component-pin sch-port-line" x1="668.0359532210765" y1="695.9563965132184" x2="668.0359532210765" y2="716.8207555011375" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="668.0359532210765" cy="718.6350475870433" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="666.2216611351705" y="716.8207555011373" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="666.2216611351706" y="707.2957220501308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform="rotate(-90 666.2216611351706 707.2957220501308)"></text><text class="pin-number sch-pin-label" x="668.0359532210765" y="686.8849360836882" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="rotate(-90 668.0359532210765 686.8849360836882)">schematic_port_70</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="634.017976610339" y="90.53522826054993" width="12.700044601342029" height="65.21569967415701" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="634.017976610339" y="90.53522826054993" width="12.700044601342029" height="65.21569967415701" fill="transparent"/><text class="sch-text" x="640.3679989110101" y="123.14307809762843" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 640.3679989110101, 123.14307809762843)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="634.017976610339" y1="127.67880831239341" x2="597.732134892219" y2="127.67880831239341" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="595.917842806313" y="125.86451622648741" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="615.875055751279" y="125.86451622648741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="643.089437039869" y="127.67880831239341" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_71</text><line class="component-pin sch-component-pin sch-port-line" x1="646.718021211681" y1="127.67880831239341" x2="681.1895708438952" y2="127.67880831239341" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="683.0038629298011" cy="127.67880831239341" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="681.1895708438951" y="125.86451622648741" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="664.8609420707411" y="125.86451622648741" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="637.6465607821511" y="127.67880831239341" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_72</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="875.0920375250986" y="572.4071558701016" width="12.700044601342142" height="65.21569967415701" stroke-width="1.814292085906px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="875.0920375250986" y="572.4071558701016" width="12.700044601342142" height="65.21569967415701" fill="transparent"/><text class="sch-text" x="881.4420598257697" y="605.0150057071802" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 881.4420598257697, 605.0150057071802)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="875.0920375250986" y1="609.5507359219451" x2="838.8061958069787" y2="609.5507359219451" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="836.9919037210727" y="607.7364438360391" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="856.9491166660385" y="607.7364438360391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="884.1634979546287" y="609.5507359219451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_73</text><line class="component-pin sch-component-pin sch-port-line" x1="887.7920821264407" y1="609.5507359219451" x2="922.2636317586549" y2="609.5507359219451" stroke-width="1.814292085906px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="924.0779238445608" cy="609.5507359219451" r="1.814292085906" stroke-width="1.814292085906px"/><rect x="922.2636317586548" y="607.7364438360391" width="3.628584171812" height="3.628584171812" opacity="0"/></g><text class="pin-number sch-pin-number" x="905.9350029855008" y="607.7364438360391" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.607190644295px" transform=""></text><text class="pin-number sch-pin-label" x="878.7206216969108" y="609.5507359219451" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="13.607190644295px" transform="">schematic_port_74</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="529.4693951600058" cy="319.03721566624694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="529.4693951600058" cy="337.1801365253069" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="529.4693951600058" cy="355.32305738436696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="529.4693951600058" cy="373.46597824342695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="529.4693951600058" cy="391.60889910248693" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="529.4693951600058" cy="409.7518199615469" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="529.4693951600058" cy="427.89474082060696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="529.4693951600058" cy="446.03766167966694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="529.4693951600058" cy="464.1805825387269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="529.4693951600058" cy="482.3235033977869" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="529.4693951600058" cy="500.46642425684695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="729.0415246096658" cy="500.46642425684695" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="729.0415246096658" cy="482.3235033977869" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="729.0415246096658" cy="464.1805825387269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="729.0415246096658" cy="446.0376616796669" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="729.0415246096658" cy="427.89474082060696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="729.0415246096658" cy="409.7518199615469" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="729.0415246096658" cy="391.60889910248693" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="729.0415246096658" cy="373.4659782434269" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="729.0415246096658" cy="355.32305738436696" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="729.0415246096658" cy="337.1801365253069" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="729.0415246096658" cy="319.03721566624694" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="306.3114685935677" cy="456.92341419510296" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="306.3114685935677" cy="525.866513459531" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="418.79757791973975" cy="456.92341419510296" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="418.79757791973975" cy="525.866513459531" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="389.3153315237673" cy="263.701307046114" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="389.3153315237673" cy="318.13006962329393" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="457.5780712559805" cy="99.50787327162098" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="457.5780712559805" cy="153.93663584880096" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="497.49249714591247" cy="664.2062850098632" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="497.49249714591247" cy="718.6350475870433" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="326.9490410707484" cy="592.0881745950999" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="326.9490410707484" cy="646.5169371722799" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="668.0359532210765" cy="664.2062850098632" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="668.0359532210765" cy="718.6350475870433" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="597.732134892219" cy="127.67880831239341" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="683.0038629298011" cy="127.67880831239341" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="838.8061958069787" cy="609.5507359219451" r="3.628584171812" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="924.0779238445608" cy="609.5507359219451" r="3.628584171812" 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="
141
+ M 529.4693951600058,319.03721566624694
142
+ L 524.5708065280596,328.10867609577696
143
+ L 440.1820339722852,328.1086760957769
144
+ L 440.1820339722852,309.9657552367169
145
+ L 524.5708065280596,309.9657552367169
146
+ Z
147
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="319.03721566624694" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
148
+ M 527.6551030740999,172.0795567078609
149
+ L 532.553691706046,163.0080962783309
150
+ L 616.9424642618205,163.0080962783309
151
+ L 616.9424642618205,181.15101713739088
152
+ L 532.553691706046,181.15101713739088
153
+ Z
154
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="535.8194174606768" y="172.0795567078609" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</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="
155
+ M 389.3153315237673,355.32305738436696
156
+ L 384.4167428918211,364.394517813897
157
+ L 310.68391252060127,364.394517813897
158
+ L 310.68391252060127,346.25159695483694
159
+ L 384.4167428918211,346.25159695483694
160
+ Z
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="381.1510171371903" y="355.32305738436696" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</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="
162
+ M 529.4693951600058,391.60889910248693
163
+ L 524.5708065280596,400.68035953201695
164
+ L 386.9023230495123,400.6803595320169
165
+ L 386.9023230495123,382.5374386729569
166
+ L 524.5708065280596,382.5374386729569
167
+ Z
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="391.60889910248693" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXXX</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="
169
+ M 529.4693951600058,409.7518199615469
170
+ L 524.5708065280596,418.82328039107693
171
+ L 397.5582652340669,418.8232803910769
172
+ L 397.5582652340669,400.6803595320169
173
+ L 524.5708065280596,400.6803595320169
174
+ Z
175
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><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="521.3050807734288" y="409.7518199615469" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
176
+ M 529.4693951600058,427.89474082060696
177
+ L 524.5708065280596,436.966201250137
178
+ L 376.2463808649577,436.9662012501369
179
+ L 376.2463808649577,418.82328039107693
180
+ L 524.5708065280596,418.82328039107693
181
+ Z
182
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="521.3050807734288" y="427.89474082060696" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
183
+ M 306.3114685935677,446.03766167966705
184
+ L 297.2400081640377,441.13907304772084
185
+ L 297.2400081640377,410.0300114147193
186
+ L 315.38292902309774,410.0300114147193
187
+ L 315.38292902309774,441.13907304772084
188
+ Z
189
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="306.3114685935677" y="437.87334729309003" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(-90 306.3114685935677 437.87334729309003)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
190
+ M 389.3153315237673,81.36495241256097
191
+ L 380.2438710942373,76.46636378061477
192
+ L 380.2438710942373,45.35730214761322
193
+ L 398.38679195329735,45.35730214761322
194
+ L 398.38679195329735,76.46636378061477
195
+ Z
196
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="389.3153315237673" y="73.20063802598396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(-90 389.3153315237673 73.20063802598396)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
197
+ M 528.1086760955762,544.1001489228862
198
+ L 537.1801365251063,548.9987375548324
199
+ L 537.1801365251063,580.107799187834
200
+ L 519.0372156660462,580.107799187834
201
+ L 519.0372156660462,548.9987375548324
202
+ Z
203
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="528.1086760955762" y="552.2644633094632" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(90 528.1086760955762 552.2644633094632)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
204
+ M 668.0359532210765,718.6350475870433
205
+ L 677.1074136506065,723.5336362189895
206
+ L 677.1074136506065,754.6426978519911
207
+ L 658.9644927915465,754.6426978519911
208
+ L 658.9644927915465,723.5336362189895
209
+ Z
210
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="668.0359532210765" y="726.7993619736203" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="rotate(90 668.0359532210765 726.7993619736203)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
211
+ M 529.4693951600058,482.3235033977869
212
+ L 524.5708065280596,491.39496382731693
213
+ L 408.2142074186214,491.3949638273169
214
+ L 408.2142074186214,473.2520429682569
215
+ L 524.5708065280596,473.2520429682569
216
+ Z
217
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="521.3050807734288" y="482.3235033977869" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
218
+ M 663.4095084020163,650.508379761273
219
+ L 658.5109197700701,659.579840190803
220
+ L 542.1543206606319,659.579840190803
221
+ L 542.1543206606319,641.436919331743
222
+ L 658.5109197700701,641.436919331743
223
+ Z
224
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="655.2451940154393" y="650.508379761273" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
225
+ M 529.4693951600058,500.46642425684695
226
+ L 524.5708065280596,509.53788468637697
227
+ L 418.870149603176,509.5378846863769
228
+ L 418.870149603176,491.39496382731693
229
+ L 524.5708065280596,491.39496382731693
230
+ Z
231
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="521.3050807734288" y="500.46642425684695" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
232
+ M 295.10821496309813,655.6791122061052
233
+ L 290.2096263311519,664.7505726356352
234
+ L 184.50896940626836,664.7505726356352
235
+ L 184.50896940626836,646.6076517765752
236
+ L 290.2096263311519,646.6076517765752
237
+ Z
238
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="286.9439005765211" y="655.6791122061052" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
239
+ M 783.9238602083223,500.46642425684695
240
+ L 788.8224488402684,491.39496382731693
241
+ L 894.523105765152,491.39496382731693
242
+ L 894.523105765152,509.53788468637697
243
+ L 788.8224488402684,509.53788468637697
244
+ Z
245
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="792.0881745948992" y="500.46642425684695" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
246
+ M 465.6516710382623,727.7972226208686
247
+ L 460.7530824063161,736.8686830503987
248
+ L 355.0524254814325,736.8686830503987
249
+ L 355.0524254814325,718.7257621913386
250
+ L 460.7530824063161,718.7257621913386
251
+ Z
252
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="457.4873566516853" y="727.7972226208686" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
253
+ M 729.0415246096658,482.3235033977869
254
+ L 733.9401132416119,473.2520429682569
255
+ L 818.3288857973864,473.2520429682569
256
+ L 818.3288857973864,491.39496382731693
257
+ L 733.9401132416119,491.39496382731693
258
+ Z
259
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="737.2058389962427" y="482.3235033977869" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
260
+ M 729.0415246096658,464.1805825387269
261
+ L 733.9401132416119,455.1091221091969
262
+ L 818.3288857973864,455.1091221091969
263
+ L 818.3288857973864,473.25204296825694
264
+ L 733.9401132416119,473.25204296825694
265
+ Z
266
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="737.2058389962427" y="464.1805825387269" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
267
+ M 729.0415246096658,446.0376616796669
268
+ L 733.9401132416119,436.96620125013686
269
+ L 807.6729436128318,436.96620125013686
270
+ L 807.6729436128318,455.1091221091969
271
+ L 733.9401132416119,455.1091221091969
272
+ Z
273
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="737.2058389962427" y="446.0376616796669" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
274
+ M 729.0415246096658,427.89474082060696
275
+ L 733.9401132416119,418.82328039107693
276
+ L 807.6729436128318,418.82328039107693
277
+ L 807.6729436128318,436.966201250137
278
+ L 733.9401132416119,436.966201250137
279
+ Z
280
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.814292085906px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="737.2058389962427" y="427.89474082060696" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.328628773154px" transform="">XXXXXX</text><text class="sch-text" x="669.1698857747677" y="530.402243674296" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773153977px" transform="rotate(0, 669.1698857747677, 530.402243674296)">ESP_12F_ESP8266MOD_</text><text class="sch-text" x="603.8553706821518" y="290.4621153132274" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.328628773154px" transform="rotate(0, 603.8553706821518, 290.4621153132274)">ESP-12F</text><rect class="schematic-box sch-box" x="565.7552368781256" y="522.237929287719" width="206.829297793284" height="16.328628773153923" stroke-width="1.814292085906px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.514336687248 7.257168343624"/><rect class="schematic-box sch-box" x="560.3123606204077" y="279.1227897763149" width="87.08602012348808" height="22.678651073824994" stroke-width="1.814292085906px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.514336687248 7.257168343624"/>
281
+ </g>
282
+ </svg>