Closed DanKorkelia closed 3 months ago
Anyone has this issue with snapshot tests. When running a test on a view that has a blur modifier. The blur is rendered with straight edges?
For example this view below.
var sut: some View { Circle() .background(Color.red) .foregroundColor(.white) .blur(radius: 100) }
I also have the same problem.
Closed issues due to inactivity.
Anyone has this issue with snapshot tests. When running a test on a view that has a blur modifier. The blur is rendered with straight edges?
For example this view below.