- From: Rami Yushuvaev via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 May 2021 16:21:03 +0000
- To: public-css-archive@w3.org
To clarify my solution, I was talking about something like this: ```css background: conic-gradient(at 50% 50% clockwise, #f06, gold); background: conic-gradient(at 50% 50% counter-clockwise, #f06, gold); background: conic-gradient(from 45deg clockwise, white, black, white); background: conic-gradient(from 45deg counter-clockwise, white, black, white); ``` You can use other keywords or propose other solutions. As long as I'll able to reverse everything, I don't care about the "how". -- GitHub Notification of comment by ramiy Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6270#issuecomment-833657366 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 6 May 2021 16:21:35 UTC