mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +00:00
LibWeb: Implement the color-interpolation
property for SVG gradients
This changes the operating color space for gradient `<linearGradient>` and `<radialGradient>` elements.
This commit is contained in:
parent
040ccc3b42
commit
ad06ac0d58
Notes:
github-actions[bot]
2025-08-17 08:52:13 +00:00
Author: https://github.com/tcl3
Commit: ad06ac0d58
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5869
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
29 changed files with 192 additions and 13 deletions
|
@ -1017,6 +1017,7 @@ void NodeWithStyle::apply_style(CSS::ComputedProperties const& computed_style)
|
|||
computed_values.set_contain(computed_style.contain());
|
||||
|
||||
computed_values.set_caret_color(computed_style.caret_color(*this));
|
||||
computed_values.set_color_interpolation(computed_style.color_interpolation());
|
||||
|
||||
propagate_style_to_anonymous_wrappers();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue