From fbefa6564422430d125c319c0dbe3695b468ca60 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 21 Jan 2016 00:12:54 +0200 Subject: [PATCH] Render stroke properties. --- src/uxbox/ui/shapes.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/ui/shapes.cljs b/src/uxbox/ui/shapes.cljs index 87e9a4196a..135a2dfc2f 100644 --- a/src/uxbox/ui/shapes.cljs +++ b/src/uxbox/ui/shapes.cljs @@ -14,7 +14,7 @@ (defn- extract-attrs "Extract predefinet attrs from shapes." [shape] - (select-keys shape [:fill :opacity])) + (select-keys shape [:fill :opacity :stroke :stroke-opacity :stroke-width])) (defn- make-debug-attrs [shape]