You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would love to see the ability to round only specific corners in an arc. Right now, I know we have the ability to round all corners using cornerRadius, but most of the time I find myself only wanting to round 2 corners, rather than all of them.
The text was updated successfully, but these errors were encountered:
The way that I am doing something like this in D3 right now is using the arc generator to generate 2 non overlapping arc, then adding a rounded corner to said arcs, but this creates an issue where the arcs that meet each other is also rounded, which is not exactly what I want.
Hi, I would love to see the ability to round only specific corners in an arc. Right now, I know we have the ability to round all corners using
cornerRadius
, but most of the time I find myself only wanting to round 2 corners, rather than all of them.The text was updated successfully, but these errors were encountered: