diff --git a/frontend/src/app/main/ui/shapes/group.cljs b/frontend/src/app/main/ui/shapes/group.cljs index c261899b8..608cb0bc2 100644 --- a/frontend/src/app/main/ui/shapes/group.cljs +++ b/frontend/src/app/main/ui/shapes/group.cljs @@ -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))}