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
line_cap: LineCap
See the SVG secification.
line_join: LineJoin
See the SVG secification.
Not implemented yet!
miter_limit: f32
See the SVG secification.
Not implemented yet!
tolerance: f32
Maximum allowed distance to the path when building an approximation.
vertex_aa: bool
An anti-aliasing trick extruding a 1-px wide strip around the edges with a gradient to smooth the edges.
Not implemented yet!