🎉 Improve clipping objects for wasm render

This commit is contained in:
Alejandro Alonso 2025-01-24 09:15:41 +01:00
parent 83fe2f35b4
commit e7c06fed22
2 changed files with 6 additions and 2 deletions

View file

@ -493,7 +493,9 @@
id (dm/get-prop shape :id)
type (dm/get-prop shape :type)
selrect (dm/get-prop shape :selrect)
clip-content (not (dm/get-prop shape :show-content))
clip-content (if (= type :frame)
(not (dm/get-prop shape :show-content))
false)
rotation (dm/get-prop shape :rotation)
transform (dm/get-prop shape :transform)
fills (if (= type :group)