mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 00:52:15 +02:00
♻️ Moved math and some geom namespaces to common
This commit is contained in:
parent
d21a3e7ca2
commit
7d464c14c0
60 changed files with 172 additions and 761 deletions
|
@ -11,8 +11,8 @@
|
|||
(:require
|
||||
[cljs.spec.alpha :as s]
|
||||
[clojure.set :as set]
|
||||
[uxbox.util.geom.shapes :as gsh]
|
||||
[uxbox.util.geom.point :as gpt]))
|
||||
[uxbox.common.geom.shapes :as gsh]
|
||||
[uxbox.common.geom.point :as gpt]))
|
||||
|
||||
(defn- frame-snap-points [{:keys [x y width height] :as frame}]
|
||||
(into #{(gpt/point x y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue