summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chickadee/graphics/path.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/graphics/path.scm b/chickadee/graphics/path.scm
index 30f759d..b14936f 100644
--- a/chickadee/graphics/path.scm
+++ b/chickadee/graphics/path.scm
@@ -727,7 +727,7 @@
(let loop ((commands (path-commands path))
(i 0)
(offset (compiled-path-point-count compiled-path))
- (brush %origin)
+ (brush (matrix3-transform matrix %origin))
(first #f))
(cond
((< i (vector-length commands))