cy method

cy

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

Returns

The current instance of SVGCircleElementBuilder for method chaining.

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

See Also