WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
299875
[Skia] hue interpolation method not working
https://bugs.webkit.org/show_bug.cgi?id=299875
Summary
[Skia] hue interpolation method not working
Brian Kardell
Reported
2025-09-30 09:26:42 PDT
Created
attachment 476903
[details]
Result in Safari As noticed by ana tudor, while the code below works in Safari (meaning it renders , it does not in GTK ``` <style> div { border: solid 6em transparent; width: 4em; aspect-ratio: 1; background: linear-gradient(in hsl longer hue, red 0 100%) border-area; } </style> <div> </div> ``` Several have verfied. You can run the test live via:
https://www.software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0Adiv%20%7B%0Aborder%3A%20solid%206em%20transparent%3B%0Awidth%3A%204em%3B%0Aaspect-ratio%3A%201%3B%0Abackground%3A%0Alinear-gradient(in%20hsl%20longer%20hue%2C%20red%200%20100%25)%20border-area%3B%0A%7D%0A%3C%2Fstyle%3E%0A%3Cdiv%3E%26nbsp%3B%3C%2Fdiv%3E
Attachments
Result in Safari
(54.36 KB, image/png)
2025-09-30 09:26 PDT
,
Brian Kardell
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2025-09-30 15:28:12 PDT
***
Bug 299876
has been marked as a duplicate of this bug. ***
Carlos Garcia Campos
Comment 2
2025-10-17 04:15:27 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/52551
EWS
Comment 3
2025-10-21 00:20:23 PDT
Committed
301859@main
(b9533d7c0d57): <
https://commits.webkit.org/301859@main
> Reviewed commits have been landed. Closing PR #52551 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug