mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 20:49:37 +00:00
🐛 Fix problem with filter in old version
This commit is contained in:
parent
bf623338ff
commit
db149e9c09
@ -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…
x
Reference in New Issue
Block a user