@tscircuit/schematic-trace-solver 0.0.157 → 0.0.158

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 (166) hide show
  1. package/dist/index.js +143 -55
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +196 -67
  3. package/package.json +1 -1
  4. package/site/bug-reports/bug-report-20260826T072956Z.page.tsx +4 -0
  5. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  6. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  7. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +2 -2
  11. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +4 -4
  25. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +842 -0
  40. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +2452 -0
  41. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.test.ts +12 -0
  42. package/tests/examples/__snapshots__/example01.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example02.snap.svg +12 -12
  44. package/tests/examples/__snapshots__/example03.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example04.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example05.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example06.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example07.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example08.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example09.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example10.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example11.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example12.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  55. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  56. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  57. package/tests/examples/__snapshots__/example16.snap.svg +2 -2
  58. package/tests/examples/__snapshots__/example17.snap.svg +2 -2
  59. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  60. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  61. package/tests/examples/__snapshots__/example20.snap.svg +2 -2
  62. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  63. package/tests/examples/__snapshots__/example22.snap.svg +2 -2
  64. package/tests/examples/__snapshots__/example23.snap.svg +2 -2
  65. package/tests/examples/__snapshots__/example24.snap.svg +2 -2
  66. package/tests/examples/__snapshots__/example25.snap.svg +2 -2
  67. package/tests/examples/__snapshots__/example26.snap.svg +2 -2
  68. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  69. package/tests/examples/__snapshots__/example28.snap.svg +2 -2
  70. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  71. package/tests/examples/__snapshots__/example30.snap.svg +2 -2
  72. package/tests/examples/__snapshots__/example31.snap.svg +2 -2
  73. package/tests/examples/__snapshots__/example32.snap.svg +2 -2
  74. package/tests/examples/__snapshots__/example33.snap.svg +2 -2
  75. package/tests/examples/__snapshots__/example34.snap.svg +2 -2
  76. package/tests/examples/__snapshots__/example35.snap.svg +2 -2
  77. package/tests/examples/__snapshots__/example36.snap.svg +2 -2
  78. package/tests/examples/__snapshots__/example37.snap.svg +2 -2
  79. package/tests/examples/__snapshots__/example38.snap.svg +2 -2
  80. package/tests/examples/__snapshots__/example39.snap.svg +2 -2
  81. package/tests/examples/__snapshots__/example40.snap.svg +2 -2
  82. package/tests/examples/__snapshots__/example41.snap.svg +2 -2
  83. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  84. package/tests/examples/__snapshots__/example43.snap.svg +2 -2
  85. package/tests/examples/__snapshots__/example44.snap.svg +2 -2
  86. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  87. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  88. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  89. package/tests/examples/__snapshots__/example48.snap.svg +2 -2
  90. package/tests/examples/__snapshots__/example49.snap.svg +2 -2
  91. package/tests/examples/__snapshots__/example50.snap.svg +2 -2
  92. package/tests/examples/__snapshots__/example51.snap.svg +4 -4
  93. package/tests/fixtures/matcher.ts +3 -3
  94. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +4 -4
  95. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +12 -12
  96. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +5 -5
  97. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +2 -2
  101. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +2 -2
  102. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  103. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  104. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  105. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  106. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  107. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +2 -2
  108. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +2 -2
  109. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +2 -2
  110. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +2 -2
  111. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  112. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +2 -2
  113. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  114. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +2 -2
  115. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +182 -0
  116. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +2 -2
  117. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +2 -2
  118. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +2 -2
  119. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  120. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +288 -0
  121. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +4 -4
  122. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  123. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  124. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  125. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  126. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +2 -2
  127. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +2 -2
  128. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +4 -4
  129. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  130. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  131. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  132. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +4 -4
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +2 -2
  134. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +2 -2
  135. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  136. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  137. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +2 -2
  138. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +2 -2
  139. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  140. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +4 -4
  141. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +2 -2
  142. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  143. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +2 -2
  144. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +2 -2
  145. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +2 -2
  146. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +2 -2
  147. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +2 -2
  148. package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +537 -0
  149. package/tests/repros/assets/repro-pga300-redundant-ground-traces.input.json +858 -0
  150. package/tests/repros/repro-mspm0l1306-capacitor-symmetry.test.ts +54 -0
  151. package/tests/repros/repro-pga300-redundant-ground-traces.test.ts +33 -0
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/anchored-net-label-width.snap.svg +2 -2
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +2 -2
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +2 -2
  155. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +2 -2
  156. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +2 -2
  157. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +2 -2
  158. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +2 -2
  159. package/tests/solvers/SameNetJunctionAlignmentSolver/parallel-load-rails.test.ts +291 -0
  160. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +2 -2
  161. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +2 -2
  162. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +2 -2
  163. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +2 -2
  164. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +2 -2
  165. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +2 -2
  166. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +2 -2
@@ -0,0 +1,288 @@
1
+ <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -1.9000000000000004,2.365" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 270.3251852180471,261.493278913979" fill="none" stroke="hsl(224, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,2.365 -1.9000000000000004,2.125" data-type="line" data-label="" points="270.3251852180471,261.493278913979 270.3251852180471,267.4557473049111" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,2.125 -1.9000000000000004,1.8949999999999996" data-type="line" data-label="" points="270.3251852180471,267.4557473049111 270.3251852180471,273.16977951288766" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,2.6050000000000004 -1.9000000000000004,1.1849999999999996" data-type="line" data-label="" points="270.3251852180471,255.5308105230469 270.3251852180471,290.8087485027284" fill="none" stroke="hsl(328, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,1.1849999999999996 0.35,0.5800000000000001" data-type="line" data-label="" points="270.3251852180471,290.8087485027284 326.2233263830353,305.8391375715363" fill="none" stroke="hsl(352, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,1.6549999999999994 1.45,0.9300000000000002" data-type="line" data-label="" points="270.3251852180471,279.13224790381975 353.5513065081407,297.1438711680937" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,0.7249999999999996 -0.75,0.2300000000000001" data-type="line" data-label="" points="270.3251852180471,302.23681291868155 298.89534625793,314.53440397497894" fill="none" stroke="hsl(120, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6.5,0.7500000000000004 -9.799999999999999,0.95" data-type="line" data-label="" points="156.04454105851562,301.61572246129276 74.06060068319954,296.6469988021827" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.95 -8.45,0.9300000000000002" data-type="line" data-label="" points="74.06060068319954,296.6469988021827 107.59948538219248,297.1438711680937" fill="none" stroke="hsl(336, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-6.5,0.2400000000000002 -9.799999999999999,0.15" data-type="line" data-label="" points="156.04454105851562,314.2859677920234 74.06060068319954,316.52189343862295" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.15 -8.45,0.16999999999999993" data-type="line" data-label="" points="74.06060068319954,316.52189343862295 107.59948538219248,316.025021072712" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,3.075000000000001 5.49,1.0994553499999997" data-type="line" data-label="" points="270.3251852180471,243.85430992413825 453.91952442216405,292.93398713455485" fill="none" stroke="hsl(24, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,3.075000000000001 7,3.05" data-type="line" data-label="" points="270.3251852180471,243.85430992413825 491.43338804844507,244.47540038152704" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.49,1.0994553499999997 6.4,0.13" data-type="line" data-label="" points="453.91952442216405,292.93398713455485 476.5272170711148,317.018765804534" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-1.165000000000001 4.66,0.5" data-type="line" data-label="" points="270.3251852180471,349.19125149727165 433.2993212368573,307.82662703518037" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.49,-0.050000000000000044 5.49,-0.8" data-type="line" data-label="" points="453.91952442216405,321.49061709773304 453.91952442216405,340.1233308193958" fill="none" stroke="hsl(8, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 5.49,-1.4000000000000001" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 453.91952442216405,355.029501796726" fill="none" stroke="hsl(152, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-2.8150000000000013 -1,-2.815" data-type="line" data-label="" points="270.3251852180471,390.1832216849297 292.68444168404244,390.18322168492966" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-3.5250000000000012 -0.3999999999999999,-2.815" data-type="line" data-label="" points="270.3251852180471,407.82219067477047 307.59061266137263,390.18322168492966" fill="none" stroke="hsl(176, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-3.5250000000000012 7,-3.5" data-type="line" data-label="" points="270.3251852180471,407.82219067477047 491.43338804844507,407.2011002173817" fill="none" stroke="hsl(352, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="6.4,-0.6300000000000001 -0.3999999999999999,-2.815" data-type="line" data-label="" points="476.5272170711148,335.8999157091522 307.59061266137263,390.18322168492966" fill="none" stroke="hsl(272, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.6,3.05 8.68,1.7" data-type="line" data-label="" points="506.3395590257752,244.47540038152704 533.1706667849696,278.01428508052" fill="none" stroke="hsl(288, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.25,0.8200000000000001 8.68,1.7" data-type="line" data-label="" points="522.4879109178829,299.87666918060427 533.1706667849696,278.01428508052" fill="none" stroke="hsl(88, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.719999999999999,1.7 10,1.7" data-type="line" data-label="" points="559.0080298123419,278.01428508052 565.9642429350961,278.01428508052" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.6,-3.5 8.25,-0.22000000000000003" data-type="line" data-label="" points="506.3395590257752,407.2011002173817 522.4879109178829,325.7140322079766" fill="none" stroke="hsl(168, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.25,-0.22000000000000003 10.9,-0.22000000000000003" data-type="line" data-label="" points="522.4879109178829,325.7140322079766 588.3234994010913,325.7140322079766" fill="none" stroke="hsl(104, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="10.600000000000001,1.7 10.9,0.8200000000000001" data-type="line" data-label="" points="580.8704139124263,278.01428508052 588.3234994010913,299.87666918060427" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -1.9000000000000004,1.8949999999999996" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 270.3251852180471,273.16977951288766" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -1.9000000000000004,-1.6250000000000013" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 270.3251852180471,360.61931591322485" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -1.9000000000000004,2.365" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 270.3251852180471,261.493278913979" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -1.9000000000000004,2.125" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 270.3251852180471,267.4557473049111" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -6.5,-2.5900000000000003" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 156.04454105851562,384.59340756843085" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 1.45,0.16999999999999993" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 353.5513065081407,316.025021072712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 0.35,-0.18000000000000005" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 326.2233263830353,324.72028747615457" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -0.75,-0.53" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 5.49,-1.4000000000000001" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 -1.9000000000000004,-1.6250000000000013" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 270.3251852180471,360.61931591322485" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 -1.9000000000000004,2.365" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 270.3251852180471,261.493278913979" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 -1.9000000000000004,2.125" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 270.3251852180471,267.4557473049111" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 -6.5,-2.5900000000000003" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 156.04454105851562,384.59340756843085" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 1.45,0.16999999999999993" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 353.5513065081407,316.025021072712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 0.35,-0.18000000000000005" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 326.2233263830353,324.72028747615457" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 -0.75,-0.53" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 5.49,-1.4000000000000001" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 -1.9000000000000004,2.365" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 270.3251852180471,261.493278913979" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 -1.9000000000000004,2.125" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 270.3251852180471,267.4557473049111" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 -6.5,-2.5900000000000003" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 156.04454105851562,384.59340756843085" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 1.45,0.16999999999999993" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 353.5513065081407,316.025021072712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 0.35,-0.18000000000000005" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 326.2233263830353,324.72028747615457" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 -0.75,-0.53" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,-1.6250000000000013 5.49,-1.4000000000000001" data-type="line" data-label="" points="270.3251852180471,360.61931591322485 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.365 -1.9000000000000004,2.125" data-type="line" data-label="" points="270.3251852180471,261.493278913979 270.3251852180471,267.4557473049111" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.365 -6.5,-2.5900000000000003" data-type="line" data-label="" points="270.3251852180471,261.493278913979 156.04454105851562,384.59340756843085" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.365 1.45,0.16999999999999993" data-type="line" data-label="" points="270.3251852180471,261.493278913979 353.5513065081407,316.025021072712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.365 0.35,-0.18000000000000005" data-type="line" data-label="" points="270.3251852180471,261.493278913979 326.2233263830353,324.72028747615457" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.365 -0.75,-0.53" data-type="line" data-label="" points="270.3251852180471,261.493278913979 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.365 5.49,-1.4000000000000001" data-type="line" data-label="" points="270.3251852180471,261.493278913979 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.125 -6.5,-2.5900000000000003" data-type="line" data-label="" points="270.3251852180471,267.4557473049111 156.04454105851562,384.59340756843085" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.125 1.45,0.16999999999999993" data-type="line" data-label="" points="270.3251852180471,267.4557473049111 353.5513065081407,316.025021072712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.125 0.35,-0.18000000000000005" data-type="line" data-label="" points="270.3251852180471,267.4557473049111 326.2233263830353,324.72028747615457" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.125 -0.75,-0.53" data-type="line" data-label="" points="270.3251852180471,267.4557473049111 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9000000000000004,2.125 5.49,-1.4000000000000001" data-type="line" data-label="" points="270.3251852180471,267.4557473049111 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.5,-2.5900000000000003 1.45,0.16999999999999993" data-type="line" data-label="" points="156.04454105851562,384.59340756843085 353.5513065081407,316.025021072712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.5,-2.5900000000000003 0.35,-0.18000000000000005" data-type="line" data-label="" points="156.04454105851562,384.59340756843085 326.2233263830353,324.72028747615457" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.5,-2.5900000000000003 -0.75,-0.53" data-type="line" data-label="" points="156.04454105851562,384.59340756843085 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.5,-2.5900000000000003 5.49,-1.4000000000000001" data-type="line" data-label="" points="156.04454105851562,384.59340756843085 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.45,0.16999999999999993 0.35,-0.18000000000000005" data-type="line" data-label="" points="353.5513065081407,316.025021072712 326.2233263830353,324.72028747615457" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.45,0.16999999999999993 -0.75,-0.53" data-type="line" data-label="" points="353.5513065081407,316.025021072712 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.45,0.16999999999999993 5.49,-1.4000000000000001" data-type="line" data-label="" points="353.5513065081407,316.025021072712 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.35,-0.18000000000000005 -0.75,-0.53" data-type="line" data-label="" points="326.2233263830353,324.72028747615457 298.89534625793,333.4155538795972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.35,-0.18000000000000005 5.49,-1.4000000000000001" data-type="line" data-label="" points="326.2233263830353,324.72028747615457 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.75,-0.53 5.49,-1.4000000000000001" data-type="line" data-label="" points="298.89534625793,333.4155538795972 453.91952442216405,355.029501796726" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.6,-3.5 8.25,-0.22000000000000003" data-type="line" data-label="" points="506.3395590257752,407.2011002173817 522.4879109178829,325.7140322079766" fill="none" stroke="hsl(265, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.6,-3.5 10.9,-0.22000000000000003" data-type="line" data-label="" points="506.3395590257752,407.2011002173817 588.3234994010913,325.7140322079766" fill="none" stroke="hsl(265, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.25,-0.22000000000000003 10.9,-0.22000000000000003" data-type="line" data-label="" points="522.4879109178829,325.7140322079766 588.3234994010913,325.7140322079766" fill="none" stroke="hsl(265, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="10.600000000000001,1.7 10.9,0.8200000000000001" data-type="line" data-label="" points="580.8704139124263,278.01428508052 588.3234994010913,299.87666918060427" fill="none" stroke="hsl(166, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.75,-0.53 -0.75,-1.6250000000000013 -1.9000000000000004,-1.6250000000000013" data-type="line" data-label="" points="298.89534625793,333.4155538795972 298.89534625793,360.61931591322485 270.3251852180471,360.61931591322485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.3500000000000001,-0.17999999999999994 0.3500000000000001,-0.73 -0.75,-0.73 -0.75,-0.53" data-type="line" data-label="" points="326.2233263830353,324.72028747615457 326.2233263830353,338.38427753870724 298.89534625793,338.38427753870724 298.89534625793,333.4155538795972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.4500000000000002,0.16999999999999993 1.4500000000000002,-0.3800000000000001 0.35,-0.3800000000000001 0.35,-0.18000000000000005" data-type="line" data-label="" points="353.5513065081407,316.025021072712 353.5513065081407,329.68901113526465 326.2233263830353,329.68901113526465 326.2233263830353,324.72028747615457" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,1.8949999999999996 -1.8000000000000005,1.8949999999999996 -1.8000000000000005,-1.6250000000000013 -1.9000000000000004,-1.6250000000000013" data-type="line" data-label="" points="270.3251852180471,273.16977951288766 272.8095470476021,273.16977951288766 272.8095470476021,360.61931591322485 270.3251852180471,360.61931591322485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,2.125 -1.8000000000000005,2.125 -1.8000000000000005,1.8949999999999996 -1.9000000000000004,1.8949999999999996" data-type="line" data-label="" points="270.3251852180471,267.4557473049111 272.8095470476021,267.4557473049111 272.8095470476021,273.16977951288766 270.3251852180471,273.16977951288766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,2.365 -1.8000000000000005,2.365 -1.8000000000000005,2.125 -1.9000000000000004,2.125" data-type="line" data-label="" points="270.3251852180471,261.493278913979 272.8095470476021,261.493278913979 272.8095470476021,267.4557473049111 270.3251852180471,267.4557473049111" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,3.5250000000000012 -1.8000000000000005,3.5250000000000012 -1.8000000000000005,2.365 -1.9000000000000004,2.365" data-type="line" data-label="" points="270.3251852180471,232.67468169114056 272.8095470476021,232.67468169114056 272.8095470476021,261.493278913979 270.3251852180471,261.493278913979" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.49,-1.4000000000000001 5.49,-1.6000000000000003 1.45,-1.6000000000000003 1.45,0.16999999999999993" data-type="line" data-label="" points="453.91952442216405,355.029501796726 453.91952442216405,359.99822545583606 353.5513065081407,359.99822545583606 353.5513065081407,316.025021072712" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,1.1849999999999996 -1.6000000000000003,1.1849999999999996 -1.6000000000000003,2.6050000000000004 -1.9000000000000004,2.6050000000000004" data-type="line" data-label="" points="270.3251852180471,290.8087485027284 277.7782707067122,290.8087485027284 277.7782707067122,255.5308105230469 270.3251852180471,255.5308105230469" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.35,0.5800000000000001 0.35,1.1849999999999996 -1.9000000000000004,1.1849999999999996" data-type="line" data-label="" points="326.2233263830353,305.8391375715363 326.2233263830353,290.8087485027284 270.3251852180471,290.8087485027284" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,1.6549999999999994 1.45,1.6549999999999994 1.45,0.9300000000000002" data-type="line" data-label="" points="270.3251852180471,279.13224790381975 353.5513065081407,279.13224790381975 353.5513065081407,297.1438711680937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,0.7249999999999996 -0.75,0.7249999999999996 -0.75,0.2300000000000001" data-type="line" data-label="" points="270.3251852180471,302.23681291868155 298.89534625793,302.23681291868155 298.89534625793,314.53440397497894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.45,0.9300000000000002 -8.45,0.95 -7.475,0.95 -7.475,0.7500000000000004 -6.5,0.7500000000000004" data-type="line" data-label="" points="107.59948538219248,297.1438711680937 107.59948538219248,296.6469988021827 131.82201322035405,296.6469988021827 131.82201322035405,301.61572246129276 156.04454105851562,301.61572246129276" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.95 -8.45,0.95 -8.45,0.9300000000000002" data-type="line" data-label="" points="74.06060068319954,296.6469988021827 107.59948538219248,296.6469988021827 107.59948538219248,297.1438711680937" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-8.45,0.16999999999999993 -8.45,0.15 -7.475,0.15 -7.475,0.2400000000000002 -6.5,0.2400000000000002" data-type="line" data-label="" points="107.59948538219248,316.025021072712 107.59948538219248,316.52189343862295 131.82201322035405,316.52189343862295 131.82201322035405,314.2859677920234 156.04454105851562,314.2859677920234" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.799999999999999,0.15 -8.45,0.15 -8.45,0.16999999999999993" data-type="line" data-label="" points="74.06060068319954,316.52189343862295 107.59948538219248,316.52189343862295 107.59948538219248,316.025021072712" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7,3.05 2.55,3.05 2.55,3.075000000000001 -1.9000000000000004,3.075000000000001" data-type="line" data-label="" points="491.43338804844507,244.47540038152704 380.87928663324607,244.47540038152704 380.87928663324607,243.85430992413825 270.3251852180471,243.85430992413825" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.49,1.0994553499999997 5.49,3.05 7,3.05" data-type="line" data-label="" points="453.91952442216405,292.93398713455485 453.91952442216405,244.47540038152704 491.43338804844507,244.47540038152704" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.4,0.13000000000000012 6.4,1.29945535 5.49,1.29945535 5.49,1.0994553499999997" data-type="line" data-label="" points="476.5272170711148,317.018765804534 476.5272170711148,287.9652634754448 453.91952442216405,287.9652634754448 453.91952442216405,292.93398713455485" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-1.165000000000001 3.4125,-1.165000000000001 3.4125,0.5 4.66,0.5" data-type="line" data-label="" points="270.3251852180471,349.19125149727165 402.3069074131582,349.19125149727165 402.3069074131582,307.82662703518037 433.2993212368573,307.82662703518037" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.49,-0.050000000000000044 5.49,-0.8" data-type="line" data-label="" points="453.91952442216405,321.49061709773304 453.91952442216405,340.1233308193958" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-2.8150000000000013 -1,-2.815" data-type="line" data-label="" points="270.3251852180471,390.1832216849297 292.68444168404244,390.18322168492966" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9000000000000004,-3.5250000000000012 -0.1999999999999999,-3.5250000000000012 -0.1999999999999999,-2.815 -0.3999999999999999,-2.815" data-type="line" data-label="" points="270.3251852180471,407.82219067477047 312.55933632048266,407.82219067477047 312.55933632048266,390.18322168492966 307.59061266137263,390.18322168492966" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7,-3.5 -0.1999999999999999,-3.5 -0.1999999999999999,-2.815 -0.3999999999999999,-2.815" data-type="line" data-label="" points="491.43338804844507,407.2011002173817 312.55933632048266,407.2011002173817 312.55933632048266,390.18322168492966 307.59061266137263,390.18322168492966" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.4,-0.6300000000000001 6.4,-3.499999999999999 7,-3.499999999999999" data-type="line" data-label="" points="476.5272170711148,335.8999157091522 476.5272170711148,407.2011002173816 491.43338804844507,407.2011002173816" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.68,1.7 8.14,1.7 8.14,3.05 7.6,3.05" data-type="line" data-label="" points="533.1706667849696,278.01428508052 519.7551129053725,278.01428508052 519.7551129053725,244.47540038152704 506.3395590257752,244.47540038152704" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.25,0.8200000000000001 8.25,1.699999999999999 8.68,1.699999999999999" data-type="line" data-label="" points="522.4879109178829,299.87666918060427 522.4879109178829,278.01428508052 533.1706667849696,278.01428508052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.719999999999999,1.7 10,1.7" data-type="line" data-label="" points="559.0080298123419,278.01428508052 565.9642429350961,278.01428508052" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.25,-0.22000000000000003 8.25,-3.5 7.6,-3.5" data-type="line" data-label="" points="522.4879109178829,325.7140322079766 522.4879109178829,407.2011002173817 506.3395590257752,407.2011002173817" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.9,-0.22000000000000003 10.9,-0.4199999999999993 8.25,-0.4199999999999993 8.25,-0.22000000000000003" data-type="line" data-label="" points="588.3234994010913,325.7140322079766 588.3234994010913,330.68275586708666 522.4879109178829,330.68275586708666 522.4879109178829,325.7140322079766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="10.600000000000001,1.7 10.9,1.7 10.9,0.8200000000000001" data-type="line" data-label="" points="580.8704139124263,278.01428508052 588.3234994010913,278.01428508052 588.3234994010913,299.87666918060427" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.5,-2.5900000000000003 -6.791,-2.5900000000000003 -6.791,-2.641" data-type="line" data-label="" points="156.04454105851562,384.59340756843085 148.81504813451045,384.59340756843085 148.81504813451045,385.86043210150393" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.5,1.4000000000000004 -6.9110000000000005,1.4000000000000004 -6.9110000000000005,1.4510000000000003" data-type="line" data-label="" points="156.04454105851562,285.46737056918505 145.8338139390444,285.46737056918505 145.8338139390444,284.20034603611197" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.4,0.95 -10.761,0.95 -10.761,1.301" data-type="line" data-label="" points="59.15442970586929,296.6469988021827 50.18588350117568,296.6469988021827 50.18588350117568,287.92688878044453" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-10.4,0.15 -10.811,0.15 -10.811,0.201" data-type="line" data-label="" points="59.15442970586929,316.52189343862295 48.94370258639816,316.52189343862295 48.94370258639816,315.2548689055499" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4.2" data-y="0" x="156.0445410585156" y="220.8739630007542" width="114.2806441595315" height="198.74894636440263" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-10.1" data-y="0.9499999999999998" x="59.15442970586932" y="288.2001685816956" width="14.906170977330248" height="16.8936604409742" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-10.1" data-y="0.15" x="59.15442970586932" y="308.0750632181358" width="14.906170977330248" height="16.8936604409742" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-8.377499999999998" data-y="0.55" x="96.41985714919485" y="297.1438711680937" width="25.96158111885012" height="18.88114990461827" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="1.5825" data-y="0.55" x="342.3716782751431" y="297.1438711680937" width="28.942815314316135" height="18.88114990461827" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="0.48249999999999993" data-y="0.2" x="315.0436981500377" y="305.8391375715363" width="28.942815314316135" height="18.88114990461827" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="-0.6174999999999999" data-y="-0.14999999999999997" x="287.71571802493236" y="314.53440397497894" width="28.942815314316135" height="18.88114990461827" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="5.1375" data-y="0.5247276749999998" x="433.2993212368573" y="292.93398713455485" width="23.725655472250537" height="28.55662996317818" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="5.585000000000001" data-y="-1.1" x="442.7398961891665" y="340.12333081939573" width="27.079543942149826" height="14.906170977330191" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-0.7" data-y="-2.815" x="292.68444168404244" y="379.7489020007985" width="14.906170977330191" height="20.86863936826228" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="6.532500000000001" data-y="-0.25000000000000006" x="465.34758883811725" y="317.01876580453404" width="28.942815314316135" height="18.881149904618212" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="7.3" data-y="3.05" x="491.43338804844507" y="236.0285701610399" width="14.906170977330135" height="16.89366044097423" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="7.3" data-y="-3.5" x="491.43338804844507" y="398.75426999689455" width="14.906170977330135" height="16.89366044097426" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="8.350000000000001" data-y="0.30000000000000004" x="515.7801339780843" y="299.87666918060427" width="18.384277538707238" height="25.837363027372305" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="9.2" data-y="1.63" x="533.1706667849696" y="271.30650814072135" width="25.83736302737225" height="16.89366044097426" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="10.3" data-y="1.7000000000000002" x="565.964242935096" y="269.56745486003285" width="14.906170977330248" height="16.8936604409742" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="11" data-y="0.30000000000000004" x="581.6157224612928" y="299.87666918060427" width="18.384277538707238" height="25.837363027372305" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="PGA300ARHHR" data-x="-5.4399999999999995" data-y="-4.13" x="165.98198837673573" y="420.61665409697883" width="32.79357615012643" height="4.471851293199052" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="U1" data-x="-5.9799999999999995" data-y="4.115" x="164.49137127900275" y="214.9114946098221" width="8.943702586398103" height="6.210904573887575" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: U1.DVDD to C2.pin1
4
+ globalConnNetId: connectivity_net1" data-x="0.575" data-y="0.8824999999999998" x="326.2233263830353" y="295.83958120757734" width="11.179628232997686" height="4.968723659110026" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: GND
5
+ globalConnNetId: connectivity_net0" data-x="-0.75" data-y="-1.8350000000000013" x="292.9328778669979" y="360.6193159132248" width="11.924936781864176" height="10.43431968413114" fill="#00000066" stroke="#000000" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: GND
6
+ globalConnNetId: connectivity_net0" data-x="-6.791" data-y="-2.851" x="142.85257974357836" y="385.8604321015039" width="11.924936781864176" height="10.43431968413114" fill="#00000066" stroke="#000000" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: U1.VDD to R_L1.pin1
7
+ globalConnNetId: connectivity_net6" data-x="4.775" data-y="3.275" x="433.6719755112905" y="233.29577214852935" width="4.968723659110026" height="11.179628232997686" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: U1.DACCAP to C5.pin1
8
+ globalConnNetId: connectivity_net10" data-x="-1.4500000000000002" data-y="-2.5900000000000003" x="279.0204516214897" y="379.00359345193203" width="4.968723659110083" height="11.179628232997686" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: U1.VOUT to Q1.pin2
9
+ globalConnNetId: connectivity_net7" data-x="0.7562499999999999" data-y="-0.940000000000001" x="333.8316844860476" y="338.011623264274" width="4.968723659110026" height="11.17962823299763" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: U1.AVDD to C1.pin1
10
+ globalConnNetId: connectivity_net2" data-x="1.45" data-y="1.8799999999999994" x="351.0669446785857" y="267.95261967082206" width="4.968723659110083" height="11.179628232997686" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: U1.FBP to R_L2.pin1
11
+ globalConnNetId: connectivity_net11" data-x="-1.05" data-y="-3.7500000000000013" x="288.95789893970993" y="407.82219067477047" width="4.968723659110026" height="11.17962823299763" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: VBRGP
12
+ globalConnNetId: connectivity_net16" data-x="-6.9110000000000005" data-y="1.6610000000000003" x="136.89011135264627" y="273.7660263519808" width="17.887405172796264" height="10.43431968413114" fill="#ef444466" stroke="#ef4444" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: U1.REFCAP to C3.pin1
13
+ globalConnNetId: connectivity_net3" data-x="-0.75" data-y="0.9499999999999996" x="296.41098442837495" y="291.05718468568386" width="4.968723659110083" height="11.179628232997686" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: R3.pin2 to C6.pin2
14
+ globalConnNetId: connectivity_net5" data-x="-8.674999999999999" data-y="0.15" x="96.41985714919485" y="314.0375316090679" width="11.17962823299763" height="4.968723659110083" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: R2.pin2 to C6.pin1
15
+ globalConnNetId: connectivity_net4" data-x="-8.674999999999999" data-y="0.95" x="96.41985714919485" y="294.16263697262764" width="11.17962823299763" height="4.968723659110026" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: VINPP
16
+ globalConnNetId: connectivity_net17" data-x="-10.761" data-y="1.511" x="41.24218091477758" y="277.49256909631345" width="17.887405172796207" height="10.43431968413114" fill="#ef444466" stroke="#ef4444" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: VINPN
17
+ globalConnNetId: connectivity_net18" data-x="-10.811" data-y="0.41100000000000003" x="40.00000000000006" y="304.8205492214188" width="17.887405172796207" height="10.434319684131083" fill="#ef444466" stroke="#ef4444" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: Q1.pin3 to R1.pin1
18
+ globalConnNetId: connectivity_net8" data-x="5.715" data-y="-0.42500000000000004" x="453.91952442216405" y="328.32261212900937" width="11.17962823299763" height="4.968723659110083" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: D1.pin1 to D2.pin2
19
+ globalConnNetId: connectivity_net12" data-x="8.41" data-y="1.925" x="523.9785280156161" y="266.8346568475223" width="4.968723659109969" height="11.179628232997686" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: Ireturn
20
+ globalConnNetId: connectivity_net14" data-x="7.77" data-y="-1.86" x="498.6380373541547" y="363.9732043831241" width="23.849873563728295" height="4.968723659110083" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: D2.pin1 to R4.pin1
21
+ globalConnNetId: connectivity_net13" data-x="9.86" data-y="1.925" x="560.0017745441639" y="266.8346568475223" width="4.968723659110083" height="11.179628232997686" fill="hsl(80, 100%, 50%, 0.35)" stroke="black" stroke-width="0.04025178571428572"/></g><g><rect data-type="rect" data-label="netId: Vdd
22
+ globalConnNetId: connectivity_net15" data-x="10.9" data-y="1.91" x="582.3610310101592" y="267.57996539638884" width="11.92493678186429" height="10.43431968413114" fill="#ef444466" stroke="#ef4444" stroke-width="0.04025178571428572"/></g><g><circle data-type="point" data-label="DVDD_MEM
23
+ x+" data-x="-1.9000000000000004" data-y="2.6050000000000004" cx="270.3251852180471" cy="255.5308105230469" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="DVDD
24
+ x+" data-x="-1.9000000000000004" data-y="1.1849999999999996" cx="270.3251852180471" cy="290.8087485027284" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GATE
25
+ x+" data-x="-1.9000000000000004" data-y="3.5250000000000012" cx="270.3251852180471" cy="232.67468169114056" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD
26
+ x+" data-x="-1.9000000000000004" data-y="3.075000000000001" cx="270.3251852180471" cy="243.85430992413825" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="DACCAP
27
+ x+" data-x="-1.9000000000000004" data-y="-2.8150000000000013" cx="270.3251852180471" cy="390.1832216849297" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VOUT
28
+ x+" data-x="-1.9000000000000004" data-y="-1.165000000000001" cx="270.3251852180471" cy="349.19125149727165" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="AVDD
29
+ x+" data-x="-1.9000000000000004" data-y="1.6549999999999994" cx="270.3251852180471" cy="279.13224790381975" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND
30
+ x+" data-x="-1.9000000000000004" data-y="1.8949999999999996" cx="270.3251852180471" cy="273.16977951288766" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="FBN
31
+ x+" data-x="-1.9000000000000004" data-y="-2.0850000000000013" cx="270.3251852180471" cy="372.047380329178" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="FBP
32
+ x+" data-x="-1.9000000000000004" data-y="-3.5250000000000012" cx="270.3251852180471" cy="407.82219067477047" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="COMP
33
+ x+" data-x="-1.9000000000000004" data-y="-1.6250000000000013" cx="270.3251852180471" cy="360.61931591322485" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VBRGN
34
+ x-" data-x="-6.5" data-y="1.9000000000000004" cx="156.04454105851562" cy="273.0455614214099" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VBRGP
35
+ x-" data-x="-6.5" data-y="1.4000000000000004" cx="156.04454105851562" cy="285.46737056918505" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="REFCAP
36
+ x+" data-x="-1.9000000000000004" data-y="0.7249999999999996" cx="270.3251852180471" cy="302.23681291868155" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VINPN
37
+ x-" data-x="-6.5" data-y="0.2400000000000002" cx="156.04454105851562" cy="314.2859677920234" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VINPP
38
+ x-" data-x="-6.5" data-y="0.7500000000000004" cx="156.04454105851562" cy="301.61572246129276" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VINTP
39
+ x-" data-x="-6.5" data-y="-1.17" cx="156.04454105851562" cy="349.3154695887494" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VINTN
40
+ x-" data-x="-6.5" data-y="-1.6400000000000001" cx="156.04454105851562" cy="360.99197018765807" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="AVSS
41
+ x+" data-x="-1.9000000000000004" data-y="2.365" cx="270.3251852180471" cy="261.493278913979" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="DVSS
42
+ x+" data-x="-1.9000000000000004" data-y="2.125" cx="270.3251852180471" cy="267.4557473049111" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="PAD
43
+ x-" data-x="-6.5" data-y="-2.5900000000000003" cx="156.04454105851562" cy="384.59340756843085" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
44
+ x-" data-x="-10.4" data-y="0.95" cx="59.15442970586929" cy="296.6469988021827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
45
+ x+" data-x="-9.799999999999999" data-y="0.95" cx="74.06060068319954" cy="296.6469988021827" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
46
+ x-" data-x="-10.4" data-y="0.15" cx="59.15442970586929" cy="316.52189343862295" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
47
+ x+" data-x="-9.799999999999999" data-y="0.15" cx="74.06060068319954" cy="316.52189343862295" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
48
+ y+" data-x="-8.45" data-y="0.9300000000000002" cx="107.59948538219248" cy="297.1438711680937" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
49
+ y-" data-x="-8.45" data-y="0.16999999999999993" cx="107.59948538219248" cy="316.025021072712" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
50
+ y+" data-x="1.45" data-y="0.9300000000000002" cx="353.5513065081407" cy="297.1438711680937" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
51
+ y-" data-x="1.45" data-y="0.16999999999999993" cx="353.5513065081407" cy="316.025021072712" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
52
+ y+" data-x="0.35" data-y="0.5800000000000001" cx="326.2233263830353" cy="305.8391375715363" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
53
+ y-" data-x="0.35" data-y="-0.18000000000000005" cx="326.2233263830353" cy="324.72028747615457" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
54
+ y+" data-x="-0.75" data-y="0.2300000000000001" cx="298.89534625793" cy="314.53440397497894" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
55
+ y-" data-x="-0.75" data-y="-0.53" cx="298.89534625793" cy="333.4155538795972" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="collector
56
+ y+" data-x="5.49" data-y="1.0994553499999997" cx="453.91952442216405" cy="292.93398713455485" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="emitter
57
+ y-" data-x="5.49" data-y="-0.050000000000000044" cx="453.91952442216405" cy="321.49061709773304" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="base
58
+ x-" data-x="4.66" data-y="0.5" cx="433.2993212368573" cy="307.82662703518037" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pin2_internal_1
59
+ x-" data-x="4.66" data-y="0.5" cx="433.2993212368573" cy="307.82662703518037" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
60
+ y+" data-x="5.49" data-y="-0.8" cx="453.91952442216405" cy="340.1233308193958" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
61
+ y-" data-x="5.49" data-y="-1.4000000000000001" cx="453.91952442216405" cy="355.029501796726" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pos
62
+ x-" data-x="-1" data-y="-2.815" cx="292.68444168404244" cy="390.18322168492966" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="neg
63
+ x+" data-x="-0.3999999999999999" data-y="-2.815" cx="307.59061266137263" cy="390.18322168492966" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
64
+ y+" data-x="6.4" data-y="0.13" cx="476.5272170711148" cy="317.018765804534" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
65
+ y-" data-x="6.4" data-y="-0.6300000000000001" cx="476.5272170711148" cy="335.8999157091522" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
66
+ x-" data-x="7" data-y="3.05" cx="491.43338804844507" cy="244.47540038152704" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
67
+ x+" data-x="7.6" data-y="3.05" cx="506.3395590257752" cy="244.47540038152704" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
68
+ x-" data-x="7" data-y="-3.5" cx="491.43338804844507" cy="407.2011002173817" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
69
+ x+" data-x="7.6" data-y="-3.5" cx="506.3395590257752" cy="407.2011002173817" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pos
70
+ y+" data-x="8.25" data-y="0.8200000000000001" cx="522.4879109178829" cy="299.87666918060427" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="neg
71
+ y-" data-x="8.25" data-y="-0.22000000000000003" cx="522.4879109178829" cy="325.7140322079766" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pos
72
+ x+" data-x="9.719999999999999" data-y="1.7" cx="559.0080298123419" cy="278.01428508052" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="neg
73
+ x-" data-x="8.68" data-y="1.7" cx="533.1706667849696" cy="278.01428508052" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anode
74
+ x-" data-x="10" data-y="1.7" cx="565.9642429350961" cy="278.01428508052" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="cathode
75
+ x+" data-x="10.600000000000001" data-y="1.7" cx="580.8704139124263" cy="278.01428508052" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pos
76
+ y+" data-x="10.9" data-y="0.8200000000000001" cx="588.3234994010913" cy="299.87666918060427" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="neg
77
+ y-" data-x="10.9" data-y="-0.22000000000000003" cx="588.3234994010913" cy="325.7140322079766" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
78
+ orientation: x+" data-x="0.35" data-y="0.8824999999999998" cx="326.2233263830353" cy="298.3239430371324" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
79
+ orientation: y-" data-x="-0.75" data-y="-1.6250000000000013" cx="298.89534625793" cy="360.61931591322485" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
80
+ orientation: y-" data-x="-6.791" data-y="-2.641" cx="148.81504813451045" cy="385.86043210150393" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
81
+ orientation: y+" data-x="4.775" data-y="3.05" cx="436.15633734084554" cy="244.47540038152704" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
82
+ orientation: y+" data-x="-1.4500000000000002" data-y="-2.8150000000000004" cx="281.50481345104475" cy="390.1832216849297" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
83
+ orientation: y+" data-x="0.7562499999999999" data-y="-1.165000000000001" cx="336.31604631560265" cy="349.19125149727165" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
84
+ orientation: y+" data-x="1.45" data-y="1.6549999999999994" cx="353.5513065081407" cy="279.13224790381975" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
85
+ orientation: y-" data-x="-1.05" data-y="-3.5250000000000012" cx="291.4422607692649" cy="407.82219067477047" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
86
+ orientation: y+" data-x="-6.9110000000000005" data-y="1.4510000000000003" cx="145.8338139390444" cy="284.20034603611197" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
87
+ orientation: y+" data-x="-0.75" data-y="0.7249999999999996" cx="298.89534625793" cy="302.23681291868155" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
88
+ orientation: x-" data-x="-8.45" data-y="0.15" cx="107.59948538219248" cy="316.52189343862295" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
89
+ orientation: x-" data-x="-8.45" data-y="0.95" cx="107.59948538219248" cy="296.6469988021827" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
90
+ orientation: y+" data-x="-10.761" data-y="1.301" cx="50.18588350117568" cy="287.92688878044453" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
91
+ orientation: y+" data-x="-10.811" data-y="0.201" cx="48.94370258639816" cy="315.2548689055499" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
92
+ orientation: x+" data-x="5.49" data-y="-0.42500000000000004" cx="453.91952442216405" cy="330.8069739585644" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
93
+ orientation: y+" data-x="8.41" data-y="1.7" cx="526.462889845171" cy="278.01428508052" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
94
+ orientation: x-" data-x="8.25" data-y="-1.86" cx="522.4879109178829" cy="366.4575662126791" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
95
+ orientation: y+" data-x="9.86" data-y="1.7" cx="562.486136373719" cy="278.01428508052" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
96
+ orientation: y+" data-x="10.9" data-y="1.7" cx="588.3234994010913" cy="278.01428508052" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
97
+ document.currentScript.parentElement.addEventListener('mousemove', (e) => {
98
+ const svg = e.currentTarget;
99
+ const rect = svg.getBoundingClientRect();
100
+ const x = e.clientX - rect.left;
101
+ const y = e.clientY - rect.top;
102
+ const crosshair = svg.getElementById('crosshair');
103
+ const h = svg.getElementById('crosshair-h');
104
+ const v = svg.getElementById('crosshair-v');
105
+ const coords = svg.getElementById('coordinates');
106
+
107
+ crosshair.style.display = 'block';
108
+ h.setAttribute('x1', '0');
109
+ h.setAttribute('x2', '640');
110
+ h.setAttribute('y1', y);
111
+ h.setAttribute('y2', y);
112
+ v.setAttribute('x1', x);
113
+ v.setAttribute('x2', x);
114
+ v.setAttribute('y1', '0');
115
+ v.setAttribute('y2', '640');
116
+
117
+ // Calculate real coordinates using inverse transformation
118
+ const matrix = {"a":24.84361829555033,"c":0,"e":317.52805997959274,"b":0,"d":-24.84361829555033,"f":320.2484361829555};
119
+ // Manually invert and apply the affine transform
120
+ // Since we only use translate and scale, we can directly compute:
121
+ // x' = (x - tx) / sx
122
+ // y' = (y - ty) / sy
123
+ const sx = matrix.a;
124
+ const sy = matrix.d;
125
+ const tx = matrix.e;
126
+ const ty = matrix.f;
127
+ const realPoint = {
128
+ x: (x - tx) / sx,
129
+ y: (y - ty) / sy // Flip y back since we used negative scale
130
+ }
131
+
132
+ coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
133
+ coords.setAttribute('x', (x + 5).toString());
134
+ coords.setAttribute('y', (y - 5).toString());
135
+ });
136
+ document.currentScript.parentElement.addEventListener('mouseleave', () => {
137
+ document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
138
+ });
139
+ ]]></script>
140
+ </g>
141
+ <g transform="translate(0, 1216)">
142
+ <style>
143
+ .boundary { fill: rgb(245, 241, 237); }
144
+ .schematic-boundary { fill: none; stroke: #fff; }
145
+ .component { fill: none; stroke: rgb(132, 0, 0); }
146
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
147
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
148
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
149
+ .pin-number { fill: rgb(169, 0, 0); }
150
+ .port-label { fill: rgb(0, 100, 100); }
151
+ .component-name { fill: rgb(0, 100, 100); }
152
+
153
+ </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 542.4720831729251 424.951867539453 L 542.4720831729251 475.5487100500126 L 489.33384674631 475.5487100500126" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 542.4720831729251 424.951867539453 L 542.4720831729251 475.5487100500126 L 489.33384674631 475.5487100500126" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 593.2999614940351 408.77936080091797 L 593.2999614940351 434.193299961473 L 542.4720831729251 434.193299961473 L 542.4720831729251 424.951867539453" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 593.2999614940351 408.77936080091797 L 593.2999614940351 434.193299961473 L 542.4720831729251 434.193299961473 L 542.4720831729251 424.951867539453" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 644.1278398151451 392.606854062383 L 644.1278398151451 418.020793222938 L 593.2999614940351 418.020793222938 L 593.2999614940351 408.77936080091797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 644.1278398151451 392.606854062383 L 644.1278398151451 418.020793222938 L 593.2999614940351 418.020793222938 L 593.2999614940351 408.77936080091797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 489.33384674631 312.8994994224605 L 493.95456295732004 312.8994994224605 L 493.95456295732004 475.5487100500126 L 489.33384674631 475.5487100500126" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 312.8994994224605 L 493.95456295732004 312.8994994224605 L 493.95456295732004 475.5487100500126 L 489.33384674631 475.5487100500126" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 489.33384674631 302.2718521371375 L 493.95456295732004 302.2718521371375 L 493.95456295732004 312.8994994224605 L 489.33384674631 312.8994994224605" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 302.2718521371375 L 493.95456295732004 302.2718521371375 L 493.95456295732004 312.8994994224605 L 489.33384674631 312.8994994224605" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 489.33384674631 291.1821332307135 L 493.95456295732004 291.1821332307135 L 493.95456295732004 302.2718521371375 L 489.33384674631 302.2718521371375" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 291.1821332307135 L 493.95456295732004 291.1821332307135 L 493.95456295732004 302.2718521371375 L 489.33384674631 302.2718521371375" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 489.33384674631 237.58182518299745 L 493.95456295732004 237.58182518299745 L 493.95456295732004 291.1821332307135 L 489.33384674631 291.1821332307135" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 237.58182518299745 L 493.95456295732004 237.58182518299745 L 493.95456295732004 291.1821332307135 L 489.33384674631 291.1821332307135" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 830.804774739949 465.15209857524 L 830.804774739949 474.39353099726003 L 644.1278398151451 474.39353099726003 L 644.1278398151451 392.606854062383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.804774739949 465.15209857524 L 830.804774739949 474.39353099726003 L 644.1278398151451 474.39353099726003 L 644.1278398151451 392.606854062383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 489.33384674631 345.7065845206315 L 503.19599537934 345.7065845206315 L 503.19599537934 280.0924143242895 L 489.33384674631 280.0924143242895" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 345.7065845206315 L 503.19599537934 345.7065845206315 L 503.19599537934 280.0924143242895 L 489.33384674631 280.0924143242895" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 593.2999614940351 373.661917597242 L 593.2999614940351 345.7065845206315 L 489.33384674631 345.7065845206315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 593.2999614940351 373.661917597242 L 593.2999614940351 345.7065845206315 L 489.33384674631 345.7065845206315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 489.33384674631 323.98921832888453 L 644.1278398151451 323.98921832888453 L 644.1278398151451 357.489410858707" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 323.98921832888453 L 644.1278398151451 323.98921832888453 L 644.1278398151451 357.489410858707" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 489.33384674631 366.9618790912775 L 542.4720831729251 366.9618790912775 L 542.4720831729251 389.834424335777" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 366.9618790912775 L 542.4720831729251 366.9618790912775 L 542.4720831729251 389.834424335777" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 186.67693492515508 357.489410858707 L 186.67693492515508 356.565267616505 L 231.72891798250254 356.565267616505 L 231.72891798250254 365.806700038525 L 276.78090103985005 365.806700038525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 186.67693492515508 357.489410858707 L 186.67693492515508 356.565267616505 L 231.72891798250254 356.565267616505 L 231.72891798250254 365.806700038525 L 276.78090103985005 365.806700038525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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 124.29726607652009 356.565267616505 L 186.67693492515508 356.565267616505 L 186.67693492515508 357.489410858707" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 124.29726607652009 356.565267616505 L 186.67693492515508 356.565267616505 L 186.67693492515508 357.489410858707" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 186.67693492515508 392.606854062383 L 186.67693492515508 393.530997304585 L 231.72891798250254 393.530997304585 L 231.72891798250254 389.37235271467597 L 276.78090103985005 389.37235271467597" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 186.67693492515508 392.606854062383 L 186.67693492515508 393.530997304585 L 231.72891798250254 393.530997304585 L 231.72891798250254 389.37235271467597 L 276.78090103985005 389.37235271467597" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 124.29726607652009 393.530997304585 L 186.67693492515508 393.530997304585 L 186.67693492515508 392.606854062383" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 124.29726607652009 393.530997304585 L 186.67693492515508 393.530997304585 L 186.67693492515508 392.606854062383" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 900.5775895262 259.53022718529496 L 694.955718136255 259.53022718529496 L 694.955718136255 258.3750481325425 L 489.33384674631 258.3750481325425" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 900.5775895262 259.53022718529496 L 694.955718136255 259.53022718529496 L 694.955718136255 258.3750481325425 L 489.33384674631 258.3750481325425" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_17__stack1"><path d="M 830.804774739949 349.6593600308333 L 830.804774739949 259.53022718529496 L 900.5775895262 259.53022718529496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.804774739949 349.6593600308333 L 830.804774739949 259.53022718529496 L 900.5775895262 259.53022718529496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_18__stack1"><path d="M 872.85329226014 394.455140546787 L 872.85329226014 340.4179276088133 L 830.804774739949 340.4179276088133 L 830.804774739949 349.6593600308333" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 872.85329226014 394.455140546787 L 872.85329226014 340.4179276088133 L 830.804774739949 340.4179276088133 L 830.804774739949 349.6593600308333" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_19__stack1"><path d="M 489.33384674631 454.29341547936656 L 734.8093954562163 454.29341547936656 L 734.8093954562163 377.35849056605 L 792.452830188566 377.35849056605" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 454.29341547936656 L 734.8093954562163 454.29341547936656 L 734.8093954562163 377.35849056605 L 792.452830188566 377.35849056605" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_20__stack1"><path d="M 830.804774739949 402.77242972660497 L 830.804774739949 437.42780130918" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 830.804774739949 402.77242972660497 L 830.804774739949 437.42780130918" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_21__stack1"><path d="M 489.33384674631 530.5352329610316 L 530.9202926454 530.5352329610315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 530.5352329610316 L 530.9202926454 530.5352329610315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_22__stack1"><path d="M 489.33384674631 563.3423180592025 L 567.88602233348 563.3423180592025 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 489.33384674631 563.3423180592025 L 567.88602233348 563.3423180592025 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_23__stack1"><path d="M 900.5775895262 562.18713900645 L 567.88602233348 562.18713900645 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 900.5775895262 562.18713900645 L 567.88602233348 562.18713900645 L 567.88602233348 530.5352329610315 L 558.64458991146 530.5352329610315" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_24__stack1"><path d="M 872.85329226014 429.572583750463 L 872.85329226014 562.18713900645 L 900.5775895262 562.18713900645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 872.85329226014 429.572583750463 L 872.85329226014 562.18713900645 L 900.5775895262 562.18713900645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_25__stack1"><path d="M 978.205621871168 321.90989603393 L 953.253754331714 321.90989603393 L 953.253754331714 259.53022718529496 L 928.30188679226 259.53022718529496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 978.205621871168 321.90989603393 L 953.253754331714 321.90989603393 L 953.253754331714 259.53022718529496 L 928.30188679226 259.53022718529496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_26__stack1"><path d="M 958.336542163825 362.57219869081797 L 958.336542163825 321.90989603393007 L 978.205621871168 321.90989603393007" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 958.336542163825 362.57219869081797 L 958.336542163825 321.90989603393007 L 978.205621871168 321.90989603393007" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_27__stack1"><path d="M 1026.261070465672 321.90989603393 L 1039.1990758565 321.90989603393" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1026.261070465672 321.90989603393 L 1039.1990758565 321.90989603393" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_28__stack1"><path d="M 958.336542163825 410.627647285322 L 958.336542163825 562.18713900645 L 928.30188679226 562.18713900645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 958.336542163825 410.627647285322 L 958.336542163825 562.18713900645 L 928.30188679226 562.18713900645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_29__stack1"><path d="M 1080.78552175559 410.627647285322 L 1080.78552175559 419.86907970734194 L 958.336542163825 419.86907970734194 L 958.336542163825 410.627647285322" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1080.78552175559 410.627647285322 L 1080.78552175559 419.86907970734194 L 958.336542163825 419.86907970734194 L 958.336542163825 410.627647285322" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_30__stack1"><path d="M 1066.9233731225602 321.90989603393 L 1080.78552175559 321.90989603393 L 1080.78552175559 362.57219869081797" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1066.9233731225602 321.90989603393 L 1080.78552175559 321.90989603393 L 1080.78552175559 362.57219869081797" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_31__stack1"><path d="M 276.78090103985005 520.138621486259 L 263.3346168658109 520.138621486259 L 263.3346168658109 522.4951867538741" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 276.78090103985005 520.138621486259 L 263.3346168658109 520.138621486259 L 263.3346168658109 522.4951867538741" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_32__stack1"><path d="M 276.78090103985005 335.77204466695997 L 257.7897574125989 335.77204466695997 L 257.7897574125989 333.41547939934486" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 276.78090103985005 335.77204466695997 L 257.7897574125989 335.77204466695997 L 257.7897574125989 333.41547939934486" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_33__stack1"><path d="M 96.57296881046 356.565267616505 L 79.89218328871397 356.565267616505 L 79.89218328871397 340.3465537158599" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 96.57296881046 356.565267616505 L 79.89218328871397 356.565267616505 L 79.89218328871397 340.3465537158599" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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_34__stack1"><path d="M 96.57296881046 393.530997304585 L 77.58182518320893 393.530997304585 L 77.58182518320893 391.1744320369699" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="7.3931459376160005px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 96.57296881046 393.530997304585 L 77.58182518320893 393.530997304585 L 77.58182518320893 391.1744320369699" stroke="rgb(0, 150, 0)" fill="none" stroke-width="0.9241432422020001px" 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="542.4720831729251" cy="424.951867539453" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="489.33384674631" cy="475.5487100500126" r="1.386214863303" 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="593.2999614940351" cy="408.77936080091797" r="1.386214863303" 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="644.1278398151451" cy="392.606854062383" r="1.386214863303" 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"><circle cx="489.33384674631" cy="312.8994994224605" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="493.95456295732004" cy="312.8994994224605" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="489.33384674631" cy="302.2718521371375" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="493.95456295732004" cy="302.2718521371375" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><circle cx="489.33384674631" cy="291.1821332307135" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="493.95456295732004" cy="291.1821332307135" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="489.33384674631" cy="345.7065845206315" r="1.386214863303" 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_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="186.67693492515508" cy="357.489410858707" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="186.67693492515508" cy="356.565267616505" r="1.386214863303" 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_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><circle cx="186.67693492515508" cy="392.606854062383" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="186.67693492515508" cy="393.530997304585" r="1.386214863303" 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_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><circle cx="900.5775895262" cy="259.53022718529496" r="1.386214863303" 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_17__stack1"><circle cx="830.804774739949" cy="349.6593600308333" r="1.386214863303" 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_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><circle cx="567.88602233348" cy="530.5352329610315" r="1.386214863303" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="558.64458991146" cy="530.5352329610315" r="1.386214863303" 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_23__stack1"><circle cx="900.5775895262" cy="562.18713900645" r="1.386214863303" 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_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><circle cx="978.205621871168" cy="321.90989603393" r="1.386214863303" 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_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><circle cx="958.336542163825" cy="410.627647285322" r="1.386214863303" 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_29__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_30__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_31__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_32__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_33__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_34__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="295.26376588389" y="215.6334231807" width="175.58721601838" height="369.6572968808" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="295.26376588389" y="215.6334231807" width="175.58721601838" height="369.6572968808" fill="transparent"/><text class="sch-text" x="383.05737389308" y="400.4620716211" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 383.05737389308, 400.4620716211)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="280.0924143242895" x2="489.33384674631" y2="280.0924143242895" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="488.409703504108" y="279.16827108208753" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="279.1682710820875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="280.0924143242895" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DVDD_MEM</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="345.7065845206315" x2="489.33384674631" y2="345.7065845206315" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="488.409703504108" y="344.78244127842953" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="344.78244127842953" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="345.7065845206315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="237.58182518299745" x2="489.33384674631" y2="237.58182518299745" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="488.409703504108" y="236.65768194079544" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="236.65768194079544" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="237.58182518299745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">GATE</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="258.3750481325425" x2="489.33384674631" y2="258.3750481325425" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="488.409703504108" y="257.4509048903405" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="257.45090489034044" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="258.3750481325425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="530.5352329610316" x2="489.33384674631" y2="530.5352329610316" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="488.409703504108" y="529.6110897188296" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="529.6110897188296" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="530.5352329610316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DACCAP</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="454.29341547936656" x2="489.33384674631" y2="454.29341547936656" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="488.409703504108" y="453.3692722371646" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="453.3692722371645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="454.29341547936656" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">VOUT</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="323.98921832888453" x2="489.33384674631" y2="323.98921832888453" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="488.409703504108" y="323.06507508668255" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="323.06507508668255" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="323.98921832888453" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">AVDD</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="312.8994994224605" x2="489.33384674631" y2="312.8994994224605" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="488.409703504108" y="311.97535618025853" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="311.97535618025853" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="312.8994994224605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="496.8040046206586" x2="488.409703504108" y2="496.8040046206586" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="489.33384674631" cy="496.8040046206586" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="488.409703504108" y="495.8798613784566" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="495.87986137845655" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="496.8040046206586" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">FBN</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="563.3423180592025" x2="489.33384674631" y2="563.3423180592025" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="488.409703504108" y="562.4181748170005" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="562.4181748170006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="563.3423180592025" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">FBP</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="475.5487100500126" x2="489.33384674631" y2="475.5487100500126" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="488.409703504108" y="474.6245668078106" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="474.62456680781054" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="475.5487100500126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">COMP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="312.66846361190994" x2="277.70504428205203" y2="312.66846361190994" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.78090103985005" cy="312.66846361190994" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="275.8567577976481" y="311.74432036970796" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="311.74432036970796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="312.66846361190994" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VBRGN</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="335.77204466695997" x2="276.78090103985005" y2="335.77204466695997" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="275.8567577976481" y="334.847901424758" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="334.847901424758" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="335.77204466695997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VBRGP</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="366.9618790912775" x2="489.33384674631" y2="366.9618790912775" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="488.409703504108" y="366.03773584907555" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="366.0377358490755" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="366.9618790912775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">REFCAP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="389.37235271467597" x2="276.78090103985005" y2="389.37235271467597" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="275.8567577976481" y="388.448209472474" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="388.448209472474" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="389.37235271467597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINPN</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="365.806700038525" x2="276.78090103985005" y2="365.806700038525" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="275.8567577976481" y="364.882556796323" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="364.882556796323" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="365.806700038525" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINPP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="454.524451289917" x2="277.70504428205203" y2="454.524451289917" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.78090103985005" cy="454.524451289917" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="275.8567577976481" y="453.60030804771503" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="453.600308047715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="454.524451289917" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINTP</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="476.241817481664" x2="277.70504428205203" y2="476.241817481664" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="276.78090103985005" cy="476.241817481664" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="275.8567577976481" y="475.317674239462" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="475.317674239462" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="476.241817481664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">VINTN</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="291.1821332307135" x2="489.33384674631" y2="291.1821332307135" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="488.409703504108" y="290.2579899885115" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="290.2579899885115" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="291.1821332307135" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">AVSS</text><line class="component-pin sch-component-pin sch-port-line" x1="470.85098190227" y1="302.2718521371375" x2="489.33384674631" y2="302.2718521371375" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><rect x="488.409703504108" y="301.3477088949355" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="480.09241432429" y="301.3477088949355" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="466.23026569126" y="302.2718521371375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">DVSS</text><line class="component-pin sch-component-pin sch-port-line" x1="295.26376588389" y1="520.138621486259" x2="276.78090103985005" y2="520.138621486259" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="275.8567577976481" y="519.214478244057" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="286.02233346187" y="519.214478244057" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="299.8844820949" y="520.138621486259" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">PAD</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="108.12475933798498" y="340.854832499071" width="4.620716211010063" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="108.12475933798498" y="340.854832499071" width="4.620716211010063" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="110.43511744349001" y="356.565267616505" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 110.43511744349001, 356.565267616505)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="108.12475933798498" y1="356.565267616505" x2="96.57296881046" y2="356.565267616505" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="95.64882556825799" y="355.64112437430305" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.34886407422249" y="355.641124374303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="112.74547554899505" y="356.565267616505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="112.74547554899505" y1="356.565267616505" x2="124.29726607652009" y2="356.565267616505" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="123.37312283431808" y="355.64112437430305" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.5213708127576" y="355.641124374303" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="108.12475933798498" y="356.565267616505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="108.12475933798498" y="377.820562187151" width="4.620716211010063" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="108.12475933798498" y="377.820562187151" width="4.620716211010063" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="110.43511744349001" y="393.530997304585" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 110.43511744349001, 393.530997304585)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="108.12475933798498" y1="393.530997304585" x2="96.57296881046" y2="393.530997304585" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="95.64882556825799" y="392.60685406238304" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="102.34886407422249" y="392.606854062383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="112.74547554899505" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="112.74547554899505" y1="393.530997304585" x2="124.29726607652009" y2="393.530997304585" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="123.37312283431808" y="392.60685406238304" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="118.5213708127576" y="392.606854062383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="108.12475933798498" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="165.88371197561008" y="372.73777435503996" width="48.28648440505452" height="4.620716211010063" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="165.88371197561008" y="372.73777435503996" width="48.28648440505452" height="4.620716211010063" fill="transparent"/><text class="sch-text" x="190.02695417813737" y="375.048132460545" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 190.02695417813737, 375.048132460545)">schematic_component_3</text><line class="component-pin sch-component-pin sch-port-line" x1="186.67693492515508" y1="372.73777435503996" x2="186.67693492515508" y2="357.489410858707" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="185.75279168295307" y="356.565267616505" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.75279168295305" y="365.1135926068735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 185.75279168295305 365.1135926068735)"></text><text class="pin-number sch-pin-label" x="186.67693492515508" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 186.67693492515508 377.35849056605)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="186.67693492515508" y1="377.35849056605" x2="186.67693492515508" y2="392.606854062383" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="185.75279168295307" y="391.682710820181" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="185.75279168295305" y="384.9826723142165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 185.75279168295305 384.9826723142165)"></text><text class="pin-number sch-pin-label" x="186.67693492515508" y="372.73777435503996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 186.67693492515508 372.73777435503996)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="623.3346168656001" y="372.73777435503996" width="53.83134385826645" height="4.620716211010063" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="623.3346168656001" y="372.73777435503996" width="53.83134385826645" height="4.620716211010063" fill="transparent"/><text class="sch-text" x="650.2502887947333" y="375.048132460545" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 650.2502887947333, 375.048132460545)">schematic_component_4</text><line class="component-pin sch-component-pin sch-port-line" x1="644.1278398151451" y1="372.73777435503996" x2="644.1278398151451" y2="357.489410858707" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="643.203696572943" y="356.565267616505" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="643.203696572943" y="365.1135926068735" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 643.203696572943 365.1135926068735)"></text><text class="pin-number sch-pin-label" x="644.1278398151451" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 644.1278398151451 377.35849056605)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="644.1278398151451" y1="377.35849056605" x2="644.1278398151451" y2="392.606854062383" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="643.203696572943" y="391.682710820181" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="643.203696572943" y="384.9826723142165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 643.203696572943 384.9826723142165)"></text><text class="pin-number sch-pin-label" x="644.1278398151451" y="372.73777435503996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 644.1278398151451 372.73777435503996)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="572.5067385444901" y="388.910281093575" width="53.83134385826645" height="4.620716211010006" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="572.5067385444901" y="388.910281093575" width="53.83134385826645" height="4.620716211010006" fill="transparent"/><text class="sch-text" x="599.4224104736232" y="391.22063919908" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 599.4224104736232, 391.22063919908)">schematic_component_5</text><line class="component-pin sch-component-pin sch-port-line" x1="593.2999614940351" y1="388.910281093575" x2="593.2999614940351" y2="373.661917597242" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="592.375818251833" y="372.73777435504" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.375818251833" y="381.2860993454085" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 592.375818251833 381.2860993454085)"></text><text class="pin-number sch-pin-label" x="593.2999614940351" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 593.2999614940351 393.530997304585)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="593.2999614940351" y1="393.530997304585" x2="593.2999614940351" y2="408.77936080091797" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="592.375818251833" y="407.855217558716" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="592.375818251833" y="401.1551790527515" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 592.375818251833 401.1551790527515)"></text><text class="pin-number sch-pin-label" x="593.2999614940351" y="388.910281093575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 593.2999614940351 388.910281093575)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="521.6788602233801" y="405.08278783211" width="53.83134385826645" height="4.620716211010006" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="521.6788602233801" y="405.08278783211" width="53.83134385826645" height="4.620716211010006" fill="transparent"/><text class="sch-text" x="548.5945321525132" y="407.393145937615" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 548.5945321525132, 407.393145937615)">schematic_component_6</text><line class="component-pin sch-component-pin sch-port-line" x1="542.4720831729251" y1="405.08278783211" x2="542.4720831729251" y2="389.834424335777" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="541.547939930723" y="388.910281093575" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.547939930723" y="397.4586060839435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 541.547939930723 397.4586060839435)"></text><text class="pin-number sch-pin-label" x="542.4720831729251" y="409.70350404312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 542.4720831729251 409.70350404312)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="542.4720831729251" y1="409.70350404312" x2="542.4720831729251" y2="424.951867539453" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="541.547939930723" y="424.02772429725104" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="541.547939930723" y="417.3276857912865" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 541.547939930723 417.3276857912865)"></text><text class="pin-number sch-pin-label" x="542.4720831729251" y="405.08278783211" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 542.4720831729251 405.08278783211)">cathode</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="810.9356950326061" y="368.14222487487325" width="7.162110127065375" height="16.147340007691753" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="810.9356950326061" y="368.14222487487325" width="7.162110127065375" height="16.147340007691753" fill="transparent"/><text class="sch-text" x="814.5167500961388" y="376.21589487871915" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 814.5167500961388, 376.21589487871915)">schematic_component_7</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="368.14222487487325" x2="830.804774739949" y2="349.6593600308333" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="829.880631497747" y="348.7352167886313" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="358.9007924528533" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 358.9007924528533)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="372.76294108588326" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 372.76294108588326)">collector</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="384.289564882565" x2="830.804774739949" y2="402.77242972660497" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="829.880631497747" y="401.848286484403" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="393.530997304585" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 393.530997304585)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="379.668848671555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 379.668848671555)">emitter</text><line class="component-pin sch-component-pin sch-port-line" x1="810.9356950326061" y1="377.35849056605" x2="792.452830188566" y2="377.35849056605" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_2__stack1"><rect x="791.528686946364" y="376.43434732384804" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="801.6942626105861" y="376.434347323848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="815.556411243616" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">base</text><line class="component-pin sch-component-pin sch-port-line" x1="810.9356950326061" y1="377.35849056605" x2="793.376973430768" y2="377.35849056605" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_7_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="792.452830188566" cy="377.35849056605" r="0.9241432422020001" stroke-width="0.9241432422020001px"/><rect x="791.528686946364" y="376.43434732384804" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="801.6942626105861" y="376.434347323848" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="815.556411243616" y="377.35849056605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">pin2_internal_1</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="810.011551790404" y="448.979591836705" width="50.3658067000091" height="4.620716211009949" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="810.011551790404" y="448.979591836705" width="50.3658067000091" height="4.620716211009949" fill="transparent"/><text class="sch-text" x="835.1944551404085" y="451.28994994221" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 835.1944551404085, 451.28994994221)">schematic_component_8</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="448.979591836705" x2="830.804774739949" y2="437.42780130918" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="829.880631497747" y="436.503658066978" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="443.2036965729425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 443.2036965729425)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="453.600308047715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 453.600308047715)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="830.804774739949" y1="453.600308047715" x2="830.804774739949" y2="465.15209857524" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="829.880631497747" y="464.22795533303804" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="829.8806314977471" y="459.3762033114775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 829.8806314977471 459.3762033114775)"></text><text class="pin-number sch-pin-label" x="830.804774739949" y="448.979591836705" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 830.804774739949 448.979591836705)">cathode</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="542.4720831729251" y="511.1282248747895" width="4.620716211009949" height="38.814016172483946" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="542.4720831729251" y="511.1282248747895" width="4.620716211009949" height="38.814016172483946" fill="transparent"/><text class="sch-text" x="544.78244127843" y="530.5352329610315" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 544.78244127843, 530.5352329610315)">schematic_component_9</text><line class="component-pin sch-component-pin sch-port-line" x1="542.4720831729251" y1="530.5352329610315" x2="530.9202926454" y2="530.5352329610315" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="529.9961494031979" y="529.6110897188295" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="536.6961879091625" y="529.6110897188295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="547.092799383935" y="530.5352329610315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="547.092799383935" y1="530.5352329610315" x2="558.64458991146" y2="530.5352329610315" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="557.720446669258" y="529.6110897188295" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="552.8686946476976" y="529.6110897188295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="542.4720831729251" y="530.5352329610315" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="852.060069310595" y="409.70350404312" width="53.831343858266564" height="4.620716211010006" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="852.060069310595" y="409.70350404312" width="53.831343858266564" height="4.620716211010006" fill="transparent"/><text class="sch-text" x="878.9757412397283" y="412.013862148625" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 878.9757412397283, 412.013862148625)">schematic_component_10</text><line class="component-pin sch-component-pin sch-port-line" x1="872.85329226014" y1="409.70350404312" x2="872.85329226014" y2="394.455140546787" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="871.929149017938" y="393.530997304585" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="871.929149017938" y="402.0793222949535" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 871.929149017938 402.0793222949535)"></text><text class="pin-number sch-pin-label" x="872.85329226014" y="414.32422025413" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 872.85329226014 414.32422025413)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="872.85329226014" y1="414.32422025413" x2="872.85329226014" y2="429.572583750463" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="871.929149017938" y="428.64844050826105" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="871.929149017938" y="421.9484020022965" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 871.929149017938 421.9484020022965)"></text><text class="pin-number sch-pin-label" x="872.85329226014" y="409.70350404312" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 872.85329226014 409.70350404312)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="912.1293800537251" y="243.819792067861" width="4.620716211009949" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="912.1293800537251" y="243.819792067861" width="4.620716211009949" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="914.43973815923" y="259.53022718529496" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 914.43973815923, 259.53022718529496)">schematic_component_11</text><line class="component-pin sch-component-pin sch-port-line" x1="912.1293800537251" y1="259.53022718529496" x2="900.5775895262" y2="259.53022718529496" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><rect x="899.6534462839979" y="258.606083943093" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="906.3534847899625" y="258.60608394309304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="916.750096264735" y="259.53022718529496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="916.750096264735" y1="259.53022718529496" x2="928.30188679226" y2="259.53022718529496" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="927.377743550058" y="258.606083943093" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.5259915284976" y="258.60608394309304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="912.1293800537251" y="259.53022718529496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="912.1293800537251" y="546.476703889016" width="4.620716211009949" height="31.420870234867948" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="912.1293800537251" y="546.476703889016" width="4.620716211009949" height="31.420870234867948" fill="transparent"/><text class="sch-text" x="914.43973815923" y="562.18713900645" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 914.43973815923, 562.18713900645)">schematic_component_12</text><line class="component-pin sch-component-pin sch-port-line" x1="912.1293800537251" y1="562.18713900645" x2="900.5775895262" y2="562.18713900645" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="899.6534462839979" y="561.262995764248" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="906.3534847899625" y="561.262995764248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="916.750096264735" y="562.18713900645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="916.750096264735" y1="562.18713900645" x2="928.30188679226" y2="562.18713900645" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><rect x="927.377743550058" y="561.262995764248" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="922.5259915284976" y="561.262995764248" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="912.1293800537251" y="562.18713900645" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_13__stack1"><rect class="component chip sch-component-body" x="945.8606083940981" y="381.055063534858" width="34.193299961474054" height="11.089718906424025" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="945.8606083940981" y="381.055063534858" width="34.193299961474054" height="11.089718906424025" fill="transparent"/><text class="sch-text" x="962.9572583748351" y="386.59992298807" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 962.9572583748351, 386.59992298807)">schematic_component_13</text><line class="component-pin sch-component-pin sch-port-line" x1="958.336542163825" y1="381.055063534858" x2="958.336542163825" y2="362.57219869081797" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_13_0__stack1"><rect x="957.412398921623" y="361.648055448616" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="957.412398921623" y="371.813631112838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 957.412398921623 371.813631112838)"></text><text class="pin-number sch-pin-label" x="958.336542163825" y="385.675779745868" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 958.336542163825 385.675779745868)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="958.336542163825" y1="392.144782441282" x2="958.336542163825" y2="410.627647285322" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_13_1__stack1"><rect x="957.412398921623" y="409.70350404312" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="957.412398921623" y="401.386214863302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 957.412398921623 401.386214863302)"></text><text class="pin-number sch-pin-label" x="958.336542163825" y="387.524066230272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 958.336542163825 387.524066230272)">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_14__stack1"><rect class="component chip sch-component-body" x="996.688486715208" y="309.433962264203" width="11.089718906423968" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="996.688486715208" y="309.433962264203" width="11.089718906423968" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="1002.23334616842" y="325.14439738163696" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 1002.23334616842, 325.14439738163696)">schematic_component_14</text><line class="component-pin sch-component-pin sch-port-line" x1="1007.778205621632" y1="321.90989603393" x2="1026.261070465672" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_14_0__stack1"><rect x="1025.33692722347" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1017.0196380436521" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1003.157489410622" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="996.688486715208" y1="321.90989603393" x2="978.205621871168" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_14_1__stack1"><rect x="977.2814786289659" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="987.447054293188" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1001.309202926218" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">neg</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_15__stack1"><rect class="component chip sch-component-body" x="1050.750866384025" y="306.199460916496" width="4.620716211010176" height="31.420870234868005" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1050.750866384025" y="306.199460916496" width="4.620716211010176" height="31.420870234868005" fill="transparent"/><text class="sch-text" x="1053.06122448953" y="321.90989603392995" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 1053.06122448953, 321.90989603392995)">schematic_component_15</text><line class="component-pin sch-component-pin sch-port-line" x1="1050.750866384025" y1="321.90989603393" x2="1039.1990758565" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_15_0__stack1"><rect x="1038.274932614298" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1044.9749711202626" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1055.371582595035" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="1055.371582595035" y1="321.90989603393" x2="1066.9233731225602" y2="321.90989603393" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_15_1__stack1"><rect x="1065.9992298803581" y="320.98575279172803" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1061.1474778587976" y="320.985752791728" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform=""></text><text class="pin-number sch-pin-label" x="1050.750866384025" y="321.90989603393" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_16__stack1"><rect class="component chip sch-component-body" x="1068.309587985863" y="381.055063534858" width="34.19329996147417" height="11.089718906424025" stroke-width="0.9241432422020001px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="1068.309587985863" y="381.055063534858" width="34.19329996147417" height="11.089718906424025" fill="transparent"/><text class="sch-text" x="1085.4062379666" y="386.59992298807" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 1085.4062379666, 386.59992298807)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.78552175559" y1="381.055063534858" x2="1080.78552175559" y2="362.57219869081797" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_16_0__stack1"><rect x="1079.861378513388" y="361.648055448616" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.861378513388" y="371.813631112838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 1079.861378513388 371.813631112838)"></text><text class="pin-number sch-pin-label" x="1080.78552175559" y="385.675779745868" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 1080.78552175559 385.675779745868)">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="1080.78552175559" y1="392.144782441282" x2="1080.78552175559" y2="410.627647285322" stroke-width="0.9241432422020001px"/><g class="sch-port" data-schematic-port-id="source_port_16_1__stack1"><rect x="1079.861378513388" y="409.70350404312" width="1.8482864844040001" height="1.8482864844040001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1079.861378513388" y="401.386214863302" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="6.931074316515px" transform="rotate(-90 1079.861378513388 401.386214863302)"></text><text class="pin-number sch-pin-label" x="1080.78552175559" y="387.524066230272" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="6.931074316515px" transform="rotate(-90 1080.78552175559 387.524066230272)">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="489.33384674631" cy="280.0924143242895" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="489.33384674631" cy="345.7065845206315" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="489.33384674631" cy="237.58182518299745" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="489.33384674631" cy="258.3750481325425" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="489.33384674631" cy="530.5352329610316" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="489.33384674631" cy="454.29341547936656" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="489.33384674631" cy="323.98921832888453" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="489.33384674631" cy="312.8994994224605" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="489.33384674631" cy="496.8040046206586" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="489.33384674631" cy="563.3423180592025" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="489.33384674631" cy="475.5487100500126" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="276.78090103985005" cy="312.66846361190994" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="276.78090103985005" cy="335.77204466695997" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="489.33384674631" cy="366.9618790912775" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="276.78090103985005" cy="389.37235271467597" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="276.78090103985005" cy="365.806700038525" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="276.78090103985005" cy="454.524451289917" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="276.78090103985005" cy="476.241817481664" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="489.33384674631" cy="291.1821332307135" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="489.33384674631" cy="302.2718521371375" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="276.78090103985005" cy="520.138621486259" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="96.57296881046" cy="356.565267616505" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="124.29726607652009" cy="356.565267616505" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="96.57296881046" cy="393.530997304585" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="124.29726607652009" cy="393.530997304585" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="186.67693492515508" cy="357.489410858707" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="186.67693492515508" cy="392.606854062383" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="644.1278398151451" cy="357.489410858707" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="644.1278398151451" cy="392.606854062383" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="593.2999614940351" cy="373.661917597242" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="593.2999614940351" cy="408.77936080091797" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="542.4720831729251" cy="389.834424335777" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="542.4720831729251" cy="424.951867539453" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="830.804774739949" cy="349.6593600308333" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="830.804774739949" cy="402.77242972660497" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_2__stack1"><circle cx="792.452830188566" cy="377.35849056605" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_3__stack1"><circle cx="792.452830188566" cy="377.35849056605" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="830.804774739949" cy="437.42780130918" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="830.804774739949" cy="465.15209857524" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="530.9202926454" cy="530.5352329610315" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="558.64458991146" cy="530.5352329610315" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="872.85329226014" cy="394.455140546787" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="872.85329226014" cy="429.572583750463" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="900.5775895262" cy="259.53022718529496" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="928.30188679226" cy="259.53022718529496" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="900.5775895262" cy="562.18713900645" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="928.30188679226" cy="562.18713900645" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_0__stack1"><circle cx="958.336542163825" cy="362.57219869081797" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_13_1__stack1"><circle cx="958.336542163825" cy="410.627647285322" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_0__stack1"><circle cx="1026.261070465672" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_14_1__stack1"><circle cx="978.205621871168" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_0__stack1"><circle cx="1039.1990758565" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_15_1__stack1"><circle cx="1066.9233731225602" cy="321.90989603393" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_0__stack1"><circle cx="1080.78552175559" cy="362.57219869081797" r="1.8482864844040001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_16_1__stack1"><circle cx="1080.78552175559" cy="410.627647285322" r="1.8482864844040001" 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="
154
+ M 593.2999614940351,359.68425105893675
155
+ L 595.7951482479805,355.06353484792675
156
+ L 611.6411243742708,355.06353484792675
157
+ L 611.6411243742708,364.30496726994676
158
+ L 595.7951482479805,364.30496726994676
159
+ Z
160
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="597.4586060839441" y="359.68425105893675" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
161
+ M 542.4720831729251,475.5487100500126
162
+ L 547.092799383935,478.043896803958
163
+ L 547.092799383935,493.88987293024826
164
+ L 537.8513669619151,493.88987293024826
165
+ L 537.8513669619151,478.043896803958
166
+ Z
167
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="542.4720831729251" y="479.70735463992156" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(90 542.4720831729251 479.70735463992156)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
168
+ M 263.3346168658109,522.4951867538741
169
+ L 267.9553330768209,524.9903735078195
170
+ L 267.9553330768209,540.8363496341099
171
+ L 258.7139006548009,540.8363496341099
172
+ L 258.7139006548009,524.9903735078195
173
+ Z
174
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="263.3346168658109" y="526.6538313437832" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(90 263.3346168658109 526.6538313437832)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
175
+ M 797.7666538312276,259.53022718529496
176
+ L 793.1459376202176,257.03504043134956
177
+ L 793.1459376202176,241.18906430505928
178
+ L 802.3873700422375,241.18906430505928
179
+ L 802.3873700422375,257.03504043134956
180
+ Z
181
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="797.7666538312276" y="255.37158259538597" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 797.7666538312276 255.37158259538597)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
182
+ M 510.127069695855,530.5352329610315
183
+ L 505.506353484845,528.0400462070861
184
+ L 505.506353484845,512.1940700807958
185
+ L 514.747785906865,512.1940700807958
186
+ L 514.747785906865,528.0400462070861
187
+ Z
188
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="510.127069695855" y="526.3765883711225" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 510.127069695855 526.3765883711225)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
189
+ M 612.0716211012632,454.29341547936656
190
+ L 607.4509048902532,451.79822872542115
191
+ L 607.4509048902532,435.9522525991309
192
+ L 616.6923373122731,435.9522525991309
193
+ L 616.6923373122731,451.79822872542115
194
+ Z
195
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="612.0716211012632" y="450.13477088945757" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 612.0716211012632 450.13477088945757)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
196
+ M 644.1278398151451,323.98921832888453
197
+ L 639.5071236041351,321.49403157493913
198
+ L 639.5071236041351,305.64805544864885
199
+ L 648.748556026155,305.64805544864885
200
+ L 648.748556026155,321.49403157493913
201
+ Z
202
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="644.1278398151451" y="319.83057373897554" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 644.1278398151451 319.83057373897554)">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="
203
+ M 528.609934539895,563.3423180592025
204
+ L 533.2306507509049,565.8375048131479
205
+ L 533.2306507509049,581.6834809394383
206
+ L 523.989218328885,581.6834809394383
207
+ L 523.989218328885,565.8375048131479
208
+ Z
209
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="528.609934539895" y="567.5009626491116" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(90 528.609934539895 567.5009626491116)">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="
210
+ M 257.7897574125989,333.41547939934486
211
+ L 253.16904120158887,330.92029264539946
212
+ L 253.16904120158887,315.0743165191092
213
+ L 262.4104736236089,315.0743165191092
214
+ L 262.4104736236089,330.92029264539946
215
+ Z
216
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="257.7897574125989" y="329.2568348094359" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 257.7897574125989 329.2568348094359)">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="
217
+ M 542.4720831729251,366.9618790912775
218
+ L 537.8513669619151,364.4666923373321
219
+ L 537.8513669619151,348.62071621104184
220
+ L 547.092799383935,348.62071621104184
221
+ L 547.092799383935,364.4666923373321
222
+ Z
223
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="542.4720831729251" y="362.80323450136854" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 542.4720831729251 362.80323450136854)">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="
224
+ M 186.67693492515508,393.530997304585
225
+ L 184.18174817120968,398.151713515595
226
+ L 168.3357720449194,398.151713515595
227
+ L 168.3357720449194,388.910281093575
228
+ L 184.18174817120968,388.910281093575
229
+ Z
230
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="182.5182903352461" y="393.530997304585" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
231
+ M 186.67693492515508,356.565267616505
232
+ L 184.18174817120968,361.18598382751503
233
+ L 168.3357720449194,361.18598382751503
234
+ L 168.3357720449194,351.944551405495
235
+ L 184.18174817120968,351.944551405495
236
+ Z
237
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="182.5182903352461" y="356.565267616505" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
238
+ M 79.89218328871397,340.3465537158599
239
+ L 75.27146707770396,337.8513669619145
240
+ L 75.27146707770396,322.0053908356242
241
+ L 84.51289949972397,322.0053908356242
242
+ L 84.51289949972397,337.8513669619145
243
+ Z
244
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="79.89218328871397" y="336.1879091259509" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 79.89218328871397 336.1879091259509)">XX</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="
245
+ M 77.58182518320893,391.1744320369699
246
+ L 72.96110897219893,388.6792452830245
247
+ L 72.96110897219893,372.8332691567342
248
+ L 82.20254139421894,372.8332691567342
249
+ L 82.20254139421894,388.6792452830245
250
+ Z
251
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="77.58182518320893" y="387.0157874470609" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 77.58182518320893 387.0157874470609)">XX</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="
252
+ M 830.804774739949,420.1001155178925
253
+ L 833.2999614938944,415.4793993068825
254
+ L 849.1459376201848,415.4793993068825
255
+ L 849.1459376201848,424.7208317289025
256
+ L 833.2999614938944,424.7208317289025
257
+ Z
258
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="834.9634193298581" y="420.1001155178925" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
259
+ M 965.7296881014411,321.90989603393
260
+ L 961.1089718904311,319.4147092799846
261
+ L 961.1089718904311,303.5687331536943
262
+ L 970.350404312451,303.5687331536943
263
+ L 970.350404312451,319.4147092799846
264
+ Z
265
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="965.7296881014411" y="317.751251444021" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 965.7296881014411 317.751251444021)">XX</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="
266
+ M 958.336542163825,486.407393145886
267
+ L 955.8413554098796,491.028109356896
268
+ L 912.8563727375906,491.028109356896
269
+ L 912.8563727375906,481.78667693487597
270
+ L 955.8413554098796,481.78667693487597
271
+ Z
272
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="954.177897573916" y="486.407393145886" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" 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="
273
+ M 1032.730073161086,321.90989603393
274
+ L 1028.109356950076,319.4147092799846
275
+ L 1028.109356950076,303.5687331536943
276
+ L 1037.350789372096,303.5687331536943
277
+ L 1037.350789372096,319.4147092799846
278
+ Z
279
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="1032.730073161086" y="317.751251444021" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 1032.730073161086 317.751251444021)">XX</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="
280
+ M 1080.78552175559,321.90989603393
281
+ L 1076.16480554458,319.4147092799846
282
+ L 1076.16480554458,303.5687331536943
283
+ L 1085.4062379666,303.5687331536943
284
+ L 1085.4062379666,319.4147092799846
285
+ Z
286
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="0.9241432422020001px"/><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="1080.78552175559" y="317.751251444021" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="8.317289179818px" transform="rotate(-90 1080.78552175559 317.751251444021)">XX</text><text class="sch-text" x="325.76049287655604" y="591.297651135813" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179817987px" transform="rotate(0, 325.76049287655604, 591.297651135813)">PGA300ARHHR</text><text class="sch-text" x="300.80862533710206" y="210.3195995380385" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="8.317289179818px" transform="rotate(0, 300.80862533710206, 210.3195995380385)">U1</text><rect class="schematic-box sch-box" x="295.26376588389" y="587.1390065459041" width="60.993453985331996" height="8.317289179817863" stroke-width="0.9241432422020001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.3931459376160005 3.6965729688080002"/><rect class="schematic-box sch-box" x="292.4913361572841" y="204.543704274276" width="16.634578359635952" height="11.551790527524957" stroke-width="0.9241432422020001px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="7.3931459376160005 3.6965729688080002"/>
287
+ </g>
288
+ </svg>