Renamed modifiers functions

This commit is contained in:
alonso.torres 2022-11-07 12:25:22 +01:00
parent b5df7bbfc5
commit a2e26210d1
17 changed files with 201 additions and 200 deletions

View file

@ -33,7 +33,7 @@
(let [frame-id (:id frame)
vector (-> (gpt/point (:x size) (:y size))
(gpt/negate))
update-fn #(d/update-when %1 %2 gsh/transform-shape (ctm/move vector))]
update-fn #(d/update-when %1 %2 gsh/transform-shape (ctm/move-modifiers vector))]
(->> (cph/get-children-ids objects frame-id)
(into [frame-id])
(reduce update-fn objects))))