Implement Raster#getStrokeBounds().

This commit is contained in:
Jonathan Puckey 2011-04-28 12:56:08 +02:00
parent e1f5d4952d
commit ad8dfe91c7

View file

@ -198,6 +198,10 @@ var Raster = this.Raster = Item.extend({
}
return this._bounds;
},
getStrokeBounds: function() {
return this.getBounds();
},
draw: function(ctx, param) {
if (param.selection) {