mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
Start adding documentation to PathItem.
This commit is contained in:
parent
9c017c431d
commit
9deabbee8d
1 changed files with 11 additions and 0 deletions
|
@ -14,5 +14,16 @@
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name PathItem
|
||||||
|
* @class
|
||||||
|
* @extends Item
|
||||||
|
*/
|
||||||
var PathItem = this.PathItem = Item.extend({
|
var PathItem = this.PathItem = Item.extend({
|
||||||
|
/**
|
||||||
|
* {@grouptitle Postscript Style Drawing Commands}
|
||||||
|
*
|
||||||
|
* @name PathItem#moveTo
|
||||||
|
* @param {Point} point
|
||||||
|
*/
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue