diff --git a/README.md b/README.md index 7b2a73b4..b275d768 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The next list shows drawing primitives ThorVG providing.
- Composition: Blending, Masking, Path Clipping, etc - Pictures: SVG, Bitmap, ...

- +


Basically your program could use this library functions by calling slick and neat apis while switching drawing context (if you have your own drawing engine), ThorVG serializes drawing commands among volatile paints node, performs sync/asynchronous rendering by its decent engines. The engine is suggested to immediate rendering method so that your system could adaptively integrate with it. ThorVG supports vector images such as SVG, also will support coming popular formats by demands. On rendering, it might introduce intermediate frame buffers for compositing vector scenes but only when it's necessary and these are temporarily used for saving memory. Next figure shows you a brief strategy how to use ThorVG in your system.