picom icon indicating copy to clipboard operation
picom copied to clipboard

Rounded corners feels blocky

Open musjj opened this issue 1 year ago • 4 comments

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:

image

And this is what I think an ideal round corner should look like (done using GTK's css: border-radius: 15px; ):

image

It just looks so much more smoother.

musjj avatar Mar 29 '23 22:03 musjj

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. image

alanpq avatar Mar 30 '23 19:03 alanpq

Same issue here since I switched to the new backends. corner-radius are much better with the --legacy-backends.

tupo2 avatar Apr 04 '23 14:04 tupo2

@alanpq The height are identical, the cropping of my screenshot was just slightly different.

musjj avatar Apr 04 '23 14:04 musjj

see #1021

absolutelynothelix avatar Apr 05 '23 08:04 absolutelynothelix