Default fillShape to false

This commit is contained in:
Skyler Lehmkuhl 2024-12-11 15:58:16 -05:00
parent c67d988083
commit 918538b9f7
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ let context = {
], ],
lineWidth: 5, lineWidth: 5,
simplifyMode: "smooth", simplifyMode: "smooth",
fillShape: true, fillShape: false,
strokeShape: true, strokeShape: true,
fillGaps: 5, fillGaps: 5,
dragging: false, dragging: false,