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

Rendering is aliased #23

Open
acerspyro opened this issue May 19, 2022 · 3 comments
Open

Rendering is aliased #23

acerspyro opened this issue May 19, 2022 · 3 comments

Comments

@acerspyro
Copy link

Not sure if this is just a GNOME issue, but the corners aren't anti-aliased when rendered.

image

@mikoducky
Copy link

It doesn't even do that anymore with a new install. Now it's just chopped at a 45 degree angle

image

@JustCryen
Copy link

Yeah, I noticed that as well.
It's not that bad but it's still noticeable.
image

@bardcrab
Copy link

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.

Tested on Ubuntu 22.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants