Add ellipse shape

This commit is contained in:
Cauli Tomaz
2019-07-29 18:44:31 +02:00
parent 7d153fb3f1
commit 2eafa354bb
4 changed files with 19 additions and 1 deletions

View File

@@ -19,4 +19,8 @@
; draw line
(stroke
(line (sub center-w rad) center-h (add center-w rad) center-h))
(stroke (text 10 170 200 "HELL") "pink" 2)
(stroke (text 10 170 200 "HELL") "pink" 2)
; draw ellipse
(stroke
(ellipse center-w center-h rad (div rad 2)) "white" 2)