mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
CompoundPath documentation: adjust constructor docs.
This commit is contained in:
parent
ae6606e11c
commit
349e4023f3
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ var CompoundPath = this.CompoundPath = PathItem.extend({
|
|||
* Creates a new compound path item and places it in the active layer.
|
||||
*
|
||||
* @constructs CompoundPath
|
||||
* @param {Array} [paths] the paths that will be contained within the
|
||||
* compound path.
|
||||
* @param {Array} [paths] the paths to place within the compound path.
|
||||
*
|
||||
* @class A compound path contains two or more paths, holes are drawn
|
||||
* where the paths overlap. All the paths in a compound path take on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue