type method
type
Sets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation.
Returns
The current instance of SVGAnimateTransformElementBuilder for method chaining.
def type(self, type):
...
Parameter | Type | Description |
---|---|---|
type | TransformationType | The type of transformation (e.g., translate, rotate, scale). |
See Also
- module
aspose.svg.builder
- class
SVGAnimateTransformElementBuilder