Function style::values::specified::svg_path::skip_wsp

source ·
fn skip_wsp(iter: &mut Peekable<Cloned<Iter<'_, u8>>>) -> bool
Expand description

Skip all svg whitespaces, and return true if |iter| hasn’t finished.