thorvg/test
Hermet Park 700a44c623 common shape: added path commands interfaces for user convenient.
+lineTo()
+moveTo()
+cubicTo()
+close()

These interfaces might not perfect optmizied,
but you can build path commands easier than manual data set.

Change-Id: Icb934ca256d3107ca0c938d28015d767fb93355e
2020-04-30 23:36:28 +09:00
..
makefile common shape: added path commands interfaces for user convenient. 2020-04-30 23:36:28 +09:00
testBoundary.cpp sw_engine: case cover out of surface boundary. 2020-04-30 15:19:46 +09:00
testComposition.cpp implement basic interfaces 2020-04-02 17:24:38 +09:00
testGradient.cpp implement basic interfaces 2020-04-02 17:24:38 +09:00
testMergeShapes.cpp sw_engine: fix crash at merge shape test 2020-04-30 15:43:13 +09:00
testMultiShapes.cpp canvas: add reserve() method. 2020-04-27 01:52:44 +09:00
testPath.cpp common shape: support path appending 2020-04-30 18:33:01 +09:00
testPath2.cpp common shape: added path commands interfaces for user convenient. 2020-04-30 23:36:28 +09:00
testScene.cpp implement basic interfaces 2020-04-02 17:24:38 +09:00
testShape.cpp canvas: add reserve() method. 2020-04-27 01:52:44 +09:00
testStroke.cpp common shape: support rounded rectangle. 2020-04-26 16:18:25 +09:00
testUpdate.cpp implement basic interfaces 2020-04-02 17:24:38 +09:00