From ee4e4dc86186be9e44dc452e224123bfd1f7f098 Mon Sep 17 00:00:00 2001 From: Dom Chen Date: Fri, 3 Nov 2023 02:42:46 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac9ae35..4ee5c21 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ ## Introduction TGFX (Tencent Graphics) is a lightweight 2D graphics library designed for rendering texts, -geometries, and images. It provides high-performance APIs that work across a variety of hardware and -software platforms, including iOS, Android, macOS, Windows, Linux, Web, and more. TGFX was initially -created as a core component of the [PAG](https://pag.art) project and has since become the default -graphics engine for the [libpag](https://github.com/Tencent/libpag) library, starting from version -4.0. Its main objective is to offer a compelling alternative to the Skia graphics library while -maintaining a much smaller binary size. Over time, it has found its way into many other products, +geometries, and images. It provides high-performance APIs that work across a variety of GPU hardware +and software platforms, including iOS, Android, macOS, Windows, Linux, Web, and more. TGFX was +initially created as a core component of the [PAG](https://pag.art) project and has since become the +default graphics engine for the [libpag](https://github.com/Tencent/libpag) library, starting from +version 4.0. Its main objective is to offer a compelling alternative to the Skia graphics library +while maintaining a much smaller binary size. Over time, it has found its way into many other products, such as [Hippy](https://github.com/Tencent/Hippy), [Tencent Docs](https://docs.qq.com) and various video-editing apps.