Skip to content

WebImage is not rendered with drawingGroup() #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michala-pro opened this issue Apr 29, 2024 · 2 comments · Fixed by #316
Closed

WebImage is not rendered with drawingGroup() #314

michala-pro opened this issue Apr 29, 2024 · 2 comments · Fixed by #316

Comments

@michala-pro
Copy link

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()
        }
    }
}
@dreampiggy
Copy link
Collaborator

I guess this issue was solved in 3.0.4 via #316

image

@michala-pro
Copy link
Author

It works in 3.0.4 - thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants