From 824b56acc1c3a4bc78a48914e2eadc46d4fe3665 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 13 May 2021 19:47:37 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44ea3921..5bdcfa17 100644 --- a/README.md +++ b/README.md @@ -172,10 +172,11 @@ ThorVG supports SVG (Scalable Vector Graphics) rendering through its own SVG int 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: - - CSS Styles - - Filters - - Fonts - - Images + - Animation + - Fonts & Text + - Interactivity + - Multimedia + - Scripting The following code snippet shows how to draw SVG image using ThorVG: