jdk/test/java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java
changeset 39056 d99e63b6d962
parent 32130 28cc13849717
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    38 
    38 
    39 import static java.awt.geom.Rectangle2D.Double;
    39 import static java.awt.geom.Rectangle2D.Double;
    40 
    40 
    41 /**
    41 /**
    42  * @test
    42  * @test
       
    43  * @key headful
    43  * @bug 8061831 8130400
    44  * @bug 8061831 8130400
    44  * @summary Tests drawing volatile image to volatile image using different
    45  * @summary Tests drawing volatile image to volatile image using different
    45  *          clips + xor mode. Results of the blit compatibleImage to
    46  *          clips + xor mode. Results of the blit compatibleImage to
    46  *          compatibleImage is used for comparison.
    47  *          compatibleImage is used for comparison.
    47  */
    48  */