pub type DrawingPathStroke<'a> = Drawing<'a, PathStroke>;
Expand description
The drawing context for a stroked path, prior to path event submission.
Aliased Type§
struct DrawingPathStroke<'a> { /* private fields */ }
pub type DrawingPathStroke<'a> = Drawing<'a, PathStroke>;
The drawing context for a stroked path, prior to path event submission.
struct DrawingPathStroke<'a> { /* private fields */ }