content_style_type method

content_style_type

Sets the ‘contentStyleType’ attribute of the SVG element. This attribute specifies the default styling language for the contents of the SVG document.

Returns

The SVGSVGElementBuilder instance for chaining.

def content_style_type(self, value):
    ...
ParameterTypeDescription
valuestrThe styling language (e.g., “text/css”).

See Also