RFR: 8267565: Support "@3x" and greater high-density image naming convention
Kevin Rushforth
kcr at openjdk.org
Tue Mar 26 14:01:32 UTC 2024
On Fri, 22 Mar 2024 16:17:29 GMT, drmarmac <duke at openjdk.org> wrote:
> This PR extends the range of hi-res images that are loaded via naming convention, now including scale factors higher than `@2x`.
> Supporting these is already being [recommended](https://developer.apple.com/design/human-interface-guidelines/images#Best-practices) for some platforms.
>
> I tested this manually on Windows with "300%" UI scale factor, and verified `@2x` still works on macOS.
I changed the title of the JBS issue to match. I also filed [JDK-8329098](https://bugs.openjdk.org/browse/JDK-8329098) to track adding support for "@1x" named images as a fallback.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1429#issuecomment-2020505620
More information about the openjfx-dev
mailing list