I try to use ContainerRelativeShape to clip my Image, but it doesn't work. Do I miss something?
Code Block VStack { Image("big-sur") .resizable() .frame(width: 200, height: 200) .clipShape(ContainerRelativeShape()) .padding(padding) } .background(Color(UIColor.secondarySystemBackground)) .clipShape(RoundedRectangle(cornerRadius: 30))