Re: [iText-questions] How to draw polygon with curved corners.

2009-04-07 Thread 1T3XT info
ravikanth pratti wrote: > Hi, > I need to draw polygon(size-5) with curved corners.i am planning to draw > with combination of drawLines and drawCurves.But this method tooks more > time to draw required shape. > > is there is any other method to draw polygon with curved corners like > drawRoun

[iText-questions] How to draw polygon with curved corners.

2009-04-07 Thread ravikanth pratti
Hi, I need to draw polygon(size-5) with curved corners.i am planning to draw with combination of drawLines and drawCurves.But this method tooks more time to draw required shape. is there is any other method to draw polygon with curved corners like drawRoundRectangle()? Thanks in advance. Looking