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

Disabling rounded rectangle antialiasing in software renderer #6802

Open
elipsitz opened this issue Nov 15, 2024 · 1 comment
Open

Disabling rounded rectangle antialiasing in software renderer #6802

elipsitz opened this issue Nov 15, 2024 · 1 comment
Labels
a:renderer-software Software Renderer (mO,bF) bug Something isn't working priority:low Lowest priority. The issue is kept open for tracking purpose, but noone is actively working on this

Comments

@elipsitz
Copy link
Contributor

I'm using Slint with Rust on a microcontroller, using the software renderer.

It would be nice if there were some way to disable rounded rectangle antialiasing. It's cool that the feature is there, but with a low resolution screen, the antialiasing looks a bit rough -- blurry, instead of smooth. I'd prefer having the option of having crisp, pixelated borders and fills.

@ogoffart ogoffart added a:renderer-software Software Renderer (mO,bF) bug Something isn't working priority:low Lowest priority. The issue is kept open for tracking purpose, but noone is actively working on this labels Nov 16, 2024
@ogoffart
Copy link
Member

I think there is indeed something bad about the rendering of rounded rectangle that look a bit bury. The solution might be to fix the rounded rectangle algorithm rather than disabling it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:renderer-software Software Renderer (mO,bF) bug Something isn't working priority:low Lowest priority. The issue is kept open for tracking purpose, but noone is actively working on this
Projects
None yet
Development

No branches or pull requests

2 participants