title method

title

Sets the ’title’ attribute of the SVG ‘style’ element. This attribute provides an advisory title for the style element, which can be useful for accessibility and tool-tip text.

Returns

The SVGStyleElementBuilder instance for chaining.

def title(self, advisory_title):
    ...
ParameterTypeDescription
advisory_titlestrThe advisory title text.

See Also