ellipse method

ellipse

Defines an elliptical clip path.

Returns

The current instance of ClipPathBuilder for method chaining.

def ellipse(self, radius_x, radius_y, center_x, center_y, type):
    ...
ParameterTypeDescription
radius_xfloatHorizontal radius of the ellipse.
radius_yfloatVertical radius of the ellipse.
center_xfloatX-coordinate of the ellipse’s center.
center_yfloatY-coordinate of the ellipse’s center.
typeLengthTypeThe unit type for the dimensions.

See Also