On Mon, 17 Aug 2026 19:35:07 GMT, Nir Lisker <[email protected]> wrote:
>> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review changes > > modules/javafx.graphics/src/main/java/javafx/scene/layout/package-info.java > line 337: > >> 335: * child.relocate(snapPositionX(10), snapPositionY(20)); >> 336: * child.setTranslateX(0.5); // The rendered X coordinate is now >> between pixels >> 337: * } > > Is there some conclusion or advice to be drawn from here? I feel it leaves > the reader hanging a bit. I've reframed the section around "why snapped content can still look blurry", and the conclusion is that if that happens, check the ancestors and transforms of the snapped content. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2260#discussion_r3798842365
