From: Hermet Park Date: Tue, 3 Nov 2020 05:07:58 +0000 (+0900) Subject: Update README.md X-Git-Tag: submit/tizen/20201108.215920~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f9a25a26a35fac5166bef9dce58f5ee0f3defe1;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git Update README.md Change-Id: I91e6118d1c190397e687c9aff2f1d4623873967b --- diff --git a/README.md b/README.md index b5101f1..99395fa 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,15 @@

ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG. -
-
+The next list shows drawing primitives ThorVG providing.
+ - 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, ... +
+ ## Contents - [Building ThorVG](#building-thorvg) - [Meson Build](#meson-build)