mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 20:49:37 +00:00
Remove unused function on svg ns.
This commit is contained in:
parent
daa09627c8
commit
ee4e8d30b5
@ -69,10 +69,3 @@
|
|||||||
(->> (map #(nth result %) [0 3 1 4 2 5])
|
(->> (map #(nth result %) [0 3 1 4 2 5])
|
||||||
(str/join ",")
|
(str/join ",")
|
||||||
(str/format "matrix(%s)"))))
|
(str/format "matrix(%s)"))))
|
||||||
|
|
||||||
(defn apply-transform
|
|
||||||
[attrs]
|
|
||||||
(let [transform (calculate-transform attrs)]
|
|
||||||
(-> attrs
|
|
||||||
(without-keys [:rotation :width :height :x :y :view-box])
|
|
||||||
(assoc :transform transform))))
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user