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 */ }

Implementations§

source§

impl<'a> DrawingPathStroke<'a>

source

pub fn weight(self, weight: f32) -> Self

Short-hand for the stroke_weight method.

source

pub fn tolerance(self, tolerance: f32) -> Self

Short-hand for the stroke_tolerance method.