mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 12:52:56 +02: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 (cph/frame-shape? shape)
|
||||||
props
|
props
|
||||||
(if (or (some? (->> shape-shadow (remove :hidden) seq))
|
(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))
|
(obj/set! props "filter" (dm/fmt "url(#filter-%)" render-id))
|
||||||
props))
|
props))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue