diff options
author | Colin Okay <okay@toyful.space> | 2022-07-20 14:09:37 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-07-20 14:09:37 -0500 |
commit | 3e6c73a2ac2899cfb094adbad028ce281503ee9c (patch) | |
tree | 51cd109d92fd8640a6cf33358469eacaef178257 | |
parent | 3f1ad32d3999e5860ea8c9a0e69350ff60ddbe0e (diff) |
[export] canvas api
-rw-r--r-- | src/package.lisp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp index dc9fee9..8b9f07a 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -96,6 +96,33 @@ #:button-up #:canvas + #:blit + #:clear-canvas + #:with-current-pen + #:with-pen + #:with-canvas + #:restore-pen + #:canvas-pen-color + #:canvas-pen-width + #:move-pen-to + #:move-pen-rel + #:apply-pen-at + #:stroke-to + #:stroke-rel + #:stroke-path + #:stroke-rel-path + #:stroke-steps + #:fill-path + #:fill-steps + #:fill-rel-path + #:stroke-rect + #:stroke-rel-rect + #:fill-rect + #:fill-rel-rect + #:stroke-bezier + #:stroke-rel-bezier + #:fill-bezier + #:fill-rel-bezier #:frameset #:frameset-index |