ladybird/Userland/Libraries/LibWeb/SVG
MacDue 5739ea9ba1 LibWeb: Stub SVGGraphicsElement methods/attributes
This stubs the `SVGGraphicsElement.getBBox()` method and the
`.transform` attribute.
2024-04-01 21:10:35 +02:00
..
AttributeNames.cpp
AttributeNames.h
AttributeParser.cpp LibWeb: Use ErrorOr to propagate SVG attribute parsing errors 2024-03-20 09:09:35 +01:00
AttributeParser.h LibWeb: Lay out SVG <clipPath> uses 2024-03-29 21:59:56 +01:00
Default.css
SVGAnimatedLength.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGAnimatedLength.h
SVGAnimatedLength.idl
SVGAnimatedNumber.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGAnimatedNumber.h
SVGAnimatedNumber.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
SVGAnimatedRect.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGAnimatedRect.h LibWeb: Add SVGSVGElement.viewBox attribute 2024-01-25 08:23:41 +01:00
SVGAnimatedRect.idl LibWeb: Add SVGSVGElement.viewBox attribute 2024-01-25 08:23:41 +01:00
SVGAnimatedString.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGAnimatedString.h
SVGAnimatedString.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
SVGAnimatedTransformList.cpp LibWeb: Stub out SVGAnimatedTransformList 2024-04-01 21:10:35 +02:00
SVGAnimatedTransformList.h LibWeb: Stub out SVGAnimatedTransformList 2024-04-01 21:10:35 +02:00
SVGAnimatedTransformList.idl LibWeb: Stub out SVGAnimatedTransformList 2024-04-01 21:10:35 +02:00
SVGCircleElement.cpp LibWeb: Add (and use) CSS property to SVGAnimatedLength helper 2024-04-01 21:10:35 +02:00
SVGCircleElement.h LibWeb: Update SVG <circle> element to use geometry properties 2024-03-04 10:50:32 +01:00
SVGCircleElement.idl
SVGClipPathElement.cpp LibWeb: Lay out SVG <clipPath> uses 2024-03-29 21:59:56 +01:00
SVGClipPathElement.h LibWeb: Lay out SVG <clipPath> uses 2024-03-29 21:59:56 +01:00
SVGClipPathElement.idl
SVGDecodedImageData.cpp LibWeb: Paint SVGDecodedImageData via Navigable::paint() 2024-03-30 21:35:22 +01:00
SVGDecodedImageData.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SVGDefsElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGDefsElement.h LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
SVGDefsElement.idl
SVGElement.cpp LibWeb: Add (and use) CSS property to SVGAnimatedLength helper 2024-04-01 21:10:35 +02:00
SVGElement.h LibWeb: Add (and use) CSS property to SVGAnimatedLength helper 2024-04-01 21:10:35 +02:00
SVGElement.idl
SVGEllipseElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGEllipseElement.h LibWeb: Update SVG get_path() API to take a viewport size 2024-03-04 10:50:32 +01:00
SVGEllipseElement.idl
SVGFitToViewBox.idl LibWeb: Add SVGSVGElement.viewBox attribute 2024-01-25 08:23:41 +01:00
SVGForeignObjectElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGForeignObjectElement.h
SVGForeignObjectElement.idl
SVGGElement.cpp
SVGGElement.h
SVGGeometryElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGGeometryElement.h LibWeb: Update SVG get_path() API to take a viewport size 2024-03-04 10:50:32 +01:00
SVGGeometryElement.idl
SVGGradientElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGGradientElement.h LibWeb: Handle reference cycles in SVG gradient linking 2024-03-11 18:29:10 +01:00
SVGGradientElement.idl
SVGGraphicsElement.cpp LibWeb: Stub SVGGraphicsElement methods/attributes 2024-04-01 21:10:35 +02:00
SVGGraphicsElement.h LibWeb: Stub SVGGraphicsElement methods/attributes 2024-04-01 21:10:35 +02:00
SVGGraphicsElement.idl LibWeb: Stub SVGGraphicsElement methods/attributes 2024-04-01 21:10:35 +02:00
SVGLength.cpp LibWeb: Move SVGLength unit constants to header 2024-04-01 21:10:35 +02:00
SVGLength.h LibWeb: Move SVGLength unit constants to header 2024-04-01 21:10:35 +02:00
SVGLength.idl
SVGLinearGradientElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGLinearGradientElement.h LibWeb: Handle reference cycles in SVG gradient linking 2024-03-11 18:29:10 +01:00
SVGLinearGradientElement.idl
SVGLineElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGLineElement.h LibWeb: Update SVG get_path() API to take a viewport size 2024-03-04 10:50:32 +01:00
SVGLineElement.idl
SVGMaskElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGMaskElement.h LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
SVGMaskElement.idl
SVGPathElement.cpp LibGfx: Simplify path storage and tidy up APIs 2024-03-18 07:09:37 +01:00
SVGPathElement.h LibWeb: Update SVG get_path() API to take a viewport size 2024-03-04 10:50:32 +01:00
SVGPathElement.idl
SVGPolygonElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGPolygonElement.h LibWeb: Update SVG get_path() API to take a viewport size 2024-03-04 10:50:32 +01:00
SVGPolygonElement.idl
SVGPolylineElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGPolylineElement.h LibWeb: Update SVG get_path() API to take a viewport size 2024-03-04 10:50:32 +01:00
SVGPolylineElement.idl
SVGRadialGradientElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGRadialGradientElement.h LibWeb: Handle reference cycles in SVG gradient linking 2024-03-11 18:29:10 +01:00
SVGRadialGradientElement.idl
SVGRectElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGRectElement.h LibWeb: Update SVG get_path() API to take a viewport size 2024-03-04 10:50:32 +01:00
SVGRectElement.idl
SVGScriptElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGScriptElement.h
SVGScriptElement.idl
SVGStopElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGStopElement.h
SVGStopElement.idl
SVGStyleElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGStyleElement.h
SVGStyleElement.idl
SVGSVGElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGSVGElement.h LibWeb: Add initial support for nesting SVG viewports 2024-01-27 18:12:13 +01:00
SVGSVGElement.idl LibWeb: Add SVGSVGElement.viewBox attribute 2024-01-25 08:23:41 +01:00
SVGSymbolElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGSymbolElement.h LibWeb: Add initial support for nesting SVG viewports 2024-01-27 18:12:13 +01:00
SVGSymbolElement.idl
SVGTextContentElement.cpp LibWeb: Stub SVGTextContentElement.getStartPositionOfChar() 2024-04-01 21:10:35 +02:00
SVGTextContentElement.h LibWeb: Stub SVGTextContentElement.getStartPositionOfChar() 2024-04-01 21:10:35 +02:00
SVGTextContentElement.idl LibWeb: Stub SVGTextContentElement.getStartPositionOfChar() 2024-04-01 21:10:35 +02:00
SVGTextElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGTextElement.h
SVGTextElement.idl
SVGTextPathElement.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SVGTextPathElement.h LibWeb: Add SVGURIReference 2023-12-30 18:50:29 +01:00
SVGTextPathElement.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
SVGTextPositioningElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGTextPositioningElement.h
SVGTextPositioningElement.idl
SVGTitleElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGTitleElement.h
SVGTitleElement.idl
SVGTransform.cpp LibWeb: Stub out SVGTransform 2024-04-01 21:10:35 +02:00
SVGTransform.h LibWeb: Stub out SVGTransform 2024-04-01 21:10:35 +02:00
SVGTransform.idl LibWeb: Stub out SVGTransform 2024-04-01 21:10:35 +02:00
SVGTransformList.cpp LibWeb: Stub out SVGTransformList 2024-04-01 21:10:35 +02:00
SVGTransformList.h LibWeb: Stub out SVGTransformList 2024-04-01 21:10:35 +02:00
SVGTransformList.idl LibWeb: Stub out SVGTransformList 2024-04-01 21:10:35 +02:00
SVGTSpanElement.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVGTSpanElement.h
SVGTSpanElement.idl
SVGURIReference.h LibWeb: Add SVGURIReference 2023-12-30 18:50:29 +01:00
SVGURIReference.idl LibWeb: Add SVGURIReference 2023-12-30 18:50:29 +01:00
SVGUseElement.cpp LibWeb: Allow references via xlink:href for SVG <use> elements 2024-03-29 21:59:56 +01:00
SVGUseElement.h LibWeb: Implement SVGUseElement#href 2023-12-30 18:50:29 +01:00
SVGUseElement.idl LibWeb: Implement SVGUseElement#href 2023-12-30 18:50:29 +01:00
SVGViewport.h LibWeb: Update SVG <circle> element to use geometry properties 2024-03-04 10:50:32 +01:00
TagNames.cpp
TagNames.h
ViewBox.cpp
ViewBox.h