mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Implement Raster#getStrokeBounds().
This commit is contained in:
parent
e1f5d4952d
commit
ad8dfe91c7
1 changed files with 4 additions and 0 deletions
|
@ -198,6 +198,10 @@ var Raster = this.Raster = Item.extend({
|
||||||
}
|
}
|
||||||
return this._bounds;
|
return this._bounds;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
getStrokeBounds: function() {
|
||||||
|
return this.getBounds();
|
||||||
|
},
|
||||||
|
|
||||||
draw: function(ctx, param) {
|
draw: function(ctx, param) {
|
||||||
if (param.selection) {
|
if (param.selection) {
|
||||||
|
|
Loading…
Reference in a new issue