Skip to content

Commit

Permalink
Merge branch 'upstream-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Datadog Syncup Service committed Jun 17, 2024
2 parents 4f9e82e + 6838605 commit 6d455d3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jdk/test/sun/pisces/ScaleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@
* questions.
*/

/* @test
* @summary Circle is rendered in C shape
* @bug 6829659 8311666
*/

import java.awt.*;
import java.awt.geom.Ellipse2D;
import java.awt.image.BufferedImage;
import java.io.File;
import javax.imageio.ImageIO;


public class ScaleTest {
public static void main(String[] args) throws Exception {
BufferedImage image = new BufferedImage(200, 200, BufferedImage.TYPE_INT_RGB);
Expand Down
6 changes: 6 additions & 0 deletions jdk/test/sun/pisces/StrokeShapeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/

/* @test
* @summary StrokeShapeTest: createStrokedShape() behaves differently
* @bug 6829678 8311666
*/

import java.awt.*;
import java.awt.geom.Ellipse2D;
import java.awt.geom.GeneralPath;
Expand Down
6 changes: 6 additions & 0 deletions jdk/test/sun/pisces/ThinLineTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/

/* @test
* @summary ThinLineTest: A line < 1 pixel disappears.
* @bug 6829673 8311666
*/

import java.awt.*;
import java.awt.geom.Ellipse2D;
import java.awt.image.BufferedImage;
Expand Down

0 comments on commit 6d455d3

Please sign in to comment.