var body: some View { AnimatedImage(url: viewData.viewImageUrlString) .resizable() .scaledToFit() .cornerRadius(8) }
I am using this code to add a corner radius to the image but the corner radius does not look smooth. It works in the case of WebImage.
