0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 07:21:40 -05:00

🐛 Fix Paths have a black fill while being drawn

This commit is contained in:
Alejandro Alonso 2022-05-11 13:05:52 +02:00 committed by Andrés Moya
parent af6a687187
commit f2bb59fd77

View file

@ -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