Smooth.js icon indicating copy to clipboard operation
Smooth.js copied to clipboard

bug with creating new control points in demo

Open bennlich opened this issue 12 years ago • 0 comments

I can delete control points by double-clicking them, but I can't create new ones. I get this error:

Uncaught TypeError: Failed to execute 'moveTo' on 'CanvasRenderingContext2D': 2 arguments required, but only 1 present.

Did ctx.moveTo() used to accept one array instead of two separate x and y parameters?

I'm running Chrome 32.0.1700.68.

bennlich avatar Jan 13 '14 20:01 bennlich