- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Feb 2020 23:51:33 +0000
- To: public-css-archive@w3.org
Gradients currently don't care about the color angle at all; they convert the color into RGB and then linearly interpolate the RGB components. When we do allow specifying interpolation in gradients, I expect it'll match how gradients are already defined to interpolate their angles - it interpolates the angles numerically exactly as you specify, so 10deg to 350deg goes the long way around the circle. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4703#issuecomment-582668843 using your GitHub account
Received on Wednesday, 5 February 2020 23:51:34 UTC