Integrated: 8267551: Support loading images from inline data-URIs

Michael Strauß mstrauss at openjdk.java.net
Thu Jun 17 22:00:35 UTC 2021


On Wed, 19 May 2021 20:24:31 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.

This pull request has now been integrated.

Changeset: 171e484c
Author:    Michael Strauß <mstrauss at openjdk.org>
Committer: Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list