LibWeb: Parse the shape-image-threshold property

This commit is contained in:
Callum Law 2025-10-17 02:54:47 +13:00 committed by Tim Ledbetter
commit 9c7202e3f3
Notes: github-actions[bot] 2025-10-17 10:11:29 +00:00
9 changed files with 151 additions and 136 deletions

View file

@ -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);