Skip to content

Commit

Permalink
Merge pull request #1016 from djipco/patch-3
Browse files Browse the repository at this point in the history
Clarified the way DisplayObject.getBounds() works since v1.0.2
  • Loading branch information
danzen committed Sep 10, 2024
2 parents c7b9b6b + 996baeb commit c716bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/easeljs/display/DisplayObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -1121,9 +1121,9 @@ this.createjs = this.createjs||{};
*
* <table>
* <tr><td><b>All</b></td><td>
* All display objects support setting bounds manually using setBounds(). Likewise, display objects that
* have been cached using cache() will return the bounds of their cache. Manual and cache bounds will override
* the automatic calculations listed below.
* All display objects support setting bounds manually using setBounds(). Likewise, as of v1.0.2, display
* objects that have been cached using cache() will return the bounds of their cache. Manual and cache bounds
* will override the automatic calculations listed below.
* </td></tr>
* <tr><td><b>Bitmap</b></td><td>
* Returns the width and height of the {{#crossLink "Bitmap/sourceRect"}}{{/crossLink}} (if specified) or image,
Expand Down

0 comments on commit c716bf0

Please sign in to comment.