mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
🐛 Fix problem with shadows and blur on multiple selection
This commit is contained in:
parent
9a272f69c7
commit
e061ba8123
@ -4,6 +4,7 @@
|
||||
### :bug: Bugs fixed
|
||||
- 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 problem with shadows and blur on multiple selection
|
||||
|
||||
## 1.17.2
|
||||
|
||||
|
||||
@ -123,6 +123,10 @@
|
||||
:blocked
|
||||
:hidden
|
||||
|
||||
:shadow
|
||||
|
||||
:blur
|
||||
|
||||
:fills
|
||||
:fill-color
|
||||
:fill-opacity
|
||||
|
||||
@ -40,8 +40,8 @@
|
||||
:layer :shape
|
||||
:constraint :shape
|
||||
:fill :shape
|
||||
:shadow :children
|
||||
:blur :children
|
||||
:shadow :shape
|
||||
:blur :shape
|
||||
:stroke :shape
|
||||
:text :children
|
||||
:exports :shape
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user