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):
...
Parameter | Type | Description |
---|---|---|
value | float | The base profile value. |
See Also
- module
aspose.svg.builder
- class
SVGSVGElementBuilder