mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Add documentation to PathItem class.
This commit is contained in:
parent
93518c07dc
commit
7211e68245
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@
|
|||
|
||||
/**
|
||||
* @name PathItem
|
||||
* @class
|
||||
*
|
||||
* @class The PathItem class is the base for any items that describe paths
|
||||
* and offer standardised methods for drawing and path manipulation, such as
|
||||
* {@link Path} and {@link CompoundPath}.
|
||||
*
|
||||
* @extends Item
|
||||
*/
|
||||
var PathItem = this.PathItem = Item.extend(/** @lends PathItem# */{
|
||||
|
|
Loading…
Reference in a new issue