mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05: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
|
@ -52,6 +52,7 @@
|
||||||
- Fix problem with enter key shortcut [#775](https://github.com/penpot/penpot/issues/775)
|
- 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)
|
- 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 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
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -41,8 +41,8 @@
|
||||||
|
|
||||||
props (-> (attrs/extract-style-attrs shape))]
|
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
|
(when mask
|
||||||
[:> render-mask #js {:frame frame :mask mask}])
|
[:> render-mask #js {:frame frame :mask mask}])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue