context_stroke method

context_stroke

Sets the paint to ‘context-stroke’, which uses the current stroke color of the context.

Returns

The builder instance for chaining.

def context_stroke(self):
    ...

See Also