From b62f387ff40d97eec35f3e6f4e11ad1f7e26ad31 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 26 Apr 2022 07:42:47 +0200 Subject: [PATCH] :bug Fix blend modes are ignored in component updates --- CHANGES.md | 1 + common/src/app/common/pages/common.cljc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5befa20da..1bd7b8f3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/common/src/app/common/pages/common.cljc b/common/src/app/common/pages/common.cljc index a8221f7f0..5c82be7fc 100644 --- a/common/src/app/common/pages/common.cljc +++ b/common/src/app/common/pages/common.cljc @@ -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