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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;