mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Fix bug in Item#hitTest and Project#hitTest documentation. Closes #57
This commit is contained in:
parent
34b5d043b3
commit
eb34e058c0
2 changed files with 2 additions and 2 deletions
|
@ -720,7 +720,7 @@ var Item = this.Item = Base.extend(/** @lends Item# */{
|
|||
* <b>options.fill:</b> {@code Boolean} - Hit test the fill of items.
|
||||
* <b>options.stroke:</b> {@code Boolean} - Hit test the curves of path
|
||||
* items, taking into account stroke width.
|
||||
* <b>options.segment:</b> {@code Boolean} - Hit test for
|
||||
* <b>options.segments:</b> {@code Boolean} - Hit test for
|
||||
* {@link Segment#point} of {@link Path} items.
|
||||
* <b>options.handles:</b> {@code Boolean} - Hit test for the handles
|
||||
* ({@link Segment#handleIn} / {@link Segment#handleOut}) of path segments.
|
||||
|
|
|
@ -184,7 +184,7 @@ var Project = this.Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
* <b>options.fill:</b> {@code Boolean} - Hit test the fill of items.
|
||||
* <b>options.stroke:</b> {@code Boolean} - Hit test the curves of path
|
||||
* items, taking into account stroke width.
|
||||
* <b>options.segment:</b> {@code Boolean} - Hit test for
|
||||
* <b>options.segments:</b> {@code Boolean} - Hit test for
|
||||
* {@link Segment#point} of {@link Path} items.
|
||||
* <b>options.handles:</b> {@code Boolean} - Hit test for the handles
|
||||
* ({@link Segment#handleIn} / {@link Segment#handleOut}) of path segments.
|
||||
|
|
Loading…
Reference in a new issue