diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 8b5357548..4c442f136 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -814,7 +814,8 @@ public class PApplet implements PConstants { OutputStream outputStream; // Background default needs to be different from the default value in - // PGraphics.backgroundColor, otherwise size(100, 100) bg spills over. + // PGraphics.backgroundColor, otherwise sketches that have size(100, 100) + // appear to be larger than they are, because the bg color matches. // https://github.com/processing/processing/issues/2297 int windowColor = 0xffDDDDDD;