add_cubics

Function add_cubics 

Source
pub fn add_cubics<T: PathBuilder>(
    builder: &mut T,
    repeat_path: bool,
    close_path: bool,
    cubics: &[Cubic],
)