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). ------------- Commit messages: - snapping doc Changes: https://git.openjdk.org/jfx/pull/2260/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2260&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8390433 Stats: 298 lines in 1 file changed: 298 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jfx/pull/2260.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2260/head:pull/2260 PR: https://git.openjdk.org/jfx/pull/2260
