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
When a user does something like <ProgressBar borderRadius="1000px"... we apply the radius to all corners of both the background and foreground bars. I think the foreground bar's right corners should not take this border radius into account.
This may require some clipping properties to avoid the foreground bar appearing to overflow the background bar when progress nears 100%.
The text was updated successfully, but these errors were encountered:
When a user does something like
<ProgressBar borderRadius="1000px"...
we apply the radius to all corners of both the background and foreground bars. I think the foreground bar's right corners should not take this border radius into account.This may require some clipping properties to avoid the foreground bar appearing to overflow the background bar when progress nears 100%.
The text was updated successfully, but these errors were encountered: