d3 / d3-path

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

arcTo should end on tangent point, not control point. #4

Closed mbostock closed 9 years ago

mbostock commented 9 years ago

See http://bl.ocks.org/mbostock/2ff125ac774e5fb5764c.

Expected:

screen shot 2015-11-12 at 10 42 56 am

Actual:

screen shot 2015-11-12 at 10 42 44 am