PdfContentByte.setLineDash(0) ----- Original Message ----- From: "David Thielen" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 22:45 Subject: Asking again: [iText-questions] line close weirdness - Part II
> Is there a way to say a line is solid other than > PdfContentByte.setLineDash(32000, 0)? > > thanks - dave > > > ----- Original Message ----- > From: David Thielen <mailto:[EMAIL PROTECTED]> > To: itext <mailto:[EMAIL PROTECTED]> > Sent: Sunday, July 27, 2003 7:27 PM > Subject: [iText-questions] line close weirdness - Part II > > Hi; > > The cause of the problem (which appears to be a bug in Acrobat) is that > I do a PdfContentByte.setLineDash(32000, 0) when I have a solid line. Is > there a way to say solid line other than this? > > thanks - dave > > > The pdf I get is: > > 0.5 w > [1600 0] 0 d > 0 0 0 RG > 72 509.6 m > 729 509.6 l > 729 58.4 l > 72 58.4 l > h > S > > > And what will close correctly is: > > > 0.5 w > 0 0 0 RG > 72 509.6 m > 729 509.6 l > 729 58.4 l > 72 58.4 l > h > S > > ------------------------------------------------------- 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/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
