mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Add support for SVG display attribute
This commit is contained in:
parent
73ca9516a9
commit
97d5cf4eef
Notes:
github-actions[bot]
2024-08-16 10:13:01 +00:00
Author: https://github.com/vpzomtrrfrt
Commit: 97d5cf4eef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1088
3 changed files with 12 additions and 0 deletions
|
@ -160,6 +160,7 @@ void SVGGraphicsElement::apply_presentational_hints(CSS::StyleProperties& style)
|
|||
NamedPropertyID(CSS::PropertyID::MaskType),
|
||||
NamedPropertyID(CSS::PropertyID::ClipPath),
|
||||
NamedPropertyID(CSS::PropertyID::ClipRule),
|
||||
NamedPropertyID(CSS::PropertyID::Display),
|
||||
};
|
||||
|
||||
CSS::Parser::ParsingContext parsing_context { document(), CSS::Parser::ParsingContext::Mode::SVGPresentationAttribute };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue