From 9f9a25a26a35fac5166bef9dce58f5ee0f3defe1 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 3 Nov 2020 14:07:58 +0900 Subject: [PATCH] Update README.md Change-Id: I91e6118d1c190397e687c9aff2f1d4623873967b --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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) -- 2.7.4