Skip to content

Commit 1e3f3de

Browse files
committed
note concerning double float values
1 parent e957009 commit 1e3f3de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/clog-canvas.lisp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
;;; Canvas and 2d Context, for 3d WebGL2 context see clog-webgl.lisp
1111

12+
;;; NOTE: When passing floats always use single floats or strings with
13+
;;; the double float values.
14+
1215
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1316
;; Implementation - clog-canvas
1417
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)