mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
lottie: hotfix layer effect parsing
fixed a break in expressions/driving.json
This commit is contained in:
parent
5dabcbac0b
commit
d8f6710c73
1 changed files with 1 additions and 0 deletions
|
@ -1270,6 +1270,7 @@ void LottieParser::parseGaussianBlur(LottieGaussianBlur* effect)
|
||||||
if (idx == 0) parsePropertyInternal(effect->blurness);
|
if (idx == 0) parsePropertyInternal(effect->blurness);
|
||||||
else if (idx == 1) parsePropertyInternal(effect->direction);
|
else if (idx == 1) parsePropertyInternal(effect->direction);
|
||||||
else if (idx == 2) parsePropertyInternal(effect->wrap);
|
else if (idx == 2) parsePropertyInternal(effect->wrap);
|
||||||
|
else skip(key);
|
||||||
++idx;
|
++idx;
|
||||||
} else skip(key);
|
} else skip(key);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue