mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 11:01:20 -05:00
Add path rendering support for view app.
This commit is contained in:
parent
5ec4b707e8
commit
8c7fc4aad6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue