Add comment about upcoming changes relating to bounds.

This commit is contained in:
Jürg Lehni 2011-11-23 18:13:21 +01:00
parent cd1810e6a3
commit 8a53288b1e

View file

@ -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]);