Skip to content

WebImage is not rendered with drawingGroup() #314

Closed
@michala-pro

Description

@michala-pro

Example code to reproduce:

struct AsyncImageDemoView: View {
    let url = URL(string: "https://placekitten.com/200/300")
    
    var body: some View {
        if let url {
            Text("URL: \(url)")
            WebImage(url: url)
                .drawingGroup()
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions