Skip to content

Commit c0c3fef

Browse files
committed
jsdocs update.
1 parent f536962 commit c0c3fef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pixi/primitives/Graphics.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,12 +532,11 @@ PIXI.Graphics.prototype.drawRect = function(x, y, width, height)
532532

533533
/**
534534
* @method drawRoundedRect
535-
*
536535
* @param x {Number} The X coord of the top-left of the rectangle
537536
* @param y {Number} The Y coord of the top-left of the rectangle
538537
* @param width {Number} The width of the rectangle
539538
* @param height {Number} The height of the rectangle
540-
* @param radius {Number} Radius of the rectangle corners
539+
* @param radius {Number} Radius of the rectangle corners. In WebGL this must be a value between 0 and 9.
541540
*/
542541
PIXI.Graphics.prototype.drawRoundedRect = function(x, y, width, height, radius)
543542
{

0 commit comments

Comments
 (0)