diff --git a/src/ui/View.js b/src/ui/View.js index 32ab67f5..c4bd3e44 100644 --- a/src/ui/View.js +++ b/src/ui/View.js @@ -219,7 +219,7 @@ var View = this.View = PaperScopeItem.extend(/** @lends View# */{ */ getBounds: function() { if (!this._bounds) - this._bounds = this._matrix._transformBounds( + this._bounds = this._getInverse()._transformBounds( new Rectangle(new Point(), this._viewSize)); return this._bounds; },