mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
🐛 Fix problem with filter in old version
This commit is contained in:
parent
bf623338ff
commit
db149e9c09
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@
|
|||
props (if (cph/frame-shape? shape)
|
||||
props
|
||||
(if (or (some? (->> shape-shadow (remove :hidden) seq))
|
||||
(not ^boolean (:hidden shape-blur)))
|
||||
(and (some? shape-blur) (not ^boolean (:hidden shape-blur))))
|
||||
(obj/set! props "filter" (dm/fmt "url(#filter-%)" render-id))
|
||||
props))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue