You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens in PGraphicsJava2D on the last line shown here:
// BACKGROUNDint[] clearPixels;
protectedvoidclearPixels(intcolor) {
// On a hi-res display, image may be larger than width/heightintimageWidth = image.getWidth(null);
In some way, it might not be a bug but a mistake by the user for exceeding the range, but yet I feel like it might be a bug as well...