mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 13:39:25 +00:00
LibWeb: Store fill-opacity
in computed form in ComputedProperties
This commit is contained in:
parent
1ba84de4f6
commit
9434b08bed
Notes:
github-actions[bot]
2025-09-08 10:07:03 +00:00
Author: https://github.com/Calme1709
Commit: 9434b08bed
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
|
@ -479,8 +479,7 @@ float ComputedProperties::opacity() const
|
|||
|
||||
float ComputedProperties::fill_opacity() const
|
||||
{
|
||||
auto const& value = property(PropertyID::FillOpacity);
|
||||
return resolve_opacity_value(value);
|
||||
return property(PropertyID::FillOpacity).as_number().number();
|
||||
}
|
||||
|
||||
StrokeLinecap ComputedProperties::stroke_linecap() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue