Skip to content

Fill

Examples#

See these.

Fill #

Bases: Shape

Fills the canvas with the given paint.

To fill the canvas with a solid color and blend mode, consider Color shape instead.

paint #

paint: Paint = field(default_factory=lambda: Paint())

A style to fill the canvas with.