mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
Improve naming in some function on svg ns.
This commit is contained in:
parent
795b32c4b4
commit
daa09627c8
@ -60,8 +60,8 @@
|
|||||||
apply-rotation))
|
apply-rotation))
|
||||||
|
|
||||||
(defn calculate-transform
|
(defn calculate-transform
|
||||||
[attrs]
|
[shape]
|
||||||
(let [result (->> (interpret-attrs attrs)
|
(let [result (->> (interpret-attrs shape)
|
||||||
(apply mtx/multiply)
|
(apply mtx/multiply)
|
||||||
(deref)
|
(deref)
|
||||||
(take 6)
|
(take 6)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user