- From: joe Jankowiak via GitHub <noreply@w3.org>
- Date: Fri, 12 Sep 2025 13:58:35 +0000
- To: public-css-archive@w3.org
I think its similar to #9843 but I'm proposing a function to make rounding over a single corner at a given radius easier by providing the two tangent vectors (draws a bent line). From a quick skim of the issue, it seems its proposing a function that rounds over all corners on a shape to a given radius. The other issue probably satisfies the majority of use cases and would be extremely easy to use which is great. Most of the time people probably just want to smooth the entire shape, and in my example is exactly what my end goal is trying to accomplish so if that existed I would use it for this over my proposal. I can however think of times however where I may want to round over corners to different radius, where a separate fillet command would allow you to do this, and from what I can tell matches the arcTo() Javascript paint API command. **Example:** Blunt crayon shape <img width="1088" height="315" alt="Image" src="https://github.com/user-attachments/assets/227a35a4-6a54-4028-968c-6434877081bc" /> -- GitHub Notification of comment by joezappie Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12768#issuecomment-3285407006 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 12 September 2025 13:58:36 UTC