-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
sparc
-
solaris_7
Two different tests that rely on java2D ROI methods produce incorrect images when run under jdk1.4 beta 42. Directions for running these tests are in the Comments section. In the first test, ROIPropertyTest, the second panel of the window should (and does under jdk1.3.0) display a solid white shape (a parallelogram with the default arguments) representing the ROI. Under jdk1.4 that panel is solid black. In the second test, TiledImageTest, every panel other than the first should (and does under jdk1.3.0) display an ellipse in which the image is slightly magnified. Under jdk1.4 these ellipses are not present, and panel 2, which ought to display only the ellipse, is solid black.
- duplicates
-
JDK-4481953 Cannot draw into BufferedImage of TYPE_BYTE_BINARY using Graphics2D
- Resolved