SVGTransformList constructor

init

Initializes a new instance of the SVGTransformList class.

def __init__(self):
    ...

init

Constructs a new instance of SVGTransformList

def __init__(self, enumerable):
    ...
ParameterTypeDescription
enumerablelist

See Also