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
This issue can be easy fixed by tweaking corners SVG files. The issue is that canvas size specified in those SVG files is too large (256x256 pixels) and this results in aliasing when rendered bitmaps of corners images get downscaled to user defined corner rounding size. In my case the following values tweaks works the best and gives nice smooth rendered corners:
In all four SVG files:
replace all "256" values by "8"
replace all "512" values by "16"
This also can be done on installed extension. Just edit SVG files in ~/.local/share/gnome-shell/extensions/Rounded_Corners@lennart-k/corners
Changes will take effect right after files changed.
Not sure if this is just a GNOME issue, but the corners aren't anti-aliased when rendered.
The text was updated successfully, but these errors were encountered: