mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
Improve naming in some function on svg ns.
This commit is contained in:
parent
795b32c4b4
commit
daa09627c8
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@
|
|||
apply-rotation))
|
||||
|
||||
(defn calculate-transform
|
||||
[attrs]
|
||||
(let [result (->> (interpret-attrs attrs)
|
||||
[shape]
|
||||
(let [result (->> (interpret-attrs shape)
|
||||
(apply mtx/multiply)
|
||||
(deref)
|
||||
(take 6)
|
||||
|
|
Loading…
Add table
Reference in a new issue