mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 02:51:39 +02:00
🐛 Fixes problems with flip and masks
This commit is contained in:
parent
f0eaf9aa20
commit
9e47318e09
2 changed files with 4 additions and 1 deletions
|
@ -160,7 +160,9 @@
|
|||
(assoc :x (-> mask :selrect :x)
|
||||
:y (-> mask :selrect :y)
|
||||
:width (-> mask :selrect :width)
|
||||
:height (-> mask :selrect :height)))))
|
||||
:height (-> mask :selrect :height)
|
||||
:flip-x (-> mask :flip-x)
|
||||
:flip-y (-> mask :flip-y)))))
|
||||
(update-group [group objects]
|
||||
(let [children (->> group :shapes (map #(get objects %)))]
|
||||
(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue