Re: [iText-questions] continuous line that changes

2003-07-23 Thread David Thielen
: Wednesday, July 23, 2003 9:02 AM Subject: Re: [iText-questions] continuous line that changes > At 8:35 AM -0600 7/23/03, David Thielen wrote: > >I tried this with: > > moveTo ( 72, 72 ) > > lineTo (144, 72 ) > > lineTo (144, 144 ) > > lineTo (72, 144 )

Re: [iText-questions] continuous line that changes

2003-07-23 Thread Leonard Rosenthol
At 8:35 AM -0600 7/23/03, David Thielen wrote: I tried this with: moveTo ( 72, 72 ) lineTo (144, 72 ) lineTo (144, 144 ) lineTo (72, 144 ) lineTo ( 72, 72 ) stroke() The first 3 corners were nicely joined. But the corner at 72, 72 was not - it was a clear start and end there

Re: [iText-questions] continuous line that changes

2003-07-23 Thread David Thielen
y 22, 2003 9:04 PM Subject: Re: [iText-questions] continuous line that changes > > Please reply to me as well as the list - my spam filter is dropping a lot of the mail to the list (trying to figure it out). > > > > Heres my question: > > > > I have a line that changes wi

Re: [iText-questions] continuous line that changes

2003-07-22 Thread phillip
> Please reply to me as well as the list - my spam filter is dropping a lot of the > mail to the list (trying to figure it out). > > Heres my question: > > I have a line that changes width as it goes. But I want Acrobat to know it's one > line so it joins up the corners right. Is there any way

[iText-questions] continuous line that changes

2003-07-22 Thread David Thielen
Hi;   Please reply to me as well as the list - my spam filter is dropping a lot of the mail to the list (trying to figure it out).   Heres my question:   I have a line that changes width as it goes. But I want Acrobat to know it's one line so it joins up the corners right. Is there any way t