- From: 一丝 via GitHub <sysbot+gh@w3.org>
- Date: Tue, 13 May 2025 12:57:39 +0000
- To: public-css-archive@w3.org
So it seems the current Chrome implementation needs some tweaking, is this a known issue?

```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