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 LibWeb: Add support for HTMLOrSVGElement.dataset 2021-09-26 18:59:56 +02:00
SVGElement.h LibWeb: Add support for HTMLOrSVGElement.dataset 2021-09-26 18:59:56 +02:00
SVGElement.idl LibWeb: Add support for HTMLOrSVGElement.dataset 2021-09-26 18:59:56 +02:00
SVGGElement.cpp LibWeb: Start work towards modern CSS "display" values 2021-10-06 19:12:52 +02:00
SVGGElement.h
SVGGeometryElement.cpp
SVGGeometryElement.h
SVGGeometryElement.idl
SVGGraphicsElement.cpp LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties 2022-01-24 17:04:00 +01:00
SVGGraphicsElement.h LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties 2022-01-24 17:04:00 +01:00
SVGGraphicsElement.idl
SVGPathElement.cpp LibWeb: Start work towards modern CSS "display" values 2021-10-06 19:12:52 +02:00
SVGPathElement.h
SVGPathElement.idl
SVGSVGElement.cpp LibWeb: Start work towards modern CSS "display" values 2021-10-06 19:12:52 +02:00
SVGSVGElement.h
SVGSVGElement.idl
TagNames.cpp
TagNames.h
ViewBox.cpp
ViewBox.h