- From: Noam Rosenthal via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Mar 2025 11:50:21 +0000
- To: public-css-archive@w3.org
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