diff options
-rw-r--r-- | chickadee/graphics/path.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/graphics/path.scm b/chickadee/graphics/path.scm index 5412c30..6eca4ab 100644 --- a/chickadee/graphics/path.scm +++ b/chickadee/graphics/path.scm @@ -1139,6 +1139,7 @@ (ref-y (rect-center-y bbox))) ;; Setup style. (set-filled-path-color! filled-path color) + (set-filled-path-blend-mode! filled-path blend-mode) ;; Setup counts and offsets. (set-filled-path-count! filled-path 0) (set-filled-path-stencil-vertex-count! filled-path 0) |