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 One last question from my side: There is also this weird method which is only used once: `snapPortionX/Y` (only used in `HBox` / `VBox`). Is this something we need, or will this be eventually cleaned up? ------------- PR Comment: https://git.openjdk.org/jfx/pull/2260#issuecomment-5356428729
