[][src]Function lyon_tessellation::basic_shapes::stroke_rounded_rectangle

pub fn stroke_rounded_rectangle(
    rect: &Rect,
    radii: &BorderRadii,
    options: &StrokeOptions,
    output: &mut dyn StrokeGeometryBuilder
) -> TessellationResult

Tessellate the stroke for an axis-aligned rounded rectangle.