mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 09:47:13 +02:00
🐛 Fix problem with blending modes in masks
This commit is contained in:
parent
19ea7e8b2f
commit
0a3b244f44
2 changed files with 3 additions and 2 deletions
|
@ -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}])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue