Canvas DrawLine not Smooth

Thanks Ghica,

Can you please suggest anyway to draw Bezier curves in AI2. I couldn't create one to draw smoother curves.

This may help ?

{EDIT}

I did test this out, but it doesn't really properly smooth out the line, in fact adds jaggedness in places, and leaves out some chunks here and there

Hi, i think i may have found a solution. It may not be the best but it sure works well.


Basically, first we draw a dot, then a line, and then we draw a circle. The circle is a little bit different though,
We get the average of the prevX and currentX and we set that as the x, and same for the y. this basically draws a point between the two, so even if canvas can't read so many gestures so fast, it still comes smoothly.


This is how it looks like