🐛 Fix problem with blending modes in masks

This commit is contained in:
alonso.torres 2021-03-26 09:57:00 +01:00
parent 19ea7e8b2f
commit 0a3b244f44
2 changed files with 3 additions and 2 deletions

View file

@ -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}])