mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 14:48:24 +00:00
lottie: arrange the blur quality
there are several reports about poor quality, arranged the value to the medium level.
This commit is contained in:
parent
1f0ff00651
commit
2ea09f0edb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue