1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:48:12 +00:00
serenity/Userland/Libraries/LibWeb/SVG
Idan Horowitz ec67b1ac32 LibWeb: Implement scientific notation parsing in PathDataParser
This was required by webkit.org and is based on the following spec:
https://svgwg.org/svg2-draft/paths.html#PathDataBNF
2021-04-21 18:57:50 +02:00
..
SVGContext.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
SVGElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGeometryElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGeometryElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGeometryElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGraphicsElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGraphicsElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGGraphicsElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGPathElement.cpp LibWeb: Implement scientific notation parsing in PathDataParser 2021-04-21 18:57:50 +02:00
SVGPathElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGPathElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGSVGElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGSVGElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
SVGSVGElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00