Re: [csswg-drafts] [css-borders-4] Rendering of outset shadow spread with concave 50% corner-shapes (#13037)

OK, see a more well tuned render:

<img width="600" height="600" alt="Image" src="https://github.com/user-attachments/assets/8f78977d-cb70-433f-a26f-eab3accc6201" />

This is:
```css
border-radius: 50%;
corner-shape: notch square bevel scoop;
width: 160px;
height: 180px;
```

Notes:
- The bevel/round variants are inconsistent when the square corner is concerned (current shadows for square corners looks like `miter`)
- The `miter` variant can have an infinite miter. 

Suggesting that `miter + clip` is the optimal variant here.

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


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

Received on Tuesday, 4 November 2025 17:52:04 UTC