From 5f8c79f593f5e287a44edca97af02535bc85b3df Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 19 Jul 2023 20:29:45 +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 c8c8e8f8..b8ccfdf8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ThorVG is a platform-independent portable library for drawing vector-based scene The following list shows primitives that are supported by ThorVG:
* Shapes: Line, Arc, Curve, Path, Polygon, ... - * Filling: Solid, Linear, Radial Gradient and Texture Mapping + * Filling: Solid & Gradient Fillings and Texture Mapping * Scene Graph & Affine Transformation (translation, rotation, scale, ...) * Stroking: Width, Join, Cap, Dash * Composition: Blending, Masking, Path Clipping, ...