- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Sat, 04 Jun 2022 14:08:06 +0000
- To: public-css-archive@w3.org
with the reuse of a `clip-path` like syntax in mind `clip-path` already has an `inset()` option right now that allows for a round option similar to border radius. So it seems like things are already primed to be extended for `corner-shape` ```clip-path: inset(20px round 10px)``` does fell a bit strange hiding the corner-shape-ing just inside `inset()` though. wonder if something like `corners(angle round round 50%);` could be used to make the corners thing less of an after thought here. -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6997#issuecomment-1146619411 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 4 June 2022 14:08:07 UTC