MacDue b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 years ago
..
AttributeNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 years ago
AttributeNames.h 55c1d8ba29 LibWeb: Honor the `opacity` attribute on SVG graphics elements 2 years ago
AttributeParser.cpp a8b9130ceb LibWeb: Support SVG vertical/horizontal lineto with multiple parameters 2 years ago
AttributeParser.h 30277f385c LibWeb: Add an initial implementation of SVG `text-anchor` 2 years ago
SVGAnimatedLength.cpp 63b69f3672 LibWeb: Make factory method of SVG::SVGAnimatedLength fallible 2 years ago
SVGAnimatedLength.h 63b69f3672 LibWeb: Make factory method of SVG::SVGAnimatedLength fallible 2 years ago
SVGAnimatedLength.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
SVGAnimatedNumber.cpp 66d1b78348 LibWeb: Implement SVGAnimatedNumber 2 years ago
SVGAnimatedNumber.h 66d1b78348 LibWeb: Implement SVGAnimatedNumber 2 years ago
SVGAnimatedNumber.idl 66d1b78348 LibWeb: Implement SVGAnimatedNumber 2 years ago
SVGCircleElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGCircleElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGCircleElement.idl 1a3d6c68ef LibWeb: Expose SVGCircleElement attributes to JS 3 years ago
SVGClipPathElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SVGClipPathElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SVGClipPathElement.idl e81594d9a1 LibWeb: Sketch out a very basic SVG <clipPath> element 3 years ago
SVGDecodedImageData.cpp 8c980cf75b LibWeb: Do not crash inside SVGDecodedImageData on invalid SVG input 2 years ago
SVGDecodedImageData.h f70d3faa0f LibWeb: Move image fetching & decoding into ImageRequest 2 years ago
SVGDefsElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SVGDefsElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SVGDefsElement.idl bd90498332 LibWeb: Add SVGDefsElement 3 years ago
SVGElement.cpp 73f1c7a030 LibWeb: Remove many redundant SVGUseElement clone calls 2 years ago
SVGElement.h 4cdb4de049 LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes 2 years ago
SVGElement.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 years ago
SVGEllipseElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGEllipseElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGEllipseElement.idl ccee8953d0 LibWeb: Expose SVGEllipseElement attributes to JS 3 years ago
SVGForeignObjectElement.cpp f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value 2 years ago
SVGForeignObjectElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SVGForeignObjectElement.idl 0555684682 LibWeb: Sketch out basic support for SVG <foreignObject> elements 2 years ago
SVGGElement.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
SVGGElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
SVGGeometryElement.cpp 530ec85c4a LibWeb: Make factory method of Geometry::DOMPoint fallible 2 years ago
SVGGeometryElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SVGGeometryElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
SVGGradientElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGGradientElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGGradientElement.idl 71938550fa LibWeb: Implement SVGGradientElement 2 years ago
SVGGraphicsElement.cpp 4cdb4de049 LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes 2 years ago
SVGGraphicsElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGGraphicsElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
SVGLength.cpp 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 years ago
SVGLength.h 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 years ago
SVGLength.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
SVGLineElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGLineElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGLineElement.idl b51ea3a67c LibWeb: Expose SVGLineElement attributes to JS 3 years ago
SVGLinearGradientElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGLinearGradientElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGLinearGradientElement.idl aa3464466e LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2 years ago
SVGPathElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGPathElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGPathElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
SVGPolygonElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGPolygonElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGPolygonElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVGPolylineElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGPolylineElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGPolylineElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVGRadialGradientElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGRadialGradientElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGRadialGradientElement.idl 9b652842e4 LibWeb: Add an initial implementation of SVG `<radialGradient>` 2 years ago
SVGRectElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGRectElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGRectElement.idl 57296393ed LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes 3 years ago
SVGSVGElement.cpp 4cdb4de049 LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes 2 years ago
SVGSVGElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGSVGElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 years ago
SVGStopElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGStopElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGStopElement.idl b19d2634f6 LibWeb: Implement SVGStopElement (<stop>) 2 years ago
SVGStyleElement.cpp e2a935b1dc LibWeb: Implement the `<style>` SVG element 2 years ago
SVGStyleElement.h e2a935b1dc LibWeb: Implement the `<style>` SVG element 2 years ago
SVGStyleElement.idl e2a935b1dc LibWeb: Implement the `<style>` SVG element 2 years ago
SVGSymbolElement.cpp aa691c22d4 LibWeb: Implement the `<symbol>` SVG element 2 years ago
SVGSymbolElement.h aa691c22d4 LibWeb: Implement the `<symbol>` SVG element 2 years ago
SVGSymbolElement.idl aa691c22d4 LibWeb: Implement the `<symbol>` SVG element 2 years ago
SVGTSpanElement.cpp b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 years ago
SVGTSpanElement.h b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 years ago
SVGTSpanElement.idl b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 years ago
SVGTextContentElement.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextContentElement.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextContentElement.idl 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextElement.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextElement.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextElement.idl 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextPositioningElement.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextPositioningElement.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTextPositioningElement.idl 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 years ago
SVGTitleElement.cpp e2e4e6da52 LibWeb: Implement the SVG title element 2 years ago
SVGTitleElement.h e2e4e6da52 LibWeb: Implement the SVG title element 2 years ago
SVGTitleElement.idl e2e4e6da52 LibWeb: Implement the SVG title element 2 years ago
SVGUseElement.cpp d24667a1b6 LibWeb: Rename loaded observer event to match spec 2 years ago
SVGUseElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
SVGUseElement.idl c7c3043aa2 LibWeb: Implement the `<use>` SVG element 2 years ago
TagNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 years ago
TagNames.h b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 years ago
ViewBox.cpp ba7383d28f LibWeb: Allow floating point values when parsing SVG viewboxes 2 years ago
ViewBox.h 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 years ago