Age | Commit message (Expand) | Author |
---|---|---|
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 |