Update README.md

This commit is contained in:
Hermet Park 2023-06-13 12:27:19 +09:00 committed by GitHub
parent 8398fdbca7
commit 767c50d9d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@ ThorVG is a platform-independent portable library for drawing vector-based scene
The following list shows primitives that are supported by ThorVG: <br />
* Shapes: Line, Arc, Curve, Path, Polygon, ...
* Filling: Solid, Linear and Radial Gradient
* Filling: Solid, Linear, Radial Gradient and Texture Mapping
* Scene Graph & Affine Transformation (translation, rotation, scale, ...)
* Stroking: Width, Join, Cap, Dash
* Composition: Blending, Masking, Path Clipping, ...
* Pictures: TVG, SVG, JPG, PNG, Bitmap
* Pictures: TVG, SVG, JPG, PNG, WEBP, Bitmap
<p align="center">
<img width="930" height="473" src="https://github.com/Samsung/thorvg/blob/master/res/example_primitives.png">
</p>