base_profile method

base_profile

Sets the ‘baseProfile’ attribute of the SVG element. This attribute indicates which subset of the full SVG specification applies to the document.

Returns

The SVGSVGElementBuilder instance for chaining.

def base_profile(self, value):
    ...
ParameterTypeDescription
valuefloatThe base profile value.

See Also