@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="-11.342500000000001,-18.990000000000002 -9.797500000000001,-18.815" data-type="line" data-label="" points="428.00799467022,320.5969353764158 543.2911392405065,307.53897401732183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.342500000000001,-18.990000000000002 -9.797500000000001,-20.625000000000004" data-type="line" data-label="" points="428.00799467022,320.5969353764158 543.2911392405065,442.5956029313793" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.797500000000001,-18.815 -9.797500000000001,-20.625000000000004" data-type="line" data-label="" points="543.2911392405065,307.53897401732183 543.2911392405065,442.5956029313793" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.342500000000001,-18.04 -9.797500000000001,-18.215" data-type="line" data-label="" points="428.00799467022,249.7108594270485 543.2911392405065,262.76882078614244" fill="none" stroke="hsl(273, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.342500000000001,-18.240000000000002 -9.797500000000001,-20.025000000000002" data-type="line" data-label="" points="428.00799467022,264.6342438374418 543.2911392405065,397.8254497001999" fill="none" stroke="hsl(274, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.797500000000001,-18.815 -9.797500000000001,-18.990000000000002 -11.342500000000001,-18.990000000000002" data-type="line" data-label="" points="543.2911392405065,307.53897401732183 543.2911392405065,320.5969353764158 428.00799467022,320.5969353764158" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.797500000000001,-20.625000000000004 -9.797500000000001,-20.825000000000003 -10.322500000000002,-20.825000000000003 -10.322500000000002,-19.015 -9.797500000000001,-19.015 -9.797500000000001,-18.815" data-type="line" data-label="" points="543.2911392405065,442.5956029313793 543.2911392405065,457.51898734177234 504.1172551632246,457.51898734177234 504.1172551632246,322.4623584277149 543.2911392405065,322.4623584277149 543.2911392405065,307.53897401732183" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.342500000000001,-18.04 -9.797500000000001,-18.04 -9.797500000000001,-18.215" data-type="line" data-label="" points="428.00799467022,249.7108594270485 543.2911392405065,249.7108594270485 543.2911392405065,262.76882078614244" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.342500000000001,-17.29 -11.041500000000001,-17.29 -11.041500000000001,-17.139" data-type="line" data-label="" points="428.00799467022,193.74816788807448 450.46768820786156,193.74816788807448 450.46768820786156,182.48101265822766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.797500000000001,-20.025000000000002 -9.797500000000001,-19.925 -9.697500000000002,-19.925 -9.697500000000002,-18.874 -10.1485,-18.874" data-type="line" data-label="" points="543.2911392405065,397.8254497001999 543.2911392405065,390.36375749500326 550.752831445703,390.36375749500326 550.752831445703,311.9413724183876 517.1005996002667,311.9413724183876" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-13.9425" data-y="-18.14" x="40.000000000000284" y="182.55562958027986" width="388.0079946702198" height="149.23384410393055" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-9.580000000000002" data-y="-18.515" x="519.0406395736176" y="262.76882078614244" width="80.95936042638255" height="44.77015323117939" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-9.580000000000002" data-y="-20.325000000000003" x="519.0406395736176" y="397.8254497001999" width="80.95936042638255" height="44.77015323117939" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="U3" data-x="-16.0225" data-y="-17.025000000000002" x="65.36975349766828" y="164.6475682878082" width="26.862091938707408" height="18.654230512991262" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="netId: VBUS
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-11.342500000000001,-18.990000000000002 -9.797500000000001,-18.815" data-type="line" data-label="" points="428.00799467022,320.5969353764158 543.2911392405065,307.53897401732183" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.342500000000001,-18.990000000000002 -9.797500000000001,-20.625000000000004" data-type="line" data-label="" points="428.00799467022,320.5969353764158 543.2911392405065,442.5956029313793" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.797500000000001,-18.815 -9.797500000000001,-20.625000000000004" data-type="line" data-label="" points="543.2911392405065,307.53897401732183 543.2911392405065,442.5956029313793" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.342500000000001,-18.04 -9.797500000000001,-18.215" data-type="line" data-label="" points="428.00799467022,249.7108594270485 543.2911392405065,262.76882078614244" fill="none" stroke="hsl(273, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-11.342500000000001,-18.240000000000002 -9.797500000000001,-20.025000000000002" data-type="line" data-label="" points="428.00799467022,264.6342438374418 543.2911392405065,397.8254497001999" fill="none" stroke="hsl(274, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-9.797500000000001,-18.990000000000002 -11.342500000000001,-18.990000000000002" data-type="line" data-label="" points="543.2911392405065,320.5969353764158 428.00799467022,320.5969353764158" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.797500000000001,-20.625000000000004 -9.797500000000001,-20.825000000000003 -10.322500000000002,-20.825000000000003 -10.322500000000002,-19.015 -9.797500000000001,-19.015 -9.797500000000001,-18.815" data-type="line" data-label="" points="543.2911392405065,442.5956029313793 543.2911392405065,457.51898734177234 504.1172551632246,457.51898734177234 504.1172551632246,322.4623584277149 543.2911392405065,322.4623584277149 543.2911392405065,307.53897401732183" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.342500000000001,-18.04 -9.797500000000001,-18.04 -9.797500000000001,-18.215" data-type="line" data-label="" points="428.00799467022,249.7108594270485 543.2911392405065,249.7108594270485 543.2911392405065,262.76882078614244" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-11.342500000000001,-17.29 -11.041500000000001,-17.29 -11.041500000000001,-17.139" data-type="line" data-label="" points="428.00799467022,193.74816788807448 450.46768820786156,193.74816788807448 450.46768820786156,182.48101265822766" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-9.797500000000001,-20.025000000000002 -9.797500000000001,-19.925 -9.697500000000002,-19.925 -9.697500000000002,-18.874 -10.1485,-18.874" data-type="line" data-label="" points="543.2911392405065,397.8254497001999 543.2911392405065,390.36375749500326 550.752831445703,390.36375749500326 550.752831445703,311.9413724183876 517.1005996002667,311.9413724183876" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="-13.9425" data-y="-18.14" x="40.000000000000284" y="182.55562958027986" width="388.0079946702198" height="149.23384410393055" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="schematic_component_17" data-x="-9.580000000000002" data-y="-18.515" x="519.0406395736176" y="262.76882078614244" width="80.95936042638255" height="44.77015323117939" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="schematic_component_18" data-x="-9.580000000000002" data-y="-20.325000000000003" x="519.0406395736176" y="397.8254497001999" width="80.95936042638255" height="44.77015323117939" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="U3" data-x="-16.0225" data-y="-17.025000000000002" x="65.36975349766828" y="164.6475682878082" width="26.862091938707408" height="18.654230512991262" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="netId: VBUS
4
4
  globalConnNetId: connectivity_net3" data-x="-11.041500000000001" data-y="-16.929" x="428.08261159227186" y="151.14190539640208" width="44.77015323117939" height="31.339107261825575" fill="#ef444466" stroke="#ef4444" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="netId: D_PLUS
