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:
parent
cb041d7496
commit
f7dbcb652a
2 changed files with 13 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue