..
AttributeNames.cpp
AttributeNames.h
LibWeb: Add SVG <polyline>
element and test case :^)
2022-02-11 21:38:27 +01:00
AttributeParser.cpp
LibWeb: Make SVG AttributeParser::parse_path_data() static
2022-02-11 21:38:27 +01:00
AttributeParser.h
LibWeb: Make SVG AttributeParser::parse_path_data() static
2022-02-11 21:38:27 +01:00
SVGCircleElement.cpp
LibWeb: Add SVG <circle>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGCircleElement.h
LibWeb: Add SVG <circle>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGCircleElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGContext.h
LibWeb: Give SVG geometry elements a position
2022-02-16 21:47:53 +01:00
SVGElement.cpp
SVGElement.h
SVGElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGEllipseElement.cpp
LibWeb: Add SVG <ellipse>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGEllipseElement.h
LibWeb: Add SVG <ellipse>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGEllipseElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGGElement.cpp
LibWeb: Compute element style in Layout::TreeBuilder
2022-02-05 22:50:39 +01:00
SVGGElement.h
LibWeb: Compute element style in Layout::TreeBuilder
2022-02-05 22:50:39 +01:00
SVGGeometryElement.cpp
LibWeb: Rename SVGPathBox -> SVGGeometryBox
2022-02-11 21:38:27 +01:00
SVGGeometryElement.h
LibWeb: Move SVGPathElement methods into SVGGeometryElement
2022-02-11 21:38:27 +01:00
SVGGeometryElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGGraphicsElement.cpp
LibWeb: Allow LengthPercentage to hold a calculated value
2022-02-04 13:52:02 +01:00
SVGGraphicsElement.h
SVGGraphicsElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGLineElement.cpp
LibWeb: Add SVG <line>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGLineElement.h
LibWeb: Add SVG <line>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGLineElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGPathElement.cpp
LibWeb: Clear the path of a SVGPathElement if the attribute changes
2022-02-11 21:38:27 +01:00
SVGPathElement.h
LibWeb: Move SVG::PathDataParser into its own file and rename it
2022-02-11 21:38:27 +01:00
SVGPathElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGPolygonElement.cpp
LibWeb: Add SVG <polygon>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGPolygonElement.h
LibWeb: Add SVG <polygon>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGPolygonElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGPolylineElement.cpp
LibWeb: Add SVG <polyline>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGPolylineElement.h
LibWeb: Add SVG <polyline>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGPolylineElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGRectElement.cpp
LibWeb: Add SVG <rect>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGRectElement.h
LibWeb: Add SVG <rect>
element and test case :^)
2022-02-11 21:38:27 +01:00
SVGRectElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
SVGSVGElement.cpp
LibWeb: Give <svg>
elements a size again
2022-02-16 21:47:53 +01:00
SVGSVGElement.h
LibWeb: Give <svg>
elements a size again
2022-02-16 21:47:53 +01:00
SVGSVGElement.idl
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
TagNames.cpp
TagNames.h
LibWeb: Add SVG <polygon>
element and test case :^)
2022-02-11 21:38:27 +01:00
ViewBox.cpp
ViewBox.h