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).

That works if the line doesn't change. But I also have:

   cb.setLineWidth(72 / 4 );
   cb.moveTo(72 * xInd, (9 - yInd) * 72);
   cb.lineTo(72 * xInd + 72, (9 - yInd) * 72);
   cb.stroke();

   cb.setLineWidth(72 / 8 );
   cb.moveTo(72 * xInd + 72, (9 - yInd) * 72);
   cb.lineTo(72 * xInd + 72, (8 - yInd) * 72);
   cb.lineTo(72 * xInd, (8 - yInd) * 72);
   cb.lineTo(72 * xInd, (9 - yInd) * 72);
   cb.stroke();

And I can't find any way to tell Acrobat that this is a single box. Is there
a way to do this?

thanks - dave


----- Original Message ----- 
From: "Leonard Rosenthol" <[EMAIL PROTECTED]>
To: "David Thielen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: "itext" <[EMAIL PROTECTED]>
Sent: 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 )
> >     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.
> >
>
> With PS/PDF, you shouldn't close the shape yourself - you are
> better off doing a "close and stroke" and letting the renderer do it
> for you.
>
>
> LDR
> -- 
> --------------------------------------------------------------------------
-
> Leonard Rosenthol
<mailto:[EMAIL PROTECTED]>
> Chief Technical Officer                      <http://www.pdfsages.com>
> PDF Sages, Inc.                              215-629-3700 (voice)
>                                               215-629-0789 (fax)
>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to