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 dice is rolled, small sharp corners are visible around it because it's a 3d shape and even though the corners of the visible face are rounded, those faces that are not visible can be seen as corners. The issue can be resolved by hiding faces that are out of sight. I've done it locally using onClick / onRoll event handlers and some custom CSS properties.
The text was updated successfully, but these errors were encountered:
When dice is rolled, small sharp corners are visible around it because it's a 3d shape and even though the corners of the visible face are rounded, those faces that are not visible can be seen as corners. The issue can be resolved by hiding faces that are out of sight. I've done it locally using onClick / onRoll event handlers and some custom CSS properties.
The text was updated successfully, but these errors were encountered: