diff --git a/src/item/Item.js b/src/item/Item.js index 7a9a2746..7e4e05fe 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -454,7 +454,7 @@ var Item = this.Item = Base.extend({ y2 = Math.max(rect.y + rect.height, y2); } return includeStroke - ? Rectangle.create(x1, y1, x2 - x1, y2 - y1), + ? Rectangle.create(x1, y1, x2 - x1, y2 - y1) : LinkedRectangle.create(this, 'setBounds', x1, y1, x2 - x1, y2 - y1); }