void setup(){ size(300,300); rectMode(CENTER_RADIUS); } void loop(){ background(255,255,255); rect(150,150,30,30); }