diff --git a/README.md b/README.md index b907c58c..0a12d7fd 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,15 @@ This path drawing result shows like this.

-Next, this code snippet shows you how to draw SVG image. +## SVG (Scalable Vector Graphics) + +ThorVG supports SVG rendering through its own SVG interpreter. It basically aims to satisfy with [SVG Tiny Specification](https://www.w3.org/TR/SVGTiny12/) for the lightweight system such as embeded. Most cases ThorVG supports the SVG spec fully but some partial SVG features were not supported officially yet. Next list shows the unsupported features by ThorVG. + + - CSS Styles + - Filters + - Images + +Next code snippet shows you how to draw SVG image using ThorVG. ```cpp auto picture = tvg::Picture::gen(); //generate a picture