Re: [iText-questions] How to do multi points curve

2006-09-14 Thread bruno
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

[iText-questions] How to do multi points curve

2006-09-13 Thread Raymond Leong
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