RFR: JDK-8316741: fixed BasicStroke.createStrokedShape miter-limits failing on small shapes
Laurent Bourgès
lbourges at openjdk.org
Sun Oct 1 20:50:28 UTC 2023
For stroked shapes (no Renderer use), the min-join-error check is disabled.
Added new jtreg test to verify join using pixel counts
-------------
Commit messages:
- fixed line endings
- JDK-8316741: fixed BasicStroke.createStrokedShape miter-limits failing on small shapes by disabling the min-join-error check for stroked shapes
Changes: https://git.openjdk.org/jdk/pull/16002/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16002&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8316741
Stats: 137 lines in 5 files changed: 118 ins; 1 del; 18 mod
Patch: https://git.openjdk.org/jdk/pull/16002.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16002/head:pull/16002
PR: https://git.openjdk.org/jdk/pull/16002
More information about the client-libs-dev
mailing list