mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
:bug Fix blend modes are ignored in component updates
This commit is contained in:
parent
d28b4092d9
commit
b62f387ff4
2 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix blend modes ignored in component updates [Taiga #2626](https://tree.taiga.io/project/penpot/issue/2626)
|
||||
- Fix internal error when hoverin over shape [Taiga #3237](https://tree.taiga.io/project/penpot/issue/3237)
|
||||
- Fix mouse leave in handoff close overlay animation breaks [Taiga #3173](https://tree.taiga.io/project/penpot/issue/3173)
|
||||
- Fix different behaviour during image drag [Taiga #2279](https://tree.taiga.io/project/penpot/issue/2279)
|
||||
|
|
|
@ -60,6 +60,8 @@
|
|||
:height :geometry-group
|
||||
:transform :geometry-group
|
||||
:transform-inverse :geometry-group
|
||||
:opacity :layer-effects-group
|
||||
:blend-mode :layer-effects-group
|
||||
:shadow :shadow-group
|
||||
:blur :blur-group
|
||||
:masked-group? :mask-group
|
||||
|
|
Loading…
Add table
Reference in a new issue