begin_path method

begin_path

Starts a new path by emptying the list of sub-paths. Call this method when you want to create a new path.

def begin_path(self):
    ...

See Also