Path Interpolation Using Cubic Bezier and Control Point Estimation in Javascript
A demonstration of interpolating cubic Bezier curves by estimating the control points from
plotted anchor points. Click inside the box below to create points. After plotting the
third point, the curve will be drawn. Click the "New" to finish one continous curve and
start another. View the page source to see the code.
A detailed explanation of the algorithm is available on my blog.