mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 13:39:25 +00:00
LibWeb/CSS: Parse the paint-order
property
This commit is contained in:
parent
1052ee20b0
commit
a87a9156d5
Notes:
github-actions[bot]
2025-08-28 09:32:32 +00:00
Author: https://github.com/tcl3
Commit: a87a9156d5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5977
Reviewed-by: https://github.com/AtkinsSJ ✅
25 changed files with 376 additions and 17 deletions
|
@ -854,6 +854,7 @@ void NodeWithStyle::apply_style(CSS::ComputedProperties const& computed_style)
|
|||
else if (stroke_width.is_percentage())
|
||||
computed_values.set_stroke_width(CSS::LengthPercentage { stroke_width.as_percentage().percentage() });
|
||||
computed_values.set_shape_rendering(computed_style.shape_rendering());
|
||||
computed_values.set_paint_order(computed_style.paint_order());
|
||||
|
||||
auto const& mask_image = computed_style.property(CSS::PropertyID::MaskImage);
|
||||
if (mask_image.is_url()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue