mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 02:56:11 +02:00
🐛 Disables filters in masking elements
This commit is contained in:
parent
8fb5dbb980
commit
ecd020eec2
2 changed files with 3 additions and 1 deletions
|
@ -32,5 +32,6 @@
|
|||
:result "comp"}]]
|
||||
[:mask {:id (str (:id mask) "-mask")}
|
||||
[:g {:filter (str/fmt "url(#%s)" (str (:id mask) "-filter"))}
|
||||
[:& shape-wrapper {:frame frame :shape mask}]]]])))
|
||||
[:& shape-wrapper {:frame frame :shape (-> mask
|
||||
(dissoc :shadow :blur))}]]]])))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue