Add support for the data-URI scheme to load stylesheets embedded into code or FXML files. This can be useful for small applications that would otherwise need to deploy their stylesheets alongside the application. It can also be useful to dynamically generate and add stylesheets to applications without deploying temporary files on disk.
- csr for
-
JDK-8269030 Support loading stylesheets from data-URIs
- Closed
- relates to
-
JDK-8267551 Support loading images from inline data-URIs
- Resolved