diff --git a/src/item/Shape.js b/src/item/Shape.js index 286326b0..18e8f120 100644 --- a/src/item/Shape.js +++ b/src/item/Shape.js @@ -110,6 +110,7 @@ var Shape = Item.extend(/** @lends Shape# */{ if (radius === this._radius) return; var size = radius * 2; + this._radius = radius; this._size.set(size, size); } else { radius = Size.read(arguments);