From: Hermet Park Date: Thu, 17 Sep 2020 03:06:42 +0000 (+0900) Subject: Update README.md X-Git-Tag: accepted/tizen/unified/20200923.024103~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88b381cd59289c3212ba28fef77d4530c6c71da8;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git Update README.md retouch the layout and fix some grammars. Change-Id: I9ee6a7abaa0a1b4e160639b7f3dbea5fc81851c5 --- diff --git a/README.md b/README.md index b02efbc..5c1e753 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ ThorVG is a platform independent lightweight standalone C++ library for drawing - [API Bindings](#api-bindings) - [Issues or Feature Requests?](#issues-or-feature-requests) +[](#contents) +
## Building ThorVG thorvg supports [meson](https://mesonbuild.com/) build system.
@@ -139,7 +141,7 @@ canvas->draw(); canvas->sync(); ``` -Now you can acquire the rendered image in buffer memory. +Now you can acquire the rendered image from the buffer memory. Lastly, terminate the engine after usage.