LibWeb: SVG parse signed numbers in eliptical arc

This commit is contained in:
Simon Danner 2022-02-18 19:00:36 +01:00 committed by Andreas Kling
commit f7dbcb652a
Notes: sideshowbarker 2024-07-17 18:26:53 +09:00
2 changed files with 13 additions and 3 deletions

View file

@ -70,6 +70,7 @@ private:
void parse_comma_whitespace();
float parse_fractional_constant();
float parse_number();
float parse_nonnegative_number();
float parse_flag();
// -1 if negative, +1 otherwise
int parse_sign();