href method

href

Sets the ‘href’ attribute of the SVG ‘image’ element, specifying the URL of the image to be embedded.

Returns

The current instance of SVGImageElementBuilder for method chaining.

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

See Also