ry method

ry

Sets the ‘ry’ attribute of the SVG ’ellipse’ element, specifying the vertical radius of the ellipse.

Returns

The current instance of SVGEllipseElementBuilder for method chaining.

def ry(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe vertical radius of the ellipse.
typeLengthTypeThe unit of measurement for the vertical radius (default is pixels).

See Also