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?
iced::widget::svg::Handle and iced::widget::image::Handle should have IMHO the same API when you want to create a Handle from memory. Instead the svg::Handle has the method from_memory() and the image::Handlefrom_bytes(). Both do essentially the same, which is why the API should be consistent
What is the expected behavior?
The equivalent factory functions should have the same name for consistency reasons.
Version
crates.io release
Operating System
macOS
Do you have any log output?
The affected version is 0.13.1
The text was updated successfully, but these errors were encountered:
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
iced::widget::svg::Handle
andiced::widget::image::Handle
should have IMHO the same API when you want to create aHandle
from memory. Instead thesvg::Handle
has the methodfrom_memory()
and theimage::Handle
from_bytes()
. Both do essentially the same, which is why the API should be consistentWhat is the expected behavior?
The equivalent factory functions should have the same name for consistency reasons.
Version
crates.io release
Operating System
macOS
Do you have any log output?
The text was updated successfully, but these errors were encountered: