@tscircuit/schematic-trace-solver 0.0.183 → 0.0.184

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 (103) hide show
  1. package/dist/index.js +231 -20
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/package.json +1 -1
  7. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  8. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  9. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  11. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  13. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  14. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  25. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  27. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  29. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  41. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  42. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  43. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  44. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  45. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  46. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  55. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  56. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  57. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  58. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  59. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  72. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  77. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  82. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  87. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  101. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  102. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  103. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
@@ -1,6 +1,6 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
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.12,-0.195 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.8567415730337 71.95224719101122,232.99157303370788" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 1.2800000000000002,-0.3950000000000001" data-type="line" data-label="" points="510.435393258427,163.188202247191 413.1039325842697,260.5196629213483" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.3950000000000001 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="413.1039325842697,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 174.6910112359551,524.4943820224719" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -2.19,-0.8750000000000002" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 0.48,-3.3949999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 -2.19,-0.8750000000000002" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 0.48,-3.3949999999999996" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.19,-0.8750000000000002 0.48,-3.3949999999999996" data-type="line" data-label="" points="71.95224719101122,307.7106741573034 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.12,-0.395" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 177.14887640449436,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.58,-0.39500000000000013 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="540.9129213483146,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.19500000000000006 0.48,-3.1949999999999994" data-type="line" data-label="" points="413.1039325842697,240.8567415730337 334.4522471910112,535.8005617977527" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.27,1.1949999999999998 0.48,-2.994999999999999" data-type="line" data-label="" points="510.435393258427,104.19943820224718 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.3950000000000001 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="413.1039325842697,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 2.27,0.09999999999999992 1.7800000000000002,0.09999999999999992 1.7800000000000002,-0.39500000000000013 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="510.435393258427,163.188202247191 510.435393258427,211.85393258426967 462.26123595505624,211.85393258426967 462.26123595505624,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-3.3949999999999996 -1.1449999999999996,-3.3949999999999996 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="334.4522471910112,555.4634831460673 174.6910112359551,555.4634831460673 174.6910112359551,524.4943820224719" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.395 -1.1449999999999996,-0.395 -1.1449999999999996,-0.5950000000000001 -1.12,-0.5950000000000001" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 174.6910112359551,260.5196629213483 174.6910112359551,280.1825842696629 177.14887640449436,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1449999999999996,-2.319999999999999 -1.1449999999999996,-0.5950000000000002 -1.12,-0.5950000000000002" data-type="line" data-label="" points="174.6910112359551,449.7752808988763 174.6910112359551,280.1825842696629 177.14887640449436,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,1.1949999999999998 2.27,1.3949999999999998 1.7750000000000001,1.3949999999999998 1.7750000000000001,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="510.435393258427,104.19943820224718 510.435393258427,84.53651685393257 461.76966292134836,84.53651685393257 461.76966292134836,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.19499999999999984 -1.3575,-0.19499999999999984 -1.3575,0.08499999999999974 -2.19,0.08499999999999974 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.85674157303367 153.79915730337078,240.85674157303367 153.79915730337078,213.32865168539328 71.95224719101122,213.32865168539328 71.95224719101122,232.99157303370788" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 1.5210000000000001,-0.5950000000000001 1.5210000000000001,-0.8460000000000001" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 436.7977528089888,280.1825842696629 436.7977528089888,304.85955056179773" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-2.994999999999999 0.239,-2.994999999999999 0.239,-2.793999999999999" data-type="line" data-label="" points="334.4522471910112,516.1376404494381 310.7584269662921,516.1376404494381 310.7584269662921,496.376404494382" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.08000000000000007" data-y="-0.29500000000000004" x="177.14887640449433" y="201.53089887640448" width="235.95505617977537" height="98.31460674157307" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.3675" data-y="0.8949999999999999" x="478.4831460674158" y="104.1994382022472" width="83.07584269662914" height="58.98876404494381" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.2800000000000002" data-y="-0.39500000000000013" x="481.92415730337086" y="227.09269662921346" width="58.988764044943764" height="66.85393258426967" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.0099999999999996" data-y="-2.6999999999999993" x="142.73876404494388" y="449.77528089887636" width="90.4494382022472" height="74.71910112359558" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.0549999999999997" data-y="-0.4950000000000002" x="40" y="232.99157303370785" width="90.44943820224722" height="74.71910112359552" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="1.58" data-y="-3.1949999999999994" x="334.4522471910113" y="496.4747191011235" width="216.29213483146066" height="78.65168539325839" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.6" data-y="0.31999999999999995" x="210.5758426966292" y="177.93539325842696" width="35.39325842696633" height="24.578651685393254" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="J1" data-x="1" data-y="-2.6799999999999997" x="367.87921348314615" y="472.879213483146" width="35.39325842696627" height="24.57865168539331" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.12,-0.195 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.8567415730337 71.95224719101122,232.99157303370788" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 1.2800000000000002,-0.3950000000000001" data-type="line" data-label="" points="510.435393258427,163.188202247191 413.1039325842697,260.5196629213483" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.3950000000000001 1.9800000000000002,-0.39500000000000013" data-type="line" data-label="" points="413.1039325842697,260.5196629213483 481.92415730337086,260.5196629213483" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 174.6910112359551,524.4943820224719" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 -2.19,-0.8750000000000002" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 0.48,-3.3949999999999996" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 -2.19,-0.8750000000000002" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 71.95224719101122,307.7106741573034" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.1449999999999996,-3.0799999999999996 0.48,-3.3949999999999996" data-type="line" data-label="" points="174.6910112359551,524.4943820224719 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.19,-0.8750000000000002 0.48,-3.3949999999999996" data-type="line" data-label="" points="71.95224719101122,307.7106741573034 334.4522471910112,555.4634831460673" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.12,-0.395" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 177.14887640449436,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.5950000000000001 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,280.1825842696629 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 2.58,-0.39500000000000013" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 540.9129213483146,260.5196629213483" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,-0.395 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.58,-0.39500000000000013 -1.1449999999999996,-2.319999999999999" data-type="line" data-label="" points="540.9129213483146,260.5196629213483 174.6910112359551,449.7752808988763" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,-0.19500000000000006 0.48,-3.1949999999999994" data-type="line" data-label="" points="413.1039325842697,240.8567415730337 334.4522471910112,535.8005617977527" fill="none" stroke="hsl(158, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.12,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="177.14887640449436,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 2.27,1.1949999999999998" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 510.435393258427,104.19943820224718" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.2800000000000002,0.0050000000000000044 0.48,-2.994999999999999" data-type="line" data-label="" points="413.1039325842697,221.1938202247191 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.27,1.1949999999999998 0.48,-2.994999999999999" data-type="line" data-label="" points="510.435393258427,104.19943820224718 334.4522471910112,516.1376404494381" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9800000000000002,-0.39500000000000013 1.2800000000000002,-0.3950000000000001" data-type="line" data-label="" points="481.92415730337086,260.5196629213483 413.1039325842697,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,0.595 2.27,0.09999999999999992 1.7800000000000002,0.09999999999999992 1.7800000000000002,-0.39500000000000013" data-type="line" data-label="" points="510.435393258427,163.188202247191 510.435393258427,211.85393258426967 462.26123595505624,211.85393258426967 462.26123595505624,260.5196629213483" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-3.3949999999999996 -1.1449999999999996,-3.3949999999999996 -1.1449999999999996,-3.0799999999999996" data-type="line" data-label="" points="334.4522471910112,555.4634831460673 174.6910112359551,555.4634831460673 174.6910112359551,524.4943820224719" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.395 -1.1449999999999996,-0.395 -1.1449999999999996,-0.5950000000000001 -1.12,-0.5950000000000001" data-type="line" data-label="" points="177.14887640449436,260.5196629213483 174.6910112359551,260.5196629213483 174.6910112359551,280.1825842696629 177.14887640449436,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.1449999999999996,-2.319999999999999 -1.1449999999999996,-0.5950000000000001" data-type="line" data-label="" points="174.6910112359551,449.7752808988763 174.6910112359551,280.1825842696629" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.27,1.1949999999999998 2.27,1.3949999999999998 1.7750000000000001,1.3949999999999998 1.7750000000000001,0.0050000000000000044 1.2800000000000002,0.0050000000000000044" data-type="line" data-label="" points="510.435393258427,104.19943820224718 510.435393258427,84.53651685393257 461.76966292134836,84.53651685393257 461.76966292134836,221.1938202247191 413.1039325842697,221.1938202247191" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.12,-0.19499999999999984 -1.3575,-0.19499999999999984 -1.3575,0.08499999999999974 -2.19,0.08499999999999974 -2.19,-0.11500000000000021" data-type="line" data-label="" points="177.14887640449436,240.85674157303367 153.79915730337078,240.85674157303367 153.79915730337078,213.32865168539328 71.95224719101122,213.32865168539328 71.95224719101122,232.99157303370788" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.2800000000000002,-0.5950000000000001 1.5210000000000001,-0.5950000000000001 1.5210000000000001,-0.8460000000000001" data-type="line" data-label="" points="413.1039325842697,280.1825842696629 436.7977528089888,280.1825842696629 436.7977528089888,304.85955056179773" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.48,-2.994999999999999 0.239,-2.994999999999999 0.239,-2.793999999999999" data-type="line" data-label="" points="334.4522471910112,516.1376404494381 310.7584269662921,516.1376404494381 310.7584269662921,496.376404494382" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0.08000000000000007" data-y="-0.29500000000000004" x="177.14887640449433" y="201.53089887640448" width="235.95505617977537" height="98.31460674157307" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.3675" data-y="0.8949999999999999" x="478.4831460674158" y="104.1994382022472" width="83.07584269662914" height="58.98876404494381" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.2800000000000002" data-y="-0.39500000000000013" x="481.92415730337086" y="227.09269662921346" width="58.988764044943764" height="66.85393258426967" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-1.0099999999999996" data-y="-2.6999999999999993" x="142.73876404494388" y="449.77528089887636" width="90.4494382022472" height="74.71910112359558" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-2.0549999999999997" data-y="-0.4950000000000002" x="40" y="232.99157303370785" width="90.44943820224722" height="74.71910112359552" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="1.58" data-y="-3.1949999999999994" x="334.4522471910113" y="496.4747191011235" width="216.29213483146066" height="78.65168539325839" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="U1" data-x="-0.6" data-y="0.31999999999999995" x="210.5758426966292" y="177.93539325842696" width="35.39325842696633" height="24.578651685393254" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="J1" data-x="1" data-y="-2.6799999999999997" x="367.87921348314615" y="472.879213483146" width="35.39325842696627" height="24.57865168539331" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net2" data-x="1.5210000000000001" data-y="-1.056" x="413.2022471910112" y="304.85955056179773" width="47.191011235955045" height="41.292134831460714" fill="#00000066" stroke="#000000" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
5
5
  globalConnNetId: connectivity_net2" data-x="-1.1449999999999996" data-y="-3.6049999999999995" x="151.09550561797758" y="555.4634831460673" width="47.191011235955045" height="41.29213483146077" fill="#00000066" stroke="#000000" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: GND
