- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Dec 2022 19:44:17 +0000
- To: public-css-archive@w3.org

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