From 767c50d9d8f4dbf55b44645d7e1f0c062d6b3f48 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 13 Jun 2023 12:27:19 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce1fe1f1..27f052af 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ 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 and Radial Gradient + * Filling: Solid, Linear, Radial Gradient and Texture Mapping * Scene Graph & Affine Transformation (translation, rotation, scale, ...) * Stroking: Width, Join, Cap, Dash * Composition: Blending, Masking, Path Clipping, ... - * Pictures: TVG, SVG, JPG, PNG, Bitmap + * Pictures: TVG, SVG, JPG, PNG, WEBP, Bitmap