1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +00:00

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
parent cb041d7496
commit f7dbcb652a
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();