diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-06 20:47:23 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-06 20:47:23 -0400 |
commit | 7b9a06ee3e57ce1a9d7bc91cdbb5894e234fde34 (patch) | |
tree | f5179a63b1d7d20d2121c6c1b0347781c6b723d0 | |
parent | fec2bca489fa67f67bb6047215ebceb831305109 (diff) |
graphics: path: Export painter? and painter-bounding-box.
-rw-r--r-- | chickadee/graphics/path.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chickadee/graphics/path.scm b/chickadee/graphics/path.scm index ef5206a..0d218fb 100644 --- a/chickadee/graphics/path.scm +++ b/chickadee/graphics/path.scm @@ -74,6 +74,8 @@ pad beside below + painter? + painter-bounding-box make-empty-canvas make-canvas canvas? |