diff --git a/common/src/app/common/geom/matrix.cljc b/common/src/app/common/geom/matrix.cljc index 63195b1bb5..a7ed0cea68 100644 --- a/common/src/app/common/geom/matrix.cljc +++ b/common/src/app/common/geom/matrix.cljc @@ -101,7 +101,7 @@ (dm/get-prop o :c) "," (dm/get-prop o :d) "," (dm/get-prop o :e) "," - (dm/get-prop o :f) ",") + (dm/get-prop o :f)) o)) (defn- matrix->json @@ -359,8 +359,6 @@ (th-eq m1e m2e) (th-eq m1f m2f)))) -(defmethod pp/simple-dispatch Matrix [obj] (pr obj)) - (defn transform-in [pt mtx] (if (and (some? pt) (some? mtx)) (-> (matrix)