picom
picom copied to clipboard
Rounded corners feels blocky
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.
What is the height of both bars? It looks like both pictures have the same corner radius, but the GTK screenshot has a shorter overall height, making it look rounder.
Same issue here since I switched to the new backends. corner-radius
are much better with the --legacy-backends
.
@alanpq The height are identical, the cropping of my screenshot was just slightly different.
see #1021