Skip to content

Support all Image widget properties on RawWebImage #159565

@harryterkelsen

Description

@harryterkelsen

Use case

In #157755, an initial minimum viable product implementation of WebImage is added to Flutter. It supports some of the most commonly used Image properties, but not all of them. The missing properties are:

  • color
  • opacity
  • colorBlendMode
  • repeat
  • centerSlice
  • invertColors
  • isAntiAlias
  • filterQuality

These properties effect the rendering of the image. Since RawWebImage is supposed to be a drop-in replacement for RawImage, it should also support these properties.

Proposal

Extend RawWebImage to support the missing properties. Some of the properties are easier to implement than others.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webe: web_skwasmSkwasm rendering backend for webplatform-webWeb applications specificallyteam-webOwned by Web platform teamtriaged-webTriaged by Web platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions