d3 / d3-path

Serialize Canvas path commands to SVG.
https://d3js.org/d3-path
ISC License
196 stars 37 forks source link

Test typo - arc is clockwise when flag is false #17

Closed aubergene closed 5 years ago

aubergene commented 6 years ago

Looks like a typo as the code and tests are correct

canvas https://codepen.io/anon/pen/XYLzwJ svg https://codepen.io/anon/pen/VdJyPr

Fil commented 5 years ago

It is indeed clockwise. Thank you!