Skip to content

Commit

Permalink
Add sample image.
Browse files Browse the repository at this point in the history
  • Loading branch information
eendeego committed Jul 28, 2013
1 parent 3d7e787 commit 510782a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ On node-canvas, user code explicitly calls toBuffer or similar functions to prod

Code running on node-openvg-canvas must explicitly swap display buffers, to do so, either call ```Canvas.vgSwapBuffers()``` or use the included requestAnimationFrame shim that does this after calling your paint callback function (for more information look at the clock examples).

## Some sample screenshots

### Clipping (examples/clipping.js)

[![Clipping](https://raw.github.com/luismreis/node-openvg-canvas/master/examples/screenshots/clipping.png)]



## License

(The MIT License)
Expand Down

0 comments on commit 510782a

Please sign in to comment.