iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Iced does not properly render Canvas with webgl backend #2400

Open ArtBlnd opened 3 weeks ago

ArtBlnd commented 3 weeks ago

Is there an existing issue for this?

Is this issue related to iced?

What happened?

If I drag or resize the pane, I looks like this. It does not being removed even after redrawing elements.

image

What is the expected behavior?

Should be rendered properly.

Version

crates.io release

Operating System

Windows

Do you have any log output?

No response

ArtBlnd commented 3 weeks ago

It looks like canvas is the problem. not the PaneGrid. it does same with row.

ArtBlnd commented 2 weeks ago

Anyone can help this?