mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix paths rendered initially ony in tile 0 0
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run
This commit is contained in:
committed by
Alonso Torres
parent
580bb46a05
commit
1882efe3f7
@@ -728,7 +728,6 @@
|
|||||||
(set-parent-id parent-id)
|
(set-parent-id parent-id)
|
||||||
(set-shape-type type)
|
(set-shape-type type)
|
||||||
(set-shape-clip-content clip-content)
|
(set-shape-clip-content clip-content)
|
||||||
(set-shape-selrect selrect)
|
|
||||||
(set-constraints-h constraint-h)
|
(set-constraints-h constraint-h)
|
||||||
(set-constraints-v constraint-v)
|
(set-constraints-v constraint-v)
|
||||||
(set-shape-rotation rotation)
|
(set-shape-rotation rotation)
|
||||||
@@ -763,6 +762,8 @@
|
|||||||
(when (ctl/grid-layout? shape)
|
(when (ctl/grid-layout? shape)
|
||||||
(set-grid-layout shape))
|
(set-grid-layout shape))
|
||||||
|
|
||||||
|
(set-shape-selrect selrect)
|
||||||
|
|
||||||
(let [pending (into [] (concat
|
(let [pending (into [] (concat
|
||||||
(set-shape-text id content)
|
(set-shape-text id content)
|
||||||
(set-shape-fills id fills)
|
(set-shape-fills id fills)
|
||||||
|
|||||||
Reference in New Issue
Block a user