@@ -21,13 +21,17 @@ |
|
|
21 |
21 |
* questions. |
22 |
22 |
*/ |
23 |
23 |
|
|
24 |
+/* @test |
|
25 |
+ * @summary Circle is rendered in C shape |
|
26 |
+ * @bug 6829659 8311666 |
|
27 |
+ */ |
|
28 |
+ |
24 |
29 |
import java.awt.*; |
25 |
30 |
import java.awt.geom.Ellipse2D; |
26 |
31 |
import java.awt.image.BufferedImage; |
27 |
32 |
import java.io.File; |
28 |
33 |
import javax.imageio.ImageIO; |
29 |
34 |
|
30 |
|
- |
31 |
35 |
public class ScaleTest { |
32 |
36 |
public static void main(String[] args) throws Exception { |
33 |
37 |
BufferedImage image = new BufferedImage(200, 200, BufferedImage.TYPE_INT_RGB); |