Bug 245622 - [Cairo] Add support for gradients with non-srgb interpolation methods
Summary: [Cairo] Add support for gradients with non-srgb interpolation methods
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-24 08:30 PDT by Sam Weinig
Modified: 2022-10-01 08:31 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2022-09-24 08:30:23 PDT
Non-sRGB interpolation methods were added for CSS gradients but the Cairo backend does not yet support them. This tracks adding support.

Currently only a few tests are failing mostly due to the challenging nature of writing ref tests for gradients:

fast/gradients/gradient-using-specified-hue-interpolation-method-hsl.html
fast/gradients/gradient-using-specified-hue-interpolation-method-hwb.html
fast/gradients/gradient-using-specified-hue-interpolation-method-lch.html
fast/gradients/gradient-using-specified-hue-interpolation-method-oklch.html
Comment 1 Radar WebKit Bug Importer 2022-10-01 08:31:16 PDT
<rdar://problem/100656025>