On Wed, 19 May 2021 20:24:31 GMT, Michael Strauß <mstra...@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. This pull request has now been integrated. Changeset: 171e484c Author: Michael Strauß <mstra...@openjdk.org> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/171e484ca63bdfd50599417482eb704f71f10107 Stats: 552 lines in 8 files changed: 477 ins; 30 del; 45 mod 8267551: Support loading images from inline data-URIs Reviewed-by: kcr, arapte ------------- PR: https://git.openjdk.java.net/jfx/pull/508