mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 23:29:03 +00:00
🐛 Fixes problems with flip and masks
This commit is contained in:
parent
f0eaf9aa20
commit
9e47318e09
@ -14,6 +14,7 @@
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix broken profile and profile options form.
|
||||
- Fix problem with mask and flip [#715](https://github.com/penpot/penpot/issues/715)
|
||||
|
||||
|
||||
### :heart: Community contributions by (Thank you!)
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user