diff --git a/src/path/CurveLocation.js b/src/path/CurveLocation.js index 7deadf96..1f857142 100644 --- a/src/path/CurveLocation.js +++ b/src/path/CurveLocation.js @@ -142,6 +142,7 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{ return this._curve || trySegment(this._segment) || trySegment(this._segment1) + || trySegment(this._segment1.getNext()) || trySegment(this._segment2.getPrevious()); },