mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Update README.md
This commit is contained in:
parent
5ba19a8a7f
commit
700af87a77
1 changed files with 5 additions and 4 deletions
|
@ -21,11 +21,12 @@ The following list shows primitives that are supported by ThorVG: <br />
|
|||
<br />
|
||||
|
||||
* Shapes: Line, Arc, Curve, Path, Polygon
|
||||
* Filling: Solid & Gradients and Texture Mapping
|
||||
* Scene Graph & Affine Transformation
|
||||
* Stroking: Width, Join, Cap, Dash
|
||||
* Filling: Solid Color, Linear & Radial Gradients and Texture Mapping
|
||||
* Stroking: Width, Join, Cap, Dash Patterns
|
||||
* Scene Graph & Transformations
|
||||
* 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
|
||||
<p align="center">
|
||||
<img width="900" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_primitives.png">
|
||||
|
|
Loading…
Add table
Reference in a new issue