From 510782ae7ad497ab60c077a2fbddb92c3834888b Mon Sep 17 00:00:00 2001 From: Luis Reis Date: Sun, 28 Jul 2013 22:13:19 +0100 Subject: [PATCH] Add sample image. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 921f50e..f993b33 100644 --- a/README.md +++ b/README.md @@ -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)