href method

href

Sets the ‘href’ attribute of the SVG ‘pattern’ element, specifying a reference to another pattern which this pattern inherits attributes from.

Returns

The current instance of SVGPatternElementBuilder for method chaining.

def href(self, value):
    ...
ParameterTypeDescription
valuestrThe reference to another pattern.

See Also