diff --git a/src/pixi/primitives/Graphics.js b/src/pixi/primitives/Graphics.js index 635cd70..fcfdbb9 100644 --- a/src/pixi/primitives/Graphics.js +++ b/src/pixi/primitives/Graphics.js @@ -536,6 +536,8 @@ }; /** + * Draws a rectangle. + * * @method drawRect * * @param x {Number} The X coord of the top-left of the rectangle @@ -552,6 +554,8 @@ }; /** + * Draws a rounded rectangle. + * * @method drawRoundedRect * * @param x {Number} The X coord of the top-left of the rectangle