Re: [csswg-drafts] [css-images-4] Conic Gradient "color wheel" example is backwards (#1222)

@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