Struct lyon::tessellation::path_stroke::StrokeOptions [] [src]

pub struct StrokeOptions {
    pub line_cap: LineCap,
    pub line_join: LineJoin,
    pub miter_limit: f32,
    pub tolerance: f32,
    pub vertex_aa: bool,
    // some fields omitted
}

Parameters for the tessellator.

Fields

See the SVG secification.

See the SVG secification.

Not implemented yet!

See the SVG secification.

Not implemented yet!

Maximum allowed distance to the path when building an approximation.

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 StrokeOptions

Trait Implementations

impl Copy for StrokeOptions

impl PartialEq<StrokeOptions> for StrokeOptions

impl Debug for StrokeOptions

impl Clone for StrokeOptions