We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b9cfb + ff101be commit 88bf16aCopy full SHA for 88bf16a
1 file changed
BlurUIKit/VariableBlurView.swift
@@ -347,7 +347,7 @@ extension VariableBlurView {
347
348
// Create a Core Image smooth linear gradient, since the classic Core Graphics gradient seems
349
// to have a much harsher starting line at the edge of the gradient
350
- let filterName = smooth ? "CILinearGradient" : "CILinearGradient"
+ let filterName = smooth ? "CISmoothLinearGradient" : "CILinearGradient"
351
guard let gradientFilter = CIFilter(name: filterName) else { return nil }
352
gradientFilter.setDefaults()
353
gradientFilter.setValue(gradientPosition.start, forKey: "inputPoint0")
0 commit comments