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:
43b23f4
)
lottie/render: fixed transparency issue in renderer.
15/186415/1
author
subhransu mohanty
<sub.mohanty@samsung.com>
Thu, 9 Aug 2018 10:39:01 +0000
(19:39 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Thu, 9 Aug 2018 10:39:01 +0000
(19:39 +0900)
Change-Id: I8c1128b5cdd46718deeff6eda21663699dfd4b4c
src/vector/vdrawhelper.cpp
patch
|
blob
|
history
diff --git
a/src/vector/vdrawhelper.cpp
b/src/vector/vdrawhelper.cpp
index
2b07529
..
ee421e0
100644
(file)
--- a/
src/vector/vdrawhelper.cpp
+++ b/
src/vector/vdrawhelper.cpp
@@
-459,7
+459,7
@@
static inline Operator getOperator(const VSpanData * data,
switch (data->mType) {
case VSpanData::Type::Solid:
- solidSource =
vAlpha(data->mSolid) & 0xFF
;
+ solidSource =
(vAlpha(data->mSolid) == 255)
;
op.srcFetch = nullptr;
break;
case VSpanData::Type::LinearGradient: