mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
parent
468bb04919
commit
b743f456b3
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ var CurveLocation = Base.extend(/** @lends CurveLocation# */{
|
||||||
return this._curve
|
return this._curve
|
||||||
|| trySegment(this._segment)
|
|| trySegment(this._segment)
|
||||||
|| trySegment(this._segment1)
|
|| trySegment(this._segment1)
|
||||||
|
|| trySegment(this._segment1.getNext())
|
||||||
|| trySegment(this._segment2.getPrevious());
|
|| trySegment(this._segment2.getPrevious());
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue