d3 / d3-shape

Graphical primitives for visualization, such as lines and areas.
https://d3js.org/d3-shape
ISC License
2.48k stars 310 forks source link

Add test for d3/d3-path#38 edge case. #214

Open jasondavies opened 1 month ago

jasondavies commented 1 month ago

This is the edge case with endAngle close to 2π (with d3-arc's default rounding of digits=3) that led to the fix to d3-path.