mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
parent
b23c272d69
commit
13f4773985
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
* The options object allows you to control the specifics of the hit-
|
||||
* test. See {@link #hitTest(point[, options])} for a list of all options.
|
||||
*
|
||||
* @name Item#hitTestAll
|
||||
* @name Project#hitTestAll
|
||||
* @function
|
||||
* @param {Point} point the point where the hit-test should be performed
|
||||
* @param {Object} [options={ fill: true, stroke: true, segments: true,
|
||||
|
|
Loading…
Reference in a new issue