@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
  2. package/dist/index.d.ts +31 -2
  3. package/dist/index.js +127 -46
  4. package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
  5. package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
  6. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
  7. package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
  8. package/lib/types/InputProblem.ts +27 -1
  9. package/package.json +8 -1
  10. package/site/examples/example51.page.tsx +4 -0
  11. package/tests/assets/example51.json +5102 -0
  12. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
  13. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
  14. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
  15. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
  16. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
  17. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
  19. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
  20. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
  21. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
  22. package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
  23. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
  24. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
  25. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
  26. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
  27. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
  28. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
  29. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
  30. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
  31. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
  32. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
  33. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
  34. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
  35. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
  36. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
  37. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
  38. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
  39. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
  40. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
  41. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
  42. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
  43. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
  44. package/tests/examples/__snapshots__/example01.snap.svg +44 -5
  45. package/tests/examples/__snapshots__/example02.snap.svg +51 -5
  46. package/tests/examples/__snapshots__/example03.snap.svg +86 -5
  47. package/tests/examples/__snapshots__/example04.snap.svg +30 -5
  48. package/tests/examples/__snapshots__/example05.snap.svg +30 -5
  49. package/tests/examples/__snapshots__/example06.snap.svg +30 -5
  50. package/tests/examples/__snapshots__/example07.snap.svg +58 -5
  51. package/tests/examples/__snapshots__/example08.snap.svg +37 -5
  52. package/tests/examples/__snapshots__/example09.snap.svg +149 -5
  53. package/tests/examples/__snapshots__/example10.snap.svg +65 -5
  54. package/tests/examples/__snapshots__/example11.snap.svg +51 -5
  55. package/tests/examples/__snapshots__/example12.snap.svg +51 -5
  56. package/tests/examples/__snapshots__/example13.snap.svg +72 -5
  57. package/tests/examples/__snapshots__/example14.snap.svg +79 -5
  58. package/tests/examples/__snapshots__/example15.snap.svg +86 -5
  59. package/tests/examples/__snapshots__/example16.snap.svg +51 -5
  60. package/tests/examples/__snapshots__/example17.snap.svg +51 -5
  61. package/tests/examples/__snapshots__/example18.snap.svg +58 -5
  62. package/tests/examples/__snapshots__/example19.snap.svg +44 -5
  63. package/tests/examples/__snapshots__/example20.snap.svg +44 -5
  64. package/tests/examples/__snapshots__/example21.snap.svg +72 -5
  65. package/tests/examples/__snapshots__/example22.snap.svg +51 -5
  66. package/tests/examples/__snapshots__/example23.snap.svg +51 -5
  67. package/tests/examples/__snapshots__/example24.snap.svg +51 -5
  68. package/tests/examples/__snapshots__/example25.snap.svg +86 -5
  69. package/tests/examples/__snapshots__/example26.snap.svg +51 -5
  70. package/tests/examples/__snapshots__/example27.snap.svg +72 -5
  71. package/tests/examples/__snapshots__/example28.snap.svg +44 -5
  72. package/tests/examples/__snapshots__/example29.snap.svg +324 -5
  73. package/tests/examples/__snapshots__/example30.snap.svg +107 -5
  74. package/tests/examples/__snapshots__/example31.snap.svg +37 -5
  75. package/tests/examples/__snapshots__/example32.snap.svg +149 -5
  76. package/tests/examples/__snapshots__/example33.snap.svg +93 -5
  77. package/tests/examples/__snapshots__/example34.snap.svg +51 -5
  78. package/tests/examples/__snapshots__/example35.snap.svg +58 -5
  79. package/tests/examples/__snapshots__/example36.snap.svg +44 -5
  80. package/tests/examples/__snapshots__/example37.snap.svg +72 -5
  81. package/tests/examples/__snapshots__/example38.snap.svg +30 -5
  82. package/tests/examples/__snapshots__/example39.snap.svg +37 -5
  83. package/tests/examples/__snapshots__/example40.snap.svg +100 -5
  84. package/tests/examples/__snapshots__/example41.snap.svg +44 -5
  85. package/tests/examples/__snapshots__/example42.snap.svg +65 -5
  86. package/tests/examples/__snapshots__/example43.snap.svg +58 -5
  87. package/tests/examples/__snapshots__/example44.snap.svg +107 -5
  88. package/tests/examples/__snapshots__/example45.snap.svg +51 -5
  89. package/tests/examples/__snapshots__/example46.snap.svg +93 -5
  90. package/tests/examples/__snapshots__/example47.snap.svg +93 -5
  91. package/tests/examples/__snapshots__/example48.snap.svg +65 -5
  92. package/tests/examples/__snapshots__/example49.snap.svg +177 -5
  93. package/tests/examples/__snapshots__/example50.snap.svg +93 -5
  94. package/tests/examples/__snapshots__/example51.snap.svg +952 -0
  95. package/tests/examples/example51.test.ts +12 -0
  96. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
  97. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
  98. package/tests/fixtures/matcher.ts +45 -8
  99. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
  100. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
  101. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
  102. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
  103. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
  104. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
  105. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
  106. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
  107. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
  108. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
  109. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
  110. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
  111. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
  112. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
  113. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
  114. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
  115. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
  116. package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
  117. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
  118. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
  119. package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
  120. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
  121. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
  122. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
  123. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
  124. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
  125. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
  126. package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
  127. package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
  128. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
  129. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
  130. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
  131. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
  132. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
  133. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
  134. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
  135. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
  136. package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
  137. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
  138. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
  139. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
  140. package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
  141. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
  142. package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
  143. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
  144. package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
  145. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
  146. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
  147. package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
  148. package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
  149. package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
  150. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
  151. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
  152. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
  153. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
  154. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
  155. package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
  156. package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
  157. package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
  158. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
  159. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
  160. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
  161. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
  162. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
  163. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
  164. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.5,0.5 -4.92,0.57" data-type="line" data-label="" points="397.19404110880635,284.8877993588535 216.61700924005282,281.1917782387328" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.5,0.10000000000000009 -1.5,-0.09999999999999987" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.3,-0.44999999999999996 -6.08,0.58" data-type="line" data-label="" points="249.3531963039789,335.0480859890628 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.8,-0.44999999999999996 -4.3,-0.44999999999999996" data-type="line" data-label="" points="170.1527437299642,335.0480859890628 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,1.3" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,242.64755798604565" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,1.0999999999999999" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,253.20761832924762" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,0.8999999999999997" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,263.7676786724496" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -1.5,-0.09999999999999987" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,0.6999999999999997" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -6.08,0.58" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -4.3,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -5.8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 1.5,1.0999999999999999" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 555.5949462568358,253.20761832924762" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 1.5,0.8999999999999997" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 555.5949462568358,263.7676786724496" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -1.5,-0.09999999999999987" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 1.5,0.6999999999999997" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 1.5,0.8999999999999997" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 555.5949462568358,263.7676786724496" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -1.5,-0.09999999999999987" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 1.5,0.6999999999999997" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -1.5,-0.09999999999999987" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 1.5,0.6999999999999997" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 1.5,0.6999999999999997" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -6.08,0.58" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -4.3,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -5.8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.08,0.58 -8,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.08,0.58 -4.3,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.08,0.58 -5.8,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-0.44999999999999996 -4.3,-0.44999999999999996" data-type="line" data-label="" points="53.99207995474262,335.0480859890628 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-0.44999999999999996 -5.8,-0.44999999999999996" data-type="line" data-label="" points="53.99207995474262,335.0480859890628 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.3,-0.44999999999999996 -5.8,-0.44999999999999996" data-type="line" data-label="" points="249.3531963039789,335.0480859890628 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -1.5,-1.3" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 397.19404110880635,379.9283424476712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -8,-1.55" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 53.99207995474262,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -4.3,-1.55" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 249.3531963039789,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -5.8,-1.55" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-1.3 -8,-1.55" data-type="line" data-label="" points="397.19404110880635,379.9283424476712 53.99207995474262,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-1.3 -4.3,-1.55" data-type="line" data-label="" points="397.19404110880635,379.9283424476712 249.3531963039789,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-1.3 -5.8,-1.55" data-type="line" data-label="" points="397.19404110880635,379.9283424476712 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-1.55 -4.3,-1.55" data-type="line" data-label="" points="53.99207995474262,393.1284178766736 249.3531963039789,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-1.55 -5.8,-1.55" data-type="line" data-label="" points="53.99207995474262,393.1284178766736 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.3,-1.55 -5.8,-1.55" data-type="line" data-label="" points="249.3531963039789,393.1284178766736 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.8,-0.44999999999999996 -5.8,-0.24999999999999978 -8,-0.24999999999999978 -8,-0.44999999999999996" data-type="line" data-label="" points="170.1527437299642,335.0480859890628 170.1527437299642,324.48802564586083 53.99207995474262,324.48802564586083 53.99207995474262,335.0480859890628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.08,0.58 -6.28,0.58 -6.28,-0.24999999999999978 -5.8,-0.24999999999999978 -5.8,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 144.80859890627949,280.66377522157273 144.80859890627949,324.48802564586083 170.1527437299642,324.48802564586083 170.1527437299642,335.0480859890628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.3,-0.44999999999999996 -4.3,-0.24999999999999978 -5.8,-0.24999999999999978 -5.8,-0.44999999999999996" data-type="line" data-label="" points="249.3531963039789,335.0480859890628 249.3531963039789,324.48802564586083 170.1527437299642,324.48802564586083 170.1527437299642,335.0480859890628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -1.7,-0.09999999999999987 -1.7,0.10000000000000009 -1.5,0.10000000000000009" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 386.6339807656044,316.5679803884594 386.6339807656044,306.00792004525744 397.19404110880635,306.00792004525744" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,0.8999999999999997 1.7,0.8999999999999997 1.7,1.0999999999999999 1.5,1.0999999999999999" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 566.1550066000377,263.7676786724496 566.1550066000377,253.20761832924762 555.5949462568358,253.20761832924762" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,0.6999999999999997 1.7,0.6999999999999997 1.7,0.8999999999999997 1.5,0.8999999999999997" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 566.1550066000377,274.32773901565156 566.1550066000377,263.7676786724496 555.5949462568358,263.7676786724496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,1.3 1.7,1.3 1.7,1.0999999999999999 1.5,1.0999999999999999" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 566.1550066000377,242.64755798604565 566.1550066000377,253.20761832924762 555.5949462568358,253.20761832924762" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.8,-1.55 -5.8,-1.7500000000000002 -8,-1.7500000000000002 -8,-1.55" data-type="line" data-label="" points="170.1527437299642,393.1284178766736 170.1527437299642,403.6884782198756 53.99207995474262,403.6884782198756 53.99207995474262,393.1284178766736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.3,-1.55 -4.3,-1.7500000000000002 -5.8,-1.7500000000000002 -5.8,-1.55" data-type="line" data-label="" points="249.3531963039789,393.1284178766736 249.3531963039789,403.6884782198756 170.1527437299642,403.6884782198756 170.1527437299642,393.1284178766736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.5,0.5 -1.65,0.5 -1.65,0.6010000000000001 -2.0500000000000003,0.6010000000000001 -2.0500000000000003,0.5 -3.21,0.5 -3.21,0.57 -4.92,0.57" data-type="line" data-label="" points="397.19404110880635,284.8877993588535 389.2739958514049,284.8877993588535 389.2739958514049,279.5549688855365 368.15387516500095,279.5549688855365 368.15387516500095,284.8877993588535 306.9055251744296,284.8877993588535 306.9055251744296,281.1917782387328 216.61700924005282,281.1917782387328" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,-0.40000000000000013 1.7000000000000002,-0.40000000000000013 1.7000000000000002,-1.7 -1.7,-1.7 -1.7,-1.3 -1.5,-1.3" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 566.1550066000377,332.40807090326234 566.1550066000377,401.04846313407506 386.6339807656044,401.04846313407506 386.6339807656044,379.9283424476712 397.19404110880635,379.9283424476712" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7,-0.09999999999999987 -1.85,-0.09999999999999987 -1.85,-0.09899999999999987" data-type="line" data-label="" points="386.6339807656044,316.5679803884594 378.7139355082029,316.5679803884594 378.7139355082029,316.5151800867434" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="397.19404110880635" y="232.0874976428437" width="158.40090514802944" height="158.40090514802944" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-5.5" data-y="0.6" x="155.36865924948145" y="267.4636997925703" width="61.2483499905714" height="24.288138789364496" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-8" data-y="-1" x="40.00000000000003" y="335.0480859890628" width="27.984159909485186" height="58.08033188761078" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4.3" data-y="-1" x="235.36111634923634" y="335.0480859890628" width="27.98415990948513" height="58.08033188761078" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5.8" data-y="-1" x="156.1606637752216" y="335.0480859890628" width="27.984159909485186" height="58.08033188761078" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="netId: VDDS
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.5,0.5 -4.92,0.57" data-type="line" data-label="" points="397.19404110880635,284.8877993588535 216.61700924005282,281.1917782387328" fill="none" stroke="hsl(240, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.5,0.10000000000000009 -1.5,-0.09999999999999987" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.3,-0.44999999999999996 -6.08,0.58" data-type="line" data-label="" points="249.3531963039789,335.0480859890628 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.8,-0.44999999999999996 -4.3,-0.44999999999999996" data-type="line" data-label="" points="170.1527437299642,335.0480859890628 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,1.3" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,242.64755798604565" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,1.0999999999999999" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,253.20761832924762" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,0.8999999999999997" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,263.7676786724496" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -1.5,-0.09999999999999987" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 1.5,0.6999999999999997" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -6.08,0.58" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -4.3,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,0.10000000000000009 -5.8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,306.00792004525744 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 1.5,1.0999999999999999" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 555.5949462568358,253.20761832924762" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 1.5,0.8999999999999997" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 555.5949462568358,263.7676786724496" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -1.5,-0.09999999999999987" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 1.5,0.6999999999999997" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.3 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 1.5,0.8999999999999997" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 555.5949462568358,263.7676786724496" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -1.5,-0.09999999999999987" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 1.5,0.6999999999999997" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.0999999999999999 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,253.20761832924762 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -1.5,-0.09999999999999987" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 397.19404110880635,316.5679803884594" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 1.5,0.6999999999999997" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.8999999999999997 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 1.5,0.6999999999999997" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 555.5949462568358,274.32773901565156" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -6.08,0.58" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -4.3,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -5.8,-0.44999999999999996" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -6.08,0.58" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 155.36865924948142,280.66377522157273" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -4.3,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,0.6999999999999997 -5.8,-0.44999999999999996" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.08,0.58 -8,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 53.99207995474262,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.08,0.58 -4.3,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-6.08,0.58 -5.8,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-0.44999999999999996 -4.3,-0.44999999999999996" data-type="line" data-label="" points="53.99207995474262,335.0480859890628 249.3531963039789,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-0.44999999999999996 -5.8,-0.44999999999999996" data-type="line" data-label="" points="53.99207995474262,335.0480859890628 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.3,-0.44999999999999996 -5.8,-0.44999999999999996" data-type="line" data-label="" points="249.3531963039789,335.0480859890628 170.1527437299642,335.0480859890628" fill="none" stroke="hsl(125, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -1.5,-1.3" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 397.19404110880635,379.9283424476712" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -8,-1.55" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 53.99207995474262,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -4.3,-1.55" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 249.3531963039789,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,-0.40000000000000013 -5.8,-1.55" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-1.3 -8,-1.55" data-type="line" data-label="" points="397.19404110880635,379.9283424476712 53.99207995474262,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-1.3 -4.3,-1.55" data-type="line" data-label="" points="397.19404110880635,379.9283424476712 249.3531963039789,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.5,-1.3 -5.8,-1.55" data-type="line" data-label="" points="397.19404110880635,379.9283424476712 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-1.55 -4.3,-1.55" data-type="line" data-label="" points="53.99207995474262,393.1284178766736 249.3531963039789,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-8,-1.55 -5.8,-1.55" data-type="line" data-label="" points="53.99207995474262,393.1284178766736 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.3,-1.55 -5.8,-1.55" data-type="line" data-label="" points="249.3531963039789,393.1284178766736 170.1527437299642,393.1284178766736" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-5.8,-0.44999999999999996 -5.8,-0.24999999999999978 -8,-0.24999999999999978 -8,-0.44999999999999996" data-type="line" data-label="" points="170.1527437299642,335.0480859890628 170.1527437299642,324.48802564586083 53.99207995474262,324.48802564586083 53.99207995474262,335.0480859890628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-6.08,0.58 -6.28,0.58 -6.28,-0.24999999999999978 -5.8,-0.24999999999999978 -5.8,-0.44999999999999996" data-type="line" data-label="" points="155.36865924948142,280.66377522157273 144.80859890627949,280.66377522157273 144.80859890627949,324.48802564586083 170.1527437299642,324.48802564586083 170.1527437299642,335.0480859890628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.3,-0.44999999999999996 -4.3,-0.24999999999999978 -5.8,-0.24999999999999978 -5.8,-0.44999999999999996" data-type="line" data-label="" points="249.3531963039789,335.0480859890628 249.3531963039789,324.48802564586083 170.1527437299642,324.48802564586083 170.1527437299642,335.0480859890628" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.5,-0.09999999999999987 -1.7,-0.09999999999999987 -1.7,0.10000000000000009 -1.5,0.10000000000000009" data-type="line" data-label="" points="397.19404110880635,316.5679803884594 386.6339807656044,316.5679803884594 386.6339807656044,306.00792004525744 397.19404110880635,306.00792004525744" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,0.8999999999999997 1.7,0.8999999999999997 1.7,1.0999999999999999 1.5,1.0999999999999999" data-type="line" data-label="" points="555.5949462568358,263.7676786724496 566.1550066000377,263.7676786724496 566.1550066000377,253.20761832924762 555.5949462568358,253.20761832924762" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,0.6999999999999997 1.7,0.6999999999999997 1.7,0.8999999999999997 1.5,0.8999999999999997" data-type="line" data-label="" points="555.5949462568358,274.32773901565156 566.1550066000377,274.32773901565156 566.1550066000377,263.7676786724496 555.5949462568358,263.7676786724496" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,1.3 1.7,1.3 1.7,1.0999999999999999 1.5,1.0999999999999999" data-type="line" data-label="" points="555.5949462568358,242.64755798604565 566.1550066000377,242.64755798604565 566.1550066000377,253.20761832924762 555.5949462568358,253.20761832924762" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.8,-1.55 -5.8,-1.7500000000000002 -8,-1.7500000000000002 -8,-1.55" data-type="line" data-label="" points="170.1527437299642,393.1284178766736 170.1527437299642,403.6884782198756 53.99207995474262,403.6884782198756 53.99207995474262,393.1284178766736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4.3,-1.55 -4.3,-1.7500000000000002 -5.8,-1.7500000000000002 -5.8,-1.55" data-type="line" data-label="" points="249.3531963039789,393.1284178766736 249.3531963039789,403.6884782198756 170.1527437299642,403.6884782198756 170.1527437299642,393.1284178766736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.5,0.5 -1.65,0.5 -1.65,0.6010000000000001 -2.0500000000000003,0.6010000000000001 -2.0500000000000003,0.5 -3.21,0.5 -3.21,0.57 -4.92,0.57" data-type="line" data-label="" points="397.19404110880635,284.8877993588535 389.2739958514049,284.8877993588535 389.2739958514049,279.5549688855365 368.15387516500095,279.5549688855365 368.15387516500095,284.8877993588535 306.9055251744296,284.8877993588535 306.9055251744296,281.1917782387328 216.61700924005282,281.1917782387328" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.5,-0.40000000000000013 1.7000000000000002,-0.40000000000000013 1.7000000000000002,-1.7 -1.7,-1.7 -1.7,-1.3 -1.5,-1.3" data-type="line" data-label="" points="555.5949462568358,332.40807090326234 566.1550066000377,332.40807090326234 566.1550066000377,401.04846313407506 386.6339807656044,401.04846313407506 386.6339807656044,379.9283424476712 397.19404110880635,379.9283424476712" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.7,-0.09999999999999987 -1.85,-0.09999999999999987 -1.85,-0.09899999999999987" data-type="line" data-label="" points="386.6339807656044,316.5679803884594 378.7139355082029,316.5679803884594 378.7139355082029,316.5151800867434" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="397.19404110880635" y="232.0874976428437" width="158.40090514802944" height="158.40090514802944" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-5.5" data-y="0.6" x="155.36865924948145" y="267.4636997925703" width="61.2483499905714" height="24.288138789364496" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-8" data-y="-1" x="40.00000000000003" y="335.0480859890628" width="27.984159909485186" height="58.08033188761078" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-4.3" data-y="-1" x="235.36111634923634" y="335.0480859890628" width="27.98415990948513" height="58.08033188761078" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-5.8" data-y="-1" x="156.1606637752216" y="335.0480859890628" width="27.984159909485186" height="58.08033188761078" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="netId: VDDS
2
4
  globalConnNetId: connectivity_net1" data-x="-1.85" data-y="0.20100000000000012" x="373.4339053366019" y="284.83499905713745" width="10.560060343201997" height="31.680181029605876" fill="#ef444466" stroke="#ef4444" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="netId: VDDS
3
5
  globalConnNetId: connectivity_net1" data-x="-6.28" data-y="0.8799999999999999" x="139.52856873467852" y="248.9835941919668" width="10.56006034320194" height="31.680181029605905" fill="#ef444466" stroke="#ef4444" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="netId: VDDS
4
6
  globalConnNetId: connectivity_net1" data-x="1.7" data-y="1.6" x="560.8749764284368" y="210.96737695643975" width="10.56006034320194" height="31.680181029605905" fill="#ef444466" stroke="#ef4444" stroke-width="0.018939285714285714"/></g><g><rect data-type="rect" data-label="netId: WMCU_SWDIO
@@ -53,7 +55,7 @@ orientation: y-" data-x="-5.8" data-y="-1.7500000000000002" cx="170.152743729964
53
55
  const h = svg.getElementById('crosshair-h');
54
56
  const v = svg.getElementById('crosshair-v');
55
57
  const coords = svg.getElementById('coordinates');
56
-
58
+
57
59
  crosshair.style.display = 'block';
58
60
  h.setAttribute('x1', '0');
59
61
  h.setAttribute('x2', '640');
@@ -72,13 +74,13 @@ orientation: y-" data-x="-5.8" data-y="-1.7500000000000002" cx="170.152743729964
72
74
  // y' = (y - ty) / sy
73
75
  const sx = matrix.a;
74
76
  const sy = matrix.d;
75
- const tx = matrix.e;
77
+ const tx = matrix.e;
76
78
  const ty = matrix.f;
77
79
  const realPoint = {
78
80
  x: (x - tx) / sx,
79
81
  y: (y - ty) / sy // Flip y back since we used negative scale
80
82
  }
81
-
83
+
82
84
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
83
85
  coords.setAttribute('x', (x + 5).toString());
84
86
  coords.setAttribute('y', (y - 5).toString());
@@ -86,4 +88,83 @@ orientation: y-" data-x="-5.8" data-y="-1.7500000000000002" cx="170.152743729964
86
88
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
87
89
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
88
90
  });
89
- ]]></script></svg>
91
+ ]]></script>
92
+ </g>
93
+ <g transform="translate(1216, 200)">
94
+ <style>
95
+ .boundary { fill: rgb(245, 241, 237); }
96
+ .schematic-boundary { fill: none; stroke: #fff; }
97
+ .component { fill: none; stroke: rgb(132, 0, 0); }
98
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
99
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
100
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
101
+ .pin-number { fill: rgb(169, 0, 0); }
102
+ .port-label { fill: rgb(0, 100, 100); }
103
+ .component-name { fill: rgb(0, 100, 100); }
104
+
105
+ </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 346.95451040887997 427.92696730583 L 346.95451040887997 408.24160501315 L 130.4155251894 408.24160501315 L 130.4155251894 427.92696730583" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 346.95451040887997 427.92696730583 L 346.95451040887997 408.24160501315 L 130.4155251894 408.24160501315 L 130.4155251894 427.92696730583" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 319.39500319912804 326.54735149852803 L 299.70964090644793 326.54735149852803 L 299.70964090644793 408.24160501315 L 346.95451040887997 408.24160501315 L 346.95451040887997 427.92696730583" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 319.39500319912804 326.54735149852803 L 299.70964090644793 326.54735149852803 L 299.70964090644793 408.24160501315 L 346.95451040887997 408.24160501315 L 346.95451040887997 427.92696730583" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 494.59472760398 427.92696730583 L 494.59472760398 408.24160501315 L 346.95451040887997 408.24160501315 L 346.95451040887997 427.92696730583" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.59472760398 427.92696730583 L 494.59472760398 408.24160501315 L 346.95451040887997 408.24160501315 L 346.95451040887997 427.92696730583" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 770.1897997015 393.47758329364 L 750.50443740882 393.47758329364 L 750.50443740882 373.79222100096 L 770.1897997015 373.79222100096" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 770.1897997015 393.47758329364 L 750.50443740882 393.47758329364 L 750.50443740882 373.79222100096 L 770.1897997015 373.79222100096" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 1065.4702340917 295.05077183024 L 1085.15559638438 295.05077183024 L 1085.15559638438 275.36540953756 L 1065.4702340917 275.36540953756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1065.4702340917 295.05077183024 L 1085.15559638438 295.05077183024 L 1085.15559638438 275.36540953756 L 1065.4702340917 275.36540953756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 1065.4702340917 314.73613412292 L 1085.15559638438 314.73613412292 L 1085.15559638438 295.05077183024 L 1065.4702340917 295.05077183024" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1065.4702340917 314.73613412292 L 1085.15559638438 314.73613412292 L 1085.15559638438 295.05077183024 L 1065.4702340917 295.05077183024" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 1065.4702340917 255.68004724488 L 1085.15559638438 255.68004724488 L 1085.15559638438 275.36540953756 L 1065.4702340917 275.36540953756" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1065.4702340917 255.68004724488 L 1085.15559638438 255.68004724488 L 1085.15559638438 275.36540953756 L 1065.4702340917 275.36540953756" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 346.95451040887997 536.19645991557 L 346.95451040887997 555.88182220825 L 130.4155251894 555.88182220825 L 130.4155251894 536.19645991557" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 346.95451040887997 536.19645991557 L 346.95451040887997 555.88182220825 L 130.4155251894 555.88182220825 L 130.4155251894 536.19645991557" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 494.59472760398 536.19645991557 L 494.59472760398 555.88182220825 L 346.95451040887997 555.88182220825 L 346.95451040887997 536.19645991557" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 494.59472760398 536.19645991557 L 494.59472760398 555.88182220825 L 346.95451040887997 555.88182220825 L 346.95451040887997 536.19645991557" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 770.1897997015 334.4214964156 L 755.42577798199 334.4214964156 L 755.42577798199 324.4803884577966 L 716.05505339663 324.4803884577966 L 716.05505339663 334.4214964156 L 601.879952099086 334.4214964156 L 601.879952099086 327.53161961316204 L 433.570104496672 327.53161961316204" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 770.1897997015 334.4214964156 L 755.42577798199 334.4214964156 L 755.42577798199 324.4803884577966 L 716.05505339663 324.4803884577966 L 716.05505339663 334.4214964156 L 601.879952099086 334.4214964156 L 601.879952099086 327.53161961316204 L 433.570104496672 327.53161961316204" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 1065.4702340917 423.00562673266 L 1085.15559638438 423.00562673266 L 1085.15559638438 550.96048163508 L 750.50443740882 550.96048163508 L 750.50443740882 511.58975704972 L 770.1897997015 511.58975704972" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1065.4702340917 423.00562673266 L 1085.15559638438 423.00562673266 L 1085.15559638438 550.96048163508 L 750.50443740882 550.96048163508 L 750.50443740882 511.58975704972 L 770.1897997015 511.58975704972" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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 750.50443740882 393.47758329364 L 735.74041568931 393.47758329364 L 735.74041568931 393.3791564821766" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="15.748289834144px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 750.50443740882 393.47758329364 L 735.74041568931 393.47758329364 L 735.74041568931 393.3791564821766" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.968536229268px" 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="346.95451040887997" cy="427.92696730583" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="346.95451040887997" cy="408.24160501315" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="750.50443740882" cy="393.47758329364" r="2.9528043439019998" 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="1065.4702340917" cy="295.05077183024" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1085.15559638438" cy="295.05077183024" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1085.15559638438" cy="275.36540953756" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="1065.4702340917" cy="275.36540953756" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><circle cx="346.95451040887997" cy="536.19645991557" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="346.95451040887997" cy="555.88182220825" r="2.9528043439019998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="809.56052428686" y="235.9946849522" width="216.53898521947997" height="295.28043439019996" stroke-width="1.968536229268px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="809.56052428686" y="235.9946849522" width="216.53898521947997" height="295.28043439019996" fill="transparent"/><text class="sch-text" x="917.8300168966" y="383.6349021473" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="17.716826063412px" transform="rotate(0, 917.8300168966, 383.6349021473)">U1</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="373.79222100096" x2="770.1897997015" y2="373.79222100096" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="768.221263472232" y="371.823684771692" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="371.823684771692" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="255.68004724488" x2="1065.4702340917" y2="255.68004724488" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="1063.501697862432" y="253.711511015612" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="253.71151101561202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="255.68004724488" x2="772.158335930768" y2="255.68004724488" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.1897997015" cy="255.68004724488" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="768.221263472232" y="253.711511015612" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="253.71151101561202" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="275.36540953756" x2="772.158335930768" y2="275.36540953756" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.1897997015" cy="275.36540953756" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="768.221263472232" y="273.396873308292" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="273.396873308292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="275.36540953756" x2="1065.4702340917" y2="275.36540953756" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="1063.501697862432" y="273.396873308292" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="273.396873308292" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="295.05077183024" x2="772.158335930768" y2="295.05077183024" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.1897997015" cy="295.05077183024" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="768.221263472232" y="293.082235600972" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="293.082235600972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="432.848307879" x2="772.158335930768" y2="432.848307879" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.1897997015" cy="432.848307879" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="768.221263472232" y="430.879771649732" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="430.879771649732" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="452.53367017168" x2="772.158335930768" y2="452.53367017168" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.1897997015" cy="452.53367017168" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="768.221263472232" y="450.565133942412" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="450.565133942412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="491.90439475704" x2="772.158335930768" y2="491.90439475704" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.1897997015" cy="491.90439475704" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="768.221263472232" y="489.935858527772" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="489.935858527772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="334.4214964156" x2="770.1897997015" y2="334.4214964156" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><rect x="768.221263472232" y="332.452960186332" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="332.452960186332" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="295.05077183024" x2="1065.4702340917" y2="295.05077183024" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="1063.501697862432" y="293.082235600972" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="293.082235600972" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="393.47758329364" x2="770.1897997015" y2="393.47758329364" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="768.221263472232" y="391.509047064372" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="391.509047064372" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">34</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="491.90439475704" x2="1063.501697862432" y2="491.90439475704" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.4702340917" cy="491.90439475704" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="1063.501697862432" y="489.935858527772" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="489.935858527772" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">35</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="511.58975704972" x2="1063.501697862432" y2="511.58975704972" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.4702340917" cy="511.58975704972" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="1063.501697862432" y="509.621220820452" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="509.621220820452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">36</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="472.21903246436" x2="772.158335930768" y2="472.21903246436" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="770.1897997015" cy="472.21903246436" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="768.221263472232" y="470.250496235092" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="470.250496235092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">37</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="314.73613412292" x2="1065.4702340917" y2="314.73613412292" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="1063.501697862432" y="312.767597893652" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="312.767597893652" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">38</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="383.6349021473" x2="1063.501697862432" y2="383.6349021473" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1065.4702340917" cy="383.6349021473" r="1.968536229268" stroke-width="1.968536229268px"/><rect x="1063.501697862432" y="381.666365918032" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="381.66636591803206" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">39</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.09950950634" y1="423.00562673266" x2="1065.4702340917" y2="423.00562673266" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="1063.501697862432" y="421.037090503392" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="1045.78487179902" y="421.03709050339205" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">40</text><line class="component-pin sch-component-pin sch-port-line" x1="809.56052428686" y1="511.58975704972" x2="770.1897997015" y2="511.58975704972" stroke-width="1.968536229268px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><rect x="768.221263472232" y="509.621220820452" width="3.937072458536" height="3.937072458536" opacity="0"/></g><text class="pin-number sch-pin-number" x="789.87516199418" y="509.621220820452" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="14.76402171951px" transform="">41</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="319.462158737426" y="316.0546933540073" width="114.14489566242429" height="11.124082415965518" fill="transparent"/><path class="sch-component-symbol-path" d="M 355.07557338218834 326.82361921783473 L 354.80635212805953 326.3009241129859 L 354.5371308739307 325.7797917603822 L 354.26790961980186 325.26177527738145 L 353.99868836567305 324.7484085709692 L 353.72946711154424 324.2411968807124 L 353.4602458574154 323.74160749845623 L 353.19102460328656 323.2510607219827 L 352.92180334915776 322.770921098402 L 352.6525820950289 322.3024890112662 L 352.3833608409001 321.8469926632718 L 352.1141395867713 321.40558050398215 L 351.8449183326424 320.97931414925364 L 351.5756970785136 320.569161836021 L 351.3064758243848 320.17599245279484 L 351.0372545702559 319.80057018267473 L 350.7680333161271 319.44354979190655 L 350.4988120619983 319.10547259303064 L 350.22959080786944 318.7867631075101 L 349.96036955374063 318.48772644841483 L 349.6911482996118 318.2085464392978 L 349.42192704548296 317.949284480862 L 349.15270579135415 317.70987917240444 L 348.88348453722534 317.49014669037217 L 348.6142632830965 317.28978192169524 L 348.34504202896767 317.1083603449106 L 348.07582077483886 316.94534064747785 L 347.80659952071 316.8000680631512 L 347.5373782665812 316.6717784088309 L 347.2681570124524 316.55960279600663 L 346.9989357583235 316.46257298774344 L 346.7297145041947 316.37962736818497 L 346.46049325006584 316.309617487768 L 346.19127199593703 316.2513151437958 L 345.9220507418082 316.20341995271656 L 345.65282948767936 316.16456736741986 L 345.38360823355055 316.13333709012386 L 345.11438697942174 316.1082618289832 L 344.8451657252929 316.08783634443114 L 344.57594447116406 316.070526729482 L 344.30672321703526 316.054779866778 L 344.0375022332588 316.070526729482 L 343.7682812494824 316.08783634443114 L 343.499060265706 316.1082618289832 L 343.22983928192957 316.13333709012386 L 342.9606182981532 316.16456736741986 L 342.69139731437673 316.20341995271656 L 342.42217633060034 316.2513151437958 L 342.1529553468239 316.309617487768 L 341.8837343630475 316.379627368185 L 341.6145133792711 316.46257298774344 L 341.34529239549465 316.55960279600663 L 341.07607141171826 316.6717784088309 L 340.8068504279418 316.8000680631512 L 340.5376294441654 316.94534064747785 L 340.26840846038897 317.1083603449106 L 339.9991874766126 317.28978192169524 L 339.7299664928362 317.49014669037217 L 339.46074550905973 317.70987917240444 L 339.19152452528334 317.949284480862 L 338.9223035415069 318.2085464392978 L 338.6530825577305 318.48772644841483 L 338.38386157395405 318.7867631075101 L 338.11464059017766 319.10547259303064 L 337.84541960640126 319.44354979190655 L 337.5761986226248 319.80057018267473 L 337.3069776388484 320.17599245279484 L 337.037756655072 320.569161836021 L 336.7685356712956 320.97931414925364 L 336.49931468751913 321.40558050398215 L 336.23009370374274 321.8469926632718 L 335.96087271996635 322.3024890112662 L 335.6916517361899 322.770921098402 L 335.4224307524135 323.2510607219827 L 335.15320976863705 323.74160749845623 L 334.88398878486066 324.2411968807124 L 334.6147678010842 324.7484085709692 L 334.3455468173078 325.26177527738145 L 334.0763258335314 325.7797917603822 L 333.807104849755 326.3009241129859 L 333.5378838659786 326.82361921783473" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 376.6132520843018 326.82354351916035 L 376.3440311005254 326.3008481439591 L 376.07481011674895 325.779715521003 L 375.80558913297256 325.2616987676498 L 375.5363681491961 324.74833179088523 L 375.2671471654197 324.241119830276 L 374.99792618164327 323.7415301776674 L 374.7287051978669 323.25098313084146 L 374.4594842140905 322.7708432369084 L 374.19026323031403 322.30241087942017 L 373.92104224653764 321.8469142610734 L 373.6518212627612 321.4055018314313 L 373.3826002789848 320.9792352063504 L 373.1133792952084 320.56908262276534 L 372.84415831143195 320.17591296918675 L 372.57493732765556 319.8004904287143 L 372.3057163438791 319.4434697675937 L 372.0364953601027 319.10539229836536 L 371.76727437632627 318.78668254249243 L 371.4980533925499 318.4876456130447 L 371.2288324087735 318.20846533357525 L 370.95961142499704 317.94920310478705 L 370.69039044122064 317.70979752597714 L 370.4211694574442 317.4900647735924 L 370.1519484736678 317.2896997345631 L 369.8827274898914 317.108277887426 L 369.61350650611496 316.9452579196409 L 369.34428552233857 316.7999850649618 L 369.0750645385621 316.67169514028916 L 368.8058435547857 316.5595192571124 L 368.53662257100933 316.46248917849687 L 368.2674015872329 316.379543288586 L 367.9981806034565 316.3095331378166 L 367.72895961968004 316.251230523492 L 367.45973863590365 316.2033350620603 L 367.1905176521272 316.1644822064112 L 366.9212966683508 316.13325165876284 L 366.6520756845744 316.10817612726976 L 366.38285470079796 316.0877503723653 L 366.11363371702157 316.07044048706376 L 365.8444127332451 316.0546933540073 L 365.5751914791163 316.07044048706376 L 365.3059702249875 316.0877503723653 L 365.03674897085864 316.10817612726976 L 364.76752771672983 316.13325165876284 L 364.498306462601 316.1644822064112 L 364.22908520847216 316.2033350620603 L 363.95986395434335 316.251230523492 L 363.69064270021454 316.3095331378166 L 363.4214214460857 316.379543288586 L 363.15220019195687 316.46248917849687 L 362.88297893782806 316.5595192571124 L 362.6137576836992 316.67169514028916 L 362.3445364295704 316.7999850649618 L 362.0753151754416 316.9452579196409 L 361.8060939213127 317.108277887426 L 361.5368726671839 317.2896997345631 L 361.2676514130551 317.4900647735924 L 360.9984301589262 317.70979752597714 L 360.7292089047974 317.94920310478705 L 360.4599876506686 318.20846533357525 L 360.19076639653974 318.4876456130447 L 359.92154514241093 318.78668254249243 L 359.6523238882821 319.10539229836536 L 359.38310263415326 319.4434697675937 L 359.11388138002445 319.8004904287143 L 358.84466012589564 320.17591296918675 L 358.5754388717668 320.56908262276534 L 358.30621761763797 320.9792352063504 L 358.03699636350916 321.4055018314313 L 357.7677751093803 321.8469142610734 L 357.4985538552515 322.30241087942017 L 357.2293326011227 322.7708432369084 L 356.9601113469938 323.25098313084146 L 356.690890092865 323.7415301776674 L 356.4216688387362 324.241119830276 L 356.15244758460733 324.74833179088523 L 355.8832263304785 325.2616987676498 L 355.6140050763497 325.779715521003 L 355.34478382222085 326.3008481439591 L 355.07556256809204 326.82354351916035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 398.15094160051154 326.82354351916035 L 397.88172034638274 326.3008481439591 L 397.61249909225387 325.779715521003 L 397.34327783812506 325.2616987676498 L 397.07405658399625 324.74833179088523 L 396.8048353298674 324.241119830276 L 396.5356140757386 323.7415301776674 L 396.26639282160977 323.25098313084146 L 395.9971715674809 322.7708432369084 L 395.7279503133521 322.30241087942017 L 395.4587290592233 321.8469142610734 L 395.1895078050944 321.4055018314313 L 394.9202865509656 320.9792352063504 L 394.6510652968368 320.56908262276534 L 394.38184404270794 320.17591296918675 L 394.11262278857913 319.8004904287143 L 393.8434015344503 319.4434697675937 L 393.57418028032146 319.10539229836536 L 393.30495902619265 318.78668254249243 L 393.03573777206384 318.4876456130447 L 392.766516517935 318.20846533357525 L 392.49729526380617 317.94920310478705 L 392.22807400967736 317.70979752597714 L 391.9588527555485 317.4900647735924 L 391.6896315014197 317.2896997345631 L 391.4204102472909 317.108277887426 L 391.151188993162 316.9452579196409 L 390.8819677390332 316.7999850649618 L 390.6127464849044 316.67169514028916 L 390.3435252307755 316.5595192571124 L 390.0743039766467 316.46248917849687 L 389.8050827225179 316.379543288586 L 389.53586146838904 316.3095331378166 L 389.26664021426024 316.251230523492 L 388.99741896013137 316.2033350620603 L 388.72819770600256 316.1644822064112 L 388.45897645187375 316.13325165876284 L 388.1897551977449 316.10817612726976 L 387.9205339436161 316.0877503723653 L 387.65131268948727 316.07044048706376 L 387.3820914353584 316.0546933540073 L 387.112870451582 316.07044048706376 L 386.8436494678056 316.0877503723653 L 386.57442848402917 316.10817612726976 L 386.3052075002528 316.13325165876284 L 386.0359865164763 316.1644822064112 L 385.76676553269994 316.2033350620603 L 385.49754454892354 316.251230523492 L 385.2283235651471 316.3095331378166 L 384.9591025813707 316.379543288586 L 384.68988159759425 316.46248917849687 L 384.42066061381786 316.5595192571124 L 384.1514396300414 316.67169514028916 L 383.882218646265 316.7999850649618 L 383.6129976624886 316.9452579196409 L 383.3437766787122 317.108277887426 L 383.0745556949358 317.2896997345631 L 382.80533471115933 317.4900647735924 L 382.53611372738294 317.70979752597714 L 382.26689274360655 317.94920310478705 L 381.9976717598301 318.20846533357525 L 381.7284507760537 318.4876456130447 L 381.45922979227726 318.78668254249243 L 381.19000880850086 319.10539229836536 L 380.92078782472447 319.4434697675937 L 380.651566840948 319.8004904287143 L 380.38234585717163 320.17591296918675 L 380.1131248733952 320.56908262276534 L 379.8439038896188 320.9792352063504 L 379.57468290584234 321.4055018314313 L 379.30546192206594 321.8469142610734 L 379.03624093828955 322.30241087942017 L 378.7670199545131 322.7708432369084 L 378.4977989707367 323.25098313084146 L 378.22857798696026 323.7415301776674 L 377.95935700318387 324.241119830276 L 377.6901360194075 324.74833179088523 L 377.420915035631 325.2616987676498 L 377.15169405185463 325.779715521003 L 376.8824730680782 326.3008481439591 L 376.6132520843018 326.82354351916035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 419.688620302625 326.82354351916035 L 419.41939931884855 326.3008481439591 L 419.15017833507216 325.779715521003 L 418.8809573512957 325.2616987676498 L 418.6117363675193 324.74833179088523 L 418.3425153837429 324.241119830276 L 418.07329439996647 323.7415301776674 L 417.8040734161901 323.25098313084146 L 417.53485243241363 322.7708432369084 L 417.26563144863724 322.30241087942017 L 416.9964104648608 321.8469142610734 L 416.7271894810844 321.4055018314313 L 416.457968497308 320.9792352063504 L 416.18874751353155 320.56908262276534 L 415.91952652975516 320.17591296918675 L 415.6503055459787 319.8004904287143 L 415.3810845622023 319.4434697675937 L 415.1118635784259 319.10539229836536 L 414.8426425946495 318.78668254249243 L 414.5734216108731 318.4876456130447 L 414.30420062709663 318.20846533357525 L 414.03497964332024 317.94920310478705 L 413.76575865954385 317.70979752597714 L 413.4965376757674 317.4900647735924 L 413.227316691991 317.2896997345631 L 412.95809570821456 317.108277887426 L 412.68887472443816 316.9452579196409 L 412.4196537406617 316.7999850649618 L 412.1504327568853 316.67169514028916 L 411.88121177310893 316.5595192571124 L 411.6119907893325 316.46248917849687 L 411.3427698055561 316.379543288586 L 411.07354882177964 316.3095331378166 L 410.80432783800325 316.251230523492 L 410.5351068542268 316.2033350620603 L 410.2658858704504 316.1644822064112 L 409.996664886674 316.13325165876284 L 409.72744390289756 316.10817612726976 L 409.45822291912117 316.0877503723653 L 409.1890019353448 316.07044048706376 L 408.9197809515683 316.0546933540073 L 408.6505596974395 316.07044048706376 L 408.38133844331065 316.0877503723653 L 408.11211718918184 316.10817612726976 L 407.84289593505304 316.13325165876284 L 407.57367468092417 316.1644822064112 L 407.30445342679536 316.2033350620603 L 407.03523217266655 316.251230523492 L 406.7660109185377 316.3095331378166 L 406.4967896644089 316.379543288586 L 406.22756841028007 316.46248917849687 L 405.9583471561512 316.5595192571124 L 405.6891259020224 316.67169514028916 L 405.4199046478936 316.7999850649618 L 405.1506833937647 316.9452579196409 L 404.8814621396359 317.108277887426 L 404.6122408855071 317.2896997345631 L 404.34301963137824 317.4900647735924 L 404.07379837724943 317.70979752597714 L 403.8045771231206 317.94920310478705 L 403.53535586899176 318.20846533357525 L 403.26613461486295 318.4876456130447 L 402.99691336073414 318.78668254249243 L 402.7276921066053 319.10539229836536 L 402.45847085247647 319.4434697675937 L 402.18924959834766 319.8004904287143 L 401.9200283442188 320.17591296918675 L 401.65080709009 320.56908262276534 L 401.3815858359612 320.9792352063504 L 401.1123645818323 321.4055018314313 L 400.8431433277035 321.8469142610734 L 400.5739220735747 322.30241087942017 L 400.3047008194458 322.7708432369084 L 400.035479565317 323.25098313084146 L 399.7662583111882 323.7415301776674 L 399.49703705705934 324.241119830276 L 399.22781580293054 324.74833179088523 L 398.95859454880167 325.2616987676498 L 398.68937329467286 325.779715521003 L 398.42015204054405 326.3008481439591 L 398.1509307864152 326.82354351916035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 333.1993485799216 326.6848959899306 L 319.462158737426 326.6848959899306" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 433.6070543998503 327.17877576997284 L 419.8698645573546 327.17877576997284" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="376.2661087775548" y="299.37738862562765" stroke="rgb(245, 241, 237)" stroke-width="1.968536229268px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="17.716826063412px">L1</text><text class="sch-component-text" x="376.2476593566023" y="349.1165317881607" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="17.716826063412px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="101.54005151038234" y="427.92696730583" width="57.75094735803532" height="108.26949260974004" fill="transparent"/><path class="sch-component-symbol-path" d="M 130.4155251894 536.19645991557 L 130.4155251894 492.888662871674" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 130.4155251894 471.234764349726 L 130.4155251894 427.92696730583" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 159.29099886841766 492.888662871674 L 101.54005151038234 492.888662871674" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 159.29099886841766 471.234764349726 L 101.54005151038234 471.234764349726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="151.16717793960015" y="445.97188274078667" stroke="rgb(245, 241, 237)" stroke-width="1.968536229268px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="17.716826063412px">C105</text><text class="sch-component-text" x="151.16717793960018" y="518.1515444806133" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="17.716826063412px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="465.71925392496235" y="427.92696730583" width="57.75094735803532" height="108.26949260974004" fill="transparent"/><path class="sch-component-symbol-path" d="M 494.59472760398 536.19645991557 L 494.59472760398 492.888662871674" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 494.59472760398 471.234764349726 L 494.59472760398 427.92696730583" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 523.4702012829977 492.888662871674 L 465.71925392496235 492.888662871674" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 523.4702012829977 471.234764349726 L 465.71925392496235 471.234764349726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="515.3463803541802" y="445.97188274078667" stroke="rgb(245, 241, 237)" stroke-width="1.968536229268px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="17.716826063412px">C106</text><text class="sch-component-text" x="515.3463803541802" y="518.1515444806133" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="17.716826063412px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="318.0790367298623" y="427.92696730583" width="57.75094735803532" height="108.26949260974004" fill="transparent"/><path class="sch-component-symbol-path" d="M 346.95451040887997 536.19645991557 L 346.95451040887997 492.888662871674" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 346.95451040887997 471.234764349726 L 346.95451040887997 427.92696730583" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 375.8299840878976 492.888662871674 L 318.0790367298623 492.888662871674" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 375.8299840878976 471.234764349726 L 318.0790367298623 471.234764349726" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.968536229268px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="367.7061631590801" y="445.97188274078667" stroke="rgb(245, 241, 237)" stroke-width="1.968536229268px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="ideographic" font-size="17.716826063412px">C107</text><text class="sch-component-text" x="367.7061631590801" y="518.1515444806133" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="hanging" font-size="17.716826063412px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="770.1897997015" cy="373.79222100096" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="1065.4702340917" cy="255.68004724488" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="770.1897997015" cy="255.68004724488" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="770.1897997015" cy="275.36540953756" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="1065.4702340917" cy="275.36540953756" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="770.1897997015" cy="295.05077183024" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="770.1897997015" cy="432.848307879" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="770.1897997015" cy="452.53367017168" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="770.1897997015" cy="491.90439475704" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="770.1897997015" cy="334.4214964156" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="1065.4702340917" cy="295.05077183024" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="770.1897997015" cy="393.47758329364" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="1065.4702340917" cy="491.90439475704" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="1065.4702340917" cy="511.58975704972" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="770.1897997015" cy="472.21903246436" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="1065.4702340917" cy="314.73613412292" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="1065.4702340917" cy="383.6349021473" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="1065.4702340917" cy="423.00562673266" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="770.1897997015" cy="511.58975704972" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="324.5232254558339" cy="326.34071055593677" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="438.6983267533779" cy="327.3249786705708" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="130.4155251894" cy="452.53367017168" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="130.4155251894" cy="560.80316278142" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="494.59472760398" cy="452.53367017168" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="494.59472760398" cy="560.80316278142" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="346.95451040887997" cy="452.53367017168" r="3.937072458536" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="346.95451040887997" cy="560.80316278142" r="3.937072458536" 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="
106
+ M 735.74041568931,393.3791564821766
107
+ L 725.8977345429699,388.064108663153
108
+ L 725.89773454297,331.1865352121696
109
+ L 745.58309683565,331.1865352121696
110
+ L 745.58309683565,388.064108663153
111
+ Z
112
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="735.74041568931" y="384.5207434504706" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="rotate(-90 735.74041568931 384.5207434504706)">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
113
+ M 299.70964090644793,326.54735149852803
114
+ L 289.86695976010793,321.2323036795044
115
+ L 289.86695976010793,264.354730228521
116
+ L 309.55232205278793,264.354730228521
117
+ L 309.55232205278793,321.2323036795044
118
+ Z
119
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="299.70964090644793" y="317.68893846682204" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="rotate(-90 299.70964090644793 317.68893846682204)">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
120
+ M 1085.15559638438,255.68004724488
121
+ L 1075.31291523804,250.3649994258564
122
+ L 1075.31291523804,193.487425974873
123
+ L 1094.99827753072,193.487425974873
124
+ L 1094.99827753072,250.3649994258564
125
+ Z
126
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="1085.15559638438" y="246.821634213174" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="rotate(-90 1085.15559638438 246.821634213174)">XXXX</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="
127
+ M 770.1897997015,255.68004724488
128
+ L 764.8747518824764,265.52272839122
129
+ L 638.6259617120886,265.52272839121997
130
+ L 638.6259617120886,245.83736609853997
131
+ L 764.8747518824764,245.83736609854
132
+ Z
133
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="761.3313866697939" y="255.68004724488" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
134
+ M 770.1897997015,275.36540953756
135
+ L 764.8747518824764,285.2080906839
136
+ L 638.6259617120886,285.2080906839
137
+ L 638.6259617120886,265.52272839122
138
+ L 764.8747518824764,265.52272839122
139
+ Z
140
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="761.3313866697939" y="275.36540953756" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="">XXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
141
+ M 686.034875900293,334.4214964156
142
+ L 676.1921947539529,329.1064485965764
143
+ L 676.1921947539529,295.3526140520611
144
+ L 695.877557046633,295.3526140520611
145
+ L 695.877557046633,329.1064485965764
146
+ Z
147
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="686.034875900293" y="325.563083383894" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="rotate(-90 686.034875900293 325.563083383894)">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="
148
+ M 1065.4702340917,383.6349021473
149
+ L 1070.7852819107236,373.79222100096
150
+ L 1150.7865942681751,373.79222100096
151
+ L 1150.7865942681751,393.47758329364
152
+ L 1070.7852819107236,393.47758329364
153
+ Z
154
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="1074.328647123406" y="383.6349021473" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
155
+ M 1085.15559638438,550.96048163508
156
+ L 1094.99827753072,556.2755294541035
157
+ L 1094.99827753072,601.591233451853
158
+ L 1075.31291523804,601.591233451853
159
+ L 1075.31291523804,556.2755294541035
160
+ Z
161
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="1085.15559638438" y="559.818894666786" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="rotate(90 1085.15559638438 559.818894666786)">XXX</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="
162
+ M 346.95451040887997,555.88182220825
163
+ L 356.79719155521997,561.1968700272736
164
+ L 356.79719155521997,606.512574025023
165
+ L 337.11182926253997,606.512574025023
166
+ L 337.11182926253997,561.1968700272736
167
+ Z
168
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.968536229268px"/><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="346.95451040887997" y="564.7402352399561" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="17.716826063412px" transform="rotate(90 346.95451040887997 564.7402352399561)">XXX</text>
169
+ </g>
170
+ </svg>
@@ -1,4 +1,6 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-4.5,3 -2.38,3" data-type="line" data-label="" points="56.18029471251077,218.9540595203698 399.20254261774056,218.9540595203698" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.5,3 -2.7,1.5" data-type="line" data-label="" points="217.98324183761918,218.9540595203698 347.4255995377058,461.65848020803236" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.62,3 -3.3,1.5" data-type="line" data-label="" points="522.1727824328229,218.9540595203698 250.34383126264083,461.65848020803236" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,3 -4.6,3 -4.6,3.4250000000000003 -2.48,3.4250000000000003 -2.48,3 -2.38,3" data-type="line" data-label="" points="56.18029471251077,218.9540595203698 40,218.9540595203698 40,150.18780699219872 383.02224790522973,150.18780699219872 383.02224790522973,218.9540595203698 399.20254261774056,218.9540595203698" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,3 -2.5,3 -2.5,1.5 -2.7,1.5" data-type="line" data-label="" points="217.98324183761918,218.9540595203698 379.7861889627275,218.9540595203698 379.7861889627275,461.65848020803236 347.4255995377058,461.65848020803236" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.62,3 -1.3790000000000002,3 -1.3790000000000002,3.251" data-type="line" data-label="" points="522.1727824328229,218.9540595203698 561.1672926899739,218.9540595203698 561.1672926899739,178.34151979196758" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,1.5 -3.541,1.5 -3.541,1.9509999999999998" data-type="line" data-label="" points="250.34383126264083,461.65848020803236 211.34932100548974,461.65848020803236 211.34932100548974,388.6853510546085" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4" data-y="3" x="56.18029471251077" y="166.36810170470955" width="161.8029471251084" height="105.17191563132053" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2" data-y="3" x="399.2025426177405" y="178.50332273909274" width="122.97023981508238" height="80.90147356255414" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="1.5" x="250.3438312626409" y="393.70124241548683" width="97.08176827506497" height="135.91447558509105" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="netId: GND
1
+ <svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
2
+ <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-4.5,3 -2.38,3" data-type="line" data-label="" points="56.18029471251077,218.9540595203698 399.20254261774056,218.9540595203698" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-3.5,3 -2.7,1.5" data-type="line" data-label="" points="217.98324183761918,218.9540595203698 347.4255995377058,461.65848020803236" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.62,3 -3.3,1.5" data-type="line" data-label="" points="522.1727824328229,218.9540595203698 250.34383126264083,461.65848020803236" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.5,3 -4.6,3 -4.6,3.4250000000000003 -2.48,3.4250000000000003 -2.48,3 -2.38,3" data-type="line" data-label="" points="56.18029471251077,218.9540595203698 40,218.9540595203698 40,150.18780699219872 383.02224790522973,150.18780699219872 383.02224790522973,218.9540595203698 399.20254261774056,218.9540595203698" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.5,3 -2.5,3 -2.5,1.5 -2.7,1.5" data-type="line" data-label="" points="217.98324183761918,218.9540595203698 379.7861889627275,218.9540595203698 379.7861889627275,461.65848020803236 347.4255995377058,461.65848020803236" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.62,3 -1.3790000000000002,3 -1.3790000000000002,3.251" data-type="line" data-label="" points="522.1727824328229,218.9540595203698 561.1672926899739,218.9540595203698 561.1672926899739,178.34151979196758" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.3,1.5 -3.541,1.5 -3.541,1.9509999999999998" data-type="line" data-label="" points="250.34383126264083,461.65848020803236 211.34932100548974,461.65848020803236 211.34932100548974,388.6853510546085" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4" data-y="3" x="56.18029471251077" y="166.36810170470955" width="161.8029471251084" height="105.17191563132053" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2" data-y="3" x="399.2025426177405" y="178.50332273909274" width="122.97023981508238" height="80.90147356255414" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3" data-y="1.5" x="250.3438312626409" y="393.70124241548683" width="97.08176827506497" height="135.91447558509105" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="netId: GND
2
4
  globalConnNetId: connectivity_net1" data-x="-3" data-y="2.79" x="260.0520080901473" y="218.9540595203698" width="77.6654146200521" height="67.95723779254547" fill="#00000066" stroke="#000000" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="netId: VCC
3
5
  globalConnNetId: connectivity_net2" data-x="-1.3790000000000002" data-y="3.461" x="522.3345853799478" y="110.38428199942206" width="77.66541462005205" height="67.95723779254547" fill="#ef444466" stroke="#ef4444" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="netId: VCC
4
6
  globalConnNetId: connectivity_net2" data-x="-3.541" data-y="2.161" x="172.51661369546378" y="320.72811326206295" width="77.66541462005193" height="67.95723779254553" fill="#ef444466" stroke="#ef4444" stroke-width="0.006180357142857142"/></g><g><rect data-type="rect" data-label="INLINE netId: .B1 &gt; .pin1 to .SW1 &gt; .pin1
@@ -23,7 +25,7 @@ orientation: y+" data-x="-3.541" data-y="1.9509999999999998" cx="211.34932100548
23
25
  const h = svg.getElementById('crosshair-h');
24
26
  const v = svg.getElementById('crosshair-v');
25
27
  const coords = svg.getElementById('coordinates');
26
-
28
+
27
29
  crosshair.style.display = 'block';
28
30
  h.setAttribute('x1', '0');
29
31
  h.setAttribute('x2', '640');
@@ -42,13 +44,13 @@ orientation: y+" data-x="-3.541" data-y="1.9509999999999998" cx="211.34932100548
42
44
  // y' = (y - ty) / sy
43
45
  const sx = matrix.a;
44
46
  const sy = matrix.d;
45
- const tx = matrix.e;
47
+ const tx = matrix.e;
46
48
  const ty = matrix.f;
47
49
  const realPoint = {
48
50
  x: (x - tx) / sx,
49
51
  y: (y - ty) / sy // Flip y back since we used negative scale
50
52
  }
51
-
53
+
52
54
  coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
53
55
  coords.setAttribute('x', (x + 5).toString());
54
56
  coords.setAttribute('y', (y - 5).toString());
@@ -56,4 +58,41 @@ orientation: y+" data-x="-3.541" data-y="1.9509999999999998" cx="211.34932100548
56
58
  document.currentScript.parentElement.addEventListener('mouseleave', () => {
57
59
  document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
58
60
  });
59
- ]]></script></svg>
61
+ ]]></script>
62
+ </g>
63
+ <g transform="translate(1216, 200)">
64
+ <style>
65
+ .boundary { fill: rgb(245, 241, 237); }
66
+ .schematic-boundary { fill: none; stroke: #fff; }
67
+ .component { fill: none; stroke: rgb(132, 0, 0); }
68
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
69
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
70
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
71
+ .pin-number { fill: rgb(169, 0, 0); }
72
+ .port-label { fill: rgb(0, 100, 100); }
73
+ .component-name { fill: rgb(0, 100, 100); }
74
+
75
+ </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 341.56626506005 285.0542168673999 L 323.49397590342005 285.0542168673999 L 323.49397590342005 208.24698795172242 L 706.6265060239759 208.24698795172242 L 706.6265060239759 285.0542168673999 L 724.698795180606 285.0542168673999" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 341.56626506005 285.0542168673999 L 323.49397590342005 285.0542168673999 L 323.49397590342005 208.24698795172242 L 706.6265060239759 208.24698795172242 L 706.6265060239759 285.0542168673999 L 724.698795180606 285.0542168673999" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" 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 522.28915662635 285.0542168673999 L 703.01204819265 285.0542168673999 L 703.01204819265 556.1385542168499 L 666.86746987939 556.1385542168499" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 522.28915662635 285.0542168673999 L 703.01204819265 285.0542168673999 L 703.01204819265 556.1385542168499 L 666.86746987939 556.1385542168499" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" 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 862.048192770994 285.0542168673999 L 905.6024096384722 285.0542168673999 L 905.6024096384722 239.69277108425865" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 862.048192770994 285.0542168673999 L 905.6024096384722 285.0542168673999 L 905.6024096384722 239.69277108425865" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" 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 558.43373493961 556.1385542168499 L 514.8795180721316 556.1385542168499 L 514.8795180721316 474.6325301204487" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 558.43373493961 556.1385542168499 L 514.8795180721316 556.1385542168499 L 514.8795180721316 474.6325301204487" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="413.85542168657" y="226.31927710835237" width="36.14457831326001" height="117.46987951809507" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="413.85542168657" y="226.31927710835237" width="36.14457831326001" height="117.46987951809507" fill="transparent"/><text class="sch-text" x="431.9277108432" y="285.0542168673999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.530120481934px" transform="rotate(0, 431.9277108432, 285.0542168673999)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="413.85542168657" y1="285.0542168673999" x2="341.56626506005" y2="285.0542168673999" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="337.951807228724" y="281.4397590360739" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="377.71084337331" y="281.43975903607395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><text class="pin-number sch-pin-label" x="431.9277108432" y="285.0542168673999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="27.108433734945px" transform="">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="449.99999999983004" y1="285.0542168673999" x2="522.28915662635" y2="285.0542168673999" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="518.6746987950239" y="281.4397590360739" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="486.14457831308994" y="281.43975903607395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><text class="pin-number sch-pin-label" x="431.9277108432" y="285.0542168673999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="27.108433734945px" transform="">schematic_port_1</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="784.337349397485" y="239.87349397582489" width="18.07228915662995" height="90.36144578315003" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="784.337349397485" y="239.87349397582489" width="18.07228915662995" height="90.36144578315003" fill="transparent"/><text class="sch-text" x="793.3734939758" y="285.0542168673999" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="30.120481927716668px" transform="rotate(0, 793.3734939758, 285.0542168673999)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="784.337349397485" y1="285.0542168673999" x2="724.698795180606" y2="285.0542168673999" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="721.08433734928" y="281.4397590360739" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="754.5180722890454" y="281.43975903607395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><text class="pin-number sch-pin-label" x="802.409638554115" y="285.0542168673999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="27.108433734945px" transform="">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="802.409638554115" y1="285.0542168673999" x2="862.048192770994" y2="285.0542168673999" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="858.4337349396679" y="281.4397590360739" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="832.2289156625545" y="281.43975903607395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><text class="pin-number sch-pin-label" x="784.337349397485" y="285.0542168673999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="27.108433734945px" transform="">schematic_port_3</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="603.6144578311851" y="480.23493975900396" width="18.072289156629836" height="151.807228915692" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="603.6144578311851" y="480.23493975900396" width="18.072289156629836" height="151.807228915692" fill="transparent"/><text class="sch-text" x="612.6506024094999" y="556.1385542168499" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.530120481934px" transform="rotate(0, 612.6506024094999, 556.1385542168499)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="603.6144578311851" y1="556.1385542168499" x2="558.43373493961" y2="556.1385542168499" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="554.8192771082839" y="552.5240963855239" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="581.0240963853975" y="552.524096385524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><text class="pin-number sch-pin-label" x="621.6867469878149" y="556.1385542168499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="27.108433734945px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="621.6867469878149" y1="556.1385542168499" x2="666.86746987939" y2="556.1385542168499" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="663.253012048064" y="552.5240963855239" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.2771084336025" y="552.524096385524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><text class="pin-number sch-pin-label" x="603.6144578311851" y="556.1385542168499" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="27.108433734945px" transform="">schematic_port_5</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="341.56626506005" cy="285.0542168673999" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="522.28915662635" cy="285.0542168673999" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="724.698795180606" cy="285.0542168673999" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="862.048192770994" cy="285.0542168673999" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="558.43373493961" cy="556.1385542168499" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="666.86746987939" cy="556.1385542168499" r="7.228915662652001" 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="
76
+ M 612.6506024094999,285.0542168673999
77
+ L 630.7228915661299,294.81325301198007
78
+ L 630.7228915661299,356.7891566264499
79
+ L 594.57831325287,356.7891566264499
80
+ L 594.57831325287,294.81325301198007
81
+ Z
82
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.6144578313260003px"/><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="612.6506024094999" y="301.31927710836686" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.530120481934px" transform="rotate(90 612.6506024094999 301.31927710836686)">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="
83
+ M 905.6024096384722,239.69277108425865
84
+ L 887.5301204818422,229.93373493967846
85
+ L 887.5301204818422,167.95783132520864
86
+ L 923.6746987951021,167.95783132520864
87
+ L 923.6746987951021,229.93373493967846
88
+ Z
89
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.6144578313260003px"/><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="905.6024096384722" y="223.42771084329166" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.530120481934px" transform="rotate(-90 905.6024096384722 223.42771084329166)">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="
90
+ M 514.8795180721316,474.6325301204487
91
+ L 496.80722891550164,464.8734939758685
92
+ L 496.80722891550164,402.89759036139867
93
+ L 532.9518072287616,402.89759036139867
94
+ L 532.9518072287616,464.8734939758685
95
+ Z
96
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.6144578313260003px"/><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="514.8795180721316" y="458.3674698794817" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.530120481934px" transform="rotate(-90 514.8795180721316 458.3674698794817)">XX</text><text class="sch-text" x="515.060240963698" y="188.36746987942945" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="21.686746987956px" transform="rotate(0, 515.060240963698, 188.36746987942945)">XXXXXX</text>
97
+ </g>
98
+ </svg>