stroke method

stroke

Strokes the subpaths with the current stroke style.

def stroke(self):
    ...

stroke

Strokes the subpaths with the current stroke style.

def stroke(self, path):
    ...
ParameterTypeDescription
pathPath2DA Path2D path to stroke.

See Also