mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Correct desciption
This commit is contained in:
parent
772a236266
commit
d5ea153370
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue