On Thu, 20 Aug 2026 13:14:15 GMT, Michael Strauß <[email protected]> wrote:
>> Pixel snapping is really hard to get right (in fact, it's so hard that even >> JavaFX itself gets it wrong in so many places). >> I've compiled a list of things that I've learned, because there isn't really >> any good documentation as of yet. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Michael Strauß has updated the pull request incrementally with one additional > commit since the last revision: > > remove comma This looks great. Very clear and understandable. I left one minor suggestion. Will reapprove if you make the change. modules/javafx.graphics/src/main/java/javafx/scene/Parent.java line 1149: > 1147: } > 1148: > 1149: // PENDING_DOC_REVIEW Minor: I think this can be removed now. ------------- Marked as reviewed by kcr (Lead). PR Review: https://git.openjdk.org/jfx/pull/2260#pullrequestreview-4985228637 PR Review Comment: https://git.openjdk.org/jfx/pull/2260#discussion_r3823550394
