diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-02-03 17:52:11 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-02-03 17:52:11 -0500 |
commit | 3247f2354b94cfc95c1843d72d6b7b7447b540cb (patch) | |
tree | 0ffe9d99bb5facc1b5f4bd06a7fae65532d7e9cb | |
parent | 9f8a7f1926f0a67f84a104d9286fdfc5738d0126 (diff) |
graphics: path: Fix transform export.
-rw-r--r-- | chickadee/graphics/path.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/graphics/path.scm b/chickadee/graphics/path.scm index 30d4c7c..a6e27e9 100644 --- a/chickadee/graphics/path.scm +++ b/chickadee/graphics/path.scm @@ -77,7 +77,7 @@ fill fill-and-stroke with-style - with-transform + transform translate rotate scale |