From 4a54a6af388786c7878e777bc169bd1db3265873 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 3 May 2021 19:25:30 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c3a1b9..07eb0f6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The following list shows primitives that are supported by ThorVG:


-Basically your program could use this library functions by calling slick and neat APIs while switching drawing context (if you have your own drawing engine). +Basically your program could use this library functions by calling neat TVG APIs while switching drawing context (if you have your own drawing engine). ThorVG serializes drawing commands among volatile paints' nodes and performs sync/asynchronous rendering by its engines. ThorVG supports vector images such as SVG, and also will support other popular formats in the future, on demand. On rendering, it can spawn intermediate frame buffers for compositing vector scenes but only when it's necessary. @@ -206,7 +206,7 @@ and scalable image contents such as SVG and Lottie Animation among the Tizen pow

### Rive -We're also building a [Rive](https://rive.app/) port which supports Rive Animation run through the ThorVG backend. Rive is a new modern animation platform +We're also building a [Rive](https://rive.app/) port which supports Rive Animation run through the ThorVG backend. Rive is a brand new animation platform that supports fancy, user interactive vector animations. For more details see [Rive-Tizen](https://github.com/rive-app/rive-tizen) on [Github](https://github.com/rive-app/).

-- 2.7.4