mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-15 23:04:06 -04:00
Remove console logging.
This commit is contained in:
parent
9fa51a0457
commit
189e15b1e8
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
path.arcTo([250, 20], false);
|
||||
path.rotate(-5);
|
||||
path.strokeWidth = 30;
|
||||
paths.push(path);
|
||||
path.miterLimit = 3;
|
||||
paths.push(path);
|
||||
return path;
|
||||
}
|
||||
|
||||
|
@ -79,7 +79,6 @@
|
|||
rect.strokeWidth = 0.25;
|
||||
rect.strokeColor = 'red';
|
||||
rect.fillColor = null;
|
||||
console.log(path.controlBounds);
|
||||
var rect = new Path.Rectangle(path.controlBounds);
|
||||
rect.strokeWidth = 0.25;
|
||||
rect.strokeColor = 'green';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue