- From: 一丝 via GitHub <sysbot+gh@w3.org>
 - Date: Thu, 13 Feb 2025 17:31:56 +0000
 - To: public-css-archive@w3.org
 
@LeaVerou 
With the addition of [Hue Interpolation](https://www.w3.org/TR/css-color-4/#hue-interpolation) in css-color-4, it is now possible to use `longer hue` for this example, can we add it to the example as well?
```css
.test {
  background-image: radial-gradient(circle closest-side, #fff, transparent),
    conic-gradient(in hsl longer hue, red, red);
  transform: scaleX(-1);
}
```
-- 
GitHub Notification of comment by yisibl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1222#issuecomment-2657297013 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 13 February 2025 17:31:57 UTC