mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 22:01:58 -05:00
Path: add todos for missing functions.
This commit is contained in:
parent
491250ef14
commit
91d8dd1187
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ var Path = this.Path = PathItem.extend({
|
||||||
return segment ? this._add(segment, index) : null;
|
return segment ? this._add(segment, index) : null;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// TODO: remove(index) / remove(segment) / remove(fromIndex, toIndex)
|
||||||
|
// TODO: pointsToCurves([tolerance[, threshold[, cornerRadius[, scale]]]])
|
||||||
|
// TODO: curvesToPoints([maxPointDistance[, flatness]])
|
||||||
|
// TODO: reduceSegments([flatness])
|
||||||
|
// TODO: split(length) / split(location) / split(index[, parameter])
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reverses the segments of the path.
|
* Reverses the segments of the path.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue