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 df9952e commit 85d4e94Copy full SHA for 85d4e94
examples/Basics/StaticSketch/StaticSketch.rpde
@@ -0,0 +1,5 @@
1
+size(250,150)
2
+background(255,192,192);
3
+line(0, 0, width, height/2)
4
+line(0, 0, width/2, height)
5
+ellipse(width-60,height-60,100,100)
0 commit comments