Re: [csswg-drafts] [css-shapes-1] ellipse() grammar gratuitously inconsistent with radial-gradient() (#824)

@astearns 

> `closest-corner` and `farthest-corner` did not seem necessary for `shape-outside` and `clip-path`, as using those for radii often creates a shape that extends outside the margin box. I'm not against allowing them for consistency's sake, but I don't know that they would get much use.

I have a use-case!

```css
@keyframes circular-reveal {
  from { clip-path: circle(0 at center); }
  to { clip-path: circle(farthest-corner at center); }
}
```

Right now this is only possible with JS.

-- 
GitHub Notification of comment by jakearchibald
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/824#issuecomment-1157549393 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 16 June 2022 11:26:54 UTC