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

https://www.nintendo.com/store/products/live-a-live-switch/

![Screenshot 2022-06-28 at 15-35-52 LIVE A LIVE for Nintendo Switch - Nintendo](https://user-images.githubusercontent.com/1286791/178329511-ed9c2478-0d7d-4c66-b15b-44f51231354d.png)

- whole thing is image


https://www.ign.com/articles/stranger-things-season-4-part-2-review

![Screenshot 2022-07-01 at 08-51-02 Stranger Things Season 4 Part 2 Review - IGN](https://user-images.githubusercontent.com/1286791/178328921-51700665-1882-434a-b0fa-a3013c8bc615.png)

- currently transformed psudeo rectangles for the angles. Looks like it's generated: `transform: scale(1,0.579) translate(70.71136%,-70.71136%) rotate(45deg);`
- this would be one of those `border-radius: 999999999px;` situations I think?
```css
corner-shape: angle;
corner-size: 99999999px;
```

https://www.theverge.com/2022/6/16/23171447/activision-blizzard-investigation-sec-filing

![Screenshot 2022-06-18 at 17-05-38 Activision Blizzard investigated Activision Blizzard and found Activision Blizzard didn’t do anything wrong](https://user-images.githubusercontent.com/1286791/178329701-93f6764c-7b31-446e-9080-c5d1791a4da6.png)

- currently a skewed pseudo with top and right border
- corner-shape to make the shape and maybe filter drop-shadow to make the border?
- first example so far of border not going around the whole shape

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


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

Received on Monday, 11 July 2022 18:11:05 UTC