Is there a way to say a line is solid other than PdfContentByte.setLineDash(32000, 0)?
 
thanks - dave
 
----- Original Message -----
To: itext
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

Reply via email to