From 55ad89e92a9796979d6f075afba74a6076f45d6d Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 18 Jul 2022 09:07:05 -0500 Subject: [doc] docstring on with-grid-bezier --- examples/11-canvas-geometry.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/11-canvas-geometry.lisp b/examples/11-canvas-geometry.lisp index 325cbe4..7103663 100644 --- a/examples/11-canvas-geometry.lisp +++ b/examples/11-canvas-geometry.lisp @@ -61,7 +61,7 @@ (200 300) (0 400) (40 250)))) - (ww::with-grid-bezier (x y) (control-points :step 0.001) + (ww::with-grid-bezier (x y) (control-points :count 80) (ww::with-grid-rect (rx ry) ((- x 2) (- y 2) (+ x 2) (+ y 2)) (ww::with-pixel (r g b a) (ww::pixel canvas rx ry) (setf g 255))))) -- cgit v1.2.3