Re: [csswg-drafts] [css-borders-4] How to draw triangles using `corner-shape`? (#11846)

@yisibl The example code you're using *shouldn't* be generating that triangle. Radius shrinking should make the bevel cover the same area that the rounded corner does in the "fallback", just cutting in halfway on each side. It looks like the tool just doesn't implement the shrinking properly; you can see it differs from the fallback in exactly the same manner even if set to "curve".

You definitely *can* make it cover the entire height, you just need a different value: `50% 50% 0 0 / 100% 100% 0 0` does it.

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


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

Received on Thursday, 6 March 2025 22:56:10 UTC