6
6
  globalConnNetId: connectivity_net2" data-x="-2.19" data-y="-1.086" x="48.3567415730337" y="307.80898876404495" width="47.191011235955045" height="41.29213483146066" fill="#00000066" stroke="#000000" stroke-width="0.01017142857142857"/></g><g><rect data-type="rect" data-label="netId: NODE
@@ -100,7 +100,7 @@ orientation: y-" data-x="1.6300000000000003" data-y="-0.39500000000000013" cx="4
100
100
  .port-label { fill: rgb(0, 100, 100); }
101
101
  .component-name { fill: rgb(0, 100, 100); }
102
102
 
103
- </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 713.1938678385679 326.4869681443245 L 798.250268332738 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.1938678385679 326.4869681443245 L 798.250268332738 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 833.487919966037 206.19291601685552 L 833.487919966037 266.33994208059 L 773.948439620118 266.33994208059 L 773.948439620118 326.4869681443245 L 798.250268332738 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 833.487919966037 206.19291601685552 L 833.487919966037 266.33994208059 L 773.948439620118 266.33994208059 L 773.948439620118 326.4869681443245 L 798.250268332738 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 615.986552988088 691.0143988336245 L 418.53419469805056 691.0143988336245 L 418.53419469805056 652.739018611248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.986552988088 691.0143988336245 L 418.53419469805056 691.0143988336245 L 418.53419469805056 652.739018611248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 421.57192328712796 326.4869681443245 L 418.53419469805056 326.4869681443245 L 418.53419469805056 350.7887968569445 L 421.57192328712796 350.7887968569445" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.57192328712796 326.4869681443245 L 418.53419469805056 326.4869681443245 L 418.53419469805056 350.7887968569445 L 421.57192328712796 350.7887968569445" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 418.53419469805056 560.3920695032919 L 418.53419469805056 350.78879685694454 L 421.57192328712796 350.78879685694454" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.53419469805056 560.3920695032919 L 418.53419469805056 350.78879685694454 L 421.57192328712796 350.78879685694454" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 833.487919966037 133.28742987899554 L 833.487919966037 108.98560116637555 L 773.3408939023025 108.98560116637555 L 773.3408939023025 277.8833107190845 L 713.1938678385679 277.8833107190845" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 833.487919966037 133.28742987899554 L 833.487919966037 108.98560116637555 L 773.3408939023025 108.98560116637555 L 773.3408939023025 277.8833107190845 L 713.1938678385679 277.8833107190845" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 421.57192328712796 302.1851394317045 L 392.7135016908917 302.1851394317045 L 392.7135016908917 268.1625792340365 L 291.557139674611 268.1625792340365 L 291.557139674611 292.46440794665654" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.57192328712796 302.1851394317045 L 392.7135016908917 302.1851394317045 L 392.7135016908917 268.1625792340365 L 291.557139674611 268.1625792340365 L 291.557139674611 292.46440794665654" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 713.1938678385679 350.7887968569445 L 742.4775714372751 350.7887968569445 L 742.4775714372751 381.2875918912826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.1938678385679 350.7887968569445 L 742.4775714372751 350.7887968569445 L 742.4775714372751 381.2875918912826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 615.986552988088 642.4107414083844 L 586.7028493893808 642.4107414083844 L 586.7028493893808 617.9874035522013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.986552988088 642.4107414083844 L 586.7028493893808 642.4107414083844 L 586.7028493893808 617.9874035522013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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="798.250268332738" cy="326.4869681443245" r="3.6452743068929996" 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="418.53419469805056" cy="350.7887968569445" r="3.6452743068929996" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="421.57192328712796" cy="350.7887968569445" r="3.6452743068929996" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__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="470.17558071236795" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="470.17558071236795" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="350.7887968569445" x2="713.1938678385679" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="710.763684967306" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="350.7887968569445" x2="421.57192328712796" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="419.14174041586597" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="302.1851394317045" x2="710.763684967306" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="713.1938678385679" cy="302.1851394317045" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="710.763684967306" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="277.8833107190845" x2="424.00210615838995" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.57192328712796" cy="277.8833107190845" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="419.14174041586597" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="302.1851394317045" x2="421.57192328712796" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="419.14174041586597" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="326.4869681443245" x2="421.57192328712796" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="419.14174041586597" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="324.0567852730625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="326.4869681443245" x2="713.1938678385679" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="710.763684967306" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="277.8833107190845" x2="713.1938678385679" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="710.763684967306" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="793.9974483080294" y="163.6647157697705" width="102.67522631081954" height="12.150914356310011" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="793.9974483080294" y="163.6647157697705" width="102.67522631081954" height="12.150914356310011" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="833.487919966037" y1="163.6647157697705" x2="833.487919966037" y2="133.28742987899554" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="831.057737094775" y="130.85724700773355" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.0577370947749" y="148.47607282438304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 831.0577370947749 148.47607282438304)"></text><line class="component-pin sch-component-pin sch-port-line" x1="833.487919966037" y1="175.81563012608052" x2="833.487919966037" y2="206.19291601685552" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="831.057737094775" y="203.76273314559353" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.0577370947749" y="191.004273071468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 831.0577370947749 191.004273071468)"></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="828.627554223513" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="828.627554223513" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="828.627554223513" y1="326.4869681443245" x2="798.250268332738" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="795.820085461476" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.4389112781255" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="840.778468579823" y1="326.4869681443245" x2="868.725571599336" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="871.1557544705979" cy="326.4869681443245" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="868.7255715993359" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="855.9671115252104" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="379.043723040043" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="379.043723040043" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="418.53419469805056" y1="600.4900868791149" x2="418.53419469805056" y2="560.3920695032919" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="416.10401182678856" y="557.9618866320299" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.1040118267885" y="580.4410781912034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 416.1040118267885 580.4410781912034)"></text><line class="component-pin sch-component-pin sch-port-line" x1="418.53419469805056" y1="612.6410012354249" x2="418.53419469805056" y2="652.739018611248" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="416.10401182678856" y="650.308835739986" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.1040118267885" y="632.6900099233364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 416.1040118267885 632.6900099233364)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="252.0666680166035" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="252.0666680166035" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="291.557139674611" y1="332.5624253224795" x2="291.557139674611" y2="292.46440794665654" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="289.126956803349" y="290.03422507539455" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.12695680334895" y="312.51341663456805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 289.12695680334895 312.51341663456805)"></text><line class="component-pin sch-component-pin sch-port-line" x1="291.557139674611" y1="344.7133396787895" x2="291.557139674611" y2="382.38117418335054" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="291.557139674611" cy="384.81135705461253" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="289.126956803349" y="382.38117418335054" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.12695680334895" y="364.762348366701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 289.12695680334895 364.762348366701)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="664.5902104133279" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="664.5902104133279" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="642.4107414083844" x2="615.986552988088" y2="642.4107414083844" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="613.556370116826" y="639.9805585371224" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="639.9805585371224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="666.7125701210044" x2="618.41673585935" y2="666.7125701210044" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="615.986552988088" cy="666.7125701210044" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="613.556370116826" y="664.2823872497424" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="664.2823872497424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="691.0143988336245" x2="615.986552988088" y2="691.0143988336245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="613.556370116826" y="688.5842159623625" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="688.5842159623625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="713.1938678385679" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="421.57192328712796" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="713.1938678385679" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="421.57192328712796" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="421.57192328712796" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="421.57192328712796" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="713.1938678385679" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="713.1938678385679" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="833.487919966037" cy="133.28742987899554" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="833.487919966037" cy="206.19291601685552" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="798.250268332738" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="871.1557544705979" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="418.53419469805056" cy="560.3920695032919" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="418.53419469805056" cy="652.739018611248" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="291.557139674611" cy="292.46440794665654" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="291.557139674611" cy="384.81135705461253" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="615.986552988088" cy="642.4107414083844" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="615.986552988088" cy="666.7125701210044" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="615.986552988088" cy="691.0143988336245" r="4.860365742524" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="727.8964742097031" y="381.2875918912826" width="29.16219445514389" height="21.87164584135803" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 727.8964742097031 403.15923773264063 L 757.058668664847 403.15923773264063" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 742.4775714372751 403.15923773264063 L 742.4775714372751 381.2875918912826" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="742.4775714372751" y="409.2346949107956" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="21.871645841358px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="403.95309747047855" y="691.0143988336243" width="29.162194455144004" height="21.87164584135803" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 403.95309747047855 712.8860446749824 L 433.11529192562256 712.8860446749824" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 418.53419469805056 712.8860446749824 L 418.53419469805056 691.0143988336243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="418.53419469805056" y="718.9615018531374" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="21.871645841358px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="276.976042447039" y="384.81135705461253" width="29.162194455144004" height="21.87164584135803" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 276.976042447039 406.68300289597056 L 306.138236902183 406.68300289597056" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 291.557139674611 406.68300289597056 L 291.557139674611 384.81135705461253" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="291.557139674611" y="412.75846007412554" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="21.871645841358px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
103
+ </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 798.250268332738 326.4869681443245 L 713.1938678385679 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 798.250268332738 326.4869681443245 L 713.1938678385679 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 833.487919966037 206.19291601685552 L 833.487919966037 266.33994208059 L 773.948439620118 266.33994208059 L 773.948439620118 326.4869681443245" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 833.487919966037 206.19291601685552 L 833.487919966037 266.33994208059 L 773.948439620118 266.33994208059 L 773.948439620118 326.4869681443245" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 615.986552988088 691.0143988336245 L 418.53419469805056 691.0143988336245 L 418.53419469805056 652.739018611248" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.986552988088 691.0143988336245 L 418.53419469805056 691.0143988336245 L 418.53419469805056 652.739018611248" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 421.57192328712796 326.4869681443245 L 418.53419469805056 326.4869681443245 L 418.53419469805056 350.7887968569445 L 421.57192328712796 350.7887968569445" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.57192328712796 326.4869681443245 L 418.53419469805056 326.4869681443245 L 418.53419469805056 350.7887968569445 L 421.57192328712796 350.7887968569445" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 418.53419469805056 560.3920695032919 L 418.53419469805056 350.7887968569445" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 418.53419469805056 560.3920695032919 L 418.53419469805056 350.7887968569445" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 833.487919966037 133.28742987899554 L 833.487919966037 108.98560116637555 L 773.3408939023025 108.98560116637555 L 773.3408939023025 277.8833107190845 L 713.1938678385679 277.8833107190845" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 833.487919966037 133.28742987899554 L 833.487919966037 108.98560116637555 L 773.3408939023025 108.98560116637555 L 773.3408939023025 277.8833107190845 L 713.1938678385679 277.8833107190845" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 421.57192328712796 302.1851394317045 L 392.7135016908917 302.1851394317045 L 392.7135016908917 268.1625792340365 L 291.557139674611 268.1625792340365 L 291.557139674611 292.46440794665654" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 421.57192328712796 302.1851394317045 L 392.7135016908917 302.1851394317045 L 392.7135016908917 268.1625792340365 L 291.557139674611 268.1625792340365 L 291.557139674611 292.46440794665654" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 713.1938678385679 350.7887968569445 L 742.4775714372751 350.7887968569445 L 742.4775714372751 381.2875918912826" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.1938678385679 350.7887968569445 L 742.4775714372751 350.7887968569445 L 742.4775714372751 381.2875918912826" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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 615.986552988088 642.4107414083844 L 586.7028493893808 642.4107414083844 L 586.7028493893808 617.9874035522013" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.441462970096px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 615.986552988088 642.4107414083844 L 586.7028493893808 642.4107414083844 L 586.7028493893808 617.9874035522013" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.430182871262px" 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"><circle cx="418.53419469805056" cy="350.7887968569445" r="3.6452743068929996" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__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="470.17558071236795" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="470.17558071236795" y="253.5814820064645" width="194.41462970096006" height="121.5091435631" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="350.7887968569445" x2="713.1938678385679" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="710.763684967306" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="350.7887968569445" x2="421.57192328712796" y2="350.7887968569445" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="419.14174041586597" y="348.3586139856825" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="348.3586139856825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="302.1851394317045" x2="710.763684967306" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="713.1938678385679" cy="302.1851394317045" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="710.763684967306" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="277.8833107190845" x2="424.00210615838995" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="421.57192328712796" cy="277.8833107190845" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="419.14174041586597" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="302.1851394317045" x2="421.57192328712796" y2="302.1851394317045" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="419.14174041586597" y="299.7549565604425" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="299.7549565604425" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="470.17558071236795" y1="326.4869681443245" x2="421.57192328712796" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="419.14174041586597" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="445.8737519997479" y="324.0567852730625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="326.4869681443245" x2="713.1938678385679" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="710.763684967306" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.590210413328" y1="277.8833107190845" x2="713.1938678385679" y2="277.8833107190845" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="710.763684967306" y="275.4531278478225" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="688.892039125948" y="275.4531278478225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="793.9974483080294" y="163.6647157697705" width="102.67522631081954" height="12.150914356310011" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="793.9974483080294" y="163.6647157697705" width="102.67522631081954" height="12.150914356310011" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="833.487919966037" y1="163.6647157697705" x2="833.487919966037" y2="133.28742987899554" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="831.057737094775" y="130.85724700773355" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.0577370947749" y="148.47607282438304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 831.0577370947749 148.47607282438304)"></text><line class="component-pin sch-component-pin sch-port-line" x1="833.487919966037" y1="175.81563012608052" x2="833.487919966037" y2="206.19291601685552" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="831.057737094775" y="203.76273314559353" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="831.0577370947749" y="191.004273071468" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 831.0577370947749 191.004273071468)"></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="828.627554223513" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="828.627554223513" y="285.1738593328705" width="12.150914356309954" height="82.62621762290803" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="828.627554223513" y1="326.4869681443245" x2="798.250268332738" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="795.820085461476" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="813.4389112781255" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="840.778468579823" y1="326.4869681443245" x2="868.725571599336" y2="326.4869681443245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="871.1557544705979" cy="326.4869681443245" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="868.7255715993359" y="324.05678527306253" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="855.9671115252104" y="324.05678527306253" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="379.043723040043" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="379.043723040043" y="600.4900868791149" width="111.78841207805203" height="12.150914356310068" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="418.53419469805056" y1="600.4900868791149" x2="418.53419469805056" y2="560.3920695032919" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="416.10401182678856" y="557.9618866320299" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.1040118267885" y="580.4410781912034" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 416.1040118267885 580.4410781912034)"></text><line class="component-pin sch-component-pin sch-port-line" x1="418.53419469805056" y1="612.6410012354249" x2="418.53419469805056" y2="652.739018611248" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="416.10401182678856" y="650.308835739986" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="416.1040118267885" y="632.6900099233364" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 416.1040118267885 632.6900099233364)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="252.0666680166035" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="252.0666680166035" y="332.5624253224795" width="111.78841207805198" height="12.150914356310068" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="291.557139674611" y1="332.5624253224795" x2="291.557139674611" y2="292.46440794665654" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="289.126956803349" y="290.03422507539455" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.12695680334895" y="312.51341663456805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 289.12695680334895 312.51341663456805)"></text><line class="component-pin sch-component-pin sch-port-line" x1="291.557139674611" y1="344.7133396787895" x2="291.557139674611" y2="382.38117418335054" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="291.557139674611" cy="384.81135705461253" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="289.126956803349" y="382.38117418335054" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="289.12695680334895" y="364.762348366701" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform="rotate(-90 289.12695680334895 364.762348366701)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component chip sch-component-body" x="664.5902104133279" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" stroke-width="2.430182871262px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="664.5902104133279" y="618.1089126957645" width="170.11280098834004" height="97.20731485047986" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="642.4107414083844" x2="615.986552988088" y2="642.4107414083844" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="613.556370116826" y="639.9805585371224" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="639.9805585371224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="666.7125701210044" x2="618.41673585935" y2="666.7125701210044" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="615.986552988088" cy="666.7125701210044" r="2.430182871262" stroke-width="2.430182871262px"/><rect x="613.556370116826" y="664.2823872497424" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="664.2823872497424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="664.5902104133279" y1="691.0143988336245" x2="615.986552988088" y2="691.0143988336245" stroke-width="2.430182871262px"/><g class="sch-port" data-schematic-port-id="source_port_5_2__stack1"><rect x="613.556370116826" y="688.5842159623625" width="4.860365742524" height="4.860365742524" opacity="0"/></g><text class="pin-number sch-pin-number" x="640.288381700708" y="688.5842159623625" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.226371534465px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="713.1938678385679" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="421.57192328712796" cy="350.7887968569445" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="713.1938678385679" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="421.57192328712796" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="421.57192328712796" cy="302.1851394317045" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="421.57192328712796" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="713.1938678385679" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="713.1938678385679" cy="277.8833107190845" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="833.487919966037" cy="133.28742987899554" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="833.487919966037" cy="206.19291601685552" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="798.250268332738" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="871.1557544705979" cy="326.4869681443245" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="418.53419469805056" cy="560.3920695032919" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="418.53419469805056" cy="652.739018611248" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="291.557139674611" cy="292.46440794665654" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="291.557139674611" cy="384.81135705461253" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="615.986552988088" cy="642.4107414083844" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="615.986552988088" cy="666.7125701210044" r="4.860365742524" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_2__stack1"><circle cx="615.986552988088" cy="691.0143988336245" r="4.860365742524" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="727.8964742097031" y="381.2875918912826" width="29.16219445514389" height="21.87164584135803" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 727.8964742097031 403.15923773264063 L 757.058668664847 403.15923773264063" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 742.4775714372751 403.15923773264063 L 742.4775714372751 381.2875918912826" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="742.4775714372751" y="409.2346949107956" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="21.871645841358px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="403.95309747047855" y="691.0143988336243" width="29.162194455144004" height="21.87164584135803" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 403.95309747047855 712.8860446749824 L 433.11529192562256 712.8860446749824" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 418.53419469805056 712.8860446749824 L 418.53419469805056 691.0143988336243" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="418.53419469805056" y="718.9615018531374" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="21.871645841358px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="276.976042447039" y="384.81135705461253" width="29.162194455144004" height="21.87164584135803" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 276.976042447039 406.68300289597056 L 306.138236902183 406.68300289597056" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="M 291.557139674611 406.68300289597056 L 291.557139674611 384.81135705461253" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.430182871262px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="291.557139674611" y="412.75846007412554" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="21.871645841358px">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
104
104
  M 418.53419469805056,455.5904331801182
105
105
  L 411.97270094564317,467.74134753642824
106
106
  L 341.75661718531313,467.74134753642824