Add ellipse shape
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user