aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/11-canvas-geometry.lisp2
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)))))