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:
c607e87
)
lottie/render: fixed regression in dash rendering.
03/185303/1
author
subhransu mohanty
<sub.mohanty@samsung.com>
Fri, 27 Jul 2018 09:50:42 +0000
(18:50 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Fri, 27 Jul 2018 09:50:42 +0000
(18:50 +0900)
Change-Id: I3f4a4aa5d990b9386ddf2ceddc141c2ac83cda76
src/vector/vdrawable.cpp
patch
|
blob
|
history
diff --git
a/src/vector/vdrawable.cpp
b/src/vector/vdrawable.cpp
index
5a13edc
..
fdeebe8
100644
(file)
--- a/
src/vector/vdrawable.cpp
+++ b/
src/vector/vdrawable.cpp
@@
-11,7
+11,7
@@
void VDrawable::preprocess()
VDasher dasher(mStroke.dashArray, mStroke.dashArraySize);
newPath = dasher.dashed(mPath);
}
- mRleTask = VRaster::instance().generateStrokeInfo(
m
Path, mStroke.cap, mStroke.join,
+ mRleTask = VRaster::instance().generateStrokeInfo(
new
Path, mStroke.cap, mStroke.join,
mStroke.width, mStroke.meterLimit);
} else {
mRleTask = VRaster::instance().generateFillInfo(mPath, mFillRule);