Default fillShape to false
This commit is contained in:
parent
c67d988083
commit
918538b9f7
|
|
@ -139,7 +139,7 @@ let context = {
|
|||
],
|
||||
lineWidth: 5,
|
||||
simplifyMode: "smooth",
|
||||
fillShape: true,
|
||||
fillShape: false,
|
||||
strokeShape: true,
|
||||
fillGaps: 5,
|
||||
dragging: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue