From f2bb59fd77255cd865158db94c8d71091a2d770e Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 11 May 2022 13:05:52 +0200 Subject: [PATCH] :bug: Fix Paths have a black fill while being drawn --- frontend/src/app/main/ui/workspace/viewport.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/workspace/viewport.cljs b/frontend/src/app/main/ui/workspace/viewport.cljs index 370e3806ad..cb45c78b3b 100644 --- a/frontend/src/app/main/ui/workspace/viewport.cljs +++ b/frontend/src/app/main/ui/workspace/viewport.cljs @@ -257,6 +257,7 @@ :ref viewport-ref :class (when drawing-tool "drawing") :style {:cursor @cursor} + :fill "none" :on-click on-click :on-context-menu on-context-menu