- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Tue, 04 Nov 2025 17:52:03 +0000
- To: public-css-archive@w3.org
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