mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove accidentally committed debugging code.
This commit is contained in:
parent
c70b9e7d7d
commit
edfd8f53de
1 changed files with 0 additions and 1 deletions
|
@ -2372,7 +2372,6 @@ statics: {
|
|||
line2 = new Line(point.add(normal2),
|
||||
Point.create(-normal2.y, normal2.x)),
|
||||
corner = line1.intersect(line2);
|
||||
new Path.Circle(corner, 5).strokeColor = 'red';
|
||||
// Now measure the distance from the segment to the
|
||||
// intersection, which his half of the miter distance
|
||||
if (!corner || point.getDistance(corner) > miterLimit) {
|
||||
|
|
Loading…
Reference in a new issue