make default tool pencil

This commit is contained in:
Barry Gitarts 2018-08-11 13:01:34 -04:00
parent 1bc165f621
commit 29fea20cb2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class SketchFieldDemo extends React.Component {
controlledValue: props.canvasState,
shadowWidth: 0,
shadowOffset: 0,
tool: Tools.Line,
tool: Tools.Pencil,
fillWithColor: false,
fillWithBackgroundColor: false,
drawings: [],