@@ -187,26 +187,27 @@ var Project = this.Project = Base.extend(/** @lends Project# */{
187187 *
188188 * The optional options object allows you to control the specifics of the
189189 * hit test and may contain a combination of the following values:
190- * <b>tolerance:</b> {@code Number} - The tolerance of the hit test in
191- * points.
192- * <b>type:</b> Only hit test again a certain item
190+ * <b>options. tolerance:</b> {@code Number} - The tolerance of the hit test
191+ * in points.
192+ * <b>options. type:</b> Only hit test again a certain item
193193 * type: {@link PathItem}, {@link Raster}, {@link TextItem}, etc.
194- * <b>fill:</b> {@code Boolean} - Hit test the fill of items.
195- * <b>stroke:</b> {@code Boolean} - Hit test the curves of path items,
196- * taking into account stroke width.
197- * <b>segment:</b> {@code Boolean} - Hit test for { @link Segment#point} of
198- * {@link Path} items.
199- * <b>handles:</b> {@code Boolean} - Hit test for the handles
194+ * <b>options. fill:</b> {@code Boolean} - Hit test the fill of items.
195+ * <b>options. stroke:</b> {@code Boolean} - Hit test the curves of path
196+ * items, taking into account stroke width.
197+ * <b>options. segment:</b> {@code Boolean} - Hit test for
198+ * {@link Segment#point} of { @link Path} items.
199+ * <b>options. handles:</b> {@code Boolean} - Hit test for the handles
200200 * ({@link Segment#handleIn} / {@link Segment#handleOut }) of path segments.
201- * <b>ends:</b> {@code Boolean} - Only hit test for the first or last
202- * segment points of open path items.
203- * <b>bounds:</b> {@code Boolean} - Hit test the corners and side-centers
204- * of the bounding rectangle of items ({@link Item#bounds}).
205- * <b>center:</b> {@code Boolean} - Hit test the {@link Rectangle#center}
206- * of the bounding rectangle of items ({@link Item#bounds}).
207- * <b>guide:</b> {@code Boolean} - Hit test items that have
201+ * <b>options.ends:</b> {@code Boolean} - Only hit test for the first or
202+ * last segment points of open path items.
203+ * <b>options.bounds:</b> {@code Boolean} - Hit test the corners and
204+ * side-centers of the bounding rectangle of items ({@link Item#bounds}).
205+ * <b>options.center:</b> {@code Boolean} - Hit test the
206+ * {@link Rectangle#center} of the bounding rectangle of items
207+ * ({@link Item#bounds}).
208+ * <b>options.guide:</b> {@code Boolean} - Hit test items that have
208209 * {@link Item#guide} set to {@code true}.
209- * <b>selected:</b> {@code Boolean} - Only hit selected items.
210+ * <b>options. selected:</b> {@code Boolean} - Only hit selected items.
210211 *
211212 * @param {Point } point The point where the hit test should be performed
212213 * @param {Object } [options={ fill: true, stroke: true, segments: true,
0 commit comments