Path: add todos for missing functions.

This commit is contained in:
Jonathan Puckey 2011-04-12 14:28:18 +02:00
parent 491250ef14
commit 91d8dd1187

View file

@ -109,6 +109,12 @@ var Path = this.Path = PathItem.extend({
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.
*/