RFR: JDK-8316741: BasicStroke.createStrokedShape miter-limits failing on small shapes [v2]
Laurent Bourgès
lbourges at openjdk.org
Sat Oct 21 09:13:00 UTC 2023
On Fri, 20 Oct 2023 18:05:19 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
>> Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed 2 missing white spaces
>
> test/jdk/sun/java2d/marlin/TestCreateStrokedShapeJoins.java line 39:
>
>> 37: */
>> 38: public class TestCreateStrokedShapeJoins {
>> 39:
>
> Suggestion:
>
>
> /*
> * @test
> * @bug 8316741
> * @summary Verifies that Marlin renderer's Stroker generates properly joins
> * in createStrokedShape()
> * @run main TestCreateStrokedShapeJoins
> */
>
> public class TestCreateStrokedShapeJoins {
javadoc as usual -> no
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16002#discussion_r1367694377
More information about the client-libs-dev
mailing list