0
Fork 0
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:
Andrey Antukh 2016-01-23 22:11:32 +02:00
parent 795b32c4b4
commit daa09627c8

View file

@ -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)