From 2e9641d0610b5340a26f0a8b2870939f5431f19d Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sun, 22 Sep 2024 01:36:28 +0900 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 526c7e1f..68e745e3 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,16 @@ ThorVG is an open-source graphics library designed for creating vector-based sce
The following list shows primitives that are supported by ThorVG:

+ +- **Lines & Shapes**: rectangles, circles, and paths with coordinate control +- **Filling**: solid colors, linear & radial gradients, and path clipping +- **Stroking**: stroke width, joins, caps, dash patterns, and trimming +- **Scene Management**: Retainable scene graph and object transformations +- **Composition**: various blendings and maskings +- **Text**: Unicode characters with horizontal text layout using scalable fonts (TTF) +- **Images**: TVG, SVG, JPG, PNG, WebP, and raw bitmaps +- **Animations**: Lottie - * Shapes: Line, Arc, Curve, Path, Polygon - * Filling: Solid Color, Linear & Radial Gradients and Texture Mapping - * Stroking: Width, Join, Cap, Dash Patterns - * Scene Graph & Transformations - * Composition: Blending, Masking, Path Clipping - * Text: Unicode Characters and Horizontal Text Layout using the Scalable Fonts (TTF) - * Images: TVG, SVG, JPG, PNG, WebP, Raw Bitmap - * Animations: Lottie