mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 08:39:51 +02:00
Remove unused function on svg ns.
This commit is contained in:
@@ -69,10 +69,3 @@
|
||||
(->> (map #(nth result %) [0 3 1 4 2 5])
|
||||
(str/join ",")
|
||||
(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))))
|
||||
|
||||
Reference in New Issue
Block a user