Update README.md
authorHermet Park <hermetpark@gmail.com>
Tue, 3 Nov 2020 05:07:58 +0000 (14:07 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 3 Nov 2020 05:50:38 +0000 (14:50 +0900)
Change-Id: I91e6118d1c190397e687c9aff2f1d4623873967b

README.md

index b5101f1..99395fa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,8 +8,15 @@
 </p>
 
 ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.
-<br />
-<br />
+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 />
 ## Contents
 - [Building ThorVG](#building-thorvg)
        - [Meson Build](#meson-build)