Age | Commit message (Expand) | Author |
---|---|---|
2023-04-12 | LibWeb: Add SVG transform parsing | MacDue |
2023-04-09 | Everywhere: Remove unused DeprecatedString includes | Ben Wiederhake |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-23 | LibWeb: Make SVG::AttributeParser use the new double parser | davidot |
2022-02-21 | LibWeb: SVG parse signed numbers in eliptical arc | Simon Danner |
2022-02-11 | LibWeb: Make SVG AttributeParser::parse_path_data() static | Sam Atkins |
2022-02-11 | LibWeb: Use StringView instead of String in SVG::AttributeParser | Sam Atkins |
2022-02-11 | LibWeb: Add SVG `<polyline>` element and test case :^) | Sam Atkins |
2022-02-11 | LibWeb: Expose SVG length/coordinate parsing methods | Sam Atkins |
2022-02-11 | LibWeb: Move SVG::PathDataParser into its own file and rename it | Sam Atkins |