Simon Hausmann
Simon Hausmann
> As in it would be possible to have an api like this in the future? It's possible to have such an API today. A `property cursor-style` property.
I think that's a valid bug report. If I understand correctly, we're not setting the lcd config on the skia surface, and we should probably also set `SK_FONT_HOST_USE_SYSTEM_SETTINGS` when compiling...
It's true that while macOS does support sub pixel anti-aliasing, it's not enabled by default. That said, AFAICS Skia uses glyphs rendered by CoreText that are LCD optimised. On Linux,...
I have not yet been enable to reproduce this. Just running the welcome app in WSL is sufficient for you to reproduce this, right?
That will be the FemtoVG renderer, which requires OpenGL (ES). That said, the Torizon welcome app is a Python app, which uses the Slint python binaries, which in turn will...
I tried again, but on a different computer - no luck :(. I suspect that this could be a bug in the graphics drivers - the symptom looks a bit...
I'm going to close this as not reproducible for me, but if you make new discoveries, please feel free to comment here - then we can re-open and diagnose further.
I can reproduce this. This could be the winit changes, although I can't reproduce with slint-viewer. May need to bisect.
Ok, confirmed, commit 1c73144b09d263ebe20cf5e7cf500e7d4d5ac3b5 introduce this regression.
Updating the drm dependency requires either https://github.com/Smithay/drm-rs/pull/192 or a change in gbm.