Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
azvegint committed Sep 13, 2023
1 parent 758c045 commit a367ad3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/jdk/java/awt/geom/HitTest/PathHitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,16 @@ static class PathHitTestManual extends Panel {
private static final String INSTRUCTIONS = """
This test displays the results of hit testing 5 different Shape
objects one at a time.
You can switch between shapes using the Choice component located
at the bottom of the window.
Each square in the test represents the
return values of the hit testing operators for that square region:
yellow - not yet tested
translucent blue overlay - the shape being tested
black - all outside
dark gray - rectangle intersects shape
light gray - rectangle intersects and center point is inside shape
Expand All @@ -208,7 +208,7 @@ static class PathHitTestManual extends Panel {
rectangle is contained, but center point is not
rectangle is contained, but rectangle.intersects is false
centerpoint is contained, but rectangle.intersects is false
Visually inspect the results to see if they match the above table.
Note that it is not a violation for rectangles that are entirely
inside the path to be light gray instead of white since sometimes
Expand Down

0 comments on commit a367ad3

Please sign in to comment.