mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix problem with shadows and frames in Safari
This commit is contained in:
parent
07f055bd49
commit
df66955594
@ -68,8 +68,8 @@
|
|||||||
|
|
||||||
filter-id-blur (dm/fmt "filter-blur-%" render-id)
|
filter-id-blur (dm/fmt "filter-blur-%" render-id)
|
||||||
filter-id-shadows (dm/fmt "filter-shadow-%" render-id)
|
filter-id-shadows (dm/fmt "filter-shadow-%" render-id)
|
||||||
filter-str-blur (filters/filter-str filter-id-blur shape)
|
filter-str-blur (filters/filter-str filter-id-blur (dissoc shape :shadow))
|
||||||
filter-str-shadows (filters/filter-str filter-id-shadows shape)
|
filter-str-shadows (filters/filter-str filter-id-shadows (dissoc shape :blur))
|
||||||
|
|
||||||
x (dm/get-prop shape :x)
|
x (dm/get-prop shape :x)
|
||||||
y (dm/get-prop shape :y)
|
y (dm/get-prop shape :y)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user