W3C home > Mailing lists > Public > public-css-archive@w3.org > May 2021

Re: [csswg-drafts] [css-images] RTL issue in radial-gradient() and conic-gradient() (#6270)

From: Rami Yushuvaev via GitHub <sysbot+gh@w3.org>
Date: Thu, 06 May 2021 16:21:03 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-833657366-1620318062-sysbot+gh@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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:42:33 UTC