pub fn path_contains_point( path: &SvgPath, point: SvgPoint, fill_rule: SvgFillRule, tolerance: f32, ) -> bool