Update README.md

This commit is contained in:
Hermet Park 2020-11-04 21:01:22 +09:00 committed by GitHub
parent 9ba5f740d5
commit 5fbc446455
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="360" height="360" src="https://github.com/Samsung/thorvg/blob/master/res/logo2.png"> <img width="500" height="346" src="https://github.com/Samsung/thorvg/blob/master/res/thorvg_card2.png">
</p> </p>
ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.<br /> ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.<br />
@ -23,7 +23,7 @@ The next list shows drawing primitives ThorVG providing.<br />
Next figure shows you a brief strategy how to use ThorVG in your system.<br /> Next figure shows you a brief strategy how to use ThorVG in your system.<br />
<br /> <br />
<p align="center"> <p align="center">
<img width="900" height="288" src="https://github.com/Samsung/thorvg/blob/master/res/working_flow.png"> <img width="900" height="288" src="https://github.com/Samsung/thorvg/blob/master/res/example_flow.png">
</p> </p>
<br /> <br />