-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
Rounded corners feels blocky #1042
Comments
Same issue here since I switched to the new backends. |
@alanpq |
see #1021 |
should be fixed in 0585e31, 6b858b8 and f4fcedc (included in the v12-rc2 pre-release). see #609 if you'd like even more roundness and smoothness. closing as fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rounded corners produced by
corner-radius
, just doesn't feel very round. It feels more like the corner is chopped off with a straightedge.This is what it looks like right now, with
corner-radius = 15
:And this is what I think an ideal round corner should look like (done using GTK's css:
border-radius: 15px;
):It just looks so much more smoother.
The text was updated successfully, but these errors were encountered: