Update README.md

This commit is contained in:
Hermet Park 2020-11-04 11:33:27 +09:00 committed by GitHub
parent 6eba3591a5
commit b8128e0083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@
<img width="360" height="360" 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.<br />
<br />
The next list shows drawing primitives ThorVG providing.<br /> The next list shows drawing primitives ThorVG providing.<br />
- Paints: Line, Arc, Curve, Path, Shapes, Polygons - Paints: Line, Arc, Curve, Path, Shapes, Polygons
- Filling: Solid, Linear, Radial Gradient - Filling: Solid, Linear, Radial Gradient
@ -20,6 +21,7 @@ The next list shows drawing primitives ThorVG providing.<br />
</p> </p>
<br /> <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 />
<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/working_flow.png">
</p> </p>