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

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