diff --git a/CHANGES.md b/CHANGES.md index 74db778f7..20f76d437 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -52,6 +52,7 @@ - Fix problem with enter key shortcut [#775](https://github.com/penpot/penpot/issues/775) - Updates worksans font [#744](https://github.com/penpot/penpot/issues/744) - Fix problem with team management in dashboard [Taiga #1475](https://tree.taiga.io/project/penpot/issue/1475) +- Fix problem with blending modes in masks [Taiga #1476](https://tree.taiga.io/project/penpot/issue/1476) ### :arrow_up: Deps updates diff --git a/frontend/src/app/main/ui/shapes/group.cljs b/frontend/src/app/main/ui/shapes/group.cljs index 22a877b31..30d790ffd 100644 --- a/frontend/src/app/main/ui/shapes/group.cljs +++ b/frontend/src/app/main/ui/shapes/group.cljs @@ -41,8 +41,8 @@ props (-> (attrs/extract-style-attrs shape))] - [:> mask-wrapper mask-props - [:> :g (attrs/extract-style-attrs shape) + [:> :g (attrs/extract-style-attrs shape) + [:> mask-wrapper mask-props (when mask [:> render-mask #js {:frame frame :mask mask}])