diff --git a/examples/basics/shapes.lisp b/examples/basics/shapes.lisp index de30d55..6307edc 100644 --- a/examples/basics/shapes.lisp +++ b/examples/basics/shapes.lisp @@ -6,6 +6,8 @@ ; (clear) +(resize 800 800) + (stroke (rect 0 0 300 300) colors:0) @@ -60,4 +62,4 @@ (pos 600 0) (pos 600 300)) colors:0) -(transform:reset) \ No newline at end of file +(transform:reset)