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
af85eb22ad
commit
0549bc5cb9
1 changed files with 8 additions and 1 deletions
|
@ -8,8 +8,15 @@
|
||||||
</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.
|
||||||
|
The next list shows drawing primitives ThorVG providing.<br />
|
||||||
|
- Paints: Line, Arc, Curve, Path, Shapes, Polygons
|
||||||
|
- Filling: Solid, Linear, Radial Gradient
|
||||||
|
- Scene Graph & Affine Transformation (translation, rotation, scale ...)
|
||||||
|
- Stroking: Width, Join, Cap, Dash
|
||||||
|
- Composition: Blending, Masking, Path Clipping, etc
|
||||||
|
- Pictures: SVG, Bitmap, ...
|
||||||
<br />
|
<br />
|
||||||
<br />
|
|
||||||
## Contents
|
## Contents
|
||||||
- [Building ThorVG](#building-thorvg)
|
- [Building ThorVG](#building-thorvg)
|
||||||
- [Meson Build](#meson-build)
|
- [Meson Build](#meson-build)
|
||||||
|
|
Loading…
Add table
Reference in a new issue