@tscircuit/schematic-trace-solver 0.0.190 → 0.0.192

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 (58) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +437 -211
  3. package/lib/solvers/InlineNetLabelSolver/getLocalTraceLabelShifts.ts +29 -0
  4. package/lib/solvers/LongDistancePairSolver/LongDistancePairSolver.ts +7 -0
  5. package/lib/solvers/LongDistancePairSolver/getParallelNetLabelPolicy.ts +98 -0
  6. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +24 -2
  7. package/lib/solvers/MspConnectionPairSolver/getParallelRailPairs.ts +178 -0
  8. package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +13 -0
  9. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +12 -6
  10. package/package.json +1 -1
  11. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +837 -799
  12. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +904 -866
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -524
  14. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +94 -94
  19. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.test.ts +13 -2
  22. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260902T092425Z/bug-report-20260902T092425Z.test.ts +16 -2
  24. package/tests/bug-reports/bug-report-20260905T041712Z/__snapshots__/bug-report-20260905T041712Z.snap.svg +2 -2
  25. package/tests/bug-reports/bug-report-20260907T083336Z/__snapshots__/bug-report-20260907T083336Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260907T110144Z/__snapshots__/bug-report-20260907T110144Z.snap.svg +19 -58
  27. package/tests/bug-reports/bug-report-20260907T110144Z/bug-report-20260907T110144Z.test.ts +2 -2
  28. package/tests/bug-reports/bug-report-20260907T145640Z/__snapshots__/bug-report-20260907T145640Z.snap.svg +917 -933
  29. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  30. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  31. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  32. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  33. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  34. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  35. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  36. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +2 -2
  37. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  38. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  39. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  40. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  41. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  42. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  43. package/tests/repros/__snapshots__/repro-repeated-power-rail-junctions.snap.svg +2 -2
  44. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  45. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +111 -75
  46. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  47. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  48. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  49. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  50. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  51. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  52. package/tests/repros/repro-trellis-core-decoupling-snake-traces.test.ts +66 -0
  53. package/tests/solvers/InlineNetLabelSolver/local-trace-label-shifts.test.ts +62 -0
  54. package/tests/solvers/LongDistancePairSolver/__snapshots__/decoupling-mixed-supplies.snap.svg +112 -0
  55. package/tests/solvers/LongDistancePairSolver/__snapshots__/horizontal-rails.snap.svg +79 -0
  56. package/tests/solvers/LongDistancePairSolver/__snapshots__/vertical-rails.snap.svg +86 -0
  57. package/tests/solvers/LongDistancePairSolver/parallel-decoupling-labels.test.ts +505 -0
  58. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +45 -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="3.65,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="277.90193063386295,375.58858704937643 329.0893558858705,381.3292328720314" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.62,-4.105000000000002 9.62,-4.780000000000001" data-type="line" data-label="" points="563.4990603109517,413.8595592004101 563.4990603109517,446.15069195284474" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.25,1.4000000000000001 1.25,1.2" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 163.08901418076195,160.075175123868" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 5.545,-0.8650000000000013" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 368.556295916624,258.86212198872374" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.46,-0.7500000000000013" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 220.97385955920038,253.36066974201265" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.795,1.7099999999999986" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 5.545,-0.8650000000000013" data-type="line" data-label="" points="163.08901418076195,160.075175123868 368.556295916624,258.86212198872374" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.46,-0.7500000000000013" data-type="line" data-label="" points="163.08901418076195,160.075175123868 220.97385955920038,253.36066974201265" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.795,1.7099999999999986" data-type="line" data-label="" points="163.08901418076195,160.075175123868 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.545,-0.8650000000000013 2.46,-0.7500000000000013" data-type="line" data-label="" points="368.556295916624,258.86212198872374 220.97385955920038,253.36066974201265" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.545,-0.8650000000000013 2.795,1.7099999999999986" data-type="line" data-label="" points="368.556295916624,258.86212198872374 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,-0.7500000000000013 2.795,1.7099999999999986" data-type="line" data-label="" points="220.97385955920038,253.36066974201265 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,0.2999999999999998 1.25,0.09999999999999987" data-type="line" data-label="" points="163.08901418076195,203.1300187937809 163.08901418076195,212.6977618315393" fill="none" stroke="hsl(28, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.25,-0.30000000000000004" data-type="line" data-label="" points="163.08901418076195,222.26550486929773 163.08901418076195,231.83324790705615" fill="none" stroke="hsl(25, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.25,-1.4000000000000001" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 163.08901418076195,284.45583461472745" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.37500000000000006,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 85.3511019989748,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.17500000000000004,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 94.91884503673322,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.024999999999999967,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.22500000000000003,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 2.795,1.1099999999999985" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.65,-3.2050000000000014" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.92,0.5999999999999988" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.72,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 9.62,-5.910000000000002" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.37500000000000006,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 85.3511019989748,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.17500000000000004,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 94.91884503673322,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.024999999999999967,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.22500000000000003,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 2.795,1.1099999999999985" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.65,-3.2050000000000014" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.92,0.5999999999999988" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.72,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 9.62,-5.910000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.17500000000000004,-2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 94.91884503673322,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.024999999999999967,-2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.22500000000000003,-2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.024999999999999967,-2" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.22500000000000003,-2" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 0.22500000000000003,-2" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 1.65,-3.2050000000000014" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 4.92,0.5999999999999988" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 4.72,-4.185000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 9.62,-5.910000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 4.92,0.5999999999999988" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 4.72,-4.185000000000002" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 9.62,-5.910000000000002" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 4.72,-4.185000000000002" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 9.62,-5.910000000000002" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 9.62,-5.910000000000002" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="404.196138732274,418.16504356740137 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 9.62,-5.910000000000002" data-type="line" data-label="" points="404.196138732274,418.16504356740137 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="404.196138732274,418.16504356740137 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 9.62,-5.910000000000002" data-type="line" data-label="" points="469.73517854091915,417.68665641551354 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="469.73517854091915,417.68665641551354 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.62,-5.910000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="563.4990603109517,500.2084401161798 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 3.19,-1.2000000000000015" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 255.8961216470186,274.8880915769691" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 1.65,-3.0050000000000012" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 182.22450025627876,361.2369724927388" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 4.92,1.3599999999999988" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 338.6570989236289,152.42098069366133" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 4.675,3.089999999999998" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 1.65,-3.0050000000000012" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 182.22450025627876,361.2369724927388" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 4.92,1.3599999999999988" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 338.6570989236289,152.42098069366133" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 4.675,3.089999999999998" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.0050000000000012 4.92,1.3599999999999988" data-type="line" data-label="" points="182.22450025627876,361.2369724927388 338.6570989236289,152.42098069366133" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.0050000000000012 4.675,3.089999999999998" data-type="line" data-label="" points="182.22450025627876,361.2369724927388 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,1.3599999999999988 4.675,3.089999999999998" data-type="line" data-label="" points="338.6570989236289,152.42098069366133 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.4050000000000016 0.1950000000000003,-6.814999999999999" data-type="line" data-label="" points="182.22450025627876,380.37245856825564 112.61916965658631,543.5024773620365" fill="none" stroke="hsl(345, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="277.90193063386295,366.020844011618 404.196138732274,380.8508457201436" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="277.90193063386295,366.020844011618 469.73517854091915,381.3292328720314" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 9.62,-3.505000000000001" data-type="line" data-label="" points="277.90193063386295,366.020844011618 563.4990603109517,385.15633008713485" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="404.196138732274,380.8508457201436 469.73517854091915,381.3292328720314" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 9.62,-3.505000000000001" data-type="line" data-label="" points="404.196138732274,380.8508457201436 563.4990603109517,385.15633008713485" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 9.62,-3.505000000000001" data-type="line" data-label="" points="469.73517854091915,381.3292328720314 563.4990603109517,385.15633008713485" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.3050000000000015 4.72,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="277.90193063386295,375.58858704937643 329.0893558858705,375.58858704937643 329.0893558858705,381.3292328720314" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.62,-4.105000000000002 9.62,-4.780000000000001" data-type="line" data-label="" points="563.4990603109517,413.8595592004101 563.4990603109517,446.15069195284474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,1.2 1.45,1.2 1.45,1.4000000000000001 1.25,1.4000000000000001" data-type="line" data-label="" points="163.08901418076195,160.075175123868 172.65675721852034,160.075175123868 172.65675721852034,150.5074320861096 163.08901418076195,150.5074320861096" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.795,1.7099999999999986 2.795,1.9099999999999986 1.45,1.9099999999999986 1.45,1.4000000000000001" data-type="line" data-label="" points="236.99982914744572,135.67743037758413 236.99982914744572,126.1096873398257 172.65675721852034,126.1096873398257 172.65675721852034,150.5074320861096" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.46,-0.7500000000000013 2.1599999999999997,-0.7500000000000013 2.1599999999999997,1.9099999999999986" data-type="line" data-label="" points="220.97385955920038,253.36066974201265 206.62224500256272,253.36066974201265 206.62224500256272,126.1096873398257" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.545,-0.8650000000000013 5.745,-0.8650000000000013 5.745,-1.3350000000000013 2.1599999999999997,-1.3350000000000013 2.1599999999999997,-0.7500000000000013" data-type="line" data-label="" points="368.556295916624,258.86212198872374 378.1240389543824,258.86212198872374 378.1240389543824,281.346318127456 206.62224500256272,281.346318127456 206.62224500256272,253.36066974201265" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,0.2999999999999998 1.45,0.2999999999999998 1.45,0.09999999999999987 1.25,0.09999999999999987" data-type="line" data-label="" points="163.08901418076195,203.1300187937809 172.65675721852034,203.1300187937809 172.65675721852034,212.6977618315393 163.08901418076195,212.6977618315393" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.45,-0.10000000000000009 1.45,-0.30000000000000004 1.25,-0.30000000000000004" data-type="line" data-label="" points="163.08901418076195,222.26550486929773 172.65675721852034,222.26550486929773 172.65675721852034,231.83324790705615 163.08901418076195,231.83324790705615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.45,-1.4000000000000001 1.45,-1.2000000000000002 1.25,-1.2000000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 172.65675721852034,284.45583461472745 172.65675721852034,274.88809157696903 163.08901418076195,274.88809157696903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.22500000000000003,-2 0.22500000000000003,-2.2 1.45,-2.2 1.45,-1.4000000000000001" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 114.05433111225005,322.7268067657611 172.65675721852034,322.7268067657611 172.65675721852034,284.45583461472745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.024999999999999967,-2 0.024999999999999967,-2.2 0.22500000000000003,-2.2" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 104.48658807449164,322.7268067657611 114.05433111225005,322.7268067657611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.17500000000000004,-2 -0.17500000000000004,-2.2 0.024999999999999967,-2.2" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 94.91884503673322,322.7268067657611 104.48658807449164,322.7268067657611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.37500000000000006,-2.2 -0.17500000000000004,-2.2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 85.3511019989748,322.7268067657611 94.91884503673322,322.7268067657611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.2050000000000014 1.45,-3.2050000000000014 1.45,-1.4000000000000001 1.25,-1.4000000000000001" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 172.65675721852034,370.8047155304972 172.65675721852034,284.45583461472745 163.08901418076195,284.45583461472745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.795,1.1099999999999985 2.795,0.5049999999999986 2.36,0.5049999999999986 2.36,-1.2000000000000002 1.25,-1.2000000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 236.99982914744572,193.3230821800786 216.18998804032117,193.3230821800786 216.18998804032117,274.88809157696903 163.08901418076195,274.88809157696903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.72,-4.185000000000002 4.72,-4.3850000000000025 1.45,-4.3850000000000025 1.45,-3.2050000000000014" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 329.0893558858705,427.25439945327196 172.65675721852034,427.25439945327196 172.65675721852034,370.8047155304972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 6.289999999999999,-4.3850000000000025 4.72,-4.3850000000000025" data-type="line" data-label="" points="404.196138732274,418.16504356740137 404.196138732274,427.25439945327196 329.0893558858705,427.25439945327196" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-4.3850000000000025 6.289999999999999,-4.3850000000000025" data-type="line" data-label="" points="469.73517854091915,427.25439945327196 404.196138732274,427.25439945327196" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.62,-5.910000000000001 9.62,-6.11 7.659999999999999,-6.11 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="563.4990603109517,500.2084401161798 563.4990603109517,509.7761831539382 469.73517854091915,509.7761831539382 469.73517854091915,417.68665641551354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.19,-1.2000000000000015 3.19,-1.4000000000000017 4.304999999999999,-1.4000000000000017 4.304999999999999,-0.8650000000000011 4.504999999999999,-0.8650000000000011" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 255.8961216470186,284.4558346147275 309.2362890825217,284.4558346147275 309.2362890825217,258.86212198872374 318.8040321202801,258.86212198872374" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.92,1.5599999999999987 4.304999999999999,1.5599999999999987 4.304999999999999,-0.8650000000000011" data-type="line" data-label="" points="338.6570989236289,142.85323765590294 309.2362890825217,142.85323765590294 309.2362890825217,258.86212198872374" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.0050000000000012 1.55,-3.0050000000000012 1.55,-1.4000000000000017 3.19,-1.4000000000000017 3.19,-1.2000000000000015" data-type="line" data-label="" points="182.22450025627876,361.2369724927388 177.44062873739955,361.2369724927388 177.44062873739955,284.4558346147275 255.8961216470186,284.4558346147275 255.8961216470186,274.8880915769691" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6499999999999995,-3.4050000000000016 0.1950000000000003,-3.4050000000000016 0.1950000000000003,-6.814999999999999" data-type="line" data-label="" points="182.22450025627876,380.37245856825564 112.61916965658631,380.37245856825564 112.61916965658631,543.5024773620365" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 6.289999999999999,-3.1050000000000013 3.65,-3.1050000000000013" data-type="line" data-label="" points="404.196138732274,380.8508457201436 404.196138732274,366.020844011618 277.90193063386295,366.020844011618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 7.659999999999999,-3.1050000000000013 6.289999999999999,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="469.73517854091915,381.3292328720314 469.73517854091915,366.020844011618 404.196138732274,366.020844011618 404.196138732274,380.8508457201436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.62,-3.505000000000001 9.62,-3.1050000000000013 7.659999999999999,-3.1050000000000013" data-type="line" data-label="" points="563.4990603109517,385.15633008713485 563.4990603109517,366.020844011618 469.73517854091915,366.020844011618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.675,3.089999999999998 4.675,3.2899999999999983 4.304999999999999,3.2899999999999983 4.304999999999999,1.5599999999999987" data-type="line" data-label="" points="326.93661370237487,69.66000341705106 326.93661370237487,60.09226037929264 309.2362890825217,60.09226037929264 309.2362890825217,142.85323765590294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.92,0.5999999999999988 4.92,0.3999999999999986 3.38,0.3999999999999986 3.38,0.5049999999999986 2.795,0.5049999999999986" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 338.6570989236289,198.34614727490174 264.9854775328891,198.34614727490174 264.9854775328891,193.3230821800786 236.99982914744572,193.3230821800786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.1799999999999997,-0.10000000000000131 3.1799999999999997,0.0509999999999987 3.129,0.0509999999999987" data-type="line" data-label="" points="255.41773449513065,222.26550486929779 255.41773449513065,215.04185887579018 252.97796002050228,215.04185887579018" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="43.492226208781716" y="121.80420297283433" width="119.59678797198023" height="191.35486075516837" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="5.0249999999999995" data-y="-0.7950000000000014" x="318.8040321202801" y="239.24824876131902" width="49.75226379634387" height="32.53032632837861" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.88" data-y="-0.6500000000000015" x="220.97385955920038" y="222.26550486929779" width="40.184520758585336" height="52.6225867076713" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.0125" data-y="1.4099999999999986" x="221.45224671108826" y="135.67743037758413" width="51.90500597983947" height="28.703229113275256" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.65" data-y="-3.2050000000000014" x="182.22450025627876" y="351.6692294549804" width="95.67743037758419" height="38.270972151033675" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.055" data-y="0.9799999999999988" x="323.10951648727143" y="152.42098069366136" width="44.01161797368877" height="36.357423543481985" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4.914999999999999" data-y="-3.8050000000000015" x="313.541773449513" y="381.3292328720314" width="49.752263796343755" height="36.35742354348213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="6.464999999999999" data-y="-3.8050000000000015" x="377.8848453784384" y="380.8508457201436" width="69.36613702374848" height="37.31419784725779" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="7.794999999999999" data-y="-3.8050000000000015" x="454.1875961045618" y="381.3292328720314" width="44.01161797368866" height="36.35742354348213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="9.8025" data-y="-5.3450000000000015" x="547.9514778745943" y="446.15069195284474" width="48.55629591662398" height="54.05774816333508" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9.7775" data-y="-3.8050000000000015" x="547.9514778745943" y="385.15633008713485" width="46.16436015718432" height="28.703229113275256" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="0.19500000000000028" data-y="-7.1949999999999985" x="100.65949085938828" y="543.5024773620364" width="23.919357594396047" height="36.357423543482014" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="4.8925" data-y="2.7899999999999983" x="311.38903126601735" y="69.66000341705106" width="51.90500597983953" height="28.703229113275242" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="J1" data-x="1.07" data-y="1.7149999999999999" x="145.8670767127968" y="129.4583974030411" width="17.221937467965148" height="11.959678797198023" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="MIC5219_3_3YM5_TR" data-x="3.07" data-y="-3.735000000000001" x="201.35998633179557" y="391.8537502135657" width="97.5909789851359" height="8.610968733982588" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="U3" data-x="2.17" data-y="-2.6900000000000013" x="198.48966342046805" y="340.1879378096703" width="17.221937467965148" height="11.959678797197967" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="netId: V5
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="3.65,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="277.90193063386295,375.58858704937643 329.0893558858705,381.3292328720314" fill="none" stroke="hsl(136, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="9.62,-4.105000000000002 9.62,-4.780000000000001" data-type="line" data-label="" points="563.4990603109517,413.8595592004101 563.4990603109517,446.15069195284474" fill="none" stroke="hsl(304, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.25,1.4000000000000001 1.25,1.2" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 163.08901418076195,160.075175123868" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 5.545,-0.8650000000000013" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 368.556295916624,258.86212198872374" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.46,-0.7500000000000013" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 220.97385955920038,253.36066974201265" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.4000000000000001 2.795,1.7099999999999986" data-type="line" data-label="" points="163.08901418076195,150.5074320861096 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 5.545,-0.8650000000000013" data-type="line" data-label="" points="163.08901418076195,160.075175123868 368.556295916624,258.86212198872374" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.46,-0.7500000000000013" data-type="line" data-label="" points="163.08901418076195,160.075175123868 220.97385955920038,253.36066974201265" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,1.2 2.795,1.7099999999999986" data-type="line" data-label="" points="163.08901418076195,160.075175123868 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.545,-0.8650000000000013 2.46,-0.7500000000000013" data-type="line" data-label="" points="368.556295916624,258.86212198872374 220.97385955920038,253.36066974201265" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="5.545,-0.8650000000000013 2.795,1.7099999999999986" data-type="line" data-label="" points="368.556295916624,258.86212198872374 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.46,-0.7500000000000013 2.795,1.7099999999999986" data-type="line" data-label="" points="220.97385955920038,253.36066974201265 236.99982914744572,135.67743037758413" fill="none" stroke="hsl(199, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,0.2999999999999998 1.25,0.09999999999999987" data-type="line" data-label="" points="163.08901418076195,203.1300187937809 163.08901418076195,212.6977618315393" fill="none" stroke="hsl(28, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.25,-0.30000000000000004" data-type="line" data-label="" points="163.08901418076195,222.26550486929773 163.08901418076195,231.83324790705615" fill="none" stroke="hsl(25, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.25,-1.4000000000000001" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 163.08901418076195,284.45583461472745" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.37500000000000006,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 85.3511019989748,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 -0.17500000000000004,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 94.91884503673322,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.024999999999999967,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.22500000000000003,-2" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 2.795,1.1099999999999985" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 1.65,-3.2050000000000014" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.92,0.5999999999999988" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 4.72,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 9.62,-5.910000000000002" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.2000000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="163.08901418076195,274.88809157696903 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.37500000000000006,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 85.3511019989748,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 -0.17500000000000004,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 94.91884503673322,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.024999999999999967,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.22500000000000003,-2" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 2.795,1.1099999999999985" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.65,-3.2050000000000014" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.92,0.5999999999999988" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 4.72,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 9.62,-5.910000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.25,-1.4000000000000001 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.17500000000000004,-2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 94.91884503673322,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.024999999999999967,-2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.22500000000000003,-2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.37500000000000006,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.024999999999999967,-2" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 104.48658807449164,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.22500000000000003,-2" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.17500000000000004,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 0.22500000000000003,-2" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 114.05433111225005,313.1590637280027" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.024999999999999967,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 2.795,1.1099999999999985" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 236.99982914744572,164.3806594908594" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 1.65,-3.2050000000000014" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.92,0.5999999999999988" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 4.72,-4.185000000000002" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 9.62,-5.910000000000002" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.22500000000000003,-2 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 1.65,-3.2050000000000014" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 182.22450025627876,370.8047155304972" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 4.92,0.5999999999999988" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 4.72,-4.185000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 9.62,-5.910000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.795,1.1099999999999985 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 4.92,0.5999999999999988" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 338.6570989236289,188.77840423714332" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 4.72,-4.185000000000002" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 9.62,-5.910000000000002" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.2050000000000014 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 4.72,-4.185000000000002" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 329.0893558858705,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 9.62,-5.910000000000002" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,0.5999999999999988 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 6.289999999999999,-4.195000000000001" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 404.196138732274,418.16504356740137" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 9.62,-5.910000000000002" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.72,-4.185000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="404.196138732274,418.16504356740137 469.73517854091915,417.68665641551354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 9.62,-5.910000000000002" data-type="line" data-label="" points="404.196138732274,418.16504356740137 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="404.196138732274,418.16504356740137 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 9.62,-5.910000000000002" data-type="line" data-label="" points="469.73517854091915,417.68665641551354 563.4990603109517,500.2084401161798" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-4.185000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="469.73517854091915,417.68665641551354 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="9.62,-5.910000000000002 0.19500000000000026,-7.574999999999998" data-type="line" data-label="" points="563.4990603109517,500.2084401161798 112.61916965658631,579.8599009055185" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 3.19,-1.2000000000000015" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 255.8961216470186,274.8880915769691" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 1.65,-3.0050000000000012" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 182.22450025627876,361.2369724927388" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 4.92,1.3599999999999988" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 338.6570989236289,152.42098069366133" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.504999999999999,-0.8650000000000013 4.675,3.089999999999998" data-type="line" data-label="" points="318.8040321202801,258.86212198872374 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 1.65,-3.0050000000000012" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 182.22450025627876,361.2369724927388" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 4.92,1.3599999999999988" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 338.6570989236289,152.42098069366133" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.19,-1.2000000000000015 4.675,3.089999999999998" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.0050000000000012 4.92,1.3599999999999988" data-type="line" data-label="" points="182.22450025627876,361.2369724927388 338.6570989236289,152.42098069366133" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.0050000000000012 4.675,3.089999999999998" data-type="line" data-label="" points="182.22450025627876,361.2369724927388 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.92,1.3599999999999988 4.675,3.089999999999998" data-type="line" data-label="" points="338.6570989236289,152.42098069366133 326.93661370237487,69.66000341705106" fill="none" stroke="hsl(170, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.65,-3.4050000000000016 0.1950000000000003,-6.814999999999999" data-type="line" data-label="" points="182.22450025627876,380.37245856825564 112.61916965658631,543.5024773620365" fill="none" stroke="hsl(345, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="277.90193063386295,366.020844011618 404.196138732274,380.8508457201436" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="277.90193063386295,366.020844011618 469.73517854091915,381.3292328720314" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.1050000000000013 9.62,-3.505000000000001" data-type="line" data-label="" points="277.90193063386295,366.020844011618 563.4990603109517,385.15633008713485" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 7.659999999999999,-3.4250000000000007" data-type="line" data-label="" points="404.196138732274,380.8508457201436 469.73517854091915,381.3292328720314" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 9.62,-3.505000000000001" data-type="line" data-label="" points="404.196138732274,380.8508457201436 563.4990603109517,385.15633008713485" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 9.62,-3.505000000000001" data-type="line" data-label="" points="469.73517854091915,381.3292328720314 563.4990603109517,385.15633008713485" fill="none" stroke="hsl(154, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="3.65,-3.3050000000000015 4.72,-3.3050000000000015 4.72,-3.4250000000000007" data-type="line" data-label="" points="277.90193063386295,375.58858704937643 329.0893558858705,375.58858704937643 329.0893558858705,381.3292328720314" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.62,-4.105000000000002 9.62,-4.780000000000001" data-type="line" data-label="" points="563.4990603109517,413.8595592004101 563.4990603109517,446.15069195284474" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,1.2 1.45,1.2 1.45,1.4000000000000001 1.25,1.4000000000000001" data-type="line" data-label="" points="163.08901418076195,160.075175123868 172.65675721852034,160.075175123868 172.65675721852034,150.5074320861096 163.08901418076195,150.5074320861096" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.795,1.7099999999999986 2.795,1.9099999999999986 1.45,1.9099999999999986 1.45,1.4000000000000001" data-type="line" data-label="" points="236.99982914744572,135.67743037758413 236.99982914744572,126.1096873398257 172.65675721852034,126.1096873398257 172.65675721852034,150.5074320861096" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.46,-0.7500000000000013 2.1599999999999997,-0.7500000000000013 2.1599999999999997,1.9099999999999986" data-type="line" data-label="" points="220.97385955920038,253.36066974201265 206.62224500256272,253.36066974201265 206.62224500256272,126.1096873398257" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.545,-0.8650000000000013 5.745,-0.8650000000000013 5.745,-1.3350000000000013 2.1599999999999997,-1.3350000000000013 2.1599999999999997,-0.7500000000000013" data-type="line" data-label="" points="368.556295916624,258.86212198872374 378.1240389543824,258.86212198872374 378.1240389543824,281.346318127456 206.62224500256272,281.346318127456 206.62224500256272,253.36066974201265" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,0.2999999999999998 1.45,0.2999999999999998 1.45,0.09999999999999987 1.25,0.09999999999999987" data-type="line" data-label="" points="163.08901418076195,203.1300187937809 172.65675721852034,203.1300187937809 172.65675721852034,212.6977618315393 163.08901418076195,212.6977618315393" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-0.10000000000000009 1.45,-0.10000000000000009 1.45,-0.30000000000000004 1.25,-0.30000000000000004" data-type="line" data-label="" points="163.08901418076195,222.26550486929773 172.65675721852034,222.26550486929773 172.65675721852034,231.83324790705615 163.08901418076195,231.83324790705615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.25,-1.4000000000000001 1.45,-1.4000000000000001 1.45,-1.2000000000000002" data-type="line" data-label="" points="163.08901418076195,284.45583461472745 172.65675721852034,284.45583461472745 172.65675721852034,274.88809157696903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.22500000000000003,-2 0.22500000000000003,-2.2 1.45,-2.2 1.45,-1.4000000000000001" data-type="line" data-label="" points="114.05433111225005,313.1590637280027 114.05433111225005,322.7268067657611 172.65675721852034,322.7268067657611 172.65675721852034,284.45583461472745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.024999999999999967,-2 0.024999999999999967,-2.2 0.22500000000000003,-2.2" data-type="line" data-label="" points="104.48658807449164,313.1590637280027 104.48658807449164,322.7268067657611 114.05433111225005,322.7268067657611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.17500000000000004,-2 -0.17500000000000004,-2.2 0.024999999999999967,-2.2" data-type="line" data-label="" points="94.91884503673322,313.1590637280027 94.91884503673322,322.7268067657611 104.48658807449164,322.7268067657611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.37500000000000006,-2 -0.37500000000000006,-2.2 -0.17500000000000004,-2.2" data-type="line" data-label="" points="85.3511019989748,313.1590637280027 85.3511019989748,322.7268067657611 94.91884503673322,322.7268067657611" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.2050000000000014 1.45,-3.2050000000000014 1.45,-1.4000000000000001" data-type="line" data-label="" points="182.22450025627876,370.8047155304972 172.65675721852034,370.8047155304972 172.65675721852034,284.45583461472745" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.795,1.1099999999999985 2.795,0.5049999999999986 2.36,0.5049999999999986 2.36,-1.2000000000000002 1.25,-1.2000000000000002" data-type="line" data-label="" points="236.99982914744572,164.3806594908594 236.99982914744572,193.3230821800786 216.18998804032117,193.3230821800786 216.18998804032117,274.88809157696903 163.08901418076195,274.88809157696903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.72,-4.185000000000002 4.72,-4.3850000000000025 1.45,-4.3850000000000025 1.45,-3.2050000000000014" data-type="line" data-label="" points="329.0893558858705,417.68665641551354 329.0893558858705,427.25439945327196 172.65675721852034,427.25439945327196 172.65675721852034,370.8047155304972" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-4.195000000000001 6.289999999999999,-4.3850000000000025 4.72,-4.3850000000000025" data-type="line" data-label="" points="404.196138732274,418.16504356740137 404.196138732274,427.25439945327196 329.0893558858705,427.25439945327196" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-4.3850000000000025 6.289999999999999,-4.3850000000000025" data-type="line" data-label="" points="469.73517854091915,427.25439945327196 404.196138732274,427.25439945327196" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.62,-5.910000000000001 9.62,-6.11 7.659999999999999,-6.11 7.659999999999999,-4.185000000000002" data-type="line" data-label="" points="563.4990603109517,500.2084401161798 563.4990603109517,509.7761831539382 469.73517854091915,509.7761831539382 469.73517854091915,417.68665641551354" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.19,-1.2000000000000015 3.19,-1.4000000000000017 4.304999999999999,-1.4000000000000017 4.304999999999999,-0.8650000000000011 4.504999999999999,-0.8650000000000011" data-type="line" data-label="" points="255.8961216470186,274.8880915769691 255.8961216470186,284.4558346147275 309.2362890825217,284.4558346147275 309.2362890825217,258.86212198872374 318.8040321202801,258.86212198872374" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.92,1.3599999999999988 4.92,1.5599999999999987 4.304999999999999,1.5599999999999987 4.304999999999999,-0.8650000000000011" data-type="line" data-label="" points="338.6570989236289,152.42098069366133 338.6570989236289,142.85323765590294 309.2362890825217,142.85323765590294 309.2362890825217,258.86212198872374" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.65,-3.0050000000000012 1.55,-3.0050000000000012 1.55,-1.4000000000000017 3.19,-1.4000000000000017" data-type="line" data-label="" points="182.22450025627876,361.2369724927388 177.44062873739955,361.2369724927388 177.44062873739955,284.4558346147275 255.8961216470186,284.4558346147275" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6499999999999995,-3.4050000000000016 0.1950000000000003,-3.4050000000000016 0.1950000000000003,-6.814999999999999" data-type="line" data-label="" points="182.22450025627876,380.37245856825564 112.61916965658631,380.37245856825564 112.61916965658631,543.5024773620365" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.289999999999999,-3.415000000000002 6.289999999999999,-3.1050000000000013 3.65,-3.1050000000000013" data-type="line" data-label="" points="404.196138732274,380.8508457201436 404.196138732274,366.020844011618 277.90193063386295,366.020844011618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.659999999999999,-3.4250000000000007 7.659999999999999,-3.1050000000000013 6.289999999999999,-3.1050000000000013 6.289999999999999,-3.415000000000002" data-type="line" data-label="" points="469.73517854091915,381.3292328720314 469.73517854091915,366.020844011618 404.196138732274,366.020844011618 404.196138732274,380.8508457201436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="9.62,-3.505000000000001 9.62,-3.1050000000000013 7.659999999999999,-3.1050000000000013" data-type="line" data-label="" points="563.4990603109517,385.15633008713485 563.4990603109517,366.020844011618 469.73517854091915,366.020844011618" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.675,3.089999999999998 4.675,3.2899999999999983 4.304999999999999,3.2899999999999983 4.304999999999999,1.5599999999999987" data-type="line" data-label="" points="326.93661370237487,69.66000341705106 326.93661370237487,60.09226037929264 309.2362890825217,60.09226037929264 309.2362890825217,142.85323765590294" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.92,0.5999999999999988 4.92,0.3999999999999986 3.38,0.3999999999999986 3.38,0.5049999999999986 2.795,0.5049999999999986" data-type="line" data-label="" points="338.6570989236289,188.77840423714332 338.6570989236289,198.34614727490174 264.9854775328891,198.34614727490174 264.9854775328891,193.3230821800786 236.99982914744572,193.3230821800786" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="3.1799999999999997,-0.10000000000000131 3.1799999999999997,0.0509999999999987 3.129,0.0509999999999987" data-type="line" data-label="" points="255.41773449513065,222.26550486929779 255.41773449513065,215.04185887579018 252.97796002050228,215.04185887579018" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="0" data-y="0" x="43.492226208781716" y="121.80420297283433" width="119.59678797198023" height="191.35486075516837" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="5.0249999999999995" data-y="-0.7950000000000014" x="318.8040321202801" y="239.24824876131902" width="49.75226379634387" height="32.53032632837861" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="2.88" data-y="-0.6500000000000015" x="220.97385955920038" y="222.26550486929779" width="40.184520758585336" height="52.6225867076713" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="3.0125" data-y="1.4099999999999986" x="221.45224671108826" y="135.67743037758413" width="51.90500597983947" height="28.703229113275256" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.65" data-y="-3.2050000000000014" x="182.22450025627876" y="351.6692294549804" width="95.67743037758419" height="38.270972151033675" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="5.055" data-y="0.9799999999999988" x="323.10951648727143" y="152.42098069366136" width="44.01161797368877" height="36.357423543481985" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="4.914999999999999" data-y="-3.8050000000000015" x="313.541773449513" y="381.3292328720314" width="49.752263796343755" height="36.35742354348213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="6.464999999999999" data-y="-3.8050000000000015" x="377.8848453784384" y="380.8508457201436" width="69.36613702374848" height="37.31419784725779" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="7.794999999999999" data-y="-3.8050000000000015" x="454.1875961045618" y="381.3292328720314" width="44.01161797368866" height="36.35742354348213" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="9.8025" data-y="-5.3450000000000015" x="547.9514778745943" y="446.15069195284474" width="48.55629591662398" height="54.05774816333508" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="9.7775" data-y="-3.8050000000000015" x="547.9514778745943" y="385.15633008713485" width="46.16436015718432" height="28.703229113275256" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="0.19500000000000028" data-y="-7.1949999999999985" x="100.65949085938828" y="543.5024773620364" width="23.919357594396047" height="36.357423543482014" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="4.8925" data-y="2.7899999999999983" x="311.38903126601735" y="69.66000341705106" width="51.90500597983953" height="28.703229113275242" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="J1" data-x="1.07" data-y="1.7149999999999999" x="145.8670767127968" y="129.4583974030411" width="17.221937467965148" height="11.959678797198023" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="MIC5219_3_3YM5_TR" data-x="3.07" data-y="-3.735000000000001" x="201.35998633179557" y="391.8537502135657" width="97.5909789851359" height="8.610968733982588" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="U3" data-x="2.17" data-y="-2.6900000000000013" x="198.48966342046805" y="340.1879378096703" width="17.221937467965148" height="11.959678797197967" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="netId: V5
4
4
  globalConnNetId: connectivity_net2" data-x="2.795" data-y="2.1199999999999988" x="228.38886041346314" y="106.01742696053302" width="17.221937467965148" height="20.092260379292682" fill="#ef444466" stroke="#ef4444" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="netId: DP
5
5
  globalConnNetId: connectivity_net3" data-x="1.63" data-y="0.2999999999999998" x="172.65675721852034" y="198.34614727490168" width="17.221937467965176" height="9.567743037758419" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="netId: DM
6
6
  globalConnNetId: connectivity_net4" data-x="1.63" data-y="-0.10000000000000009" x="172.65675721852034" y="217.48163335041852" width="17.221937467965176" height="9.567743037758419" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.020903571428571424"/></g><g><rect data-type="rect" data-label="netId: GND
@@ -125,7 +125,7 @@ orientation: y-" data-x="4.675" data-y="2.4899999999999984" cx="326.936613702374
125
125
  .port-label { fill: rgb(0, 100, 100); }
126
126
  .component-name { fill: rgb(0, 100, 100); }
127
127
 
128
- </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 531.74744447884 473.4662924010181 L 599.368031893172 473.4662924010181 L 599.368031893172 481.0499096811301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.74744447884 473.4662924010181 L 599.368031893172 473.4662924010181 L 599.368031893172 481.0499096811301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 909.0324041644119 524.0237409350982 L 909.0324041644119 566.6815881357281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 524.0237409350982 L 909.0324041644119 566.6815881357281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 188.76466034348002 L 392.71446101012 188.76466034348002 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 188.76466034348002 L 392.71446101012 188.76466034348002 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 477.714171358042 156.5342869030041 L 477.714171358042 143.8949247694841 L 392.71446101012 143.8949247694841 L 392.71446101012 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.714171358042 156.5342869030041 L 477.714171358042 143.8949247694841 L 392.71446101012 143.8949247694841 L 392.71446101012 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 456.543239784396 311.9984411453001 L 437.584196584116 311.9984411453001 L 437.584196584116 143.8949247694841" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.543239784396 311.9984411453001 L 437.584196584116 311.9984411453001 L 437.584196584116 143.8949247694841" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 651.505400693942 319.2660743720741 L 664.144762827462 319.2660743720741 L 664.144762827462 348.96857538584607 L 437.584196584116 348.96857538584607 L 437.584196584116 311.9984411453001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 651.505400693942 319.2660743720741 L 664.144762827462 319.2660743720741 L 664.144762827462 348.96857538584607 L 437.584196584116 348.96857538584607 L 437.584196584116 311.9984411453001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 245.64178994432004 L 392.71446101012 245.64178994432004 L 392.71446101012 258.28115207784003 L 380.0750988766 258.28115207784003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 245.64178994432004 L 392.71446101012 245.64178994432004 L 392.71446101012 258.28115207784003 L 380.0750988766 258.28115207784003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 270.92051421136 L 392.71446101012 270.92051421136 L 392.71446101012 283.55987634488 L 380.0750988766 283.55987634488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 270.92051421136 L 392.71446101012 270.92051421136 L 392.71446101012 283.55987634488 L 380.0750988766 283.55987634488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 353.07636807924 L 392.71446101012 353.07636807924 L 392.71446101012 340.43700594572005 L 380.0750988766 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 353.07636807924 L 392.71446101012 353.07636807924 L 392.71446101012 340.43700594572005 L 380.0750988766 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 315.29836794231 390.9944544798 L 315.29836794231 403.63381661332005 L 392.71446101012 403.63381661332005 L 392.71446101012 353.07636807924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 315.29836794231 390.9944544798 L 315.29836794231 403.63381661332005 L 392.71446101012 403.63381661332005 L 392.71446101012 353.07636807924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 302.65900580879 390.9944544798 L 302.65900580879 403.63381661332005 L 315.29836794231 403.63381661332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.65900580879 390.9944544798 L 302.65900580879 403.63381661332005 L 315.29836794231 403.63381661332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 290.01964367527 390.9944544798 L 290.01964367527 403.63381661332005 L 302.65900580879 403.63381661332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 290.01964367527 390.9944544798 L 290.01964367527 403.63381661332005 L 302.65900580879 403.63381661332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 277.38028154175004 390.9944544798 L 277.38028154175004 403.63381661332005 L 290.01964367527 403.63381661332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 277.38028154175004 390.9944544798 L 277.38028154175004 403.63381661332005 L 290.01964367527 403.63381661332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 405.35382314364 467.14661133425807 L 392.71446101012 467.14661133425807 L 392.71446101012 353.07636807924 L 380.0750988766 353.07636807924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 467.14661133425807 L 392.71446101012 467.14661133425807 L 392.71446101012 353.07636807924 L 380.0750988766 353.07636807924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 477.714171358042 194.45237330356412 L 477.714171358042 232.68644375746211 L 450.223558717636 232.68644375746211 L 450.223558717636 340.43700594572005 L 380.0750988766 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.714171358042 194.45237330356412 L 477.714171358042 232.68644375746211 L 450.223558717636 232.68644375746211 L 450.223558717636 340.43700594572005 L 380.0750988766 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 599.368031893172 529.0794857885062 L 599.368031893172 541.7188479220262 L 392.71446101012 541.7188479220262 L 392.71446101012 467.14661133425807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 599.368031893172 529.0794857885062 L 599.368031893172 541.7188479220262 L 392.71446101012 541.7188479220262 L 392.71446101012 467.14661133425807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 698.587024641304 529.7114538951821 L 698.587024641304 541.7188479220262 L 599.368031893172 541.7188479220262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.587024641304 529.7114538951821 L 698.587024641304 541.7188479220262 L 599.368031893172 541.7188479220262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 785.1666552559159 541.7188479220262 L 698.587024641304 541.7188479220262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1666552559159 541.7188479220262 L 698.587024641304 541.7188479220262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 909.0324041644119 638.0939841901161 L 909.0324041644119 650.7333463236359 L 785.1666552559159 650.7333463236359 L 785.1666552559159 529.0794857885062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 638.0939841901161 L 909.0324041644119 650.7333463236359 L 785.1666552559159 650.7333463236359 L 785.1666552559159 529.0794857885062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 502.676911571744 340.4370059457201 L 502.676911571744 353.0763680792401 L 573.141355466118 353.0763680792401 L 573.141355466118 319.26607437207406 L 585.7807175996379 319.26607437207406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.676911571744 340.4370059457201 L 502.676911571744 353.0763680792401 L 573.141355466118 353.0763680792401 L 573.141355466118 319.26607437207406 L 585.7807175996379 319.26607437207406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 612.007394026692 166.0138085031441 L 573.141355466118 166.0138085031441 L 573.141355466118 319.26607437207406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 612.007394026692 166.0138085031441 L 573.141355466118 166.0138085031441 L 573.141355466118 319.26607437207406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 405.35382314364 454.5072492007381 L 399.03414207688 454.5072492007381 L 399.03414207688 353.0763680792401 L 502.676911571744 353.0763680792401 L 502.676911571744 340.4370059457201" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 454.5072492007381 L 399.03414207688 454.5072492007381 L 399.03414207688 353.0763680792401 L 502.676911571744 353.0763680792401 L 502.676911571744 340.4370059457201" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 405.35382314364 479.78597346777815 L 313.402463622282 479.78597346777815 L 313.402463622282 695.2870978442938" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 479.78597346777815 L 313.402463622282 479.78597346777815 L 313.402463622282 695.2870978442938" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 698.587024641304 480.4179415744541 L 698.587024641304 460.8269302674981 L 531.74744447884 460.8269302674981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.587024641304 480.4179415744541 L 698.587024641304 460.8269302674981 L 531.74744447884 460.8269302674981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 785.1666552559159 481.0499096811301 L 785.1666552559159 460.8269302674981 L 698.587024641304 460.8269302674981 L 698.587024641304 480.4179415744541" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1666552559159 481.0499096811301 L 785.1666552559159 460.8269302674981 L 698.587024641304 460.8269302674981 L 698.587024641304 480.4179415744541" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 909.0324041644119 486.1056545345381 L 909.0324041644119 460.8269302674981 L 785.1666552559159 460.8269302674981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 486.1056545345381 L 909.0324041644119 460.8269302674981 L 785.1666552559159 460.8269302674981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 596.52417541313 69.32268818171613 L 596.52417541313 56.683326048196136 L 573.141355466118 56.683326048196136 L 573.141355466118 166.0138085031441" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 596.52417541313 69.32268818171613 L 596.52417541313 56.683326048196136 L 573.141355466118 56.683326048196136 L 573.141355466118 166.0138085031441" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 612.007394026692 226.6827467440401 L 612.007394026692 239.3221088775601 L 514.684305598588 239.3221088775601 L 514.684305598588 232.68644375746211 L 477.714171358042 232.68644375746211" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 612.007394026692 226.6827467440401 L 612.007394026692 239.3221088775601 L 514.684305598588 239.3221088775601 L 514.684305598588 232.68644375746211 L 477.714171358042 232.68644375746211" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 502.044943465068 270.9205142113601 L 502.044943465068 261.3777958005525 L 498.82190612102045 261.3777958005525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.044943465068 270.9205142113601 L 502.044943465068 261.3777958005525 L 498.82190612102045 261.3777958005525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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"><circle cx="392.71446101012" cy="176.12529820996002" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="437.584196584116" cy="311.9984411453001" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="380.0750988766" cy="353.07636807924" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="392.71446101012" cy="353.07636807924" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="380.0750988766" cy="340.43700594572005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="315.29836794231" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="302.65900580879" cy="403.63381661332005" r="1.895904320028" 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_11__stack1"><circle cx="290.01964367527" cy="403.63381661332005" r="1.895904320028" 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_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="392.71446101012" cy="467.14661133425807" r="1.895904320028" 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_14__stack1"><circle cx="477.714171358042" cy="232.68644375746211" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="599.368031893172" cy="541.7188479220262" r="1.895904320028" 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_16__stack1"><circle cx="698.587024641304" cy="541.7188479220262" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="502.676911571744" cy="340.4370059457201" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="502.676911571744" cy="353.0763680792401" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="573.141355466118" cy="319.26607437207406" r="1.895904320028" 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_20__stack1"><circle cx="573.141355466118" cy="166.0138085031441" r="1.895904320028" 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_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><circle cx="698.587024641304" cy="480.4179415744541" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="698.587024641304" cy="460.8269302674981" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><circle cx="785.1666552559159" cy="460.8269302674981" r="1.895904320028" 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_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><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="247.36179647464002" y="163.48593607644" width="107.43457813492" height="202.22979413632004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="247.36179647464002" y="163.48593607644" width="107.43457813492" height="202.22979413632004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="176.12529820996002" x2="380.0750988766" y2="176.12529820996002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="378.811162663248" y="174.86136199660803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="174.86136199660803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="188.76466034348002" x2="380.0750988766" y2="188.76466034348002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="378.811162663248" y="187.50072413012802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="187.50072413012802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="210.88354407714002" x2="378.811162663248" y2="210.88354407714002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="210.88354407714002" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="209.61960786378802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="209.61960786378802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="223.52290621066004" x2="378.811162663248" y2="223.52290621066004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="223.52290621066004" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="222.25896999730804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="222.25896999730804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="245.64178994432004" x2="380.0750988766" y2="245.64178994432004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="378.811162663248" y="244.37785373096804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="244.377853730968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="258.28115207784003" x2="380.0750988766" y2="258.28115207784003" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="378.811162663248" y="257.01721586448804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="257.01721586448804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="270.92051421136" x2="380.0750988766" y2="270.92051421136" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="378.811162663248" y="269.656577998008" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="269.656577998008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="283.55987634488" x2="380.0750988766" y2="283.55987634488" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="378.811162663248" y="282.295940131528" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="282.295940131528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="305.67876007854" x2="378.811162663248" y2="305.67876007854" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="305.67876007854" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="304.414823865188" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="304.41482386518805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="318.31812221206" x2="378.811162663248" y2="318.31812221206" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="318.31812221206" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="317.054185998708" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="317.054185998708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="340.43700594572005" x2="380.0750988766" y2="340.43700594572005" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="378.811162663248" y="339.17306973236805" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="339.17306973236805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="353.07636807924" x2="380.0750988766" y2="353.07636807924" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="378.811162663248" y="351.812431865888" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="351.812431865888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="277.38028154175004" y1="365.71573021276004" x2="277.38028154175004" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="276.11634532839804" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="276.11634532839804" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 276.11634532839804 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="290.01964367527" y1="365.71573021276004" x2="290.01964367527" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="288.755707461918" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="288.755707461918" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 288.755707461918 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="302.65900580879" y1="365.71573021276004" x2="302.65900580879" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="301.39506959543803" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.39506959543803" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 301.39506959543803 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="315.29836794231" y1="365.71573021276004" x2="315.29836794231" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="314.034431728958" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.034431728958" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 314.034431728958 378.35509234628)"></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="611.059441866678" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="611.059441866678" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="611.059441866678" y1="319.2660743720741" x2="585.7807175996379" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="584.5167813862859" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.420079733158" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="626.226676426902" y1="319.2660743720741" x2="651.505400693942" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="650.2414644805899" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.866038560422" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></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="479.92605973140803" y="296.1992384784001" width="6.319681066759927" height="18.959043200280007" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="479.92605973140803" y="296.1992384784001" width="6.319681066759927" height="18.959043200280007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="502.044943465068" y1="296.1992384784001" x2="502.044943465068" y2="270.9205142113601" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="500.781007251716" y="269.6565779980081" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="500.781007251716" y="283.5598763448801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 500.781007251716 283.5598763448801)"></text><line class="component-pin sch-component-pin sch-port-line" x1="502.676911571744" y1="315.1582816786801" x2="502.676911571744" y2="340.4370059457201" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="501.412975358392" y="339.1730697323681" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="501.41297535839203" y="327.79764381220014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 501.41297535839203 327.79764381220014)"></text><line class="component-pin sch-component-pin sch-port-line" x1="479.92605973140803" y1="311.9984411453001" x2="456.543239784396" y2="311.9984411453001" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="455.279303571044" y="310.7345049319481" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.23464975790205" y="310.7345049319481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" 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="457.175207891072" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="457.175207891072" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="477.714171358042" y1="172.3334895699041" x2="477.714171358042" y2="156.5342869030041" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="476.45023514469" y="155.2703506896521" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.45023514469" y="164.4338882364541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 476.45023514469 164.4338882364541)"></text><line class="component-pin sch-component-pin sch-port-line" x1="477.714171358042" y1="178.65317063666413" x2="477.714171358042" y2="194.45237330356412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="476.45023514469" y="193.18843709021212" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.45023514469" y="186.55277197011412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 476.45023514469 186.55277197011412)"></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="430.63254741068" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="430.63254741068" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="454.5072492007381" x2="405.35382314364" y2="454.5072492007381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="404.089886930288" y="453.2433129873861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="453.24331298738605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="467.14661133425807" x2="405.35382314364" y2="467.14661133425807" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="404.089886930288" y="465.8826751209061" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="465.88267512090613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="479.78597346777815" x2="405.35382314364" y2="479.78597346777815" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="404.089886930288" y="478.52203725442615" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="478.5220372544261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.4687202118" y1="473.4662924010181" x2="531.74744447884" y2="473.4662924010181" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="530.4835082654879" y="472.2023561876661" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.10808234532" y="472.2023561876661" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.4687202118" y1="460.8269302674981" x2="531.74744447884" y2="460.8269302674981" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="530.4835082654879" y="459.5629940541461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.10808234532" y="459.5629940541461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></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="591.4684305597219" y="199.5081181569721" width="58.141065814192075" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="591.4684305597219" y="199.5081181569721" width="58.141065814192075" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="612.007394026692" y1="199.5081181569721" x2="612.007394026692" y2="178.6531706366641" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="610.74345781334" y="177.3892344233121" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="610.74345781334" y="189.08064439681812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 610.74345781334 189.08064439681812)"></text><line class="component-pin sch-component-pin sch-port-line" x1="612.007394026692" y1="205.8277992237321" x2="612.007394026692" y2="226.6827467440401" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="610.74345781334" y="225.4188105306881" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="610.74345781334" y="216.2552729838861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 610.74345781334 216.2552729838861)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="578.829068426202" y="501.9048572014381" width="65.72468309430394" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="578.829068426202" y="501.9048572014381" width="65.72468309430394" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="599.368031893172" y1="501.9048572014381" x2="599.368031893172" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="598.1040956798199" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.10409567982" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 598.10409567982 491.4773834412841)"></text><line class="component-pin sch-component-pin sch-port-line" x1="599.368031893172" y1="508.2245382681981" x2="599.368031893172" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="598.1040956798199" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.10409567982" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 598.10409567982 518.6520120283521)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="663.828778774124" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="663.828778774124" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="698.587024641304" y1="508.2245382681981" x2="698.587024641304" y2="529.7114538951821" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="697.3230884279519" y="528.44751768183" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.3230884279519" y="518.9679960816901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 697.3230884279519 518.9679960816901)"></text><line class="component-pin sch-component-pin sch-port-line" x1="698.587024641304" y1="501.9048572014381" x2="698.587024641304" y2="480.4179415744541" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="697.3230884279519" y="479.1540053611021" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.3230884279519" y="491.1613993879461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 697.3230884279519 491.1613993879461)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="764.6276917889459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="764.6276917889459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="785.1666552559159" y1="501.9048572014381" x2="785.1666552559159" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="783.9027190425638" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.9027190425641" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 783.9027190425641 491.4773834412841)"></text><line class="component-pin sch-component-pin sch-port-line" x1="785.1666552559159" y1="508.2245382681981" x2="785.1666552559159" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="783.9027190425638" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.9027190425641" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 783.9027190425641 518.6520120283521)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="888.4934406974419" y="591.9603124027681" width="64.14476282761416" height="20.854947520308087" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="888.4934406974419" y="591.9603124027681" width="64.14476282761416" height="20.854947520308087" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="612.8152599230762" x2="909.0324041644119" y2="638.0939841901161" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="907.7684679510598" y="636.830047976764" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="625.4546220565961" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 625.4546220565961)"></text><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="591.9603124027681" x2="909.0324041644119" y2="566.6815881357281" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="907.7684679510598" y="565.4176519223761" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="579.3209502692481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 579.3209502692481)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="888.4934406974419" y="501.9048572014381" width="60.98492229423414" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="888.4934406974419" y="501.9048572014381" width="60.98492229423414" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="508.2245382681981" x2="909.0324041644119" y2="524.0237409350982" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="907.7684679510598" y="522.7598047217461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="516.1241396016482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 516.1241396016482)"></text><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="501.9048572014381" x2="909.0324041644119" y2="486.1056545345381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="907.7684679510598" y="484.8417183211861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="494.0052558679881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 494.0052558679881)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="297.60326095538204" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="297.60326095538204" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="313.402463622282" y1="722.461726431362" x2="313.402463622282" y2="742.052737738318" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="313.402463622282" cy="743.3166739516698" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="312.13852740893003" y="742.0527377383178" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.13852740893003" y="732.8892001915159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 312.13852740893003 732.8892001915159)"></text><line class="component-pin sch-component-pin sch-port-line" x1="313.402463622282" y1="716.1420453646019" x2="313.402463622282" y2="695.2870978442938" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="312.13852740893003" y="694.0231616309418" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.13852740893003" y="705.7145716044479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 312.13852740893003 705.7145716044479)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="575.98521194616" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="575.98521194616" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="596.52417541313" y1="85.12189084861615" x2="596.52417541313" y2="69.32268818171613" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="595.260239199778" y="68.05875196836413" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.260239199778" y="77.22228951516615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 595.260239199778 77.22228951516615)"></text><line class="component-pin sch-component-pin sch-port-line" x1="596.52417541313" y1="91.44157191537613" x2="596.52417541313" y2="105.97683836892412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="596.52417541313" cy="107.24077458227612" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="595.260239199778" y="105.97683836892412" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.260239199778" y="99.34117324882612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 595.260239199778 99.34117324882612)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="380.0750988766" cy="176.12529820996002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="380.0750988766" cy="188.76466034348002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="380.0750988766" cy="210.88354407714002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="380.0750988766" cy="223.52290621066004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="380.0750988766" cy="245.64178994432004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="380.0750988766" cy="258.28115207784003" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="380.0750988766" cy="270.92051421136" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="380.0750988766" cy="283.55987634488" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="380.0750988766" cy="305.67876007854" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="380.0750988766" cy="318.31812221206" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="380.0750988766" cy="340.43700594572005" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="380.0750988766" cy="353.07636807924" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="277.38028154175004" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="290.01964367527" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="302.65900580879" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="315.29836794231" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="585.7807175996379" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="651.505400693942" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="502.044943465068" cy="270.9205142113601" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="502.676911571744" cy="340.4370059457201" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="456.543239784396" cy="311.9984411453001" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="477.714171358042" cy="156.5342869030041" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="477.714171358042" cy="194.45237330356412" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="405.35382314364" cy="454.5072492007381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="405.35382314364" cy="467.14661133425807" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="405.35382314364" cy="479.78597346777815" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="531.74744447884" cy="473.4662924010181" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="531.74744447884" cy="460.8269302674981" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="612.007394026692" cy="178.6531706366641" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="612.007394026692" cy="226.6827467440401" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="599.368031893172" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="599.368031893172" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="698.587024641304" cy="529.7114538951821" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="698.587024641304" cy="480.4179415744541" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="785.1666552559159" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="785.1666552559159" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="909.0324041644119" cy="638.0939841901161" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="909.0324041644119" cy="566.6815881357281" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="909.0324041644119" cy="524.0237409350982" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="909.0324041644119" cy="486.1056545345381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="313.402463622282" cy="743.3166739516698" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="313.402463622282" cy="695.2870978442938" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="596.52417541313" cy="69.32268818171613" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="596.52417541313" cy="107.24077458227612" r="2.527872426704" 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="
128
+ </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 531.74744447884 473.4662924010181 L 599.368031893172 473.4662924010181 L 599.368031893172 481.0499096811301" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 531.74744447884 473.4662924010181 L 599.368031893172 473.4662924010181 L 599.368031893172 481.0499096811301" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 909.0324041644119 524.0237409350982 L 909.0324041644119 566.6815881357281" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 524.0237409350982 L 909.0324041644119 566.6815881357281" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 188.76466034348002 L 392.71446101012 188.76466034348002 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 188.76466034348002 L 392.71446101012 188.76466034348002 L 392.71446101012 176.12529820996002 L 380.0750988766 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 477.714171358042 156.5342869030041 L 477.714171358042 143.8949247694841 L 392.71446101012 143.8949247694841 L 392.71446101012 176.12529820996002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.714171358042 156.5342869030041 L 477.714171358042 143.8949247694841 L 392.71446101012 143.8949247694841 L 392.71446101012 176.12529820996002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 456.543239784396 311.9984411453001 L 437.584196584116 311.9984411453001 L 437.584196584116 143.8949247694841" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 456.543239784396 311.9984411453001 L 437.584196584116 311.9984411453001 L 437.584196584116 143.8949247694841" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 651.505400693942 319.2660743720741 L 664.144762827462 319.2660743720741 L 664.144762827462 348.96857538584607 L 437.584196584116 348.96857538584607 L 437.584196584116 311.9984411453001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 651.505400693942 319.2660743720741 L 664.144762827462 319.2660743720741 L 664.144762827462 348.96857538584607 L 437.584196584116 348.96857538584607 L 437.584196584116 311.9984411453001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 245.64178994432004 L 392.71446101012 245.64178994432004 L 392.71446101012 258.28115207784003 L 380.0750988766 258.28115207784003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 245.64178994432004 L 392.71446101012 245.64178994432004 L 392.71446101012 258.28115207784003 L 380.0750988766 258.28115207784003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 270.92051421136 L 392.71446101012 270.92051421136 L 392.71446101012 283.55987634488 L 380.0750988766 283.55987634488" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 270.92051421136 L 392.71446101012 270.92051421136 L 392.71446101012 283.55987634488 L 380.0750988766 283.55987634488" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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 380.0750988766 353.07636807924 L 392.71446101012 353.07636807924 L 392.71446101012 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 380.0750988766 353.07636807924 L 392.71446101012 353.07636807924 L 392.71446101012 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 315.29836794231 390.9944544798 L 315.29836794231 403.63381661332005 L 392.71446101012 403.63381661332005 L 392.71446101012 353.07636807924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 315.29836794231 390.9944544798 L 315.29836794231 403.63381661332005 L 392.71446101012 403.63381661332005 L 392.71446101012 353.07636807924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 302.65900580879 390.9944544798 L 302.65900580879 403.63381661332005 L 315.29836794231 403.63381661332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 302.65900580879 390.9944544798 L 302.65900580879 403.63381661332005 L 315.29836794231 403.63381661332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 290.01964367527 390.9944544798 L 290.01964367527 403.63381661332005 L 302.65900580879 403.63381661332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 290.01964367527 390.9944544798 L 290.01964367527 403.63381661332005 L 302.65900580879 403.63381661332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 277.38028154175004 390.9944544798 L 277.38028154175004 403.63381661332005 L 290.01964367527 403.63381661332005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 277.38028154175004 390.9944544798 L 277.38028154175004 403.63381661332005 L 290.01964367527 403.63381661332005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 405.35382314364 467.14661133425807 L 392.71446101012 467.14661133425807 L 392.71446101012 353.07636807924" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 467.14661133425807 L 392.71446101012 467.14661133425807 L 392.71446101012 353.07636807924" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 477.714171358042 194.45237330356412 L 477.714171358042 232.68644375746211 L 450.223558717636 232.68644375746211 L 450.223558717636 340.43700594572005 L 380.0750988766 340.43700594572005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.714171358042 194.45237330356412 L 477.714171358042 232.68644375746211 L 450.223558717636 232.68644375746211 L 450.223558717636 340.43700594572005 L 380.0750988766 340.43700594572005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 599.368031893172 529.0794857885062 L 599.368031893172 541.7188479220262 L 392.71446101012 541.7188479220262 L 392.71446101012 467.14661133425807" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 599.368031893172 529.0794857885062 L 599.368031893172 541.7188479220262 L 392.71446101012 541.7188479220262 L 392.71446101012 467.14661133425807" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 698.587024641304 529.7114538951821 L 698.587024641304 541.7188479220262 L 599.368031893172 541.7188479220262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.587024641304 529.7114538951821 L 698.587024641304 541.7188479220262 L 599.368031893172 541.7188479220262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"><path d="M 785.1666552559159 541.7188479220262 L 698.587024641304 541.7188479220262" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1666552559159 541.7188479220262 L 698.587024641304 541.7188479220262" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"><path d="M 909.0324041644119 638.0939841901161 L 909.0324041644119 650.7333463236359 L 785.1666552559159 650.7333463236359 L 785.1666552559159 529.0794857885062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 638.0939841901161 L 909.0324041644119 650.7333463236359 L 785.1666552559159 650.7333463236359 L 785.1666552559159 529.0794857885062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><path d="M 502.676911571744 340.4370059457201 L 502.676911571744 353.0763680792401 L 573.141355466118 353.0763680792401 L 573.141355466118 319.26607437207406 L 585.7807175996379 319.26607437207406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.676911571744 340.4370059457201 L 502.676911571744 353.0763680792401 L 573.141355466118 353.0763680792401 L 573.141355466118 319.26607437207406 L 585.7807175996379 319.26607437207406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"><path d="M 612.007394026692 178.6531706366641 L 612.007394026692 166.0138085031441 L 573.141355466118 166.0138085031441 L 573.141355466118 319.26607437207406" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 612.007394026692 178.6531706366641 L 612.007394026692 166.0138085031441 L 573.141355466118 166.0138085031441 L 573.141355466118 319.26607437207406" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"><path d="M 405.35382314364 454.5072492007381 L 399.03414207688 454.5072492007381 L 399.03414207688 353.0763680792401 L 502.676911571744 353.0763680792401" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 454.5072492007381 L 399.03414207688 454.5072492007381 L 399.03414207688 353.0763680792401 L 502.676911571744 353.0763680792401" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"><path d="M 405.35382314364 479.78597346777815 L 313.402463622282 479.78597346777815 L 313.402463622282 695.2870978442938" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 405.35382314364 479.78597346777815 L 313.402463622282 479.78597346777815 L 313.402463622282 695.2870978442938" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><path d="M 698.587024641304 480.4179415744541 L 698.587024641304 460.8269302674981 L 531.74744447884 460.8269302674981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 698.587024641304 480.4179415744541 L 698.587024641304 460.8269302674981 L 531.74744447884 460.8269302674981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><path d="M 785.1666552559159 481.0499096811301 L 785.1666552559159 460.8269302674981 L 698.587024641304 460.8269302674981 L 698.587024641304 480.4179415744541" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1666552559159 481.0499096811301 L 785.1666552559159 460.8269302674981 L 698.587024641304 460.8269302674981 L 698.587024641304 480.4179415744541" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__stack1"><path d="M 909.0324041644119 486.1056545345381 L 909.0324041644119 460.8269302674981 L 785.1666552559159 460.8269302674981" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 909.0324041644119 486.1056545345381 L 909.0324041644119 460.8269302674981 L 785.1666552559159 460.8269302674981" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"><path d="M 596.52417541313 69.32268818171613 L 596.52417541313 56.683326048196136 L 573.141355466118 56.683326048196136 L 573.141355466118 166.0138085031441" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 596.52417541313 69.32268818171613 L 596.52417541313 56.683326048196136 L 573.141355466118 56.683326048196136 L 573.141355466118 166.0138085031441" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"><path d="M 612.007394026692 226.6827467440401 L 612.007394026692 239.3221088775601 L 514.684305598588 239.3221088775601 L 514.684305598588 232.68644375746211 L 477.714171358042 232.68644375746211" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 612.007394026692 226.6827467440401 L 612.007394026692 239.3221088775601 L 514.684305598588 239.3221088775601 L 514.684305598588 232.68644375746211 L 477.714171358042 232.68644375746211" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"><path d="M 502.044943465068 270.9205142113601 L 502.044943465068 261.3777958005525 L 498.82190612102045 261.3777958005525" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="10.111489706816px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 502.044943465068 270.9205142113601 L 502.044943465068 261.3777958005525 L 498.82190612102045 261.3777958005525" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.263936213352px" 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"><circle cx="392.71446101012" cy="176.12529820996002" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><circle cx="437.584196584116" cy="311.9984411453001" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><circle cx="392.71446101012" cy="353.07636807924" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="315.29836794231" cy="403.63381661332005" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><circle cx="302.65900580879" cy="403.63381661332005" r="1.895904320028" 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_11__stack1"><circle cx="290.01964367527" cy="403.63381661332005" r="1.895904320028" 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_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><circle cx="392.71446101012" cy="467.14661133425807" r="1.895904320028" 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_14__stack1"><circle cx="477.714171358042" cy="232.68644375746211" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><circle cx="599.368031893172" cy="541.7188479220262" r="1.895904320028" 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_16__stack1"><circle cx="698.587024641304" cy="541.7188479220262" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"><circle cx="502.676911571744" cy="353.0763680792401" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="573.141355466118" cy="319.26607437207406" r="1.895904320028" 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_20__stack1"><circle cx="573.141355466118" cy="166.0138085031441" r="1.895904320028" 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_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"><circle cx="698.587024641304" cy="480.4179415744541" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="698.587024641304" cy="460.8269302674981" r="1.895904320028" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"><circle cx="785.1666552559159" cy="460.8269302674981" r="1.895904320028" 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_25__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_26__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_27__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_28__stack1"/><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="247.36179647464002" y="163.48593607644" width="107.43457813492" height="202.22979413632004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="247.36179647464002" y="163.48593607644" width="107.43457813492" height="202.22979413632004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="176.12529820996002" x2="380.0750988766" y2="176.12529820996002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="378.811162663248" y="174.86136199660803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="174.86136199660803" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="188.76466034348002" x2="380.0750988766" y2="188.76466034348002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="378.811162663248" y="187.50072413012802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="187.50072413012802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="210.88354407714002" x2="378.811162663248" y2="210.88354407714002" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="210.88354407714002" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="209.61960786378802" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="209.61960786378802" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="223.52290621066004" x2="378.811162663248" y2="223.52290621066004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="223.52290621066004" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="222.25896999730804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="222.25896999730804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="245.64178994432004" x2="380.0750988766" y2="245.64178994432004" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="378.811162663248" y="244.37785373096804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="244.377853730968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="258.28115207784003" x2="380.0750988766" y2="258.28115207784003" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="378.811162663248" y="257.01721586448804" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="257.01721586448804" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="270.92051421136" x2="380.0750988766" y2="270.92051421136" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><rect x="378.811162663248" y="269.656577998008" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="269.656577998008" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="283.55987634488" x2="380.0750988766" y2="283.55987634488" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="378.811162663248" y="282.295940131528" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="282.295940131528" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="305.67876007854" x2="378.811162663248" y2="305.67876007854" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="305.67876007854" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="304.414823865188" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="304.41482386518805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="318.31812221206" x2="378.811162663248" y2="318.31812221206" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="380.0750988766" cy="318.31812221206" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="378.811162663248" y="317.054185998708" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="317.054185998708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="340.43700594572005" x2="380.0750988766" y2="340.43700594572005" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><rect x="378.811162663248" y="339.17306973236805" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="339.17306973236805" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="354.79637460956" y1="353.07636807924" x2="380.0750988766" y2="353.07636807924" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><rect x="378.811162663248" y="351.812431865888" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="367.43573674308004" y="351.812431865888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="277.38028154175004" y1="365.71573021276004" x2="277.38028154175004" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="276.11634532839804" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="276.11634532839804" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 276.11634532839804 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="290.01964367527" y1="365.71573021276004" x2="290.01964367527" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><rect x="288.755707461918" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="288.755707461918" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 288.755707461918 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="302.65900580879" y1="365.71573021276004" x2="302.65900580879" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><rect x="301.39506959543803" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="301.39506959543803" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 301.39506959543803 378.35509234628)"></text><line class="component-pin sch-component-pin sch-port-line" x1="315.29836794231" y1="365.71573021276004" x2="315.29836794231" y2="390.9944544798" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><rect x="314.034431728958" y="389.73051826644803" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.034431728958" y="378.35509234628" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 314.034431728958 378.35509234628)"></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="611.059441866678" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="611.059441866678" y="293.3553819983581" width="15.167234560224074" height="42.973831253968" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="611.059441866678" y1="319.2660743720741" x2="585.7807175996379" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="584.5167813862859" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.420079733158" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="626.226676426902" y1="319.2660743720741" x2="651.505400693942" y2="319.2660743720741" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="650.2414644805899" y="318.0021381587221" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="638.866038560422" y="318.0021381587221" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></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="479.92605973140803" y="296.1992384784001" width="6.319681066759927" height="18.959043200280007" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="479.92605973140803" y="296.1992384784001" width="6.319681066759927" height="18.959043200280007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="502.044943465068" y1="296.1992384784001" x2="502.044943465068" y2="270.9205142113601" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="500.781007251716" y="269.6565779980081" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="500.781007251716" y="283.5598763448801" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 500.781007251716 283.5598763448801)"></text><line class="component-pin sch-component-pin sch-port-line" x1="502.676911571744" y1="315.1582816786801" x2="502.676911571744" y2="340.4370059457201" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="501.412975358392" y="339.1730697323681" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="501.41297535839203" y="327.79764381220014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 501.41297535839203 327.79764381220014)"></text><line class="component-pin sch-component-pin sch-port-line" x1="479.92605973140803" y1="311.9984411453001" x2="456.543239784396" y2="311.9984411453001" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><rect x="455.279303571044" y="310.7345049319481" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.23464975790205" y="310.7345049319481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" 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="457.175207891072" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="457.175207891072" y="172.3334895699041" width="68.568539574346" height="6.31968106676004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="477.714171358042" y1="172.3334895699041" x2="477.714171358042" y2="156.5342869030041" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="476.45023514469" y="155.2703506896521" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.45023514469" y="164.4338882364541" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 476.45023514469 164.4338882364541)"></text><line class="component-pin sch-component-pin sch-port-line" x1="477.714171358042" y1="178.65317063666413" x2="477.714171358042" y2="194.45237330356412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="476.45023514469" y="193.18843709021212" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="476.45023514469" y="186.55277197011412" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 476.45023514469 186.55277197011412)"></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="430.63254741068" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="430.63254741068" y="441.86788706721813" width="75.83617280112003" height="50.55744853407998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="454.5072492007381" x2="405.35382314364" y2="454.5072492007381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="404.089886930288" y="453.2433129873861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="453.24331298738605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="467.14661133425807" x2="405.35382314364" y2="467.14661133425807" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="404.089886930288" y="465.8826751209061" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="465.88267512090613" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="430.63254741068" y1="479.78597346777815" x2="405.35382314364" y2="479.78597346777815" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_2__stack1"><rect x="404.089886930288" y="478.52203725442615" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="417.99318527716" y="478.5220372544261" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.4687202118" y1="473.4662924010181" x2="531.74744447884" y2="473.4662924010181" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_3__stack1"><rect x="530.4835082654879" y="472.2023561876661" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.10808234532" y="472.2023561876661" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="506.4687202118" y1="460.8269302674981" x2="531.74744447884" y2="460.8269302674981" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_4_4__stack1"><rect x="530.4835082654879" y="459.5629940541461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="519.10808234532" y="459.5629940541461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform=""></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="591.4684305597219" y="199.5081181569721" width="58.141065814192075" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="591.4684305597219" y="199.5081181569721" width="58.141065814192075" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="612.007394026692" y1="199.5081181569721" x2="612.007394026692" y2="178.6531706366641" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_0__stack1"><rect x="610.74345781334" y="177.3892344233121" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="610.74345781334" y="189.08064439681812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 610.74345781334 189.08064439681812)"></text><line class="component-pin sch-component-pin sch-port-line" x1="612.007394026692" y1="205.8277992237321" x2="612.007394026692" y2="226.6827467440401" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_5_1__stack1"><rect x="610.74345781334" y="225.4188105306881" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="610.74345781334" y="216.2552729838861" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 610.74345781334 216.2552729838861)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_6__stack1"><rect class="component chip sch-component-body" x="578.829068426202" y="501.9048572014381" width="65.72468309430394" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="578.829068426202" y="501.9048572014381" width="65.72468309430394" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="599.368031893172" y1="501.9048572014381" x2="599.368031893172" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_0__stack1"><rect x="598.1040956798199" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.10409567982" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 598.10409567982 491.4773834412841)"></text><line class="component-pin sch-component-pin sch-port-line" x1="599.368031893172" y1="508.2245382681981" x2="599.368031893172" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_6_1__stack1"><rect x="598.1040956798199" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="598.10409567982" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 598.10409567982 518.6520120283521)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_7__stack1"><rect class="component chip sch-component-body" x="663.828778774124" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="663.828778774124" y="501.9048572014381" width="91.6353754680199" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="698.587024641304" y1="508.2245382681981" x2="698.587024641304" y2="529.7114538951821" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_0__stack1"><rect x="697.3230884279519" y="528.44751768183" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.3230884279519" y="518.9679960816901" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 697.3230884279519 518.9679960816901)"></text><line class="component-pin sch-component-pin sch-port-line" x1="698.587024641304" y1="501.9048572014381" x2="698.587024641304" y2="480.4179415744541" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_7_1__stack1"><rect x="697.3230884279519" y="479.1540053611021" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="697.3230884279519" y="491.1613993879461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 697.3230884279519 491.1613993879461)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_8__stack1"><rect class="component chip sch-component-body" x="764.6276917889459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="764.6276917889459" y="501.9048572014381" width="58.14106581419196" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="785.1666552559159" y1="501.9048572014381" x2="785.1666552559159" y2="481.0499096811301" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_0__stack1"><rect x="783.9027190425638" y="479.7859734677781" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.9027190425641" y="491.4773834412841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 783.9027190425641 491.4773834412841)"></text><line class="component-pin sch-component-pin sch-port-line" x1="785.1666552559159" y1="508.2245382681981" x2="785.1666552559159" y2="529.0794857885062" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_8_1__stack1"><rect x="783.9027190425638" y="527.8155495751541" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="783.9027190425641" y="518.6520120283521" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 783.9027190425641 518.6520120283521)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_9__stack1"><rect class="component chip sch-component-body" x="888.4934406974419" y="591.9603124027681" width="64.14476282761416" height="20.854947520308087" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="888.4934406974419" y="591.9603124027681" width="64.14476282761416" height="20.854947520308087" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="612.8152599230762" x2="909.0324041644119" y2="638.0939841901161" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_0__stack1"><rect x="907.7684679510598" y="636.830047976764" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="625.4546220565961" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 625.4546220565961)"></text><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="591.9603124027681" x2="909.0324041644119" y2="566.6815881357281" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_9_1__stack1"><rect x="907.7684679510598" y="565.4176519223761" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="579.3209502692481" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 579.3209502692481)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_10__stack1"><rect class="component chip sch-component-body" x="888.4934406974419" y="501.9048572014381" width="60.98492229423414" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="888.4934406974419" y="501.9048572014381" width="60.98492229423414" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="508.2245382681981" x2="909.0324041644119" y2="524.0237409350982" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_0__stack1"><rect x="907.7684679510598" y="522.7598047217461" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="516.1241396016482" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 516.1241396016482)"></text><line class="component-pin sch-component-pin sch-port-line" x1="909.0324041644119" y1="501.9048572014381" x2="909.0324041644119" y2="486.1056545345381" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_10_1__stack1"><rect x="907.7684679510598" y="484.8417183211861" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="907.7684679510601" y="494.0052558679881" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 907.7684679510601 494.0052558679881)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_11__stack1"><rect class="component chip sch-component-body" x="297.60326095538204" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="297.60326095538204" y="716.1420453646019" width="31.598405333799974" height="6.31968106676004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="313.402463622282" y1="722.461726431362" x2="313.402463622282" y2="742.052737738318" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="313.402463622282" cy="743.3166739516698" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="312.13852740893003" y="742.0527377383178" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.13852740893003" y="732.8892001915159" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 312.13852740893003 732.8892001915159)"></text><line class="component-pin sch-component-pin sch-port-line" x1="313.402463622282" y1="716.1420453646019" x2="313.402463622282" y2="695.2870978442938" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_11_1__stack1"><rect x="312.13852740893003" y="694.0231616309418" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="312.13852740893003" y="705.7145716044479" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 312.13852740893003 705.7145716044479)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_12__stack1"><rect class="component chip sch-component-body" x="575.98521194616" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" stroke-width="1.263936213352px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="575.98521194616" y="85.12189084861615" width="68.568539574346" height="6.319681066759983" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="596.52417541313" y1="85.12189084861615" x2="596.52417541313" y2="69.32268818171613" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_0__stack1"><rect x="595.260239199778" y="68.05875196836413" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.260239199778" y="77.22228951516615" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 595.260239199778 77.22228951516615)"></text><line class="component-pin sch-component-pin sch-port-line" x1="596.52417541313" y1="91.44157191537613" x2="596.52417541313" y2="105.97683836892412" stroke-width="1.263936213352px"/><g class="sch-port" data-schematic-port-id="source_port_12_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="596.52417541313" cy="107.24077458227612" r="1.263936213352" stroke-width="1.263936213352px"/><rect x="595.260239199778" y="105.97683836892412" width="2.527872426704" height="2.527872426704" opacity="0"/></g><text class="pin-number sch-pin-number" x="595.260239199778" y="99.34117324882612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="9.47952160014px" transform="rotate(-90 595.260239199778 99.34117324882612)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="380.0750988766" cy="176.12529820996002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="380.0750988766" cy="188.76466034348002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="380.0750988766" cy="210.88354407714002" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="380.0750988766" cy="223.52290621066004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="380.0750988766" cy="245.64178994432004" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="380.0750988766" cy="258.28115207784003" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="380.0750988766" cy="270.92051421136" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="380.0750988766" cy="283.55987634488" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="380.0750988766" cy="305.67876007854" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="380.0750988766" cy="318.31812221206" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="380.0750988766" cy="340.43700594572005" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="380.0750988766" cy="353.07636807924" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="277.38028154175004" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="290.01964367527" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="302.65900580879" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="315.29836794231" cy="390.9944544798" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="585.7807175996379" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="651.505400693942" cy="319.2660743720741" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="502.044943465068" cy="270.9205142113601" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="502.676911571744" cy="340.4370059457201" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="456.543239784396" cy="311.9984411453001" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="477.714171358042" cy="156.5342869030041" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="477.714171358042" cy="194.45237330356412" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="405.35382314364" cy="454.5072492007381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="405.35382314364" cy="467.14661133425807" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_2__stack1"><circle cx="405.35382314364" cy="479.78597346777815" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_3__stack1"><circle cx="531.74744447884" cy="473.4662924010181" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_4__stack1"><circle cx="531.74744447884" cy="460.8269302674981" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="612.007394026692" cy="178.6531706366641" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="612.007394026692" cy="226.6827467440401" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_0__stack1"><circle cx="599.368031893172" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_6_1__stack1"><circle cx="599.368031893172" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_0__stack1"><circle cx="698.587024641304" cy="529.7114538951821" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_7_1__stack1"><circle cx="698.587024641304" cy="480.4179415744541" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_0__stack1"><circle cx="785.1666552559159" cy="481.0499096811301" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_8_1__stack1"><circle cx="785.1666552559159" cy="529.0794857885062" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_0__stack1"><circle cx="909.0324041644119" cy="638.0939841901161" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_9_1__stack1"><circle cx="909.0324041644119" cy="566.6815881357281" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_0__stack1"><circle cx="909.0324041644119" cy="524.0237409350982" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_10_1__stack1"><circle cx="909.0324041644119" cy="486.1056545345381" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_0__stack1"><circle cx="313.402463622282" cy="743.3166739516698" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_11_1__stack1"><circle cx="313.402463622282" cy="695.2870978442938" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_0__stack1"><circle cx="596.52417541313" cy="69.32268818171613" r="2.527872426704" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_12_1__stack1"><circle cx="596.52417541313" cy="107.24077458227612" r="2.527872426704" 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="
129
129
  M 477.714171358042,143.8949247694841
130
130
  L 471.394490291282,140.4822969934337
131
131
  L 471.394490291282,118.81000405515809