Update README.md

This commit is contained in:
Hermet Park 2021-05-13 19:47:37 +09:00 committed by GitHub
parent 4ba4f47541
commit 824b56acc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,10 +172,11 @@ ThorVG supports SVG (Scalable Vector Graphics) rendering through its own SVG int
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 SVG Tiny specs, unsupported features in the ThorVG are the following: Among the SVG Tiny specs, unsupported features in the ThorVG are the following:
- CSS Styles - Animation
- Filters - Fonts & Text
- Fonts - Interactivity
- Images - Multimedia
- Scripting
The following code snippet shows how to draw SVG image using ThorVG: The following code snippet shows how to draw SVG image using ThorVG: