pub fn drawing_without_dashed_lines<InStream: 'static + Send + Unpin + Stream<Item = Draw>>(
    draw_stream: InStream
) -> impl Send + Unpin + Stream<Item = Draw>
Expand description

Converts dashed line stroke operations into separate lines