mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
📎 Revert some hacky code from previous commit
This commit is contained in:
parent
7ca74c0467
commit
fb0cf6fcbc
@ -7,11 +7,10 @@
|
|||||||
(ns app.common.geom.shapes.transforms
|
(ns app.common.geom.shapes.transforms
|
||||||
#?(:clj (:import (org.la4j Matrix LinearAlgebra))
|
#?(:clj (:import (org.la4j Matrix LinearAlgebra))
|
||||||
:cljs (:import goog.math.Matrix))
|
:cljs (:import goog.math.Matrix))
|
||||||
|
|
||||||
(:require
|
(:require
|
||||||
|
#?(:clj [app.common.exceptions :as ex])
|
||||||
[app.common.data :as d]
|
[app.common.data :as d]
|
||||||
[app.common.data.macros :as dm]
|
[app.common.data.macros :as dm]
|
||||||
[app.common.exceptions :as ex]
|
|
||||||
[app.common.geom.matrix :as gmt]
|
[app.common.geom.matrix :as gmt]
|
||||||
[app.common.geom.point :as gpt]
|
[app.common.geom.point :as gpt]
|
||||||
[app.common.geom.shapes.bool :as gshb]
|
[app.common.geom.shapes.bool :as gshb]
|
||||||
@ -22,8 +21,7 @@
|
|||||||
[app.common.types.modifiers :as ctm]
|
[app.common.types.modifiers :as ctm]
|
||||||
[app.common.uuid :as uuid]))
|
[app.common.uuid :as uuid]))
|
||||||
|
|
||||||
#?(:clj (set! *warn-on-reflection* true)
|
#?(:clj (set! *warn-on-reflection* true))
|
||||||
:cljs (ex/ignoring nil))
|
|
||||||
|
|
||||||
;; --- Relative Movement
|
;; --- Relative Movement
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user