[csswg-drafts] [css-backgrounds] Clothoid Corners for `border-radius` (#9876)

petamoriken has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-backgrounds] Clothoid Corners for `border-radius` ==
original: https://note.com/onopko/n/n9358eb1262eb

Some UIs, like the native iOS UI, are cornered using a clothoid curve. I believe that supporting this in CSS will increase expressiveness and interoperability.

```css
.box {
    border-radius: clothoid(3em);
}
```

https://drafts.csswg.org/css-backgrounds/#border-radius

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9876 using your GitHub account


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

Received on Tuesday, 30 January 2024 10:31:17 UTC