Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the rounded hexagon shape of Badges in the mosaic #155

Open
aurelticot opened this issue Mar 27, 2023 · 0 comments
Open

Fix the rounded hexagon shape of Badges in the mosaic #155

aurelticot opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@aurelticot
Copy link
Member

The current hexagon shape is created via a simple polygon clip path which doesn't have rounded corner.

This is fine when a badge has an image but it is not when that hexagon shape is filled with a background to create the "Show all" button or for the "no content" fallback, as we clearly see the corner.

We need to use a path instead of the polygon.

@aurelticot aurelticot added this to the beta milestone Apr 21, 2023
@aurelticot aurelticot added the enhancement New feature or request label Apr 21, 2023
@aurelticot aurelticot removed this from the beta milestone Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant