From e060b81e0b157cfa6028eff47663c02a64704666 Mon Sep 17 00:00:00 2001 From: Quentin Leonetti Date: Sun, 14 Jul 2019 08:10:31 +0200 Subject: [PATCH] fix pixels example --- examples/pixels.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pixels.lisp b/examples/pixels.lisp index 54c01a9..91ec4a4 100644 --- a/examples/pixels.lisp +++ b/examples/pixels.lisp @@ -4,6 +4,6 @@ ; Draw photo - (draw (path "/Users/VillaMoirai/Desktop/clip.jpg")) - (print (select (rect 0 0 10 10))) + (draw "../../PREVIEW.jpg") + (echo (select (rect 0 0 10 10))) ) \ No newline at end of file