Skip to content

Commit 85d4e94

Browse files
committed
example: Add static sketch
Signed-off-by: Ce Gao <[email protected]>
1 parent df9952e commit 85d4e94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)