Update README.md

This commit is contained in:
Hermet Park 2021-05-15 21:56:31 +09:00 committed by GitHub
parent ecafda3e05
commit 9c0b59301a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
<img width="500" height="346" src="https://github.com/Samsung/thorvg/blob/master/res/thorvg_card2.png">
</p>
ThorVG is a platform-independent portable library for drawing vector-based shapes and images. It's written in C++ without any dependencies and keeps a super compact size. <br />
ThorVG is a platform-independent portable library for drawing vector-based scene and animation. It's an open-source free software that is freely used by a variety of software platforms and applications. ThorVG provides neat and easy APIs, it has no dependencies and keeps super compact size. It serves as the vector graphics engine for Tizen OS that powers many products. <br />
<br />
The following list shows primitives that are supported by ThorVG: <br />
- Shapes: Line, Arc, Curve, Path, Polygon, ...