RFR: 8267551: Support loading images from inline data-URIs [v19]
Kevin Rushforth
kcr at openjdk.java.net
Mon Jun 14 17:04:59 UTC 2021
On Mon, 14 Jun 2021 08:50:25 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> This PR adds support for loading images from [inline data URIs](https://en.wikipedia.org/wiki/Data_URI_scheme), which is also widely supported by web browsers. This enables developers to package small images in CSS files, rather than separately deploying the images alongside the CSS file.
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>
> changes
Looks good.
I reviewed the CSR, so you can move that to Finalized now.
-------------
Marked as reviewed by kcr (Lead).
PR: https://git.openjdk.java.net/jfx/pull/508
More information about the openjfx-dev
mailing list