ladybird/Userland/Libraries/LibWeb/SVG
Andreas Kling 0f4b82bdea LibWeb: Move SVGElement's dataset construction to initialize()
It's not safe to allocate new cells while in a cell constructor.
2023-05-21 16:01:19 +02:00
..
AttributeNames.cpp
AttributeNames.h LibWeb: Add tag and attribute names for SVG linear gradients 2023-05-04 16:50:01 +02:00
AttributeParser.cpp LibWeb: Mark SVG::NumberPercentage accessors as const 2023-05-04 16:50:01 +02:00
AttributeParser.h LibWeb: Mark SVG::NumberPercentage accessors as const 2023-05-04 16:50:01 +02:00
SVGAnimatedLength.cpp
SVGAnimatedLength.h
SVGAnimatedLength.idl
SVGAnimatedNumber.cpp LibWeb: Implement SVGAnimatedNumber 2023-04-28 09:42:28 +02:00
SVGAnimatedNumber.h LibWeb: Implement SVGAnimatedNumber 2023-04-28 09:42:28 +02:00
SVGAnimatedNumber.idl LibWeb: Implement SVGAnimatedNumber 2023-04-28 09:42:28 +02:00
SVGCircleElement.cpp
SVGCircleElement.h
SVGCircleElement.idl
SVGClipPathElement.cpp
SVGClipPathElement.h
SVGClipPathElement.idl
SVGContext.h LibWeb: Implement SVG opacity properties 2023-05-20 08:52:19 +02:00
SVGDecodedImageData.cpp LibWeb: Calculate intrinsic size and aspect ratio for SVG-as-image 2023-05-21 07:44:29 +02:00
SVGDecodedImageData.h LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumps 2023-05-21 07:44:29 +02:00
SVGDefsElement.cpp
SVGDefsElement.h
SVGDefsElement.idl
SVGElement.cpp LibWeb: Move SVGElement's dataset construction to initialize() 2023-05-21 16:01:19 +02:00
SVGElement.h LibWeb: Move SVGElement's dataset construction to initialize() 2023-05-21 16:01:19 +02:00
SVGElement.idl
SVGEllipseElement.cpp
SVGEllipseElement.h
SVGEllipseElement.idl
SVGForeignObjectElement.cpp LibWeb: Propagate errors from parse_css_value and property_initial_value 2023-05-06 08:07:28 +02:00
SVGForeignObjectElement.h
SVGForeignObjectElement.idl
SVGGElement.cpp
SVGGElement.h
SVGGeometryElement.cpp
SVGGeometryElement.h
SVGGeometryElement.idl
SVGGradientElement.cpp LibWeb: Implement SVG opacity properties 2023-05-20 08:52:19 +02:00
SVGGradientElement.h LibWeb: Move some common SVG gradient functions into SVGGradientElement 2023-05-04 16:50:01 +02:00
SVGGradientElement.idl LibWeb: Implement SVGGradientElement 2023-04-28 09:42:28 +02:00
SVGGraphicsElement.cpp LibWeb: Implement SVG opacity properties 2023-05-20 08:52:19 +02:00
SVGGraphicsElement.h LibWeb: Implement SVG opacity properties 2023-05-20 08:52:19 +02:00
SVGGraphicsElement.idl
SVGLength.cpp
SVGLength.h
SVGLength.idl
SVGLinearGradientElement.cpp LibWeb: Move some common SVG gradient functions into SVGGradientElement 2023-05-04 16:50:01 +02:00
SVGLinearGradientElement.h LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2023-04-28 09:42:28 +02:00
SVGLinearGradientElement.idl LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2023-04-28 09:42:28 +02:00
SVGLineElement.cpp
SVGLineElement.h
SVGLineElement.idl
SVGPathElement.cpp
SVGPathElement.h
SVGPathElement.idl
SVGPolygonElement.cpp
SVGPolygonElement.h
SVGPolygonElement.idl
SVGPolylineElement.cpp
SVGPolylineElement.h
SVGPolylineElement.idl
SVGRadialGradientElement.cpp LibWeb: Don't include HTML/Window.h from DOM/Element.h 2023-05-08 09:29:44 +02:00
SVGRadialGradientElement.h LibWeb: Add an initial implementation of SVG <radialGradient> 2023-05-04 16:50:01 +02:00
SVGRadialGradientElement.idl LibWeb: Add an initial implementation of SVG <radialGradient> 2023-05-04 16:50:01 +02:00
SVGRectElement.cpp
SVGRectElement.h
SVGRectElement.idl
SVGStopElement.cpp LibWeb: Implement SVG opacity properties 2023-05-20 08:52:19 +02:00
SVGStopElement.h LibWeb: Implement SVG opacity properties 2023-05-20 08:52:19 +02:00
SVGStopElement.idl LibWeb: Implement SVGStopElement (<stop>) 2023-04-28 09:42:28 +02:00
SVGSVGElement.cpp LibWeb: Propagate errors from parse_css_value and property_initial_value 2023-05-06 08:07:28 +02:00
SVGSVGElement.h LibWeb: Implement SVG preserveAspectRatio attribute 2023-04-17 07:32:31 +02:00
SVGSVGElement.idl
SVGTextContentElement.cpp
SVGTextContentElement.h
SVGTextContentElement.idl
TagNames.cpp
TagNames.h LibWeb: Add tag and attribute names for SVG linear gradients 2023-05-04 16:50:01 +02:00
ViewBox.cpp LibWeb: Allow floating point values when parsing SVG viewboxes 2023-04-12 07:40:22 +02:00
ViewBox.h