0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 Fix problem with group selrect

This commit is contained in:
alonso.torres 2024-01-17 12:25:38 +01:00
parent ece11c5958
commit ce675097b1

View file

@ -414,7 +414,11 @@
(gco/transform-points shape-center (:transform group (gmt/matrix)))) (gco/transform-points shape-center (:transform group (gmt/matrix))))
;; Calculate the new selrect ;; Calculate the new selrect
new-selrect (grc/points->rect base-points)] sr-transform (gmt/transform-in (gco/points->center new-points) (:transform-inverse group (gmt/matrix)))
new-selrect
(-> new-points
(gco/transform-points sr-transform)
(grc/points->rect))]
;; Updates the shape and the applytransform-rect will update the other properties ;; Updates the shape and the applytransform-rect will update the other properties
(-> group (-> group