mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove TODO about bug that was fixed in the meantime.
This commit is contained in:
parent
b5fdecf3d1
commit
306c22e00c
1 changed files with 1 additions and 3 deletions
|
@ -70,9 +70,7 @@
|
||||||
curHandleSeg = path.lastSegment;
|
curHandleSeg = path.lastSegment;
|
||||||
// clone as we want the unmodified one:
|
// clone as we want the unmodified one:
|
||||||
prevPoint = curHandleSeg.point.clone();
|
prevPoint = curHandleSeg.point.clone();
|
||||||
// TODO: potential bug - in SG we don't need to clone this
|
path.add(curHandleSeg);
|
||||||
// point, why?
|
|
||||||
path.add(curHandleSeg.clone());
|
|
||||||
curPoint = path.lastSegment.point;
|
curPoint = path.lastSegment.point;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue