mirror of
https://github.com/penpot/penpot.git
synced 2026-05-14 20:43:55 +00:00
Add path rendering support for view app.
This commit is contained in:
parent
5ec4b707e8
commit
8c7fc4aad6
@ -15,6 +15,7 @@
|
||||
[uxbox.main.ui.shapes.text :refer (text-shape)]
|
||||
[uxbox.main.ui.shapes.group :refer (group-shape)]
|
||||
[uxbox.main.ui.shapes.line :refer (line-shape)]
|
||||
[uxbox.main.ui.shapes.path :refer (path-shape)]
|
||||
[uxbox.main.ui.shapes.circle :refer (circle-shape)]
|
||||
[uxbox.view.ui.viewer.interactions :as itx])
|
||||
(:import goog.events.EventType))
|
||||
@ -67,6 +68,7 @@
|
||||
:line (line-shape shape)
|
||||
:icon (icon-shape shape)
|
||||
:rect (rect-shape shape)
|
||||
:path (path-shape shape)
|
||||
:circle (circle-shape shape)))
|
||||
|
||||
(mx/defc shape
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user