iced-rs/iced

Iced does not properly render Canvas with webgl backend

ArtBlnd opened this issue · 2 comments

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

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

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

Anyone can help this?