common shape: support rounded rectangle. 07/231907/3
authorHermet Park <chuneon.park@samsung.com>
Sun, 26 Apr 2020 06:00:29 +0000 (15:00 +0900)
committerHermet Park <chuneon.park@samsung.com>
Sun, 26 Apr 2020 07:18:25 +0000 (16:18 +0900)
commite655471e099702dd18b4bdbcfc07e314ee9a4229
treea9faacd1deb70659b6ed03cac37a8e7a74299307
parenta15e2c9ca09d9765d14e441b4ca409ce07c54e23
common shape: support rounded rectangle.

Also remove arcTo implementation since curveTo could covers it.

Change-Id: Icc63eca55e51622fc80b57672f308f25f2301f85
src/lib/tvgShapeNode.cpp
src/lib/tvgShapePath.h
test/testMultipleShapes.cpp
test/testShape.cpp
test/testStroke.cpp