On Wed, 13 Apr 2022 21:46:57 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> test/jdk/java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java line >> 144: >> >>> 142: point.y, >>> 143: BACKGROUND_COLOR >>> 144: ); >> >> Dunno why the old version was not checking inner points, but I've added one >> just to check if the shaped frame is above background one. > > Don't we need to check the places where the shadow is rendered that it is not > the shape color(to prove that the shape is not simple rectangular)? Sure, extra check added. ------------- PR: https://git.openjdk.java.net/jdk/pull/8233