@tscircuit/schematic-trace-solver 0.0.97 → 0.0.99

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 (50) hide show
  1. package/dist/index.d.ts +10 -0
  2. package/dist/index.js +1077 -519
  3. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +19 -9
  4. package/lib/solvers/SchematicTraceLinesSolver/SchematicTraceSingleLineSolver2/SchematicTraceSingleLineSolver2.ts +30 -0
  5. package/lib/solvers/SchematicTraceLinesSolver/SchematicTraceSingleLineSolver2/generateEndpointCollisionDetours.ts +84 -0
  6. package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +45 -1
  7. package/lib/solvers/TraceCleanupSolver/TraceCleanupSolver.ts +55 -13
  8. package/lib/solvers/TraceCleanupSolver/alignSameNetRails.ts +66 -0
  9. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/evaluateRailGroup.ts +124 -0
  10. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/geometry.ts +108 -0
  11. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getComponentSideRailSegments.ts +121 -0
  12. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getRailGroups.ts +114 -0
  13. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/moveRailSegments.ts +27 -0
  14. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/preservesLabelAnchors.ts +30 -0
  15. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/scoreRailAlignment.ts +67 -0
  16. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/types.ts +34 -0
  17. package/lib/solvers/TraceLabelOverlapAvoidanceSolver/sub-solvers/SingleOverlapSolver/SingleOverlapSolver.ts +1 -60
  18. package/lib/utils/doesPathCoincideWithTraces.ts +61 -0
  19. package/package.json +1 -1
  20. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +18 -18
  21. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +7 -7
  22. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +5 -7
  23. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +6 -12
  24. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +1 -1
  25. package/tests/examples/__snapshots__/example02.snap.svg +1 -1
  26. package/tests/examples/__snapshots__/example09.snap.svg +9 -13
  27. package/tests/examples/__snapshots__/example14.snap.svg +1 -1
  28. package/tests/examples/__snapshots__/example18.snap.svg +1 -1
  29. package/tests/examples/__snapshots__/example21.snap.svg +30 -32
  30. package/tests/examples/__snapshots__/example29.snap.svg +13 -19
  31. package/tests/examples/__snapshots__/example46.snap.svg +1 -1
  32. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +1 -1
  33. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +1 -1
  34. package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +60 -0
  35. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +1 -1
  36. package/tests/repros/assets/repro129-host-custom-symbol-passives.input.json +94 -0
  37. package/tests/repros/repro-rp2040-gamepad-trace-alignment.test.ts +24 -0
  38. package/tests/repros/repro129-host-custom-symbol-passives.test.ts +16 -0
  39. package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-direct-connection-distance.test.ts +46 -0
  40. package/tests/solvers/SchematicTraceSingleLineSolver2/generate-endpoint-collision-detours.test.ts +38 -0
  41. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-component-scope.test.ts +38 -0
  42. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-eligible-traces.test.ts +28 -0
  43. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-horizontal.test.ts +62 -0
  44. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-label-anchor.test.ts +36 -0
  45. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-label-junction.test.ts +42 -0
  46. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-obstacle.test.ts +28 -0
  47. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-pipeline-label-connector.test.ts +52 -0
  48. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-vertical.test.ts +25 -0
  49. package/tests/solvers/TraceCleanupSolver/alignSameNetRails-visible-length.test.ts +40 -0
  50. package/tests/solvers/TraceCleanupSolver/fixtures/alignSameNetRails.ts +89 -0
@@ -1,4 +1,4 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="4.86,0 4.16,4.440892098500626e-16" data-type="line" data-label="" points="380.3128923225495,351.3664896185418 361.38483824239495,351.3664896185418" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.94,0 6.609999999999999,1.734723475976807e-17" data-type="line" data-label="" points="409.51617576050216,351.3664896185418 427.6330275229358,351.3664896185418" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.48806214999999886,2.991601599999999 0.36000000000000076,2.7" data-type="line" data-label="" points="235.70087860936746,270.47335123128926 258.63254466441333,278.3582810236601" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.48806214999999886,1.099999999999999 0.36000000000000076,1.1" data-type="line" data-label="" points="235.70087860936746,321.62240463544185 258.63254466441333,321.62240463544185" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.16,1.8000000000000007 5.300000000000001,2.95" data-type="line" data-label="" points="361.38483824239495,302.6943505552873 392.2105263157895,271.59826170931916" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.16,1.0000000000000009 5.41,2.25" data-type="line" data-label="" points="361.38483824239495,324.32641236117814 395.18493481409945,290.5263157894737" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.16,0.20000000000000062 5.41,1.1500000000000001" data-type="line" data-label="" points="361.38483824239495,345.958474167069 395.18493481409945,320.2704007725736" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.429183024999998,0.2999999999999996 0.36000000000000076,0.2999999999999998" data-type="line" data-label="" points="183.21282018348626,343.25446644133274 258.63254466441333,343.2544664413327" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.77,-0.009999999999999981 5.3995915125,-1.1499999999999995" data-type="line" data-label="" points="458.9995171414775,351.6368903911154 394.90348850796715,382.4625784645099" fill="none" stroke="hsl(352, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.3995915125,-2.249999999999999 4.16,-0.19999999999999973" data-type="line" data-label="" points="394.90348850796715,412.20666344760986 361.38483824239495,356.77450507001447" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 0.41554464999999957,6.335000000000001" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 260.13447629164654,180.0676001931434" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 -1.6287745375,6.355" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 204.85592752293576,179.52679864799615" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 -2.429183024999998,1.3999999999999997" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 183.21282018348626,313.51038145823276" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.41554464999999957,6.335000000000001 -1.6287745375,6.355" data-type="line" data-label="" points="260.13447629164654,180.0676001931434 204.85592752293576,179.52679864799615" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.41554464999999957,6.335000000000001 -2.429183024999998,1.3999999999999997" data-type="line" data-label="" points="260.13447629164654,180.0676001931434 183.21282018348626,313.51038145823276" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6287745375,6.355 -2.429183024999998,1.3999999999999997" data-type="line" data-label="" points="204.85592752293576,179.52679864799615 183.21282018348626,313.51038145823276" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-0.5000000000000004 -1.6287745375,5.255000000000001" data-type="line" data-label="" points="258.63254466441333,364.88652824722357 204.85592752293576,209.27088363109607" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-0.5000000000000004 -0.6764825825000003,8.665000000000001" data-type="line" data-label="" points="258.63254466441333,364.88652824722357 230.60597555770156,117.06422018348624" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6287745375,5.255000000000001 -0.6764825825000003,8.665000000000001" data-type="line" data-label="" points="204.85592752293576,209.27088363109607 230.60597555770156,117.06422018348624" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-1.3000000000000007 0.9314685610714264,-5.105" data-type="line" data-label="" points="258.63254466441333,386.51859005311445 274.08509870593906,489.4060840173829" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-1.3000000000000007 0.9314685610714282,-7.414999999999999" data-type="line" data-label="" points="258.63254466441333,386.51859005311445 274.0850987059391,551.8686624818928" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9314685610714264,-5.105 0.9314685610714282,-7.414999999999999" data-type="line" data-label="" points="274.08509870593906,489.4060840173829 274.0850987059391,551.8686624818928" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 4.16,-1" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 361.38483824239495,378.40656687590536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 4.16,-1.8000000000000003" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 361.38483824239495,400.03862868179624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 4.16,-3.2" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 361.38483824239495,437.89473684210526" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 1.8931089299999995,7.545" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 1.89310893,9.855" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.9314685610714264,-6.205" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.9314685610714282,-8.515" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 4.16,-1.8000000000000003" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 361.38483824239495,400.03862868179624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 4.16,-3.2" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 361.38483824239495,437.89473684210526" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 1.8931089299999995,7.545" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 1.89310893,9.855" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 0.9314685610714264,-6.205" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 0.9314685610714282,-8.515" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 4.16,-3.2" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 361.38483824239495,437.89473684210526" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 1.8931089299999995,7.545" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 1.89310893,9.855" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 0.9314685610714264,-6.205" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 0.9314685610714282,-8.515" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 1.8931089299999995,7.545" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 1.89310893,9.855" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 0.9314685610714264,-6.205" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 0.9314685610714282,-8.515" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 1.8931089299999995,7.545" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 1.89310893,9.855" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 0.9314685610714264,-6.205" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 0.9314685610714282,-8.515" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 1.8931089299999995,7.545" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 1.89310893,9.855" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 0.9314685610714264,-6.205" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 0.9314685610714282,-8.515" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 1.8931089299999995,7.545" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 1.89310893,9.855" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 0.9314685610714264,-6.205" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 0.9314685610714282,-8.515" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 1.8931089299999995,7.545" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 1.89310893,9.855" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 0.9314685610714264,-6.205" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 0.9314685610714282,-8.515" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 1.89310893,9.855" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 0.9314685610714264,-6.205" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 0.9314685610714282,-8.515" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,9.855 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="300.08792857556733,84.88652824722357 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,9.855 0.9314685610714264,-6.205" data-type="line" data-label="" points="300.08792857556733,84.88652824722357 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,9.855 0.9314685610714282,-8.515" data-type="line" data-label="" points="300.08792857556733,84.88652824722357 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6764825825000003,7.5649999999999995 0.9314685610714264,-6.205" data-type="line" data-label="" points="230.60597555770156,146.80830516658622 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6764825825000003,7.5649999999999995 0.9314685610714282,-8.515" data-type="line" data-label="" points="230.60597555770156,146.80830516658622 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9314685610714264,-6.205 0.9314685610714282,-8.515" data-type="line" data-label="" points="274.08509870593906,519.1501690004828 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 2.255,6.335000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 309.8734910671173,180.0676001931434" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 1.8931089299999995,8.645000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 300.08792857556733,117.60502172863349" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 1.89310893,10.955000000000002" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 300.08792857556733,55.142443264123585" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.255,6.335000000000001 1.8931089299999995,8.645000000000001" data-type="line" data-label="" points="309.8734910671173,180.0676001931434 300.08792857556733,117.60502172863349" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.255,6.335000000000001 1.89310893,10.955000000000002" data-type="line" data-label="" points="309.8734910671173,180.0676001931434 300.08792857556733,55.142443264123585" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.255,6.335000000000001 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="309.8734910671173,180.0676001931434 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,8.645000000000001 1.89310893,10.955000000000002" data-type="line" data-label="" points="300.08792857556733,117.60502172863349 300.08792857556733,55.142443264123585" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,8.645000000000001 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="300.08792857556733,117.60502172863349 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,10.955000000000002 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="300.08792857556733,55.142443264123585 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.86,0 4.16,4.440892098500626e-16" data-type="line" data-label="" points="380.3128923225495,351.3664896185418 361.38483824239495,351.3664896185418" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.94,0 6.609999999999999,1.734723475976807e-17" data-type="line" data-label="" points="409.51617576050216,351.3664896185418 427.6330275229358,351.3664896185418" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.48806214999999886,2.991601599999999 -0.48806214999999886,3.1916015999999994 -0.06403107499999905,3.1916015999999994 -0.06403107499999905,2.7 0.36000000000000076,2.7" data-type="line" data-label="" points="235.70087860936746,270.47335123128926 235.70087860936746,265.06533577981656 247.1667116368904,265.06533577981656 247.1667116368904,278.3582810236601 258.63254466441333,278.3582810236601" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.4155446499999993,6.335000000000001 0.4155446499999993,6.555000000000001 -1.6287745375,6.555000000000001 -1.6287745375,6.355" data-type="line" data-label="" points="260.1344762916465,180.0676001931434 260.1344762916465,174.11878319652342 204.85592752293576,174.11878319652342 204.85592752293576,179.52679864799615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.9314685610714264,-5.105 0.9314685610714264,-4.905 0.7314685610714262,-4.905 0.7314685610714262,-7.214999999999999 0.9314685610714282,-7.214999999999999 0.9314685610714282,-7.414999999999999" data-type="line" data-label="" points="274.08509870593906,489.4060840173829 274.08509870593906,483.9980685659102 268.67708325446637,483.9980685659102 268.67708325446637,546.4606470304201 274.0850987059391,546.4606470304201 274.0850987059391,551.8686624818928" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.9314685610714264,-6.205 0.9314685610714264,-6.405 0.46646856107142826,-6.405 0.46646856107142826,-8.715 0.9314685610714282,-8.715 0.9314685610714282,-8.515" data-type="line" data-label="" points="274.08509870593906,519.1501690004828 274.08509870593906,524.5581844519556 261.51146278126504,524.5581844519556 261.51146278126504,587.0207629164655 274.0850987059391,587.0207629164655 274.0850987059391,581.6127474649927" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8931089299999995,7.545 1.8931089299999995,7.345 1.3281089299999995,7.345 1.3281089299999995,9.655000000000001 1.8931089299999995,9.655000000000001 1.8931089299999995,9.855" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 300.08792857556733,152.7571221632062 284.8102849251569,152.7571221632062 284.8102849251569,90.29454369869626 300.08792857556733,90.29454369869626 300.08792857556733,84.88652824722357" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,-1 4.36,-1 4.36,-1.8000000000000003 4.16,-1.8000000000000003" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 366.7928536938677,378.40656687590536 366.7928536938677,400.03862868179624 361.38483824239495,400.03862868179624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,-3.2 4.36,-3.2 4.36,-1.8000000000000003 4.16,-1.8000000000000003" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 366.7928536938677,437.89473684210526 366.7928536938677,400.03862868179624 361.38483824239495,400.03862868179624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 2.2649999999999997,5.055000000000001 0.42554464999999964,5.055000000000001 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 310.1438918396909,214.6788990825688 260.40487706422016,214.6788990825688 260.40487706422016,209.27088363109607" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8931089299999995,8.645000000000001 1.8931089299999995,8.845000000000002 1.52810893,8.845000000000002 1.52810893,11.155000000000001 1.8931089299999995,11.155000000000001 1.8931089299999995,10.955000000000002" data-type="line" data-label="" points="300.08792857556733,117.60502172863349 300.08792857556733,112.19700627716074 290.2183003766296,112.19700627716074 290.2183003766296,49.73442781265089 300.08792857556733,49.73442781265089 300.08792857556733,55.142443264123585" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,1.0000000000000009 4.785,1.0000000000000009 4.785,2.45 5.41,2.45 5.41,2.25" data-type="line" data-label="" points="361.38483824239495,324.32641236117814 378.28488652824717,324.32641236117814 378.28488652824717,285.11830033800095 395.18493481409945,285.11830033800095 395.18493481409945,290.5263157894737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.77,-0.009999999999999787 7.97,-0.009999999999999787 7.97,-0.5800000000000001 5.3995915125,-0.5800000000000001 5.3995915125,-1.1499999999999995" data-type="line" data-label="" points="458.9995171414775,351.6368903911154 464.40753259295025,351.6368903911154 464.40753259295025,367.04973442781267 394.90348850796715,367.04973442781267 394.90348850796715,382.4625784645099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.3995915125,-2.249999999999999 5.3995915125,-2.4499999999999993 4.7797957562499995,-2.4499999999999993 4.7797957562499995,-0.19999999999999973 4.16,-0.19999999999999973" data-type="line" data-label="" points="394.90348850796715,412.20666344760986 394.90348850796715,417.61467889908255 378.14416337518105,417.61467889908255 378.14416337518105,356.77450507001447 361.38483824239495,356.77450507001447" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.6287745375,5.255000000000001 -1.6287745375,5.055000000000001 -1.9885022124999998,5.055000000000001 -1.9885022124999998,8.865000000000002 -0.6764825825000003,8.865000000000002 -0.6764825825000003,8.665000000000001" data-type="line" data-label="" points="204.85592752293576,209.27088363109607 204.85592752293576,214.6788990825688 195.128863399324,214.6788990825688 195.128863399324,111.65620473201349 230.60597555770156,111.65620473201349 230.60597555770156,117.06422018348624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,2.6000000000000005 4.73,2.6000000000000005 4.73,4.250000000000001 5.300000000000001,4.250000000000001 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 376.7976822790922,281.06228874939643 376.7976822790922,236.4461612747465 392.2105263157895,236.4461612747465 392.2105263157895,241.8541767262192" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 -0.4881865499999989,0.008398399999998973 -0.24972767499999876,0.008398399999998973 -0.24972767499999876,1.8999999999999995 -0.4881865499999989,1.8999999999999995 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 235.69751482375665,351.13939623370356 242.14546122646067,351.13939623370356 242.14546122646067,299.99034282955097 235.69751482375665,299.99034282955097 235.69751482375665,294.5823273780783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 0.09900000000000077,1.9000000000000001 0.09900000000000077,1.951" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 251.57508450024142,299.99034282955097 251.57508450024142,298.6112988894254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,-0.5000000000000004 0.09900000000000077,-0.5000000000000004 0.09900000000000077,-0.44900000000000045" data-type="line" data-label="" points="258.63254466441333,364.88652824722357 251.57508450024142,364.88652824722357 251.57508450024142,363.507484307098" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.09900000000000077,-2.1000000000000005 0.09900000000000077,-2.1510000000000002" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 251.57508450024142,408.15065185900534 251.57508450024142,409.5296957991309" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.36,-3.2 4.62,-3.2 4.62,-3.201" data-type="line" data-label="" points="366.7928536938677,437.89473684210526 373.8232737807822,437.89473684210526 373.8232737807822,437.9217769193626" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="2.2600000000000007" data-y="0" x="258.63254466441333" y="256.7262192177692" width="102.75229357798162" height="189.28054080154516" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.26" data-y="5.795000000000001" x="301.3632304200869" y="180.0676001931434" width="17.290922066634494" height="29.203283437952678" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0.42054464999999963" data-y="5.795000000000001" x="251.62421564461607" y="180.0676001931434" width="17.290922066634465" height="29.203283437952678" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-0.4881243499999989" data-y="2.5458007999999994" x="230.34189898599712" y="270.47335123128926" width="10.714595461129875" height="24.10897614678902" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.4881243499999989" data-y="0.654199199999999" x="230.34189898599712" y="321.62240463544185" width="10.714595461129875" height="24.10897614678902" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.4681089299999996" data-y="8.095" x="292.92230810236595" y="117.60502172863349" width="45.42732979237087" height="29.74408498309998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="2.34810893" data-y="10.405000000000001" x="292.92230810236595" y="55.14244326412356" width="38.93771125060363" height="29.74408498309998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="5.525" data-y="3.5000000000000004" x="385.0449058425881" y="241.85417672621924" width="26.49927571221633" height="29.744084983099953" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="5.745" data-y="1.7000000000000002" x="388.01931434089806" y="290.5263157894737" width="32.44809270883633" height="29.744084983099924" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-1.2589107000000002" data-y="5.805000000000001" x="200.5368788507967" y="179.52679864799615" width="28.64039082568803" height="29.744084983099924" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-0.3066187450000004" data-y="8.115" x="226.28692688556248" y="117.06422018348624" width="28.64039082568806" height="29.74408498309998" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="1.4213323985714263" data-y="-5.655" x="269.76605003379996" y="489.40608401738297" width="35.13000936745533" height="29.744084983099924" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="1.3264685610714282" data-y="-7.965" x="266.9194782327378" y="551.8686624818929" width="35.69290197971992" height="29.744084983099924" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-1.5193191874999983" data-y="0.8499999999999996" x="178.8937715113472" y="313.5103814582327" width="57.843674263640736" height="29.74408498309998" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="5.4" data-y="0" x="380.3128923225495" y="337.84645098986" width="29.203283437952678" height="27.040077257363578" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="7.1899999999999995" data-y="0.020000000000000018" x="427.6330275229358" y="339.73925639787547" width="31.36648961854172" height="22.17286335103819" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="5.82945535" data-y="-1.6999999999999993" x="390.5844398358281" y="382.4625784645099" width="31.88520009657168" height="29.74408498309998" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="DRV8876" data-x="1.1800000000000006" data-y="-3.63" x="269.4485755673588" y="447.0883631096089" width="22.713664896185378" height="4.867213906325446" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="U1" data-x="0.8800000000000007" data-y="3.63" x="269.4485755673587" y="250.7774022211492" width="6.489618541767243" height="4.867213906325446" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: V_EN_PWM.pin1 to U1.EN
1
+ <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="4.86,0 4.16,4.440892098500626e-16" data-type="line" data-label="" points="380.3128923225495,351.3664896185418 361.38483824239495,351.3664896185418" fill="none" stroke="hsl(192, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.94,0 6.609999999999999,1.734723475976807e-17" data-type="line" data-label="" points="409.51617576050216,351.3664896185418 427.6330275229358,351.3664896185418" fill="none" stroke="hsl(64, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.48806214999999886,2.991601599999999 0.36000000000000076,2.7" data-type="line" data-label="" points="235.70087860936746,270.47335123128926 258.63254466441333,278.3582810236601" fill="none" stroke="hsl(344, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-0.48806214999999886,1.099999999999999 0.36000000000000076,1.1" data-type="line" data-label="" points="235.70087860936746,321.62240463544185 258.63254466441333,321.62240463544185" fill="none" stroke="hsl(72, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.16,1.8000000000000007 5.300000000000001,2.95" data-type="line" data-label="" points="361.38483824239495,302.6943505552873 392.2105263157895,271.59826170931916" fill="none" stroke="hsl(296, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.16,1.0000000000000009 5.41,2.25" data-type="line" data-label="" points="361.38483824239495,324.32641236117814 395.18493481409945,290.5263157894737" fill="none" stroke="hsl(40, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="4.16,0.20000000000000062 5.41,1.1500000000000001" data-type="line" data-label="" points="361.38483824239495,345.958474167069 395.18493481409945,320.2704007725736" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.429183024999998,0.2999999999999996 0.36000000000000076,0.2999999999999998" data-type="line" data-label="" points="183.21282018348626,343.25446644133274 258.63254466441333,343.2544664413327" fill="none" stroke="hsl(280, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="7.77,-0.009999999999999981 5.3995915125,-1.1499999999999995" data-type="line" data-label="" points="458.9995171414775,351.6368903911154 394.90348850796715,382.4625784645099" fill="none" stroke="hsl(352, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="5.3995915125,-2.249999999999999 4.16,-0.19999999999999973" data-type="line" data-label="" points="394.90348850796715,412.20666344760986 361.38483824239495,356.77450507001447" fill="none" stroke="hsl(56, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 0.41554464999999957,6.335000000000001" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 260.13447629164654,180.0676001931434" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 -1.6287745375,6.355" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 204.85592752293576,179.52679864799615" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 -2.429183024999998,1.3999999999999997" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 183.21282018348626,313.51038145823276" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.41554464999999957,6.335000000000001 -1.6287745375,6.355" data-type="line" data-label="" points="260.13447629164654,180.0676001931434 204.85592752293576,179.52679864799615" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.41554464999999957,6.335000000000001 -2.429183024999998,1.3999999999999997" data-type="line" data-label="" points="260.13447629164654,180.0676001931434 183.21282018348626,313.51038145823276" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6287745375,6.355 -2.429183024999998,1.3999999999999997" data-type="line" data-label="" points="204.85592752293576,179.52679864799615 183.21282018348626,313.51038145823276" fill="none" stroke="hsl(190, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-0.5000000000000004 -1.6287745375,5.255000000000001" data-type="line" data-label="" points="258.63254466441333,364.88652824722357 204.85592752293576,209.27088363109607" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-0.5000000000000004 -0.6764825825000003,8.665000000000001" data-type="line" data-label="" points="258.63254466441333,364.88652824722357 230.60597555770156,117.06422018348624" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6287745375,5.255000000000001 -0.6764825825000003,8.665000000000001" data-type="line" data-label="" points="204.85592752293576,209.27088363109607 230.60597555770156,117.06422018348624" fill="none" stroke="hsl(277, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-1.3000000000000007 0.9314685610714264,-5.105" data-type="line" data-label="" points="258.63254466441333,386.51859005311445 274.08509870593906,489.4060840173829" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-1.3000000000000007 0.9314685610714282,-7.414999999999999" data-type="line" data-label="" points="258.63254466441333,386.51859005311445 274.0850987059391,551.8686624818928" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9314685610714264,-5.105 0.9314685610714282,-7.414999999999999" data-type="line" data-label="" points="274.08509870593906,489.4060840173829 274.0850987059391,551.8686624818928" fill="none" stroke="hsl(77, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 4.16,-1" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 361.38483824239495,378.40656687590536" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 4.16,-1.8000000000000003" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 361.38483824239495,400.03862868179624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 4.16,-3.2" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 361.38483824239495,437.89473684210526" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 1.8931089299999995,7.545" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 1.89310893,9.855" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.9314685610714264,-6.205" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.9314685610714282,-8.515" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 4.16,-1.8000000000000003" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 361.38483824239495,400.03862868179624" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 4.16,-3.2" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 361.38483824239495,437.89473684210526" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 1.8931089299999995,7.545" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 1.89310893,9.855" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 0.9314685610714264,-6.205" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1 0.9314685610714282,-8.515" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 4.16,-3.2" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 361.38483824239495,437.89473684210526" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 1.8931089299999995,7.545" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 1.89310893,9.855" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 0.9314685610714264,-6.205" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-1.8000000000000003 0.9314685610714282,-8.515" data-type="line" data-label="" points="361.38483824239495,400.03862868179624 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 2.2649999999999997,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 310.1438918396909,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 1.8931089299999995,7.545" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 1.89310893,9.855" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 0.9314685610714264,-6.205" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,-3.2 0.9314685610714282,-8.515" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 260.40487706422016,209.27088363109607" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 1.8931089299999995,7.545" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 1.89310893,9.855" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 0.9314685610714264,-6.205" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 0.9314685610714282,-8.515" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 235.69751482375665,294.5823273780783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 1.8931089299999995,7.545" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 1.89310893,9.855" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 0.9314685610714264,-6.205" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.42554464999999964,5.255000000000001 0.9314685610714282,-8.515" data-type="line" data-label="" points="260.40487706422016,209.27088363109607 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 -0.4881865499999989,0.20839839999999898" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 235.69751482375665,345.7313807822309" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 1.8931089299999995,7.545" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 1.89310893,9.855" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 0.9314685610714264,-6.205" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,2.0999999999999996 0.9314685610714282,-8.515" data-type="line" data-label="" points="235.69751482375665,294.5823273780783 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 1.8931089299999995,7.545" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 300.08792857556733,147.34910671173347" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 1.89310893,9.855" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 0.9314685610714264,-6.205" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 0.9314685610714282,-8.515" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 1.89310893,9.855" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 300.08792857556733,84.88652824722357" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 0.9314685610714264,-6.205" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,7.545 0.9314685610714282,-8.515" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,9.855 -0.6764825825000003,7.5649999999999995" data-type="line" data-label="" points="300.08792857556733,84.88652824722357 230.60597555770156,146.80830516658622" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,9.855 0.9314685610714264,-6.205" data-type="line" data-label="" points="300.08792857556733,84.88652824722357 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,9.855 0.9314685610714282,-8.515" data-type="line" data-label="" points="300.08792857556733,84.88652824722357 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6764825825000003,7.5649999999999995 0.9314685610714264,-6.205" data-type="line" data-label="" points="230.60597555770156,146.80830516658622 274.08509870593906,519.1501690004828" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.6764825825000003,7.5649999999999995 0.9314685610714282,-8.515" data-type="line" data-label="" points="230.60597555770156,146.80830516658622 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.9314685610714264,-6.205 0.9314685610714282,-8.515" data-type="line" data-label="" points="274.08509870593906,519.1501690004828 274.0850987059391,581.6127474649927" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 2.255,6.335000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 309.8734910671173,180.0676001931434" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 1.8931089299999995,8.645000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 300.08792857556733,117.60502172863349" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 1.89310893,10.955000000000002" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 300.08792857556733,55.142443264123585" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.16,2.6000000000000005 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.255,6.335000000000001 1.8931089299999995,8.645000000000001" data-type="line" data-label="" points="309.8734910671173,180.0676001931434 300.08792857556733,117.60502172863349" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.255,6.335000000000001 1.89310893,10.955000000000002" data-type="line" data-label="" points="309.8734910671173,180.0676001931434 300.08792857556733,55.142443264123585" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.255,6.335000000000001 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="309.8734910671173,180.0676001931434 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,8.645000000000001 1.89310893,10.955000000000002" data-type="line" data-label="" points="300.08792857556733,117.60502172863349 300.08792857556733,55.142443264123585" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.8931089299999995,8.645000000000001 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="300.08792857556733,117.60502172863349 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.89310893,10.955000000000002 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="300.08792857556733,55.142443264123585 392.2105263157895,241.8541767262192" fill="none" stroke="hsl(223, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="4.86,0 4.16,4.440892098500626e-16" data-type="line" data-label="" points="380.3128923225495,351.3664896185418 361.38483824239495,351.3664896185418" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.94,0 6.609999999999999,1.734723475976807e-17" data-type="line" data-label="" points="409.51617576050216,351.3664896185418 427.6330275229358,351.3664896185418" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.48806214999999886,2.991601599999999 -0.48806214999999886,3.1916015999999994 -0.06403107499999905,3.1916015999999994 -0.06403107499999905,2.7 0.36000000000000076,2.7" data-type="line" data-label="" points="235.70087860936746,270.47335123128926 235.70087860936746,265.06533577981656 247.1667116368904,265.06533577981656 247.1667116368904,278.3582810236601 258.63254466441333,278.3582810236601" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,1.8000000000000007 4.6525,1.8000000000000007 4.6525,2.35 5.300000000000001,2.35 5.300000000000001,2.95" data-type="line" data-label="" points="361.38483824239495,302.6943505552873 374.7020762916465,302.6943505552873 374.7020762916465,287.82230806373735 392.2105263157895,287.82230806373735 392.2105263157895,271.59826170931916" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,1.0000000000000009 4.785,1.0000000000000009 4.785,2.5500000000000003 5.41,2.5500000000000003 5.41,2.25" data-type="line" data-label="" points="361.38483824239495,324.32641236117814 378.28488652824717,324.32641236117814 378.28488652824717,282.4142926122646 395.18493481409945,282.4142926122646 395.18493481409945,290.5263157894737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,0.20000000000000062 4.51,0.20000000000000062 4.51,0.7 5.41,0.7 5.41,1.1500000000000001" data-type="line" data-label="" points="361.38483824239495,345.958474167069 370.8488652824722,345.958474167069 370.8488652824722,332.43843553838724 395.18493481409945,332.43843553838724 395.18493481409945,320.2704007725736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.3995915125,-2.249999999999999 5.3995915125,-2.4499999999999993 4.7797957562499995,-2.4499999999999993 4.7797957562499995,-0.19999999999999973 4.16,-0.19999999999999973" data-type="line" data-label="" points="394.90348850796715,412.20666344760986 394.90348850796715,417.61467889908255 378.14416337518105,417.61467889908255 378.14416337518105,356.77450507001447 361.38483824239495,356.77450507001447" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.4155446499999993,6.335000000000001 0.4155446499999993,6.555000000000001 -1.6287745375,6.555000000000001 -1.6287745375,6.355" data-type="line" data-label="" points="260.1344762916465,180.0676001931434 260.1344762916465,174.11878319652342 204.85592752293576,174.11878319652342 204.85592752293576,179.52679864799615" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.9314685610714264,-5.105 0.9314685610714264,-4.905 0.7314685610714262,-4.905 0.7314685610714262,-7.214999999999999 0.9314685610714282,-7.214999999999999 0.9314685610714282,-7.414999999999999" data-type="line" data-label="" points="274.08509870593906,489.4060840173829 274.08509870593906,483.9980685659102 268.67708325446637,483.9980685659102 268.67708325446637,546.4606470304201 274.0850987059391,546.4606470304201 274.0850987059391,551.8686624818928" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.9314685610714264,-6.205 0.9314685610714264,-6.405 0.46646856107142826,-6.405 0.46646856107142826,-8.715 0.9314685610714282,-8.715 0.9314685610714282,-8.515" data-type="line" data-label="" points="274.08509870593906,519.1501690004828 274.08509870593906,524.5581844519556 261.51146278126504,524.5581844519556 261.51146278126504,587.0207629164655 274.0850987059391,587.0207629164655 274.0850987059391,581.6127474649927" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8931089299999995,7.545 1.8931089299999995,7.345 1.3281089299999995,7.345 1.3281089299999995,9.655000000000001 1.8931089299999995,9.655000000000001 1.8931089299999995,9.855" data-type="line" data-label="" points="300.08792857556733,147.34910671173347 300.08792857556733,152.7571221632062 284.8102849251569,152.7571221632062 284.8102849251569,90.29454369869626 300.08792857556733,90.29454369869626 300.08792857556733,84.88652824722357" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,-1 4.36,-1 4.36,-1.8000000000000003 4.16,-1.8000000000000003" data-type="line" data-label="" points="361.38483824239495,378.40656687590536 366.7928536938677,378.40656687590536 366.7928536938677,400.03862868179624 361.38483824239495,400.03862868179624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,-3.2 4.36,-3.2 4.36,-1.8000000000000003 4.16,-1.8000000000000003" data-type="line" data-label="" points="361.38483824239495,437.89473684210526 366.7928536938677,437.89473684210526 366.7928536938677,400.03862868179624 361.38483824239495,400.03862868179624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.2649999999999997,5.255000000000001 2.2649999999999997,5.055000000000001 0.42554464999999964,5.055000000000001 0.42554464999999964,5.255000000000001" data-type="line" data-label="" points="310.1438918396909,209.27088363109607 310.1438918396909,214.6788990825688 260.40487706422016,214.6788990825688 260.40487706422016,209.27088363109607" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.8931089299999995,8.645000000000001 1.8931089299999995,8.845000000000002 1.52810893,8.845000000000002 1.52810893,11.155000000000001 1.8931089299999995,11.155000000000001 1.8931089299999995,10.955000000000002" data-type="line" data-label="" points="300.08792857556733,117.60502172863349 300.08792857556733,112.19700627716074 290.2183003766296,112.19700627716074 290.2183003766296,49.73442781265089 300.08792857556733,49.73442781265089 300.08792857556733,55.142443264123585" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="7.77,-0.009999999999999787 7.97,-0.009999999999999787 7.97,-0.5800000000000001 5.3995915125,-0.5800000000000001 5.3995915125,-1.1499999999999995" data-type="line" data-label="" points="458.9995171414775,351.6368903911154 464.40753259295025,351.6368903911154 464.40753259295025,367.04973442781267 394.90348850796715,367.04973442781267 394.90348850796715,382.4625784645099" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.6287745375,5.255000000000001 -1.6287745375,5.055000000000001 -1.9885022124999998,5.055000000000001 -1.9885022124999998,8.865000000000002 -0.6764825825000003,8.865000000000002 -0.6764825825000003,8.665000000000001" data-type="line" data-label="" points="204.85592752293576,209.27088363109607 204.85592752293576,214.6788990825688 195.128863399324,214.6788990825688 195.128863399324,111.65620473201349 230.60597555770156,111.65620473201349 230.60597555770156,117.06422018348624" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.16,2.6000000000000005 4.73,2.6000000000000005 4.73,4.250000000000001 5.300000000000001,4.250000000000001 5.300000000000001,4.050000000000001" data-type="line" data-label="" points="361.38483824239495,281.06228874939643 376.7976822790922,281.06228874939643 376.7976822790922,236.4461612747465 392.2105263157895,236.4461612747465 392.2105263157895,241.8541767262192" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.4881865499999989,0.20839839999999898 -0.4881865499999989,0.008398399999998973 -0.24972767499999876,0.008398399999998973 -0.24972767499999876,1.8999999999999995 -0.4881865499999989,1.8999999999999995 -0.4881865499999989,2.0999999999999996" data-type="line" data-label="" points="235.69751482375665,345.7313807822309 235.69751482375665,351.13939623370356 242.14546122646067,351.13939623370356 242.14546122646067,299.99034282955097 235.69751482375665,299.99034282955097 235.69751482375665,294.5823273780783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,1.9000000000000001 0.09900000000000077,1.9000000000000001 0.09900000000000077,1.951" data-type="line" data-label="" points="258.63254466441333,299.99034282955097 251.57508450024142,299.99034282955097 251.57508450024142,298.6112988894254" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,-0.5000000000000004 0.09900000000000077,-0.5000000000000004 0.09900000000000077,-0.44900000000000045" data-type="line" data-label="" points="258.63254466441333,364.88652824722357 251.57508450024142,364.88652824722357 251.57508450024142,363.507484307098" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.36000000000000076,-2.1000000000000005 0.09900000000000077,-2.1000000000000005 0.09900000000000077,-2.1510000000000002" data-type="line" data-label="" points="258.63254466441333,408.15065185900534 251.57508450024142,408.15065185900534 251.57508450024142,409.5296957991309" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="4.36,-3.2 4.62,-3.2 4.62,-3.201" data-type="line" data-label="" points="366.7928536938677,437.89473684210526 373.8232737807822,437.89473684210526 373.8232737807822,437.9217769193626" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="2.2600000000000007" data-y="0" x="258.63254466441333" y="256.7262192177692" width="102.75229357798162" height="189.28054080154516" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="2.26" data-y="5.795000000000001" x="301.3632304200869" y="180.0676001931434" width="17.290922066634494" height="29.203283437952678" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0.42054464999999963" data-y="5.795000000000001" x="251.62421564461607" y="180.0676001931434" width="17.290922066634465" height="29.203283437952678" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="-0.4881243499999989" data-y="2.5458007999999994" x="230.34189898599712" y="270.47335123128926" width="10.714595461129875" height="24.10897614678902" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="-0.4881243499999989" data-y="0.654199199999999" x="230.34189898599712" y="321.62240463544185" width="10.714595461129875" height="24.10897614678902" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_5" data-x="2.4681089299999996" data-y="8.095" x="292.92230810236595" y="117.60502172863349" width="45.42732979237087" height="29.74408498309998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_6" data-x="2.34810893" data-y="10.405000000000001" x="292.92230810236595" y="55.14244326412356" width="38.93771125060363" height="29.74408498309998" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_7" data-x="5.525" data-y="3.5000000000000004" x="385.0449058425881" y="241.85417672621924" width="26.49927571221633" height="29.744084983099953" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_8" data-x="5.745" data-y="1.7000000000000002" x="388.01931434089806" y="290.5263157894737" width="32.44809270883633" height="29.744084983099924" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_9" data-x="-1.2589107000000002" data-y="5.805000000000001" x="200.5368788507967" y="179.52679864799615" width="28.64039082568803" height="29.744084983099924" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_10" data-x="-0.3066187450000004" data-y="8.115" x="226.28692688556248" y="117.06422018348624" width="28.64039082568806" height="29.74408498309998" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_11" data-x="1.4213323985714263" data-y="-5.655" x="269.76605003379996" y="489.40608401738297" width="35.13000936745533" height="29.744084983099924" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_12" data-x="1.3264685610714282" data-y="-7.965" x="266.9194782327378" y="551.8686624818929" width="35.69290197971992" height="29.744084983099924" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_13" data-x="-1.5193191874999983" data-y="0.8499999999999996" x="178.8937715113472" y="313.5103814582327" width="57.843674263640736" height="29.74408498309998" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_14" data-x="5.4" data-y="0" x="380.3128923225495" y="337.84645098986" width="29.203283437952678" height="27.040077257363578" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_15" data-x="7.1899999999999995" data-y="0.020000000000000018" x="427.6330275229358" y="339.73925639787547" width="31.36648961854172" height="22.17286335103819" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="schematic_component_16" data-x="5.82945535" data-y="-1.6999999999999993" x="390.5844398358281" y="382.4625784645099" width="31.88520009657168" height="29.74408498309998" fill="hsl(320, 100%, 50%, 0.8)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="DRV8876" data-x="1.1800000000000006" data-y="-3.63" x="269.4485755673588" y="447.0883631096089" width="22.713664896185378" height="4.867213906325446" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="U1" data-x="0.8800000000000007" data-y="3.63" x="269.4485755673587" y="250.7774022211492" width="6.489618541767243" height="4.867213906325446" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: V_EN_PWM.pin1 to U1.EN
2
2
  globalConnNetId: connectivity_net2" data-x="-0.7130621499999988" data-y="3.1916015999999994" x="223.53284384355385" y="262.3613280540802" width="12.168034765813616" height="5.40801545147275" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: VCC
3
3
  globalConnNetId: connectivity_net10" data-x="0.09900000000000077" data-y="2.191" x="245.89666827619504" y="285.6320618058909" width="11.356832448092717" height="12.979237083534542" fill="#ef444466" stroke="#ef4444" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: VCC
4
4
  globalConnNetId: connectivity_net10" data-x="0.4155446499999993" data-y="6.795000000000001" x="254.45606006760013" y="161.13954611298888" width="11.356832448092689" height="12.979237083534542" fill="#ef444466" stroke="#ef4444" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: VCC
@@ -17,17 +17,14 @@ globalConnNetId: connectivity_net13" data-x="2.2649999999999997" data-y="4.815"
17
17
  globalConnNetId: connectivity_net13" data-x="-0.4881865499999989" data-y="-0.23160160000000102" x="230.0190985997103" y="351.13939623370356" width="11.356832448092689" height="12.979237083534542" fill="#00000066" stroke="#000000" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
18
18
  globalConnNetId: connectivity_net13" data-x="1.8931089299999995" data-y="7.1049999999999995" x="294.409512351521" y="152.7571221632062" width="11.356832448092689" height="12.979237083534542" fill="#00000066" stroke="#000000" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
19
19
  globalConnNetId: connectivity_net13" data-x="-0.6764825825000003" data-y="7.323999999999999" x="224.9275593336552" y="146.8353452438436" width="11.356832448092717" height="12.979237083534542" fill="#00000066" stroke="#000000" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: GND
20
- globalConnNetId: connectivity_net13" data-x="0.9314685610714282" data-y="-8.955" x="268.40668248189274" y="587.0207629164656" width="11.356832448092746" height="12.979237083534485" fill="#00000066" stroke="#000000" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: .I_MOTOR_PROBE &gt; .pos to U1.OUT1
21
- globalConnNetId: connectivity_net0" data-x="4.51" data-y="0.22500000000000023" x="368.1448575567359" y="339.1984548527281" width="5.408015451472693" height="12.168034765813616" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: R_MOTOR.pin2 to U1.OUT2
20
+ globalConnNetId: connectivity_net13" data-x="0.9314685610714282" data-y="-8.955" x="268.40668248189274" y="587.0207629164656" width="11.356832448092746" height="12.979237083534485" fill="#00000066" stroke="#000000" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: R_MOTOR.pin2 to U1.OUT2
22
21
  globalConnNetId: connectivity_net9" data-x="5.6245915124999994" data-y="-2.4499999999999993" x="394.90348850796715" y="414.91067117334615" width="12.168034765813559" height="5.40801545147275" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: VM
23
22
  globalConnNetId: connectivity_net14" data-x="5.300000000000001" data-y="4.430000000000001" x="386.5321100917431" y="226.7117334620956" width="11.356832448092746" height="9.734427812650893" fill="#ef444466" stroke="#ef4444" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: VM
24
23
  globalConnNetId: connectivity_net14" data-x="2.255" data-y="6.516000000000001" x="304.195074843071" y="170.30613230323513" width="11.356832448092689" height="9.734427812650864" fill="#ef444466" stroke="#ef4444" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: VM
25
24
  globalConnNetId: connectivity_net14" data-x="1.8931089299999995" data-y="11.335" x="294.409512351521" y="40" width="11.356832448092689" height="9.734427812650893" fill="#ef444466" stroke="#ef4444" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: U1.VCP to C_VCP.pin1
26
- globalConnNetId: connectivity_net4" data-x="4.386" data-y="1.8000000000000007" x="361.41187831965226" y="299.99034282955097" width="12.168034765813616" height="5.40801545147275" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: U1.VCP to C_VCP.pin1
27
- globalConnNetId: connectivity_net4" data-x="5.300000000000001" data-y="2.724" x="389.50651859005313" y="271.62530178657653" width="5.408015451472693" height="12.168034765813616" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: U1.CPH to C_CP.pin1
25
+ globalConnNetId: connectivity_net4" data-x="4.40625" data-y="2.025000000000001" x="365.33944954128435" y="290.52631578947364" width="5.40801545147275" height="12.168034765813672" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: U1.CPH to C_CP.pin1
28
26
  globalConnNetId: connectivity_net5" data-x="4.4725" data-y="1.225000000000001" x="367.13085465958466" y="312.1583775953645" width="5.40801545147275" height="12.168034765813616" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: U1.CPL to C_CP.pin2
29
- globalConnNetId: connectivity_net6" data-x="4.386" data-y="0.20000000000000062" x="361.41187831965226" y="343.2544664413327" width="12.168034765813616" height="5.408015451472693" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: U1.CPL to C_CP.pin2
30
- globalConnNetId: connectivity_net6" data-x="5.41" data-y="0.9240000000000002" x="392.4809270883631" y="320.297440849831" width="5.408015451472693" height="12.168034765813616" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: .I_MOTOR_PROBE &gt; .neg to L_MOTOR.pin1
27
+ globalConnNetId: connectivity_net6" data-x="4.335" data-y="0.4250000000000006" x="363.41284403669727" y="333.7904394012554" width="5.408015451472693" height="12.168034765813616" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: .I_MOTOR_PROBE &gt; .neg to L_MOTOR.pin1
31
28
  globalConnNetId: connectivity_net1" data-x="6.275" data-y="0.225" x="415.87059391598257" y="339.1984548527281" width="5.40801545147275" height="12.168034765813616" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><rect data-type="rect" data-label="netId: L_MOTOR.pin2 to R_MOTOR.pin1
32
29
  globalConnNetId: connectivity_net8" data-x="7.97" data-y="1.3450000000000002" x="461.7035248672139" y="278.3582810236601" width="5.408015451472693" height="73.27860936745532" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.03698214285714286"/></g><g><circle data-type="point" data-label="U1.1
33
30
  x-" data-x="0.36000000000000076" data-y="2.7" cx="258.63254466441333" cy="278.3582810236601" r="3" fill="hsl(319, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U1.2
@@ -97,16 +94,13 @@ orientation: y-" data-x="-0.4881865499999989" data-y="0.008398399999998973" cx="
97
94
  orientation: y-" data-x="1.8931089299999995" data-y="7.345" cx="300.08792857556733" cy="152.7571221632062" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
98
95
  orientation: y-" data-x="-0.6764825825000003" data-y="7.5649999999999995" cx="230.60597555770156" cy="146.80830516658622" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
99
96
  orientation: y-" data-x="0.9314685610714282" data-y="-8.715" cx="274.0850987059391" cy="587.0207629164655" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
100
- orientation: y+" data-x="4.51" data-y="2.220446049250313e-16" cx="370.8488652824722" cy="351.3664896185418" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
101
97
  orientation: x+" data-x="5.3995915125" data-y="-2.4499999999999993" cx="394.90348850796715" cy="417.61467889908255" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
102
98
  orientation: y+" data-x="5.300000000000001" data-y="4.250000000000001" cx="392.2105263157895" cy="236.4461612747465" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
103
99
  orientation: y+" data-x="2.255" data-y="6.335000000000001" cx="309.8734910671173" cy="180.0676001931434" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
104
100
  orientation: y+" data-x="1.8931089299999995" data-y="11.155000000000001" cx="300.08792857556733" cy="49.73442781265089" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
105
- orientation: x+" data-x="4.16" data-y="1.8000000000000007" cx="361.38483824239495" cy="302.6943505552873" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
106
- orientation: y-" data-x="5.300000000000001" data-y="2.95" cx="392.2105263157895" cy="271.59826170931916" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
101
+ orientation: y+" data-x="4.40625" data-y="1.8000000000000007" cx="368.04345726702076" cy="302.6943505552873" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
107
102
  orientation: y+" data-x="4.4725" data-y="1.0000000000000009" cx="369.83486238532106" cy="324.32641236117814" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
108
- orientation: x+" data-x="4.16" data-y="0.20000000000000062" cx="361.38483824239495" cy="345.958474167069" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
109
- orientation: y-" data-x="5.41" data-y="1.1500000000000001" cx="395.18493481409945" cy="320.2704007725736" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
103
+ orientation: y+" data-x="4.335" data-y="0.20000000000000062" cx="366.1168517624336" cy="345.958474167069" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
110
104
  orientation: y+" data-x="6.275" data-y="8.673617379884035e-18" cx="418.57460164171897" cy="351.3664896185418" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
111
105
  orientation: y+" data-x="7.97" data-y="-0.009999999999999787" cx="464.40753259295025" cy="351.6368903911154" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
112
106
  document.currentScript.parentElement.addEventListener('mousemove', (e) => {
@@ -1,4 +1,4 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.5747276749999997,2.7300000000000004 -1.6,1" data-type="line" data-label="" points="252.57921473753154,188.842752248055 310.03656267490334,290.82119656754486" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.5,0 -1.6,0" data-type="line" data-label="" points="139.09003751506492,349.76827420886843 310.03656267490334,349.76827420886843" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,0.7 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="498.66721112713884,308.50531985994195 561.1270342825638,308.5053198599419" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.6,0.7" data-type="line" data-label="" points="498.66721112713884,391.0312285577949 498.66721112713884,308.50531985994195" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.6,-1 -2.564727675,1.6500000000000004" data-type="line" data-label="" points="310.03656267490334,408.715351850192 253.16868551394478,252.5055961006845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 -2.3000000000000003,0" data-type="line" data-label="" points="310.03656267490334,408.715351850192 268.77360832597685,349.76827420886843" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="310.03656267490334,408.715351850192 561.1270342825638,373.34710526539783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 -2.3000000000000003,0" data-type="line" data-label="" points="253.16868551394478,252.5055961006845 268.77360832597685,349.76827420886843" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="253.16868551394478,252.5055961006845 561.1270342825638,373.34710526539783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3000000000000003,0 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="268.77360832597685,349.76827420886843 561.1270342825638,373.34710526539783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.6,0.7 2.12979575625,0.7 2.12979575625,0.9000000000000004 2.6595915124999996,0.9000000000000004 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="498.66721112713884,308.50531985994195 529.8971227048513,308.50531985994195 529.8971227048513,296.71590433167717 561.1270342825638,296.71590433167717 561.1270342825638,308.5053198599419" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.8,-0.7 1.8,0.7 1.6,0.7" data-type="line" data-label="" points="498.66721112713884,391.0312285577949 510.45662665540357,391.0312285577949 510.45662665540357,308.50531985994195 498.66721112713884,308.50531985994195" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.5747276749999997,2.7300000000000004 -2.5747276749999997,2.9300000000000006 -2.0873638375,2.9300000000000006 -2.0873638375,0.9999999999999996 -1.6,0.9999999999999996" data-type="line" data-label="" points="252.57921473753154,188.842752248055 252.57921473753154,177.05333671979028 281.30788870621745,177.05333671979028 281.30788870621745,290.82119656754486 310.03656267490334,290.82119656754486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3000000000000003,0 -1.9500000000000002,0 -1.9500000000000002,-1 -1.6,-1" data-type="line" data-label="" points="268.77360832597685,349.76827420886843 289.40508550044007,349.76827420886843 289.40508550044007,408.715351850192 310.03656267490334,408.715351850192" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 -2.564727675,0.8250000000000002 -2.1000000000000005,0.8250000000000002 -2.1000000000000005,0 -2.3000000000000003,0" data-type="line" data-label="" points="253.16868551394478,252.5055961006845 253.16868551394478,301.13693515477644 280.5630238542415,301.13693515477644 280.5630238542415,349.76827420886843 268.77360832597685,349.76827420886843" 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="310.03656267490334" y="243.66353445448595" width="188.6306484522355" height="212.20947950876496" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.5697276749999998" data-y="2.1900000000000004" x="234.0269380434333" y="188.84275224805498" width="37.69402416460974" height="63.66284385262949" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.4000000000000004" data-y="0" x="139.0900375150649" y="314.40002762407426" width="129.68357081091193" height="70.73649316958836" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.9094553499999996" data-y="0.15000000000000036" x="551.7115546228706" y="308.5053198599419" width="48.28844537712928" height="64.84178540545594" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="TPS22919DCKR" data-x="-0.48" data-y="-1.9300000000000002" x="333.61539373143273" y="458.2308970689039" width="84.88379180350597" height="10.610473975438197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.08" data-y="1.9300000000000002" x="333.6153937314328" y="230.69517737339476" width="14.147298633917671" height="10.610473975438225" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="V_ON" data-x="-3.8600000000000003" data-y="0.73" x="162.66886857159434" y="301.43167054298317" width="28.294597267835343" height="10.610473975438197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="netId: V_IN.pin1 to U1.IN
1
+ <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-2.5747276749999997,2.7300000000000004 -1.6,1" data-type="line" data-label="" points="252.57921473753154,188.842752248055 310.03656267490334,290.82119656754486" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-4.5,0 -1.6,0" data-type="line" data-label="" points="139.09003751506492,349.76827420886843 310.03656267490334,349.76827420886843" fill="none" stroke="hsl(184, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,0.7 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="498.66721112713884,308.50531985994195 561.1270342825638,308.5053198599419" fill="none" stroke="hsl(80, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.6,0.7" data-type="line" data-label="" points="498.66721112713884,391.0312285577949 498.66721112713884,308.50531985994195" fill="none" stroke="hsl(144, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.6,-1 -2.564727675,1.6500000000000004" data-type="line" data-label="" points="310.03656267490334,408.715351850192 253.16868551394478,252.5055961006845" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 -2.3000000000000003,0" data-type="line" data-label="" points="310.03656267490334,408.715351850192 268.77360832597685,349.76827420886843" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.6,-1 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="310.03656267490334,408.715351850192 561.1270342825638,373.34710526539783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 -2.3000000000000003,0" data-type="line" data-label="" points="253.16868551394478,252.5055961006845 268.77360832597685,349.76827420886843" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="253.16868551394478,252.5055961006845 561.1270342825638,373.34710526539783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.3000000000000003,0 2.6595915124999996,-0.3999999999999997" data-type="line" data-label="" points="268.77360832597685,349.76827420886843 561.1270342825638,373.34710526539783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.6,0.7 1.8,0.7 1.8,0.9000000000000004 2.6595915124999996,0.9000000000000004 2.6595915124999996,0.7000000000000004" data-type="line" data-label="" points="498.66721112713884,308.50531985994195 510.45662665540357,308.50531985994195 510.45662665540357,296.71590433167717 561.1270342825638,296.71590433167717 561.1270342825638,308.5053198599419" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.6,-0.7 1.8,-0.7 1.8,0.7 1.6,0.7" data-type="line" data-label="" points="498.66721112713884,391.0312285577949 510.45662665540357,391.0312285577949 510.45662665540357,308.50531985994195 498.66721112713884,308.50531985994195" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.5747276749999997,2.7300000000000004 -2.5747276749999997,2.9300000000000006 -2.0873638375,2.9300000000000006 -2.0873638375,0.9999999999999996 -1.6,0.9999999999999996" data-type="line" data-label="" points="252.57921473753154,188.842752248055 252.57921473753154,177.05333671979028 281.30788870621745,177.05333671979028 281.30788870621745,290.82119656754486 310.03656267490334,290.82119656754486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.3000000000000003,0 -1.9500000000000002,0 -1.9500000000000002,-1 -1.6,-1" data-type="line" data-label="" points="268.77360832597685,349.76827420886843 289.40508550044007,349.76827420886843 289.40508550044007,408.715351850192 310.03656267490334,408.715351850192" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.564727675,1.6500000000000004 -2.564727675,0.8250000000000002 -2.1000000000000005,0.8250000000000002 -2.1000000000000005,0 -2.3000000000000003,0" data-type="line" data-label="" points="253.16868551394478,252.5055961006845 253.16868551394478,301.13693515477644 280.5630238542415,301.13693515477644 280.5630238542415,349.76827420886843 268.77360832597685,349.76827420886843" 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="310.03656267490334" y="243.66353445448595" width="188.6306484522355" height="212.20947950876496" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.5697276749999998" data-y="2.1900000000000004" x="234.0269380434333" y="188.84275224805498" width="37.69402416460974" height="63.66284385262949" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.4000000000000004" data-y="0" x="139.0900375150649" y="314.40002762407426" width="129.68357081091193" height="70.73649316958836" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="2.9094553499999996" data-y="0.15000000000000036" x="551.7115546228706" y="308.5053198599419" width="48.28844537712928" height="64.84178540545594" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="TPS22919DCKR" data-x="-0.48" data-y="-1.9300000000000002" x="333.61539373143273" y="458.2308970689039" width="84.88379180350597" height="10.610473975438197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="U1" data-x="-1.08" data-y="1.9300000000000002" x="333.6153937314328" y="230.69517737339476" width="14.147298633917671" height="10.610473975438225" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="V_ON" data-x="-3.8600000000000003" data-y="0.73" x="162.66886857159434" y="301.43167054298317" width="28.294597267835343" height="10.610473975438197" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="netId: V_IN.pin1 to U1.IN
2
2
  globalConnNetId: connectivity_net0" data-x="-2.7997276749999997" data-y="2.9300000000000006" x="226.0530297989359" y="171.15862895565792" width="26.526184938595634" height="11.789415528264726" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="netId: GND
3
3
  globalConnNetId: connectivity_net3" data-x="-1.9500000000000002" data-y="-1.24" x="277.02619919576216" y="408.715351850192" width="24.757772609355868" height="28.294597267835343" fill="#00000066" stroke="#000000" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net3" data-x="2.6595915124999996" data-y="-0.6409999999999997" x="548.748147977886" y="373.40605234303916" width="24.75777260935581" height="28.294597267835343" fill="#00000066" stroke="#000000" stroke-width="0.016964369397321426"/></g><g><rect data-type="rect" data-label="netId: V_ON.OUT to U1.ON
@@ -1,4 +1,4 @@
1
- <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483 157.93655911079327,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.4574283249999997,0.20000000000000018 -1.4574283249999997,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 292.2176463362275,315.7259444121287 292.2176463362275,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287 330.93198472269955,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.2000000000000004 -4.17264315,-0.2000000000000004 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,349.5798500586337 62.41608009737348,349.5798500586337 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,-2.220446049250313e-16 -1.9143099500000003,-0.2000000000000004 -3.0434765500000003,-0.2000000000000004 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,349.5798500586337 157.98282893633558,349.5798500586337 157.98282893633558,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744 253.54957777529776,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
1
+ <svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1,0.2 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 253.50330794975545,239.34995906700078" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0.2 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 253.54957777529776,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(248, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(208, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 577.5839199026265,324.189420823755" fill="none" stroke="hsl(48, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 62.36981027183117,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000005 -1,-0.2" data-type="line" data-label="" points="253.50330794975545,239.34995906700078 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 157.93655911079327,239.3499590670008" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.173189849999999,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="62.36981027183117,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,315.7259444121287" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -1,-0.2" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1,0.2 -1,-0.2" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 330.93198472269955,349.5798500586337" fill="none" stroke="hsl(71, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 62.41608009737348,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-1.9143099500000003,0 -1,0" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 157.98282893633558,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-4.17264315,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="62.41608009737348,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 1.9148566499999995,-1.0024186000000008" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 577.6301897281687,417.4923589921354" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -1,0" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9148566499999995,-1.0024186000000008 -1,0" data-type="line" data-label="" points="577.6301897281687,417.4923589921354 330.93198472269955,332.6528972353812" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.9143099500000003,0.09999999999999964 1,0.1" data-type="line" data-label="" points="577.5839199026265,324.189420823755 500.20151295522464,324.189420823755" fill="none" stroke="hsl(73, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-3.0440232499999995,1.1024186000000002 -3.0440232499999995,1.3024186000000004 -4.173189849999999,1.3024186000000004 -4.173189849999999,1.1024186000000002" data-type="line" data-label="" points="157.93655911079327,239.3499590670008 157.93655911079327,222.4230062437483 62.36981027183117,222.4230062437483 62.36981027183117,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9148566499999995,1.1024186000000002 -1.9148566499999995,1.3024186000000004 -3.0440232499999995,1.3024186000000004 -3.0440232499999995,1.1024186000000002" data-type="line" data-label="" points="253.50330794975545,239.3499590670008 253.50330794975545,222.4230062437483 157.93655911079327,222.4230062437483 157.93655911079327,239.3499590670008" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0.20000000000000018 -1.3,0.20000000000000018 -1.3,1.3024186000000004 -1.9148566499999995,1.3024186000000004 -1.9148566499999995,1.1024186000000005" data-type="line" data-label="" points="330.93198472269955,315.7259444121287 305.5415554878208,315.7259444121287 305.5415554878208,222.4230062437483 253.50330794975545,222.4230062437483 253.50330794975545,239.34995906700078" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,-0.2 -1.3,-0.2 -1.3,0.2 -1,0.2" data-type="line" data-label="" points="330.93198472269955,349.5798500586337 305.5415554878208,349.5798500586337 305.5415554878208,315.7259444121287 330.93198472269955,315.7259444121287" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-3.0434765500000003,-2.220446049250313e-16 -3.0434765500000003,-0.2000000000000004 -4.17264315,-0.2000000000000004 -4.17264315,-2.220446049250313e-16" data-type="line" data-label="" points="157.98282893633558,332.6528972353812 157.98282893633558,349.5798500586337 62.41608009737348,349.5798500586337 62.41608009737348,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.9143099500000003,-2.220446049250313e-16 -1.9143099500000003,-0.2000000000000004 -3.0434765500000003,-0.2000000000000004 -3.0434765500000003,-2.220446049250313e-16" data-type="line" data-label="" points="253.54957777529776,332.6528972353812 253.54957777529776,349.5798500586337 157.98282893633558,349.5798500586337 157.98282893633558,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1,0 -1.0999999999999999,0 -1.0999999999999999,-0.09999999999999995 -1.9143099500000003,-0.09999999999999995 -1.9143099500000003,0" data-type="line" data-label="" points="330.93198472269955,332.6528972353812 322.4685083110733,332.6528972353812 322.4685083110733,341.11637364700744 253.54957777529776,341.11637364700744 253.54957777529776,332.6528972353812" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1,0.1 1.4571549750000001,0.1 1.4571549750000001,0.29999999999999966 1.9143099500000003,0.29999999999999966 1.9143099500000003,0.09999999999999964" data-type="line" data-label="" points="500.20151295522464,324.189420823755 538.8927164289255,324.189420823755 538.8927164289255,307.26246800050245 577.5839199026265,307.26246800050245 577.5839199026265,324.189420823755" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-1.9145832999999999" data-y="0.5512093000000002" x="231.1334976779243" y="239.3499590670008" width="44.78589036920462" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-4.1729164999999995" data-y="0.5512093" x="39.99999999999997" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="-3.0437499" data-y="0.5512093" x="135.56674883896213" y="239.34995906700084" width="44.78589036920465" height="93.3029381683804" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.9145832999999999" data-y="-0.4512093000000006" x="555.2141096307953" y="324.189420823755" width="44.785890369204594" height="93.30293816838042" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="0" data-y="0" x="330.93198472269955" y="298.7989915888762" width="169.2695282325251" height="67.70781129300997" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: VSYS
2
2
  globalConnNetId: connectivity_net0" data-x="-1.9148566499999995" data-y="1.5274186000000005" x="245.0398315381292" y="184.33736239143013" width="16.92695282325252" height="38.08564385231816" fill="#ef444466" stroke="#ef4444" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
3
3
  globalConnNetId: connectivity_net1" data-x="-3.0434765500000003" data-y="-0.4250000000000004" x="149.51935252470935" y="349.5798500586337" width="16.926952823252492" height="38.085643852318185" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: GND
4
4
  globalConnNetId: connectivity_net1" data-x="1.9148566499999995" data-y="-1.2284186000000008" x="569.1667133165424" y="417.5769937562517" width="16.926952823252577" height="38.08564385231813" fill="#00000066" stroke="#000000" stroke-width="0.011815475714285715"/></g><g><rect data-type="rect" data-label="netId: V3_3