mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Fix documentation about bounds beans.
This commit is contained in:
parent
310fbb260b
commit
44b6fe9f0d
1 changed files with 5 additions and 0 deletions
|
@ -1340,18 +1340,22 @@ var Item = this.Item = Base.extend(Callback, /** @lends Item# */{
|
|||
* {@grouptitle Bounding Rectangles}
|
||||
*
|
||||
* The bounding rectangle of the item excluding stroke width.
|
||||
*
|
||||
* @name Item#getBounds
|
||||
* @type Rectangle
|
||||
* @bean
|
||||
*/
|
||||
/**
|
||||
* The bounding rectangle of the item including stroke width.
|
||||
*
|
||||
* @name Item#getStrokeBounds
|
||||
* @type Rectangle
|
||||
* @bean
|
||||
*/
|
||||
/**
|
||||
* The bounding rectangle of the item including handles.
|
||||
*
|
||||
* @name Item#getHandleBounds
|
||||
* @type Rectangle
|
||||
* @bean
|
||||
*/
|
||||
|
@ -1359,6 +1363,7 @@ var Item = this.Item = Base.extend(Callback, /** @lends Item# */{
|
|||
* The rough bounding rectangle of the item that is shure to include all of
|
||||
* the drawing, including stroke width.
|
||||
*
|
||||
* @name Item#getRoughBounds
|
||||
* @type Rectangle
|
||||
* @bean
|
||||
* @ignore
|
||||
|
|
Loading…
Reference in a new issue