mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
doc: added supported svg spec details.
This commit is contained in:
parent
1a332acd37
commit
d9aa5141be
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ tvg::Initializer::term();
|
|||
<br />
|
||||
## 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:</br>
|
||||
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:</br>
|
||||
|
||||
- Animation
|
||||
- Interactivity
|
||||
|
|
Loading…
Add table
Reference in a new issue