From 557ad2daf3f8e233fd9da5ef889870136c606806 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 3 May 2021 21:14:52 +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 07eb0f6f..7e74a32b 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ tvg::Initializer::term(tvg::CanvasEngine::Sw); 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 yet unsupported SVG specs are the following features: +Among the SVG Tiny specs, unsupported features in the ThorVG are the following: - CSS Styles - Filters