SVGPathSegList constructor

init

Initializes a new instance of the SVGPathSegList class.

def __init__(self):
    ...

init

Constructs a new instance of SVGPathSegList

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

See Also