Update README.md

This commit is contained in:
Hermet Park 2023-12-24 13:26:58 +09:00
parent 5ba19a8a7f
commit 700af87a77

View file

@ -21,11 +21,12 @@ The following list shows primitives that are supported by ThorVG: <br />
<br /> <br />
* Shapes: Line, Arc, Curve, Path, Polygon * Shapes: Line, Arc, Curve, Path, Polygon
* Filling: Solid & Gradients and Texture Mapping * Filling: Solid Color, Linear & Radial Gradients and Texture Mapping
* Scene Graph & Affine Transformation * Stroking: Width, Join, Cap, Dash Patterns
* Stroking: Width, Join, Cap, Dash * Scene Graph & Transformations
* Composition: Blending, Masking, Path Clipping * Composition: Blending, Masking, Path Clipping
* Images: TVG, SVG, JPG, PNG, WebP, Bitmap * Text: Unicode Characters and Horizontal Text Layout using the Scalable Fonts (TTF)
* Images: TVG, SVG, JPG, PNG, WebP, Raw Bitmap
* Animations: Lottie * Animations: Lottie
<p align="center"> <p align="center">
<img width="900" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_primitives.png"> <img width="900" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_primitives.png">