mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 04:29:31 +00:00
🐛 Fix problem with blending modes in masks
This commit is contained in:
parent
19ea7e8b2f
commit
0a3b244f44
@ -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…
x
Reference in New Issue
Block a user