From 18c7760e8481a8f914adefe9a743324885be48d4 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 16 Sep 2020 19:45:00 +0900 Subject: [PATCH] Update README.md Change-Id: Ieb4a1e7135c88b79302d5a9fa9f41f08ca718b6e --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54f1571..338d6e8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ canvas->push(move(circle)); //push circle drawing command ``` This code result look like this.

- +

Next, this code snippet shows you how to draw SVG image. @@ -85,7 +85,7 @@ canvas->push(move(picture)); //push picture drawing command ``` And here is the result.

- +

Begin rendering & finish it at a particular time. -- 2.7.4