Update README.md

This commit is contained in:
Hermet Park 2024-09-22 01:36:28 +09:00 committed by GitHub
parent 0e2d1dfcfa
commit 2e9641d061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,14 +21,15 @@ ThorVG is an open-source graphics library designed for creating vector-based sce
The following list shows primitives that are supported by ThorVG: <br /> The following list shows primitives that are supported by ThorVG: <br />
<br /> <br />
* Shapes: Line, Arc, Curve, Path, Polygon - **Lines & Shapes**: rectangles, circles, and paths with coordinate control
* Filling: Solid Color, Linear & Radial Gradients and Texture Mapping - **Filling**: solid colors, linear & radial gradients, and path clipping
* Stroking: Width, Join, Cap, Dash Patterns - **Stroking**: stroke width, joins, caps, dash patterns, and trimming
* Scene Graph & Transformations - **Scene Management**: Retainable scene graph and object transformations
* Composition: Blending, Masking, Path Clipping - **Composition**: various blendings and maskings
* Text: Unicode Characters and Horizontal Text Layout using the Scalable Fonts (TTF) - **Text**: Unicode characters with horizontal text layout using scalable fonts (TTF)
* Images: TVG, SVG, JPG, PNG, WebP, Raw Bitmap - **Images**: TVG, SVG, JPG, PNG, WebP, and raw bitmaps
* Animations: Lottie - **Animations**: Lottie
<p align="center"> <p align="center">
<img width="700" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_primitives.png"> <img width="700" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_primitives.png">
</p> </p>