mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
random change
This commit is contained in:
parent
f139bfada0
commit
0b3798436f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ pg.segmentbrushhelper = function(tool, options) {
|
||||||
|
|
||||||
// Smooth the path.
|
// Smooth the path.
|
||||||
finalPath.simplify(2);
|
finalPath.simplify(2);
|
||||||
//console.log(finalPath.segments);
|
// console.log(finalPath.segments);
|
||||||
return finalPath;
|
return finalPath;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue