@@ -2584,18 +2584,19 @@ <h3>Fill Style</h3>
25842584< p > < b > options.type:</ b > Only hit test again a certain item
25852585type: < a href ="../classes/PathItem.html "> < tt > PathItem</ tt > </ a > , < a href ="../classes/Raster.html "> < tt > Raster</ tt > </ a > , < a href ="../classes/TextItem.html "> < tt > TextItem</ tt > </ a > , etc.</ p >
25862586< p > < b > options.fill:</ b > < tt > Boolean</ tt > - Hit test the fill of items.</ p >
2587- < p > < b > options.stroke:</ b > < tt > Boolean</ tt > - Hit test the curves of path items,
2588- taking into account stroke width.</ p >
2589- < p > < b > options.segment:</ b > < tt > Boolean</ tt > - Hit test for < a href =" ../classes/Segment.html#point " > < tt > segment.point </ tt > </ a > of
2590- < a href ="../classes/Path.html "> < tt > Path</ tt > </ a > items.</ p >
2587+ < p > < b > options.stroke:</ b > < tt > Boolean</ tt > - Hit test the curves of path
2588+ items, taking into account stroke width.</ p >
2589+ < p > < b > options.segment:</ b > < tt > Boolean</ tt > - Hit test for
2590+ < a href ="../classes/Segment.html#point " > < tt > segment.point </ tt > </ a > of < a href =" ../classes/ Path.html "> < tt > Path</ tt > </ a > items.</ p >
25912591< p > < b > options.handles:</ b > < tt > Boolean</ tt > - Hit test for the handles
25922592(< a href ="../classes/Segment.html#handlein "> < tt > segment.handleIn</ tt > </ a > / < a href ="../classes/Segment.html#handleout "> < tt > segment.handleOut</ tt > </ a > ) of path segments.</ p >
2593- < p > < b > options.ends:</ b > < tt > Boolean</ tt > - Only hit test for the first or last
2594- segment points of open path items.</ p >
2595- < p > < b > options.bounds:</ b > < tt > Boolean</ tt > - Hit test the corners and side-centers
2596- of the bounding rectangle of items (< a href ="../classes/Item.html#bounds "> < tt > item.bounds</ tt > </ a > ).</ p >
2597- < p > < b > options.center:</ b > < tt > Boolean</ tt > - Hit test the < a href ="../classes/Rectangle.html#center "> < tt > rectangle.center</ tt > </ a >
2598- of the bounding rectangle of items (< a href ="../classes/Item.html#bounds "> < tt > item.bounds</ tt > </ a > ).</ p >
2593+ < p > < b > options.ends:</ b > < tt > Boolean</ tt > - Only hit test for the first or
2594+ last segment points of open path items.</ p >
2595+ < p > < b > options.bounds:</ b > < tt > Boolean</ tt > - Hit test the corners and
2596+ side-centers of the bounding rectangle of items (< a href ="../classes/Item.html#bounds "> < tt > item.bounds</ tt > </ a > ).</ p >
2597+ < p > < b > options.center:</ b > < tt > Boolean</ tt > - Hit test the
2598+ < a href ="../classes/Rectangle.html#center "> < tt > rectangle.center</ tt > </ a > of the bounding rectangle of items
2599+ (< a href ="../classes/Item.html#bounds "> < tt > item.bounds</ tt > </ a > ).</ p >
25992600< p > < b > options.guide:</ b > < tt > Boolean</ tt > - Hit test items that have
26002601< a href ="../classes/Item.html#guide "> < tt > item.guide</ tt > </ a > set to < tt > true</ tt > .</ p >
26012602< p > < b > options.selected:</ b > < tt > Boolean</ tt > - Only hit selected items.</ p >
0 commit comments