You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
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?
When wrapping a series of images in a scrollable(container(image)), if the image has ContentFit Cover and both Width and Height set to Fill it escapes the scrollable bounds, rendering it outside of it.
video.mp4
This example is running under Linux (Wayland, AMD) but the same happens on Windows.
Have same problem with scrollable list of images. Image bleeds over into the above rows and does not disappear until the bottom of image reaches the top of the scroll. Circumvention? or is it being addressed?
Problem seems to be caused by an incorrect scissor_rect that is passed into image_pipeline::render. Scissor rect is transformed by scrolling. At least that's how far I was able to dig as of now.
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
When wrapping a series of images in a scrollable(container(image)), if the image has ContentFit Cover and both Width and Height set to Fill it escapes the scrollable bounds, rendering it outside of it.
video.mp4
This example is running under Linux (Wayland, AMD) but the same happens on Windows.
SSCCE
What is the expected behavior?
The images should not overflow the scrollable area and render on top of the TOP BAR
Version
master
Operating System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: