Update README.md

This commit is contained in:
Hermet Park 2020-09-16 19:48:12 +09:00 committed by GitHub
parent f0e56b92d7
commit 584d2a7cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# ThorVG # ThorVG
<p align="center"> <p align="center">
<img width="240" height="240" src="https://github.com/Samsung/thorvg/blob/master/res/logo2.png"> <img width="360" height="360" src="https://github.com/Samsung/thorvg/blob/master/res/logo2.png">
</p> </p>
ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG. ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.
@ -85,7 +85,7 @@ canvas->push(move(picture)); //push picture drawing command
``` ```
And here is the result. And here is the result.
<p align="center"> <p align="center">
<img width="391" height="400" src="https://github.com/Samsung/thorvg/blob/master/res/example_tiger.png"> <img width="300" height="300" src="https://github.com/Samsung/thorvg/blob/master/res/example_tiger.png">
</p> </p>
Begin rendering & finish it at a particular time. Begin rendering & finish it at a particular time.