LibWeb: Parse the shape-rendering property

This commit is contained in:
Tim Ledbetter 2025-08-16 17:48:30 +01:00 committed by Sam Atkins
commit 1d745884be
Notes: github-actions[bot] 2025-08-19 08:48:57 +00:00
20 changed files with 110 additions and 13 deletions

View file

@ -80,6 +80,7 @@ static ReadonlySpan<NamedPropertyID> attribute_style_properties()
NamedPropertyID(CSS::PropertyID::R, { SVG::TagNames::circle }),
NamedPropertyID(CSS::PropertyID::Rx, { SVG::TagNames::ellipse, SVG::TagNames::rect }),
NamedPropertyID(CSS::PropertyID::Ry, { SVG::TagNames::ellipse, SVG::TagNames::rect }),
NamedPropertyID(CSS::PropertyID::ShapeRendering),
NamedPropertyID(CSS::PropertyID::StopColor),
NamedPropertyID(CSS::PropertyID::StopOpacity),
NamedPropertyID(CSS::PropertyID::Stroke),