mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Updates to source documenation
This commit is contained in:
parent
0b0fa6bd0e
commit
0c5408f281
10 changed files with 33 additions and 17 deletions
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
(cl:in-package :clog)
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Implementation - clog-canvas
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
@ -16,7 +15,6 @@
|
|||
(defclass clog-canvas (clog-element)()
|
||||
(:documentation "CLOG Canvas Objects."))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
;; create-canvas ;;
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
|
|
@ -31,7 +29,6 @@
|
|||
width height)
|
||||
:clog-type 'clog-canvas :auto-place auto-place))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Implementation - clog-context2d
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
@ -479,5 +476,3 @@
|
|||
|
||||
(defmethod canvas-restore ((obj clog-context2d))
|
||||
(execute obj "restore()"))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue