Update README.md

This commit is contained in:
Hermet Park 2021-05-03 21:14:52 +09:00 committed by GitHub
parent 814cfe2f3b
commit 557ad2daf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ tvg::Initializer::term(tvg::CanvasEngine::Sw);
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 can be used in embeded systems, as an example.
Among the yet unsupported SVG specs are the following features: Among the SVG Tiny specs, unsupported features in the ThorVG are the following:
- CSS Styles - CSS Styles
- Filters - Filters