
Canvas Smooth Drawing Javascript. Smooth user drawn lines in canvas. By smooth i mean using the x,y points as control points to make the line smooth.

Both result in jagged lines. <<strong>canvas</strong> id=paint_board width=500 height=800 style=border: How to draw smooth curve through n points using javascript html5 canvas?
<<Strong>Canvas</Strong> Id=Paint_Board Width=500 Height=800 Style=Border:
How to draw smooth curve through n points using javascript html5 canvas? Both result in jagged lines. It simply has to draw a smooth line given n points.
The Line Does Not Need To Go Through The Points.
Smooth user drawn lines in canvas. By smooth i mean using the x,y points as control points to make the line smooth.