Hello all,
Drawing a RoundRectangle2D.Float with archeight=0 and arcwidth=0 , and
the same Rectangle2D.Float seems to produce a different result. Upper
left and upper right corner of the round rectangle are not correctly
joined.
borderStroke = new BasicStroke(20f) ;
g2.setStroke(borderStroke) ;
RoundRectangle2D.Float rect = new RoundRectangle2D.Float(100f,
100f,150f,150f ,0,0) ;
g2.draw(rect) ;
The problem does not appear when using a dashed stroke.
Has anyone experienced the same problem ?
I am using jdk1.3 on Win 2000
Thank,
Manuel
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".