From e52a6555d2b8d3b812d0003b5b9ca98a8514b568 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 22 May 2021 16:14:12 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 62b16d96..28772ab6 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,7 @@ tvg::Initializer::term(tvg::CanvasEngine::Sw); ## SVG ThorVG supports SVG (Scalable Vector Graphics) rendering through its own SVG interpreter. It satisfies the [SVG Tiny Specification](https://www.w3.org/TR/SVGTiny12/) -in order to keep it lightweight, so it can be used in embeded systems, as an example. -Among the SVG Tiny specs, unsupported features in the ThorVG are the following: +in order to keep it lightweight, so it's useful for the embedded systems. Among the SVG Tiny specs, unsupported features in the ThorVG are the following: - Animation - Fonts & Text