diff options
-rw-r--r-- | chickadee/graphics/path.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chickadee/graphics/path.scm b/chickadee/graphics/path.scm index edce792..5cef98b 100644 --- a/chickadee/graphics/path.scm +++ b/chickadee/graphics/path.scm @@ -578,7 +578,6 @@ ;; the transformation matrix. (rect-union! (compiled-path-bounding-box compiled-path) (transform-bounding-box (path-bounding-box path) matrix)) - (path-bounding-box path) (compiled-path-bounding-box compiled-path) ;; Evaluate all commands. This simple virtual machine uses a ;; brush-on-paper metaphor and has a few variables that can be ;; manipulated: |