test/java/awt/Graphics2D/Test8004859/Test8004859.java

Print this page

        

*** 35,45 **** * @summary getClipBounds/getClip should return equivalent bounds. * @author Sergey Bylokhov */ public final class Test8004859 { ! private static Shape[] clips = {new Rectangle(0, 0, 1, 1), new Rectangle( 100, 100, -100, -100)}; private static boolean status = true; public static void main(final String[] args) --- 35,45 ---- * @summary getClipBounds/getClip should return equivalent bounds. * @author Sergey Bylokhov */ public final class Test8004859 { ! private static Shape[] clips = {new Rectangle(0, 0, -1, -1), new Rectangle( 100, 100, -100, -100)}; private static boolean status = true; public static void main(final String[] args)