From 3e1906f7cfd3637f96898d82df8c815f4ff5f498 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 13 May 2021 19:47:37 +0900 Subject: [PATCH] Update README.md Change-Id: I89687821eeba8f6aa7aae678c076399987d41614 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44ea392..5bdcfa1 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: -- 2.7.4