Re: [csswg-drafts] [css-borders-4] How to draw triangles using `corner-shape`? (#11846)

The left picture uses different radius constraints for bevel from the ones for round... Those constraints aren't spec'ed yet.

The following draws a triangle atm:

```css
.bevel {
  background: rebeccapurple;
  border-radius: 200px 200px 0 0;
  width: 400px;
  height: 200px;
  corner-shape: bevel;
}
```

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


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

Received on Thursday, 6 March 2025 11:50:22 UTC