add_comment method

add_comment

Adds a comment to the style content.

Returns

The SVGStyleElementBuilder instance for chaining.

def add_comment(self, comment):
    ...
ParameterTypeDescription
commentstrThe comment text to add.

See Also