diff --git a/README.md b/README.md index bbbb1f14..bdede77d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The following list shows primitives that are supported by ThorVG:
* Images: TVG, SVG, JPG, PNG, WEBP, Bitmap * Animations: Lottie

- +


If your program has the main renderer, your program could call ThorVG APIs while switching drawing contexts between the main renderer and ThorVG. During the API calls, ThorVG serializes drawing commands among the volatile paints' nodes then performs synchronous/asynchronous rendering using its backend raster engines. ThorVG supports vector images such as SVG, also expands, supporting other popular formats on demand. On the rendering, it could spawn intermediate frame-buffers for compositing scenes only when it's necessary. The next figure shows you a brief strategy on how to use ThorVG on your system.
diff --git a/res/example_primitives.png b/res/example_primitives.png index 59ef8c4f..d75175b4 100644 Binary files a/res/example_primitives.png and b/res/example_primitives.png differ