href method

href

Sets the ‘href’ attribute of the SVG ‘radialGradient’ element, specifying a reference to another gradient.

Returns

The current instance of SVGRadialGradientElementBuilder for method chaining.

def href(self, value):
    ...
ParameterTypeDescription
valuestrThe reference URL of the gradient.

See Also