Fixed small arc rendering, improved example, added screenshot

- fixed arc rendering for small arcs
- added color wheel to example
- added screenshot
This commit is contained in:
Mikko Mononen 2013-11-12 22:57:44 +01:00
parent 3507692c1d
commit 6c0d41a124
5 changed files with 148 additions and 5 deletions

View file

@ -6,6 +6,9 @@ NanoVG
NanoVG is small antialiased vector graphics rendering library for OpenGL. It has lean API modeled after HTML5 canvas API. It is aimed to be a practical and fun toolset for building scalable user interfaces and visualizations.
## Screenshot
![screenshot of some text rendered witht the sample program](/example/screenshpt-01.png?raw=true)
# License
The library is licensed under [zlib license](LICENSE.txt)