diff --git a/README.md b/README.md index a56eb2fc..5cc16332 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,12 @@ ThorVG facilitates [SVG Tiny Specification](https://www.w3.org/TR/SVGTiny12/) re - Interactivity - Multimedia +The figure below highlights ThorVG's SVG rendering capabilities: + +

+ +

+ The following code snippet shows how to draw SVG image using ThorVG: ```cpp diff --git a/res/example_svg.png b/res/example_svg.png new file mode 100644 index 00000000..94351d79 Binary files /dev/null and b/res/example_svg.png differ