slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.54k stars 600 forks source link

Skia: On Linux with Mesa and the SVGA3D driver, the printer demo's ink tank is not filled with the correct color #1451

Closed tronical closed 2 years ago

tronical commented 2 years ago

The screenshot says it all :-)

Screenshot 2022-08-02 at 12 56 51

This is not reproducible on macOS for example.

tronical commented 2 years ago

The command line I'm using to reproduce this: SLINT_BACKEND=Skia cargo run --bin slint-viewer --features renderer-skia -- ./examples/printerdemo/ui/printerdemo.slint

tronical commented 2 years ago

This doesn't happen when using LIBGL_ALWAYS_SOFTWARE=1