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

![image](https://user-images.githubusercontent.com/1286791/206278636-bdf48fb3-48e9-4079-b2b1-c3ccb4b8eca6.png)

testing my `corner-shape` paintAPI polyfill for this one with an SVG sprite fallback

```css
background: url('images/staff-back-all.svg') no-repeat 0 0 / 394px 300%;
background: paint(cornerShape);
--background-color: rgb(0,0,0,.3);
--border-color: #40ff00;
--border-width: 2px;
--corner-size: 26px / 22px;
--corner-shape: angle;
```

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


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

Received on Wednesday, 7 December 2022 19:44:19 UTC