mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibWeb: SVG parse signed numbers in eliptical arc
This commit is contained in:
parent
cb041d7496
commit
f7dbcb652a
Notes:
sideshowbarker
2024-07-17 18:26:53 +09:00
Author: https://github.com/danners
Commit: f7dbcb652a
Pull-request: https://github.com/SerenityOS/serenity/pull/12632
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/IdanHo
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