We are about to switch to a new forum software. Until then we have removed the registration on this forum.
void setup() {
size(1000,1414);
surface.setResizable(true);
surface.setSize(500,707);
}
This code when run in presentation mode will display a canvas in the top left of the screen, and not blank the rest of the screen. It displays like it should in regular "run". Why?