Update README.md
authorHermet Park <hermetpark@gmail.com>
Wed, 16 Sep 2020 10:45:00 +0000 (19:45 +0900)
committerHermet Park <chuneon.park@samsung.com>
Wed, 16 Sep 2020 11:33:11 +0000 (20:33 +0900)
Change-Id: Ieb4a1e7135c88b79302d5a9fa9f41f08ca718b6e

README.md

index 54f1571..338d6e8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ canvas->push(move(circle));                  //push circle drawing command
 ```
 This code result look like this.
 <p align="center">
-  <img width="416" height="411" src="https://github.com/Samsung/thorvg/blob/master/res/example_shapes.jpg">
+  <img width="416" height="411" src="https://github.com/Samsung/thorvg/blob/master/res/example_shapes.png">
 </p>
 
 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.
 <p align="center">
-  <img width="391" height="400" src="https://github.com/Samsung/thorvg/blob/master/res/example_tiger.jpg">
+  <img width="391" height="400" src="https://github.com/Samsung/thorvg/blob/master/res/example_tiger.png">
 </p>
 
 Begin rendering & finish it at a particular time.