mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Add comment about upcoming changes relating to bounds.
This commit is contained in:
parent
cd1810e6a3
commit
8a53288b1e
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ var Raster = this.Raster = PlacedItem.extend(/** @lends Raster# */{
|
|||
|
||||
// Since Raster doesn't make the distinction between the different bounds,
|
||||
// simply redirect to strokeBounds so the cached values can be reused.
|
||||
// TODO: Shouldn't this be moved to PlacedItem
|
||||
|
||||
getHandleBounds: function(/* matrix */) {
|
||||
return this.getStrokeBounds(arguments[0]);
|
||||
|
|
Loading…
Reference in a new issue