Struct lyon_tessellation::FillOptions [] [src]

pub struct FillOptions {
    pub tolerance: f32,
    pub fill_rule: FillRule,
    pub vertex_aa: bool,
    // some fields omitted
}

Parameters for the tessellator.

Fields

Maximum allowed distance to the path when building an approximation.

See Flattening and tolerance.

See the SVG specification.

Currently, only the EvenOdd rule is implemented.

An anti-aliasing trick extruding a 1-px wide strip around the edges with a gradient to smooth the edges.

Not implemented yet!

Methods

impl FillOptions
[src]