rx method

rx

Sets the ‘rx’ attribute of the SVG ’ellipse’ element, specifying the horizontal radius of the ellipse.

Returns

The current instance of SVGEllipseElementBuilder for method chaining.

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

See Also