random change

This commit is contained in:
DD Liu 2017-07-25 15:35:32 -04:00
parent f139bfada0
commit 0b3798436f

View file

@ -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;
};
}