mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Path: add todos for missing functions.
This commit is contained in:
parent
60dca8c2e8
commit
0d4517c77f
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue