68a69,75 > /* > * JP, 25-May-03: Changed from (width-1, height-1) to (width, height), > * because figures were not filled completely (JDK 1.4.x). Might invalidate > * fix for #661878. If the problem is JDK-dependant, maybe the JDK version > * should be taken into account here? > */ > g.fillOval(r.x, r.y, r.width, r.height); 69,69d68 < g.fillOval(r.x, r.y, r.width-1, r.height-1);