test: updated comments
authorHermet Park <chuneon.park@samsung.com>
Thu, 30 Apr 2020 14:40:35 +0000 (23:40 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 30 Apr 2020 14:40:35 +0000 (23:40 +0900)
Change-Id: I92fccb5a9de088f837a768a2f1d60ac94eac9410

test/testMergeShapes.cpp

index b37440b..268e958 100644 (file)
@@ -16,7 +16,7 @@ void tvgtest()
     //Create a Canvas
     auto canvas = tvg::SwCanvas::gen(buffer, WIDTH, HEIGHT);
 
-    //Prepare a Shape (Rectangle + Rectangle + Circle)
+    //Prepare a Shape (Rectangle + Rectangle + Circle + Circle)
     auto shape1 = tvg::ShapeNode::gen();
     shape1->appendRect(0, 0, 200, 200, 0);          //x, y, w, h, cornerRadius
     shape1->appendRect(100, 100, 300, 300, 100);    //x, y, w, h, cornerRadius