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:
5c771a7
)
lottie/vector: fixed typo issue.
75/184175/1
author
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 16 Jul 2018 05:32:44 +0000
(14:32 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 16 Jul 2018 05:32:44 +0000
(14:32 +0900)
Change-Id: I6e5d811b3f216daff1dbf5ab73d3c2fb97872e56
src/vector/vbrush.cpp
patch
|
blob
|
history
diff --git
a/src/vector/vbrush.cpp
b/src/vector/vbrush.cpp
index 300afbcef13fca09bdae0edb59d0a3f290adc21f..aa8ba96b70c95cfcc67759f4e4c5c7d42d1b724e 100644
(file)
--- a/
src/vector/vbrush.cpp
+++ b/
src/vector/vbrush.cpp
@@
-71,7
+71,7
@@
VBrush::VBrush(const VGradient *gradient):mType(VBrush::Type::NoBrush)
if (gradient->mType == VGradient::Type::Linear) {
mType = VBrush::Type::LinearGradient;
- } else if (gradient->mType == VGradient::Type::
Linear
) {
+ } else if (gradient->mType == VGradient::Type::
Radial
) {
mType = VBrush::Type::RadialGradient;
}
}