mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Use generic <color-interpolation-method> parsing for gradients
See previous commit for details We now support parsing of `display-p3-linear` (although it just falls back to using Oklab since Skia doesn't support it)
This commit is contained in:
committed by
Tim Ledbetter
parent
d8c38a294c
commit
9db607b1a7
Notes:
github-actions[bot]
2026-03-18 13:23:27 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/9db607b1a77 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8485 Reviewed-by: https://github.com/tcl3 ✅
@@ -373,7 +373,6 @@ private:
|
||||
Optional<Vector<ColorStopListElement>> parse_color_stop_list(TokenStream<ComponentValue>& tokens, auto parse_position);
|
||||
Optional<Vector<ColorStopListElement>> parse_linear_color_stop_list(TokenStream<ComponentValue>&);
|
||||
Optional<Vector<ColorStopListElement>> parse_angular_color_stop_list(TokenStream<ComponentValue>&);
|
||||
Optional<InterpolationMethod> parse_interpolation_method(TokenStream<ComponentValue>&);
|
||||
RefPtr<ColorInterpolationMethodStyleValue const> parse_color_interpolation_method_value(TokenStream<ComponentValue>&);
|
||||
|
||||
RefPtr<LinearGradientStyleValue const> parse_linear_gradient_function(TokenStream<ComponentValue>&);
|
||||
|
||||
Reference in New Issue
Block a user