drawEllipse(x, y, width, height) → {PIXI.Graphics}
Draws an ellipse.
Parameters
| Name | Type | Description | 
|---|---|---|
x |  Number | The X coordinate of the center of the ellipse  |  
y |  Number | The Y coordinate of the center of the ellipse  |  
width |  Number | The half width of the ellipse  |  
height |  Number | The half height of the ellipse  |  
Returns
- Source code: pixi/primitives/Graphics.js (Line 581)
 
Please login to continue.