mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 23:50:06 +00:00
LibWeb: Parse the shape-image-threshold
property
This commit is contained in:
parent
0e82ab2966
commit
9c7202e3f3
Notes:
github-actions[bot]
2025-10-17 10:11:29 +00:00
Author: https://github.com/Calme1709
Commit: 9c7202e3f3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6493
Reviewed-by: https://github.com/tcl3 ✅
9 changed files with 151 additions and 136 deletions
|
@ -3254,6 +3254,7 @@ NonnullRefPtr<StyleValue const> StyleComputer::compute_value_of_property(Propert
|
|||
case PropertyID::Opacity:
|
||||
case PropertyID::StopOpacity:
|
||||
case PropertyID::StrokeOpacity:
|
||||
case PropertyID::ShapeImageThreshold:
|
||||
return compute_opacity(absolutized_value);
|
||||
case PropertyID::PositionArea:
|
||||
return compute_position_area(absolutized_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue