Update README.md

This commit is contained in:
Hermet Park 2021-05-22 16:14:12 +09:00 committed by GitHub
parent d49e91f683
commit e52a6555d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,8 +165,7 @@ tvg::Initializer::term(tvg::CanvasEngine::Sw);
## SVG ## 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/) 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. 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:
Among the SVG Tiny specs, unsupported features in the ThorVG are the following:
- Animation - Animation
- Fonts & Text - Fonts & Text