common shape: expand rectangle arguement to support both corner radius x, y 59/237959/2
authorHermet Park <chuneon.park@samsung.com>
Tue, 7 Jul 2020 04:05:44 +0000 (13:05 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 7 Jul 2020 04:09:46 +0000 (13:09 +0900)
commitef4d7a39565926706f577ada8d8fbf5a50868d0b
tree1fc4710d942fbdb43c544bb22ca10e153b9cf294
parent02a0e985961b7472f32ab31e864bafbf6f387f18
common shape: expand rectangle arguement to support both corner radius x, y

this is useful for svg loader

Change-Id: Ia11c2d1c6ea88f3fd65c7f75cef8b59bef426bcb
18 files changed:
inc/thorvg.h
src/lib/tvgShape.cpp
src/loaders/svg_loader/tvgSvgSceneBuilder.cpp
test/testAsync.cpp
test/testBlending.cpp
test/testBoundary.cpp
test/testDirectUpdate.cpp
test/testGradientTransform.cpp
test/testLinearGradient.cpp
test/testMultiShapes.cpp
test/testRadialGradient.cpp
test/testScene.cpp
test/testSceneTransform.cpp
test/testShape.cpp
test/testStroke.cpp
test/testSvg.cpp
test/testTransform.cpp
test/testUpdate.cpp