- From: jsnkuhn via GitHub <noreply@w3.org>
- Date: Tue, 31 Mar 2026 12:21:27 +0000
- To: public-css-archive@w3.org
These are also more straight forwardly covered by the new `border-shape` property.
```css
img{
border-color: lightblue;
border-shape: inset(0) inset(12px round 50%);
}
img:nth-of-type(2){
border-color: pink;
border-shape: inset(0) inset(12px round 20%);
}
```
https://codepen.io/jsnkuhn/pen/NPRYOwx
--
GitHub Notification of comment by jsnkuhn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9714#issuecomment-4162247721 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 31 March 2026 12:21:28 UTC