diff --git a/frontend/src/app/main/ui/shapes/custom_stroke.cljs b/frontend/src/app/main/ui/shapes/custom_stroke.cljs index ba4776f2b..e3e80e431 100644 --- a/frontend/src/app/main/ui/shapes/custom_stroke.cljs +++ b/frontend/src/app/main/ui/shapes/custom_stroke.cljs @@ -360,7 +360,7 @@ (-> props (obj/set! "style" style))) - (some? svg-attrs) + (and (some? svg-attrs) (empty? (:fills shape))) (let [style (-> (obj/get props "style") (obj/clone))