From 8c7fc4aad652c2c0183749e7d14b5640e61d5048 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 17 Aug 2016 20:12:52 +0300 Subject: [PATCH] Add path rendering support for view app. --- src/uxbox/view/ui/viewer/shapes.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uxbox/view/ui/viewer/shapes.cljs b/src/uxbox/view/ui/viewer/shapes.cljs index 4e4a47139..21f02bfd2 100644 --- a/src/uxbox/view/ui/viewer/shapes.cljs +++ b/src/uxbox/view/ui/viewer/shapes.cljs @@ -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