pub trait IntoBezPathTolerance {
// Required method
fn into_bezpath_with_tolerance(self, tolerance: f64) -> BezPath;
}Expand description
Provided a tolerance, can be converted into a BezPath.
pub trait IntoBezPathTolerance {
// Required method
fn into_bezpath_with_tolerance(self, tolerance: f64) -> BezPath;
}Provided a tolerance, can be converted into a BezPath.