このチャプターでは、図形が描画される順序について学習します。
size()https://processing.org/reference/size_.htmlcircle()https://processing.org/reference/circle_.html
size(720, 480);
size(720, 480);circle(150, 150, 200);circle(100, 100, 200);