From 1dc7db4456f550f888a9c9be2fad2b774a2d0bce Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 1 Mar 2022 11:23:20 +0100 Subject: [PATCH] :bug: Fixing default path for strokes --- common/src/app/common/pages/init.cljc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/pages/init.cljc b/common/src/app/common/pages/init.cljc index ac9bd085c..eed914a9c 100644 --- a/common/src/app/common/pages/init.cljc +++ b/common/src/app/common/pages/init.cljc @@ -63,7 +63,11 @@ {:type :path :name "Path-1" :fills [] - :strokes []} + :strokes [{:stroke-style :solid + :stroke-alignment :center + :stroke-width 2 + :stroke-color clr/black + :stroke-opacity 1}]} {:type :frame :name "Artboard-1"