mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
loader/lottie: fix a dash gap size.
fix a bug that was introduced by a mistake.
This commit is contained in:
parent
e14e108d4a
commit
f3c8d10b90
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ struct LottieStroke
|
|||
|
||||
float dashGap(int32_t frameNo)
|
||||
{
|
||||
return dash(1)(frameNo) + dash(2)(frameNo);
|
||||
return dash(2)(frameNo);
|
||||
}
|
||||
|
||||
float dashSize(int32_t frameNo)
|
||||
|
|
Loading…
Add table
Reference in a new issue