9 lines
235 B
Common Lisp
9 lines
235 B
Common Lisp
; test file
|
|
|
|
((clear)
|
|
(stroke (rect 15 15 120 80) 2 "red")
|
|
(fill (rect 30 30 120 80) "#72dec2")
|
|
(clear (rect 45 45 45 45))
|
|
(clone (rect 0 0 200 200) (rect 100 100 200 200))
|
|
(stroke (line (pos 15 15) (pos 200 200)) 10 "red")
|
|
) |