And the answer is ... do a setLineWidth(0)
----- Original Message -----
To: itext
Sent: Wednesday, July 23, 2003 2:53 PM
Subject: rectangle and line positions

Please reply to me too as e-mail to iText is not getting to me (spam filter problem).
 
I am drawing a rectangle
    rectangle (x1, y1, wid, ht )
 
And then a line
    moveTo( x1, y1 )
    lineTo( x1 + wid, y1 )
 
And the line, which is 1/2 pt wide, is drawn with some of the rectangle below it (about 1 pixel).
 
Any idea what's going on?
 
thanks - dave

Reply via email to