Re: [csswg-drafts] [css-backgrounds-4] Use cases for corner-shape (#6980)

https://ffvii-remake-intergrade.square-enix-games.com/en-us/

![image](https://user-images.githubusercontent.com/1286791/227200887-f7096ded-8d0b-4d5d-ad01-a696f230a348.png)

double diamond shaped drop down currently done with clip-path: 

> clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0% 50%);

and with `corner-shape` would be:

> corners: angle 25px;


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


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

Received on Thursday, 23 March 2023 12:22:05 UTC