mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 09:11:37 +02:00
feat(frontend): initial work on react and rumext upgrade
This commit is contained in:
parent
ff00bdb3eb
commit
88f45fb618
33 changed files with 184 additions and 144 deletions
|
@ -13,7 +13,7 @@
|
|||
[uxbox.main.data.shapes :as uds]
|
||||
[uxbox.main.ui.shapes.common :as common]
|
||||
[uxbox.main.ui.shapes.attrs :as attrs]
|
||||
[uxbox.util.data :refer [classnames]]
|
||||
[uxbox.util.data :refer [classnames normalize-props]]
|
||||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[rumext.core :as mx :include-macros true]))
|
||||
|
@ -84,5 +84,5 @@
|
|||
:fill "transparent"
|
||||
:stroke-width "20px"
|
||||
:d pdata}]
|
||||
[:path attrs]]
|
||||
[:path attrs])))
|
||||
[:> :path (normalize-props attrs)]]
|
||||
[:> :path (normalize-props attrs)])))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue