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

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