We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c76eb commit 9f07d5fCopy full SHA for 9f07d5f
core/src/processing/core/PApplet.java
@@ -814,7 +814,8 @@ public PSurface getSurface() {
814
OutputStream outputStream;
815
816
// Background default needs to be different from the default value in
817
- // PGraphics.backgroundColor, otherwise size(100, 100) bg spills over.
+ // PGraphics.backgroundColor, otherwise sketches that have size(100, 100)
818
+ // appear to be larger than they are, because the bg color matches.
819
// https://github.com/processing/processing/issues/2297
820
int windowColor = 0xffDDDDDD;
821
0 commit comments