mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
change ruler degrees
This commit is contained in:
parent
8d82c59453
commit
a3b97e8998
@ -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…
x
Reference in New Issue
Block a user