0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

🐛 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

@ -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

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