Update README.md

This commit is contained in:
Hermet Park 2020-09-16 20:28:56 +09:00 committed by GitHub
parent 8fa725157e
commit 6a83221963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ canvas->push(move(circle)); //push circle drawing command
This code result looks 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>
Or you can draw pathes with dash stroking.