Raymond Leong wrote:
> Hi,
> I need to draw a smooth curve that consists of multiple points. I am
> current using curveTo() which only support 3 points, and links them
> (multiple curveTo functions ) together. The output doesn't look good
> or acceptable because the curve is not smooth, i.e. ap
Hi, I need to draw a smooth curve that consists of multiple points. I am current using curveTo() which only support 3 points, and links them (multiple curveTo functions ) together. The output doesn't look good or acceptable because the curve is not smooth, i.e. appear as straighline. I wonder