5
5
  globalConnNetId: connectivity_net2" data-x="-10.921500000000002" data-y="-17.490000000000002" x="428.08261159227186" y="201.20986009327112" width="62.67821452365092" height="14.923384410393282" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="netId: D_MINUS
6
6
  globalConnNetId: connectivity_net1" data-x="-10.861500000000001" data-y="-17.69" x="428.08261159227186" y="216.13324450366417" width="71.6322451698868" height="14.923384410393282" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.013401785714285713"/></g><g><rect data-type="rect" data-label="netId: CC1
@@ -83,7 +83,7 @@ orientation: y-" data-x="-9.797500000000001" data-y="-20.825000000000003" cx="54
83
83
  .port-label { fill: rgb(0, 100, 100); }
84
84
  .component-name { fill: rgb(0, 100, 100); }
85
85
 
86
- </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 1012.0538212610559 375.619844764738 L 1012.0538212610559 401.1679116276755 L 786.5008880996934 401.1679116276755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 375.619844764738 L 1012.0538212610559 401.1679116276755 L 786.5008880996934 401.1679116276755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 1012.0538212610559 639.8598506042631 L 1012.0538212610559 669.0576413047634 L 935.4096206722434 669.0576413047634 L 935.4096206722434 404.8176354652378 L 1012.0538212610559 404.8176354652378 L 1012.0538212610559 375.619844764738" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 639.8598506042631 L 1012.0538212610559 669.0576413047634 L 935.4096206722434 669.0576413047634 L 935.4096206722434 404.8176354652378 L 1012.0538212610559 404.8176354652378 L 1012.0538212610559 375.619844764738" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 786.5008880996934 262.47840580030015 L 1012.0538212610559 262.47840580030015 L 1012.0538212610559 288.02647266323766" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 786.5008880996934 262.47840580030015 L 1012.0538212610559 262.47840580030015 L 1012.0538212610559 288.02647266323766" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 786.5008880996934 152.98669067342507 L 830.443563103946 152.98669067342507 L 830.443563103946 130.9423586945477" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 786.5008880996934 152.98669067342507 L 830.443563103946 152.98669067342507 L 830.443563103946 130.9423586945477" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 1012.0538212610559 552.2664785027632 L 1012.0538212610559 537.6675831525126 L 1026.6527166113058 537.6675831525126 L 1026.6527166113058 384.233193021385 L 960.8116985816785 384.233193021385" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 552.2664785027632 L 1012.0538212610559 537.6675831525126 L 1026.6527166113058 537.6675831525126 L 1026.6527166113058 384.233193021385 L 960.8116985816785 384.233193021385" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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="1012.0538212610559" cy="375.619844764738" r="4.379668605075" 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"/><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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="85.75391128769343" y="131.08834764805033" width="642.3513954109999" height="291.9779070049999" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="85.75391128769343" y="131.08834764805033" width="642.3513954109999" height="291.9779070049999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="152.98669067342507" x2="786.5008880996934" y2="152.98669067342507" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="783.5811090296434" y="150.06691160337508" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="150.06691160337505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="182.18448137392534" x2="783.5811090296434" y2="182.18448137392534" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="182.18448137392534" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="179.26470230387534" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="179.26470230387577" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="211.3822720744256" x2="783.5811090296434" y2="211.3822720744256" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="211.3822720744256" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="208.4624930043756" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="208.46249300437557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="262.47840580030015" x2="786.5008880996934" y2="262.47840580030015" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="783.5811090296434" y="259.5586267302501" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="259.5586267302501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="291.6761965008004" x2="783.5811090296434" y2="291.6761965008004" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="291.6761965008004" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="288.7564174307504" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="288.7564174307504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="342.7723302266754" x2="783.5811090296434" y2="342.7723302266754" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="342.7723302266754" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="339.8525511566254" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="339.8525511566254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="371.97012092717523" x2="783.5811090296434" y2="371.97012092717523" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="371.97012092717523" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="369.0503418571252" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="369.0503418571252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="401.1679116276755" x2="786.5008880996934" y2="401.1679116276755" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="783.5811090296434" y="398.24813255762547" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="398.24813255762547" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" 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="964.6074113727432" y="324.52371103886253" width="158.3980145502128" height="14.598895350250586" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.6074113727432" y="324.52371103886253" width="158.3980145502128" height="14.598895350250586" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="324.52371103886253" x2="1012.0538212610559" y2="288.02647266323766" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="1009.1340421910058" y="285.10669359318763" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="306.2750918510501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 306.2750918510501)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="339.1226063891131" x2="1012.0538212610559" y2="375.619844764738" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="1009.1340421910058" y="372.70006569468796" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="357.37122557692555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 357.37122557692555)"></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="964.6074113727432" y="588.7637168783881" width="158.3980145502128" height="14.598895350250132" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.6074113727432" y="588.7637168783881" width="158.3980145502128" height="14.598895350250132" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="588.7637168783881" x2="1012.0538212610559" y2="552.2664785027632" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1009.1340421910058" y="549.3466994327132" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="570.5150976905757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 570.5150976905757)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="603.3626122286382" x2="1012.0538212610559" y2="639.8598506042631" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1009.1340421910058" y="636.9400715342131" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="621.6112314164507" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 621.6112314164507)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="786.5008880996934" cy="152.98669067342507" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="786.5008880996934" cy="182.18448137392534" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="786.5008880996934" cy="211.3822720744256" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="786.5008880996934" cy="262.47840580030015" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="786.5008880996934" cy="291.6761965008004" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="786.5008880996934" cy="342.7723302266754" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="786.5008880996934" cy="371.97012092717523" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="786.5008880996934" cy="401.1679116276755" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="1012.0538212610559" cy="288.02647266323766" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1012.0538212610559" cy="375.619844764738" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1012.0538212610559" cy="552.2664785027632" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1012.0538212610559" cy="639.8598506042631" r="5.8395581401" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
86
+ </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 1012.0538212610559 401.1679116276755 L 786.5008880996934 401.1679116276755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 401.1679116276755 L 786.5008880996934 401.1679116276755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 1012.0538212610559 639.8598506042631 L 1012.0538212610559 669.0576413047634 L 935.4096206722434 669.0576413047634 L 935.4096206722434 404.8176354652378 L 1012.0538212610559 404.8176354652378 L 1012.0538212610559 375.619844764738" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 639.8598506042631 L 1012.0538212610559 669.0576413047634 L 935.4096206722434 669.0576413047634 L 935.4096206722434 404.8176354652378 L 1012.0538212610559 404.8176354652378 L 1012.0538212610559 375.619844764738" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 786.5008880996934 262.47840580030015 L 1012.0538212610559 262.47840580030015 L 1012.0538212610559 288.02647266323766" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 786.5008880996934 262.47840580030015 L 1012.0538212610559 262.47840580030015 L 1012.0538212610559 288.02647266323766" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 786.5008880996934 152.98669067342507 L 830.443563103946 152.98669067342507 L 830.443563103946 130.9423586945477" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 786.5008880996934 152.98669067342507 L 830.443563103946 152.98669067342507 L 830.443563103946 130.9423586945477" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 1012.0538212610559 552.2664785027632 L 1012.0538212610559 537.6675831525126 L 1026.6527166113058 537.6675831525126 L 1026.6527166113058 384.233193021385 L 960.8116985816785 384.233193021385" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 552.2664785027632 L 1012.0538212610559 537.6675831525126 L 1026.6527166113058 537.6675831525126 L 1026.6527166113058 384.233193021385 L 960.8116985816785 384.233193021385" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__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="85.75391128769343" y="131.08834764805033" width="642.3513954109999" height="291.9779070049999" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="85.75391128769343" y="131.08834764805033" width="642.3513954109999" height="291.9779070049999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="152.98669067342507" x2="786.5008880996934" y2="152.98669067342507" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="783.5811090296434" y="150.06691160337508" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="150.06691160337505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="182.18448137392534" x2="783.5811090296434" y2="182.18448137392534" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="182.18448137392534" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="179.26470230387534" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="179.26470230387577" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="211.3822720744256" x2="783.5811090296434" y2="211.3822720744256" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="211.3822720744256" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="208.4624930043756" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="208.46249300437557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="262.47840580030015" x2="786.5008880996934" y2="262.47840580030015" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="783.5811090296434" y="259.5586267302501" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="259.5586267302501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="291.6761965008004" x2="783.5811090296434" y2="291.6761965008004" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="291.6761965008004" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="288.7564174307504" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="288.7564174307504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="342.7723302266754" x2="783.5811090296434" y2="342.7723302266754" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="342.7723302266754" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="339.8525511566254" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="339.8525511566254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="371.97012092717523" x2="783.5811090296434" y2="371.97012092717523" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="371.97012092717523" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="369.0503418571252" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="369.0503418571252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="401.1679116276755" x2="786.5008880996934" y2="401.1679116276755" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="783.5811090296434" y="398.24813255762547" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="398.24813255762547" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" 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="964.6074113727432" y="324.52371103886253" width="158.3980145502128" height="14.598895350250586" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.6074113727432" y="324.52371103886253" width="158.3980145502128" height="14.598895350250586" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="324.52371103886253" x2="1012.0538212610559" y2="288.02647266323766" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="1009.1340421910058" y="285.10669359318763" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="306.2750918510501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 306.2750918510501)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="339.1226063891131" x2="1012.0538212610559" y2="375.619844764738" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="1009.1340421910058" y="372.70006569468796" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="357.37122557692555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 357.37122557692555)"></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="964.6074113727432" y="588.7637168783881" width="158.3980145502128" height="14.598895350250132" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.6074113727432" y="588.7637168783881" width="158.3980145502128" height="14.598895350250132" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="588.7637168783881" x2="1012.0538212610559" y2="552.2664785027632" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1009.1340421910058" y="549.3466994327132" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="570.5150976905757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 570.5150976905757)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="603.3626122286382" x2="1012.0538212610559" y2="639.8598506042631" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1009.1340421910058" y="636.9400715342131" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="621.6112314164507" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 621.6112314164507)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="786.5008880996934" cy="152.98669067342507" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="786.5008880996934" cy="182.18448137392534" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="786.5008880996934" cy="211.3822720744256" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="786.5008880996934" cy="262.47840580030015" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="786.5008880996934" cy="291.6761965008004" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="786.5008880996934" cy="342.7723302266754" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="786.5008880996934" cy="371.97012092717523" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="786.5008880996934" cy="401.1679116276755" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="1012.0538212610559" cy="288.02647266323766" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1012.0538212610559" cy="375.619844764738" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1012.0538212610559" cy="552.2664785027632" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1012.0538212610559" cy="639.8598506042631" r="5.8395581401" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
87
87
  M 830.443563103946,130.9423586945477
88
88
  L 815.844667753696,123.05895520541269
89
89
  L 815.844667753696,72.99447675095536