ronin/examples/load.lisp
Devine Lu Linvega ef77a1b73d Draw image
2019-07-13 15:53:32 +09:00

5 lines
65 B
Common Lisp

; load file
((clear)
(stroke (draw ($path) ($rect)) 1 "red")
)