mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
Update README.md
This commit is contained in:
parent
d49e91f683
commit
e52a6555d2
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ tvg::Initializer::term(tvg::CanvasEngine::Sw);
|
|||
## SVG
|
||||
|
||||
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 SVG Tiny specs, unsupported features in the ThorVG are the following:
|
||||
in order to keep it lightweight, so it's useful for the embedded systems. Among the SVG Tiny specs, unsupported features in the ThorVG are the following:
|
||||
|
||||
- Animation
|
||||
- Fonts & Text
|
||||
|
|
Loading…
Add table
Reference in a new issue