Type Alias tiny_skia_path::stroker::JoinProc

source ยท
type JoinProc = fn(before_unit_normal: Point, pivot: Point, after_unit_normal: Point, radius: f32, inv_miter_limit: f32, prev_is_line: bool, curr_is_line: bool, builders: SwappableBuilders<'_>);