pub fn apply<'a>(
data: impl PathData,
style: impl Into<Style<'a>>,
transform: Option<Transform>,
sink: &mut impl PathBuilder,
) -> Fill
Expand description
Applies the style and transform to the path and emits the result to the specified sink.