SVG Ellipse | Create an ellipse in svg | HTML5 Basics | Learn Ellipse in 3 minutes
The ellipse element is used to create an ellipse.
An ellipse is closely related to a circle. The difference is that an ellipse has an x and a y radius that differs from each other, while a circle has equal x and y radius.
The cx attribute defines the x coordinate of the center of the ellipse
The cy attribute defines the y coordinate of the center of the ellipse
The rx attribute defines the horizontal radius
The ry attribute defines the vertical radius
#html5 #knowledgethrusters