mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-10 14:41:50 +00:00
Update README.md
retouch the layout and fix some grammars.
This commit is contained in:
parent
0e9133cb63
commit
7e30c217b0
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
<br />
|
||||
## Building ThorVG
|
||||
thorvg supports [meson](https://mesonbuild.com/) build system.
|
||||
<br />
|
||||
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue