Fix el(l)ipse spelling error
This commit is contained in:
parent
c9f79ea4d9
commit
576ff71683
6 changed files with 37 additions and 37 deletions
|
@ -360,15 +360,15 @@ PIXI.Graphics.prototype.drawCircle = function( x, y, radius)
|
|||
}
|
||||
|
||||
/**
|
||||
* Draws an elipse.
|
||||
* Draws an ellipse.
|
||||
*
|
||||
* @method drawElipse
|
||||
* @method drawEllipse
|
||||
* @param x {Number}
|
||||
* @param y {Number}
|
||||
* @param width {Number}
|
||||
* @param height {Number}
|
||||
*/
|
||||
PIXI.Graphics.prototype.drawElipse = function( x, y, width, height)
|
||||
PIXI.Graphics.prototype.drawEllipse = function( x, y, width, height)
|
||||
{
|
||||
if(this.currentPath.points.length == 0)this.graphicsData.pop();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue