- From: Kenta Moriuchi via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Jan 2024 10:31:15 +0000
- To: public-css-archive@w3.org
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