diff --git a/src/path/Path.js b/src/path/Path.js index 7127358d..925caabe 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -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. */