mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🐛 Fix precision
This commit is contained in:
parent
6e33d5b311
commit
79e35e2608
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
[app.common.spec :as us]
|
||||
[clojure.spec.alpha :as s]))
|
||||
|
||||
(def precision 3)
|
||||
(def precision 6)
|
||||
|
||||
;; --- Matrix Impl
|
||||
|
||||
|
|
Loading…
Reference in a new issue