Path: add todos for missing functions.

This commit is contained in:
Jonathan Puckey 2011-04-12 14:36:02 +02:00
parent 60dca8c2e8
commit 0d4517c77f

View file

@ -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)
};
});