Re: [csswg-drafts] [css-background-4] Replace `corner-shape` with property that just does angled corners + rounding (#8591)

In particular, the *diagonally opposite* corners might intersect. The existing radius-clamping rules do indeed prevent adjacent corners from intersecting.

See, for example:

```css
.box {
  width: 100px; height: 100px;
  border-radius: 100px 0 100px 0;
  border: thin solid;
  corner-shape: scoop;
}
```

`angle` corner shape is the maximal cut you can do without running into issues; anything that cuts out more needs additional shrinking rules.

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


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

Received on Tuesday, 20 August 2024 22:59:41 UTC