On Thu, 16 Jan 2020 10:47:26 GMT, Ambarish Rapte <[email protected]> wrote:
>> The pull request has been updated with 1 additional commit.
>
> modules/javafx.graphics/src/main/java/javafx/scene/Scene.java line 1303:
>
>> 1302: if (height > maxTextureSize || width > maxTextureSize) {
>> 1303: // The requested size for the screenshot is to big to fit
>> a single texture,
>> 1304: // so we need to take several snapshot tiles and merge
>> them into single image (fixes JDK-8088198)
>
> Should be `too` big to fit
done in 501917284e0490d16b1831fcd854e31a779449b9
-------------
PR: https://git.openjdk.java.net/jfx/pull/68