From 24b0c51a3b51c52dbba855787170107a6a7e47fb Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 19 Jul 2022 10:44:16 -0500 Subject: [add] canvas language and [example] --- src/grid-geometry.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/grid-geometry.lisp') diff --git a/src/grid-geometry.lisp b/src/grid-geometry.lisp index c046032..5fdfdd8 100644 --- a/src/grid-geometry.lisp +++ b/src/grid-geometry.lisp @@ -121,3 +121,4 @@ Evaluates the BODY with X Y bound to a point on the bezier curve. (loop for ,a from 0.0 to 1.0 by ,step for (,x ,y) = (mapcar #'round (funcall ,fn ,a)) do ,@body)))) + -- cgit v1.2.3