lottie: arrange the blur quality

there are several reports about poor quality,
arranged the value to the medium level.
This commit is contained in:
Hermet Park 2025-07-05 09:50:52 +09:00 committed by Hermet Park
parent 1cfd1758dc
commit 8f022b3642

View file

@ -1312,7 +1312,7 @@ void LottieBuilder::updateStrokeEffect(LottieLayer* layer, LottieFxStroke* effec
void LottieBuilder::updateEffect(LottieLayer* layer, float frameNo)
{
constexpr int QUALITY = 25;
constexpr int QUALITY = 35;
constexpr float BLUR_TO_SIGMA = 0.3f;
if (layer->effects.count == 0) return;