equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @key headful |
26 * @key headful |
27 * @bug 6689025 8023483 |
27 * @bug 6689025 8023483 8198613 |
28 * @summary Tests that transformed Paints are rendered correctly |
28 * @summary Tests that transformed Paints are rendered correctly |
29 * @author Dmitri.Trembovetski@sun.com: area=Graphics |
29 * @author Dmitri.Trembovetski@sun.com: area=Graphics |
30 * @run main/othervm TransformedPaintTest |
30 * @run main/othervm TransformedPaintTest |
31 * @run main/othervm -Dsun.java2d.opengl=True TransformedPaintTest |
|
32 */ |
31 */ |
33 |
32 |
34 import java.awt.Color; |
33 import java.awt.Color; |
35 import java.awt.Dimension; |
34 import java.awt.Dimension; |
36 import java.awt.EventQueue; |
35 import java.awt.EventQueue; |