mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Indent with Tabs like rest of paperjs code.
This commit is contained in:
parent
70070c14d2
commit
b4c7bcae5e
1 changed files with 4 additions and 4 deletions
|
@ -1447,10 +1447,10 @@ new function() { // Scope for methods that require numerical integration
|
|||
if (point){
|
||||
// We need to return the parameters for the intersection,
|
||||
// since they will be used for sorting
|
||||
var t1 = Curve.getParameterOf(v1, point.x, point.y),
|
||||
t2 = Curve.getParameterOf(v2, point.x, point.y);
|
||||
addLocation(locations, curve1, t1, point, curve2, t2, point);
|
||||
}
|
||||
var t1 = Curve.getParameterOf(v1, point.x, point.y),
|
||||
t2 = Curve.getParameterOf(v2, point.x, point.y);
|
||||
addLocation(locations, curve1, t1, point, curve2, t2, point);
|
||||
}
|
||||
}
|
||||
|
||||
return { statics: /** @lends Curve */{
|
||||
|
|
Loading…
Reference in a new issue