From b5248f473a3930862855509c6c558ebb784a41ff Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Thu, 1 Nov 2018 10:58:37 +0900 Subject: [PATCH] lottie: Use the new addroundrect api to get uniform corner as expected from AE. Change-Id: Ifcc1486a530d6ddd195bf45a4ea7bf4a4c8ddaa7 --- src/lottie/lottieitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lottie/lottieitem.cpp b/src/lottie/lottieitem.cpp index 0df4247..0249bec 100644 --- a/src/lottie/lottieitem.cpp +++ b/src/lottie/lottieitem.cpp @@ -692,7 +692,7 @@ void LOTRectItem::updatePath(VPath& path, int frameNo) size.y()); path.reset(); - path.addRoundRect(r, roundness, roundness, mData->direction()); + path.addRoundRect(r, roundness, mData->direction()); updateCache(frameNo, pos, size, roundness); } -- 2.34.1