Correct desciption

This commit is contained in:
David Botton 2024-02-14 08:39:57 -05:00
parent 772a236266
commit d5ea153370

View file

@ -440,7 +440,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/global
;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;
(defgeneric create-image-data (clog-context2d width height) (defgeneric create-image-data (clog-context2d width height)
(:documentation "Create black image data")) (:documentation "Create blank image data"))
(defmethod create-image-data ((obj clog-context2d) width height) (defmethod create-image-data ((obj clog-context2d) width height)
(let ((web-id (clog-connection:generate-id))) (let ((web-id (clog-connection:generate-id)))