mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 22:58:44 +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
2c9311d301
commit
bf90903cd7
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)
|
void LottieBuilder::updateEffect(LottieLayer* layer, float frameNo)
|
||||||
{
|
{
|
||||||
constexpr int QUALITY = 25;
|
constexpr int QUALITY = 35;
|
||||||
constexpr float BLUR_TO_SIGMA = 0.3f;
|
constexpr float BLUR_TO_SIGMA = 0.3f;
|
||||||
|
|
||||||
if (layer->effects.count == 0) return;
|
if (layer->effects.count == 0) return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue