r method

r

Sets the ‘r’ attribute of the SVG ‘circle’ element, specifying the radius of the circle.

Returns

The current instance of SVGCircleElementBuilder for method chaining.

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

See Also