RFR: 8295078: TextField blurry when inside an TitledPane -> AnchorPane [v3]
Michael Strauß
mstrauss at openjdk.org
Thu Nov 10 19:18:38 UTC 2022
On Thu, 10 Nov 2022 17:20:17 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8295078: Replace JUnit4 with Junit5 imports
>
> Changes requested by angorya (Author).
@andy-goryachev-oracle
Snapping doesn't necessarily imply integer coordinates or sizes. The reason is that we're snapping to _pixels_, not integers. For example, with 200% scale, every other pixel will have a .5 coordinate. It's also important to not confuse snapping with rounding to integers because integer coordinates might not even fall on pixel boundaries for some scaling factors.
-------------
PR: https://git.openjdk.org/jfx/pull/910
More information about the openjfx-dev
mailing list