JDK-4174905 : Circle bullet doesn't look like a circle in UL Type="CIRCLE" html code
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-09-18
  • Updated: 1998-10-07
  • Resolved: 1998-10-07
Related Reports
Duplicate :  
Description
JDK1.2FCS-K: solaris, win32

Circle bullet is not rendered as a circle while Disc type are correctly rendered as a filled-circle.

1) cd /home/baechul/Beetle
2) java Beetle
3) Press 'eye' icon form the toolbar
4) Open t-list0.html
5) Take a look at circle bullet.
6) It looks  /\ in both solaris and win32.
             \/

bae-chul.kim@eng 1998-09-18

Comments
EVALUATION This is a 2D problem. We are using drawOval to draw the circle, and in 1.2 when drawOval is invoked to an offscreen image it results in rather odd locking circles. I'm marking this bug as a duplicate of the 2D one against drawOval. sky 1998-10-07
11-06-2004

PUBLIC COMMENTS This is a 2D problem. We are using drawOval to draw the circle, and in 1.2 when drawOval is invoked to an offscreen image it results in rather odd locking circles. I'm marking this bug as a duplicate of the 2D one against drawOval. sky 1998-10-07
10-06-2004