Default fillShape to false
This commit is contained in:
parent
c67d988083
commit
918538b9f7
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue