context_fill method

context_fill

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

Returns

The builder instance for chaining.

def context_fill(self):
    ...

See Also