Update README.md

This commit is contained in:
Hermet Park 2020-11-03 14:07:58 +09:00 committed by GitHub
parent af85eb22ad
commit 0549bc5cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)