mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -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.
|
||||
finalPath.simplify(2);
|
||||
//console.log(finalPath.segments);
|
||||
// console.log(finalPath.segments);
|
||||
return finalPath;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue