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]