From 79e35e26084416ba14608f3d5c5b556af72e836e Mon Sep 17 00:00:00 2001 From: Eva Date: Thu, 22 Sep 2022 13:33:34 +0200 Subject: [PATCH] :bug: Fix precision --- common/src/app/common/geom/matrix.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/geom/matrix.cljc b/common/src/app/common/geom/matrix.cljc index f83f5cca7b..b9d8eca199 100644 --- a/common/src/app/common/geom/matrix.cljc +++ b/common/src/app/common/geom/matrix.cljc @@ -14,7 +14,7 @@ [app.common.spec :as us] [clojure.spec.alpha :as s])) -(def precision 3) +(def precision 6) ;; --- Matrix Impl