mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
Update README.md
This commit is contained in:
parent
6eba3591a5
commit
b8128e0083
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue