mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Remove redundant comment.
This commit is contained in:
parent
daa4c12b46
commit
b4bc16330a
1 changed files with 0 additions and 2 deletions
|
@ -125,8 +125,6 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
&& (j === i + 1 || j === length2 - 1 && i === 0);
|
||||
Curve.getIntersections(values1, values2[j], curve1,
|
||||
curves2[j], locations,
|
||||
// Avoid end point intersections on consecutive curves
|
||||
// when self intersecting.
|
||||
excludeEnds ? ZERO : 0, // tMin
|
||||
excludeEnds ? ONE : 1); // tMax
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue