cy method

cy

Sets the ‘cy’ attribute of the SVG ’ellipse’ element, specifying the y-coordinate of the center of the ellipse.

Returns

The current instance of SVGEllipseElementBuilder for method chaining.

def cy(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe y-coordinate of the ellipse’s center.
typeLengthTypeThe unit of measurement for the y-coordinate (default is pixels).

See Also