From 1e3f3de05ae08f3aefcdf41e9c30cd04a778bddc Mon Sep 17 00:00:00 2001 From: David Botton Date: Tue, 25 Nov 2025 11:06:39 -0500 Subject: [PATCH] note concerning double float values --- source/clog-canvas.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/clog-canvas.lisp b/source/clog-canvas.lisp index f6406ae..a7e2f4d 100644 --- a/source/clog-canvas.lisp +++ b/source/clog-canvas.lisp @@ -9,6 +9,9 @@ ;;; Canvas and 2d Context, for 3d WebGL2 context see clog-webgl.lisp +;;; NOTE: When passing floats always use single floats or strings with +;;; the double float values. + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Implementation - clog-canvas ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;