pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.79k stars 581 forks source link

Blur is rendered with straight edges #682

Closed DanKorkelia closed 3 months ago

DanKorkelia commented 1 year 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)
    }
hiragram commented 1 year ago

I also have the same problem.

DanKorkelia commented 3 months ago

Closed issues due to inactivity.