# ellipse > **NOTE** > > This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. The **\** component is used to draw oval shapes. ## Required Permissions None ## Child Components The following are supported: [\](js-components-svg-animate.md), [\](js-components-svg-animatemotion.md), and [\](js-components-svg-animatetransform.md). ## Attributes The [universal attributes](js-components-svg-common-attributes.md) and the attributes listed below are supported. | Name| Type| Default Value| Mandatory| Description| | -------- | -------- | -------- | -------- | -------- | | id | string | - | No| Unique ID of the component.| | cx | <length>\|<percentage> | 0 | No| X-coordinate of the oval shape. Attribute animations are supported.| | cy | <length>\|<percentage> | 0 | No| Y-coordinate of the oval shape. Attribute animations are supported.| | rx | <length>\|<percentage> | 0 | No| Radius of the oval shape on the x-axis. Attribute animations are supported.| | ry | <length>\|<percentage> | 0 | No| Radius of the oval shape on the y-axis. Attribute animations are supported.| ## Example ```html
``` ![en-us_image_0000001173164793](figures/en-us_image_0000001173164793.png)