On Mon, 4 Dec 2023 21:06:04 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> > It is probably easy just drop the usage of loadedImage and use the image > > instead? > > Ideally. Yet there's a corner case: if `url` is null, there's nothing to > load; and it doesn't make sense to re-try, the URL won't change. If it were > not for this case, the `image` field alone would do the job. Not sure how it is expected to work, the url is a parameter and can be changed on the fly(see the usage of base in the StyleSheet.java) ------------- PR Comment: https://git.openjdk.org/jdk/pull/16917#issuecomment-1839542420