🐛 Fix paths rendered initially ony in tile 0 0
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run

This commit is contained in:
Alejandro Alonso
2025-06-20 13:26:47 +02:00
committed by Alonso Torres
parent 580bb46a05
commit 1882efe3f7

View File

@@ -728,7 +728,6 @@
(set-parent-id parent-id)
(set-shape-type type)
(set-shape-clip-content clip-content)
(set-shape-selrect selrect)
(set-constraints-h constraint-h)
(set-constraints-v constraint-v)
(set-shape-rotation rotation)
@@ -763,6 +762,8 @@
(when (ctl/grid-layout? shape)
(set-grid-layout shape))
(set-shape-selrect selrect)
(let [pending (into [] (concat
(set-shape-text id content)
(set-shape-fills id fills)