summaryrefslogtreecommitdiff
path: root/chickadee
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-11-19 08:27:33 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-11-19 08:28:17 -0500
commit974f650ae4d053a8263040bbc848c47628def761 (patch)
tree37e60c70ea53a523163bd014b8f9d068f327e871 /chickadee
parent783bb9bb595e53ef9940d594bedd047c1100fef9 (diff)
graphics: path: Fix bug where blend mode wasn't set during fills.
Diffstat (limited to 'chickadee')
-rw-r--r--chickadee/graphics/path.scm1
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)