Simon Hausmann
Simon Hausmann
Visually this looks like some kind of winding problem with the glyph paths - at least that’s what the screenshot reminds me of :)
The slider knob looks similarly “mis-rendered”, when it should be filled. Hmmmmmm
What resolution are you using? Do you know if this is with Wayland? (I’m assuming this is Slint 0.2.0?)
Oh. So perhaps that is a bug in the virtual box GL driver. Not sure if there's anything that we can do about it :-/. I'm glad that you've found...
> I know that CJK always pulls the leg, 🤣 > but this rendering behavior is unexpected I agree, this is a bug that leaves a bad first impression. I...
Mysteriously with the latest windows 11 updates applied I can't reproduce this as-is anymore. However the issue remains rather visible when text selections are involved, as shown in this clip...
Hm, I get `thread 'main' panicked at 'glx function was not loaded', /home/simon/src/slint/target/debug/build/glutin_glx_sys-09982e0fb0b2c16d/out/glx_bindings.rs:374:13` when launching `slint-viewer` against X11.
I can't reproduce the GLX issue anymore either. There's been a glutin maintenance release in the meantime, so perhaps that solved it.
Yay, that's good news!
That sounds strange, we do explicitly enable `png` support in the image crate at least. Are you using Rust or C++? How are you compiling Slint? Can you try adding...