diff --git a/src/pixi/primitives/Graphics.js b/src/pixi/primitives/Graphics.js index 91a44ea..635cd70 100644 --- a/src/pixi/primitives/Graphics.js +++ b/src/pixi/primitives/Graphics.js @@ -559,6 +559,7 @@ * @param width {Number} The width of the rectangle * @param height {Number} The height of the rectangle * @param radius {Number} Radius of the rectangle corners + * @return {Graphics} */ PIXI.Graphics.prototype.drawRoundedRect = function( x, y, width, height, radius ) {