diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index 9d4a2b0b..6326d802 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -316,7 +316,7 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{ && (_ignoreOther || (!this._intersection && !loc._intersection || this._intersection && this._intersection.equals( - loc._intersection, true))) + loc._intersection, true))); } return res; },