0
Fork 0
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:
Andrey Antukh 2016-08-17 20:12:52 +03:00
parent 5ec4b707e8
commit 8c7fc4aad6
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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