ladybird/Userland/Libraries/LibWeb/SVG
Sam Atkins ae99cbe534 LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties
Rather than having separate systems for the attributes and their CSS
equivalents, we can treat the attributes as presentational hints and
convert them to CSS properties. This means they can be inherited, as
they should. :^)

As noted, the `fill` and `stroke` attributes do not fully match the
`fill` and `stroke` properties. The CSS spec is still an early draft and
not entirely helpful, so we can just pretend they are the same for now.
2022-01-24 17:04:00 +01:00
..
AttributeNames.cpp
AttributeNames.h
SVGContext.h
SVGElement.cpp
SVGElement.h
SVGElement.idl
SVGGElement.cpp
SVGGElement.h
SVGGeometryElement.cpp
SVGGeometryElement.h
SVGGeometryElement.idl
SVGGraphicsElement.cpp
SVGGraphicsElement.h
SVGGraphicsElement.idl
SVGPathElement.cpp
SVGPathElement.h
SVGPathElement.idl
SVGSVGElement.cpp
SVGSVGElement.h
SVGSVGElement.idl
TagNames.cpp
TagNames.h
ViewBox.cpp
ViewBox.h