with_xlink method

with_xlink

Adds the XLink namespace declaration to the SVG element. This is necessary for using XLink attributes such as ‘xlink:href’.

Returns

The SVGSVGElementBuilder instance for chaining.

def with_xlink(self):
    ...

See Also