ladybird/Userland/Libraries/LibWeb/SVG
Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer
Resolved style is a spec concept that refers to the weird mix of
computed style and used style reflected by getComputedStyle().

The purpose of this class is to produce the *computed* style for a given
element, so let's call it StyleComputer.
2021-09-24 15:12:15 +02:00
..
AttributeNames.cpp LibWeb: Add an SVG::AttributeNames namespace 2021-09-15 11:56:26 +02:00
AttributeNames.h LibWeb: Add an SVG::AttributeNames namespace 2021-09-15 11:56:26 +02:00
SVGContext.h
SVGElement.cpp
SVGElement.h
SVGElement.idl
SVGGElement.cpp LibWeb: Rename CSS::StyleResolver => StyleComputer 2021-09-24 15:12:15 +02:00
SVGGElement.h LibWeb: Add a bare-bones SVG <g> element 2021-09-18 01:39:59 +02:00
SVGGeometryElement.cpp
SVGGeometryElement.h
SVGGeometryElement.idl
SVGGraphicsElement.cpp LibWeb: Add for CSS fill/stroke/stroke-color properties for SVG 2021-09-16 22:30:33 +02:00
SVGGraphicsElement.h LibWeb: Add for CSS fill/stroke/stroke-color properties for SVG 2021-09-16 22:30:33 +02:00
SVGGraphicsElement.idl
SVGPathElement.cpp LibWeb: Rename CSS::StyleResolver => StyleComputer 2021-09-24 15:12:15 +02:00
SVGPathElement.h
SVGPathElement.idl
SVGSVGElement.cpp LibWeb: Rename CSS::StyleResolver => StyleComputer 2021-09-24 15:12:15 +02:00
SVGSVGElement.h LibWeb: Remove unused SVGSVGElement::m_bitmap 2021-09-15 20:57:43 +02:00
SVGSVGElement.idl
TagNames.cpp
TagNames.h LibWeb: Add a bare-bones SVG <g> element 2021-09-18 01:39:59 +02:00
ViewBox.cpp LibWeb: Add SVG::ViewBox to represent SVG view boxes 2021-09-15 11:56:26 +02:00
ViewBox.h LibWeb: Add SVG::ViewBox to represent SVG view boxes 2021-09-15 11:56:26 +02:00