mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-28 22:59:36 -04:00
Some clean-up work on documentation.
This commit is contained in:
parent
3f509ed51b
commit
3d89cd71bd
4 changed files with 20 additions and 12 deletions
src/path
|
@ -32,8 +32,6 @@ var PathItem = Item.extend(/** @lends PathItem# */{
|
|||
* supported.
|
||||
*
|
||||
* @param {PathItem} path the other item to find the intersections with
|
||||
* @param {Boolean} [sorted=false] specifies whether the returned
|
||||
* {@link CurveLocation} objects should be sorted by path and offset
|
||||
* @return {CurveLocation[]} the locations of all intersection between the
|
||||
* paths
|
||||
* @example {@paperscript} // Finding the intersections between two paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue