$drawEllipse

Draws the ellipse that fits within the specified rectangle.
Syntax
    $drawEllipse{x}{y}{width}{height}
DocumentationDraws the ellipse that fits within the specified rectangle:

    Parameters:
      x, the x coordinate of the upper left point of the rectangle.
      y, the y coordinate of the upper left point of the rectangle.
      width, the width of the rectangle.
      height, the height of the rectangle.
    Note:
      the template using this function must have the content type 'image/gif' or 'image/jpeg'.
Examples
    $createImage{300}{300}
    $setDrawColor{red}
    $drawEllipse{150}{150}{75}{40}

    Result:
    in the image with a size of 300/300 pixels a red ellipse with a width radius of 75
    pixels and a height radius of 40 pixels at the point x=150 / y=150 appears
GroupGraphic
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters4
Maximum parameters 4