projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8813c
)
Fix typo that incorrect matrix information.
author
JunsuChoi
<jsuya.choi@samsung.com>
Wed, 26 Jun 2019 11:12:25 +0000
(20:12 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Wed, 10 Jul 2019 01:55:48 +0000
(10:55 +0900)
src/lottie/lottieitem.cpp
patch
|
blob
|
history
diff --git
a/src/lottie/lottieitem.cpp
b/src/lottie/lottieitem.cpp
index 9b823c5b8aad5c1e69b22153f0bb7237d93d3d45..14ff7322e0f55adef4b278403de639d21bbab66f 100644
(file)
--- a/
src/lottie/lottieitem.cpp
+++ b/
src/lottie/lottieitem.cpp
@@
-843,7
+843,7
@@
void LOTImageLayerItem::buildLayerNode()
lotDrawable->mCNode->mImageInfo.mMatrix.m31 = combinedMatrix().m_tx();
lotDrawable->mCNode->mImageInfo.mMatrix.m32 = combinedMatrix().m_ty();
- lotDrawable->mCNode->mImageInfo.mMatrix.m33 = combinedMatrix().m_
1
3();
+ lotDrawable->mCNode->mImageInfo.mMatrix.m33 = combinedMatrix().m_
3
3();
mCNodeList.push_back(lotDrawable->mCNode.get());
}