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 Mira Grudzinska
parent 1f0ff00651
commit 2ea09f0edb

View file

@ -1388,7 +1388,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;