On Tue, 21 Nov 2023 00:01:14 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> Adding missing styleable properties to ImageView:
> 
> 
> -fx-preserve-ratio
> -fx-smooth
> -fx-fit-width
> -fx-fit-height
> 
> 
> Updated CSS Reference.

modules/javafx.graphics/src/main/java/javafx/css/CssMetaData.java line 341:

> 339:      * @since 22
> 340:      */
> 341:     public static List<CssMetaData<? extends Styleable, ?>> 
> initStyleables(

I think this enhancement shouldn't be a part of this PR.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1293#discussion_r1401426623

Reply via email to