Hi all, I was wondering why there is no javafx support to svg, is there any reason? I found nice the solution from codecentric interesting: https://github.com/codecentric/javafxsvg. But it uses com.sun.javafx.iio.ImageFormatDescription, com.sun.javafx.iio.ImageLoader, com.sun.javafx.iio.ImageStorage and com.sun.javafx.iio.ImageLoaderFactory. in openjfx9 is still there in com.sun... What's going to happen to these classes in Java 9? Is there strategy about providing ways to use them?
Thanks! Diego