href method

href

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

Returns

The current instance of SVGLinearGradientElementBuilder for method chaining.

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

See Also