From a08d6e5079f8031d015b57df551336253281512d Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 18 Jan 2022 12:38:07 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c930e843..f71fce4a 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ While TVG Saver exports the scene-tree to the TVG Picture data files(TVG), the T
## Practices ### Tizen -ThorVG has been integrated into the [Tizen](https://www.tizen.org) platform as the vector graphics engine. [NUI](https://docs.tizen.org/application/dotnet/guides/user-interface/nui/overview/) is the name of Tizen UI framework which is written in C#. ThorVG is the backend engine of the [NUI Vector Graphics](https://docs.tizen.org/application/dotnet/guides/user-interface/nui/vectorgraphics/Overview/), that is used for vector primitive drawings and scalable image contents such as SVG and Lottie Animation among the Tizen applications. +ThorVG has been integrated into the [Tizen](https://www.tizen.org) platform as the vector graphics engine. [NUI](https://docs.tizen.org/application/dotnet/guides/user-interface/nui/overview/) is the name of Tizen UI framework which is written in C#. ThorVG is the backend engine of the [NUI Vector Graphics](https://docs.tizen.org/application/dotnet/guides/user-interface/nui/vectorgraphics/Overview/) which is used for vector primitive drawings and scalable image contents such as SVG and Lottie Animation among the Tizen applications.