mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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;
|
||||
// clone as we want the unmodified one:
|
||||
prevPoint = curHandleSeg.point.clone();
|
||||
// TODO: potential bug - in SG we don't need to clone this
|
||||
// point, why?
|
||||
path.add(curHandleSeg.clone());
|
||||
path.add(curHandleSeg);
|
||||
curPoint = path.lastSegment.point;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue