At 4:41 PM -0600 7/29/03, David Thielen wrote:
I understand that. But because of the different line widths, I have to do
each segment with a seperate stroke - so doesn't that preclude a closePath?
Yes, it does. What you are trying to do isn't supported by
PDF - a single path with variable graphi
ssage -
From: "Leonard Rosenthol" <[EMAIL PROTECTED]>
To: "David Thielen" <[EMAIL PROTECTED]>; "Paulo Soares"
<[EMAIL PROTECTED]>; "itext" <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 2:22 PM
Subject: Re: [iText-questions] Interest
At 01:55 PM 7/29/2003 -0600, David Thielen wrote:
Oops - sorry I was going by memory.
I do
setLineWidth()
moveTo()
lineTo()
stroke()
4 times. And the first 3 corners are joined. But the last corner which is
joining the end of line 4 to the begining of line 1 doesn't join.
quot;Paulo Soares" <[EMAIL PROTECTED]>
To: "David Thielen" <[EMAIL PROTECTED]>; "itext"
<[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 1:35 PM
Subject: Re: [iText-questions] Interesting line drawing
> You can't do a graphic state operator (line
.
Best Regards,
Paulo Soares
- Original Message -
From: "David Thielen" <[EMAIL PROTECTED]>
To: "itext" <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 19:06
Subject: [iText-questions] Interesting line drawing
> Hi;
>
> I was playing with line
Hi;
I was playing with line drawing, drawing a box
where each line was a different thickness. So I did:
moveTo (start)
for each line:
setLineWidth()
lineTo()
stroke()
What was real interesting is that Acrobat did a
line join for each connection except the end of the final lin