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