mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
change ruler degrees
This commit is contained in:
parent
8d82c59453
commit
a3b97e8998
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@
|
|||
(def ^:private ^:static +immanted-zones+
|
||||
(let [transform #(vector (- % 7) (+ % 7) %)]
|
||||
(concat
|
||||
(mapv transform (range 0 181 10))
|
||||
(mapv (comp transform -) (range 0 181 10)))))
|
||||
(mapv transform (range 0 181 15))
|
||||
(mapv (comp transform -) (range 0 181 15)))))
|
||||
|
||||
(defn- overlay-will-mount
|
||||
[own local]
|
||||
|
|
Loading…
Add table
Reference in a new issue