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
0e2d1dfcfa
commit
2e9641d061
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
@ -20,15 +20,16 @@ ThorVG is an open-source graphics library designed for creating vector-based sce
|
||||||
<br />
|
<br />
|
||||||
The following list shows primitives that are supported by ThorVG: <br />
|
The following list shows primitives that are supported by ThorVG: <br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
- **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
|
|
||||||
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue