Added test for smooth on static for good measure.

This commit is contained in:
A Pottinger
2020-11-21 12:08:10 -08:00
parent 721046b593
commit d30d34c00b
3 changed files with 52 additions and 0 deletions
@@ -0,0 +1,7 @@
size(300,300, P2D);
smooth(4);
background(0);
fill(255,0,0);
ellipse(100,100,100,100);
fill(0,255,0);
ellipse(150,150,100,100);