From 0549bc5cb92679e2ccbf1497e17a519d3040e37a Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 3 Nov 2020 14:07:58 +0900 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5101f17..99395fa6 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)