Merge pull request #2997 from penpot/alotor-fix-shadow-multi-selection

🐛 Fix problem withs shadows and blur on multiple selection
This commit is contained in:
Alejandro 2023-03-02 16:35:24 +01:00 committed by GitHub
commit 03d4e97ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -4,6 +4,7 @@
### :bug: Bugs fixed ### :bug: Bugs fixed
- Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848) - Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848)
- Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874) - Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874)
- Fix problem with shadows and blur on multiple selection
## 1.17.2 ## 1.17.2

View file

@ -123,6 +123,10 @@
:blocked :blocked
:hidden :hidden
:shadow
:blur
:fills :fills
:fill-color :fill-color
:fill-opacity :fill-opacity

View file

@ -40,8 +40,8 @@
:layer :shape :layer :shape
:constraint :shape :constraint :shape
:fill :shape :fill :shape
:shadow :children :shadow :shape
:blur :children :blur :shape
:stroke :shape :stroke :shape
:text :children :text :children
:exports :shape :exports :shape