mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
LibWeb: Parse the shape-rendering
property
This commit is contained in:
parent
d94b33e205
commit
1d745884be
Notes:
github-actions[bot]
2025-08-19 08:48:57 +00:00
Author: https://github.com/tcl3
Commit: 1d745884be
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5899
Reviewed-by: https://github.com/AtkinsSJ ✅
20 changed files with 110 additions and 13 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue