mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Stick to 80 char line length.
This commit is contained in:
parent
0ea5416a54
commit
6a58679593
1 changed files with 4 additions and 4 deletions
|
@ -404,8 +404,8 @@ PathItem.inject(new function() {
|
||||||
seg = interSeg;
|
seg = interSeg;
|
||||||
dir = 1;
|
dir = 1;
|
||||||
} else if (w3 * w4 !== 0) {
|
} else if (w3 * w4 !== 0) {
|
||||||
// Do not attempt to switch contours if we aren't absolutely
|
// Do not attempt to switch contours if we aren't
|
||||||
// sure that there is a possible candidate.
|
// absolutely sure that there is a possible candidate.
|
||||||
var curve = w3 < w4 ? c3 : c4,
|
var curve = w3 < w4 ? c3 : c4,
|
||||||
nextCurve = operator(curve._segment1._winding)
|
nextCurve = operator(curve._segment1._winding)
|
||||||
? curve
|
? curve
|
||||||
|
@ -469,8 +469,8 @@ PathItem.inject(new function() {
|
||||||
*
|
*
|
||||||
* @param {Point} point the location for which to determine the winding
|
* @param {Point} point the location for which to determine the winding
|
||||||
* direction
|
* direction
|
||||||
* @param {Boolean} horizontal whether we need to consider this point as
|
* @param {Boolean} horizontal whether we need to consider this point
|
||||||
* part of a horizontal curve
|
* as part of a horizontal curve
|
||||||
* @param {Boolean} testContains whether we need to consider this point
|
* @param {Boolean} testContains whether we need to consider this point
|
||||||
* as part of stationary points on the curve itself, used when checking
|
* as part of stationary points on the curve itself, used when checking
|
||||||
* the winding about a point.
|
* the winding about a point.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue