From f0e56b92d7f356edaf2558c9e197c7d7998aebc9 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 16 Sep 2020 19:45:00 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54f15719..338d6e8b 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.