diff --git a/src/path/Path.js b/src/path/Path.js index 29841426..9e1b64b6 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -948,5 +948,13 @@ var Path = this.Path = PathItem.extend({ getControlBounds: function() { // TODO: Implement! } + + // TODO: intersects(item) + // TODO: contains(item) + // TODO: contains(point) + // TODO: intersect(item) + // TODO: unite(item) + // TODO: exclude(item) + // TODO: getIntersections(path) }; });