Skip to main content
Version: Next

Svg Ellipse

Generate an ellipse to be appended to a SVG canvas

Description

Generate an ellipse to be appended to a SVG canvas

Inputs

  • cx (Number): x coordinates of the center of the ellipse
  • cy (Number): y coordinates of the center of the ellipse
  • rx (Number): radius x of the ellipse
  • ry (Number): radius y of the ellipse
  • fill color (Color): fill color of the ellipse
  • stroke width (Number): stroke width of the ellipse
  • stroke color (Color): stroke color of the ellipse

Outputs

  • ellipse (SVG): The object to append to a SVG canvas