$fillEllipse

Fills the ellipse that fits within the specified rectangle.
Syntax
    $fillEllipse{x}{y}{width}{height}
DocumentationFills 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{600}{400}
    $setDrawColor{black}
    $fillEllipse {100}{100}{75}{50}

    Result:
    in the image with a size of 600/400 a black ellipse with a width radius of 75 pixels
    and a height radius of 50 pixels at the position of 100/100 appears
GroupGraphic
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters4
Maximum parameters 4