We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f4d9f commit 5582c3dCopy full SHA for 5582c3d
Source/ThirdParty/skia/src/core/SkBlurEngine.cpp
@@ -879,7 +879,7 @@ class RasterShaderBlurAlgorithm : public SkShaderBlurAlgorithm {
879
class RasterBlurEngine : public SkBlurEngine {
880
public:
881
const Algorithm* findAlgorithm(SkSize sigma, SkColorType colorType) const override {
882
- static constexpr float kBoxBlurMinSigma = 2.f;
+ static constexpr float kBoxBlurMinSigma = 1.5f;
883
884
// If the sigma is larger than kBoxBlurMinSigma, we should assume that we won't encounter
885
// an identity window assertion later on.
0 commit comments