diff --git a/frontend/src/uxbox/main/ui/shapes/attrs.cljs b/frontend/src/uxbox/main/ui/shapes/attrs.cljs index 71dea3b53..3da03551b 100644 --- a/frontend/src/uxbox/main/ui/shapes/attrs.cljs +++ b/frontend/src/uxbox/main/ui/shapes/attrs.cljs @@ -21,7 +21,7 @@ (defn extract-style-attrs [shape] (let [stroke-style (:stroke-style shape :none) - attrs #js {:fill (:fill-color shape nil) + attrs #js {:fill (or (:fill-color shape) "transparent") :fillOpacity (:fill-opacity shape nil) :rx (:rx shape nil) :ry (:ry shape nil)}]