RFR: 8267551: Support loading images from inline data-URIs [v16]
Michael Strauß
mstrauss at openjdk.java.net
Wed Jun 9 14:20:42 UTC 2021
On Wed, 9 Jun 2021 13:18:29 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>>
>> added comment, simplified DataURI.matchScheme()
>
> modules/javafx.graphics/src/main/java/javafx/scene/image/Image.java line 95:
>
>> 93: * the protocol handlers that are registered for the application.
>> 94: *
>> 95: * <p>If a URL uses the "data" scheme, the data must be base64-encoded
>
> I think these two sentences should be in the same paragraph.
Ok.
-------------
PR: https://git.openjdk.java.net/jfx/pull/508
More information about the openjfx-dev
mailing list