From b53fceefb93559daf0bca7d1c3483019bd70e5c7 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 23 Dec 2020 10:04:33 +0100 Subject: [PATCH] :bug: Fixed problem with opacity in stroke --- frontend/src/app/main/data/colors.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/data/colors.cljs b/frontend/src/app/main/data/colors.cljs index a063fe787..9029656ad 100644 --- a/frontend/src/app/main/data/colors.cljs +++ b/frontend/src/app/main/data/colors.cljs @@ -148,6 +148,7 @@ (cond-> s true (assoc :stroke-color (:color color) + :stroke-opacity (:opacity color) :stroke-color-gradient (:gradient color) :stroke-color-ref-id (:id color) :stroke-color-ref-file (:file-id color))