From 379b46f4e008c2bb5769614d5c2addf09f1a5485 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 1 May 2021 14:58:30 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8f787c..54be6b56 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ThorVG is a platform-independent portable library for drawing vector-based shapes and images. It's written in C++, no dependencies and keeps super compact size.

The next list shows drawing primitives ThorVG providing.
- - Paints: Line, Arc, Curve, Path, Shapes, Polygons + - Shapes: Line, Arc, Curve, Path, Polygon, etc - Filling: Solid, Linear, Radial Gradient - Scene Graph & Affine Transformation (translation, rotation, scale ...) - Stroking: Width, Join, Cap, Dash