From d9aa5141be511c2c194490f94a17888fc76ff060 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sun, 20 Apr 2025 12:22:09 +0900 Subject: [PATCH] doc: added supported svg spec details. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b06ceb6..c4e62c50 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ tvg::Initializer::term();
## SVG -ThorVG facilitates [SVG Tiny Specification](https://www.w3.org/TR/SVGTiny12/) rendering via its dedicated SVG interpreter. Adhering to the SVG Tiny Specification, the implementation maintains a lightweight profile, rendering it particularly advantageous for embedded systems. While ThorVG comprehensively adheres to most of the SVG Tiny specs, certain features remain unsupported within the current framework. These include:
+ThorVG facilitates [SVG Tiny Specification](https://www.w3.org/TR/SVGTiny12/) rendering via its dedicated SVG interpreter. Adhering to the SVG Tiny Specification, the implementation maintains a lightweight profile, rendering it particularly advantageous for embedded systems. While ThorVG comprehensively adheres to [most of the SVG Tiny specs](https://github.com/thorvg/thorvg/wiki/SVG-Compatibility-in-ThorVG), certain features remain unsupported within the current framework. These include:
- Animation - Interactivity