Type Definition nannou::draw::primitive::path::PathFill[][src]

type PathFill = PathOptions<FillOptions>;
Expand description

A filled path drawing context.

Implementations

Maximum allowed distance to the path when building an approximation.

This method is shorthand for the fill_tolerance method.

Specify the rule used to determine what is inside and what is outside of the shape.

Currently, only the EvenOdd rule is implemented.

This method is shorthand for the fill_rule method.

Trait Implementations

Provide a mutable reference to the FillOptions field.

Specify the whole set of fill tessellation options.

Maximum allowed distance to the path when building an approximation.

Specify the rule used to determine what is inside and what is outside of the shape. Read more

Whether to perform a vertical or horizontal traversal of the geometry. Read more

A fast path to avoid some expensive operations if the path is known to not have any self-intersections. Read more