mirror of
https://github.com/penpot/penpot.git
synced 2026-03-02 16:23:31 +00:00
🐛 Fix masking of texts shapes (within a foreignObject element)
This commit is contained in:
committed by
Alonso Torres
parent
4be7f054b7
commit
ccba95f541
@@ -37,7 +37,9 @@
|
||||
[:g
|
||||
(when mask
|
||||
[:defs
|
||||
[:mask {:id (:id mask)}
|
||||
[:mask {:id (:id mask)
|
||||
:width width
|
||||
:height height}
|
||||
[:& shape-wrapper {:frame frame
|
||||
:shape mask}]]])
|
||||
[:& (mf/provider mask-id-ctx) {:value (str/fmt "url(#%s)" (:id mask))}
|
||||
|
||||
Reference in New Issue
Block a user