mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 05:29:56 +00:00
LibWeb: Store flood-opacity
in computed form in ComputedProperties
This commit is contained in:
parent
91e88ad6e8
commit
5a7eaf6f73
Notes:
github-actions[bot]
2025-09-08 10:06:45 +00:00
Author: https://github.com/Calme1709
Commit: 5a7eaf6f73
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6112
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 2 additions and 6 deletions
|
@ -3284,6 +3284,7 @@ NonnullRefPtr<StyleValue const> StyleComputer::compute_value_of_property(Propert
|
|||
case PropertyID::OutlineWidth:
|
||||
return compute_border_or_outline_width(specified_value, get_property_specified_value(PropertyID::OutlineStyle), computation_context);
|
||||
case PropertyID::FillOpacity:
|
||||
case PropertyID::FloodOpacity:
|
||||
case PropertyID::Opacity:
|
||||
case PropertyID::StopOpacity:
|
||||
case PropertyID::StrokeOpacity:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue