diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-18 09:07:05 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-18 09:07:05 -0500 |
commit | 55ad89e92a9796979d6f075afba74a6076f45d6d (patch) | |
tree | bf57ebc00f4673a11176dbf1a3261f145c5a2f4a /examples/11-canvas-geometry.lisp | |
parent | 03ce5afadae02847aadd7ae89ce4779ee0b7e6e4 (diff) |
[doc] docstring on with-grid-bezier
Diffstat (limited to 'examples/11-canvas-geometry.lisp')
-rw-r--r-- | examples/11-canvas-geometry.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) |