Skip to content

Image fails to render image/vnd.microsoft.icon #1078

Open
@oknozor

Description

@oknozor

I am trying to render some image/vnd.microsoft.icon images.

Row::new().push(
  Image::new(&icon.path)
    .height(Length::Units(32))
    .width(Length::Units(32)))

These are favicons fetched from various domain name :

When rendering like this I am getting nothing for image/vnd.microsoft.icon.
image

Other icon format renders as expected :
image

iced version :

iced = { git = "https://github.com/hecrj/iced", features = ["wgpu", "default_system_font", "palette", "svg", "image"] }
iced_native = { git = "https://github.com/hecrj/iced" }
iced_style = { git = "https://github.com/hecrj/iced" }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions