Re: [csswg-drafts] [css-borders-4] Specify how borders are rendered for `corner-shape` (#11610)

So it seems the current Chrome implementation needs some tweaking, is this a known issue?

![Image](https://github.com/user-attachments/assets/51adce9c-7f51-413b-adf3-2f0855324797)

```html
data:text/html;charset=UTF-8,<!DOCTYPE html>
<style>
div {
  width: 200px;
  height: 200px;
  corner-shape: scoop;
  border-radius: 120px;
  border: 10px solid blue;
  outline: 5px solid green;
  background: linear-gradient(in srgb, yellow, red );
}
</style>
<p>Test corner-shape</p>
<div></div>
```

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


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

Received on Tuesday, 13 May 2025 12:57:40 UTC