node-openvg-canvas icon indicating copy to clipboard operation
node-openvg-canvas copied to clipboard

Canvas implementation on top of node-openvg

Results 21 node-openvg-canvas issues
Sort by recently updated
recently updated
newest added

International fonts (unicode) does not display with node-openvg-canvas. Any help will be appreciated.

I get the following each time I try to install the openvg-canvas module. I'm not quite sure why it occurs. ``` lite@lite-pc:~/Documents/JaxRender$ npm install --save openvg-canvas npm WARN package.json [email protected]...

What would it take to get this up to date and running anywhere, not just Raspberry Pi? How much time and money would you need?

Hello, currently we can use 2 versions of node.js for Raspberry Pi 2 v0.12 and v0.10. openvg-canvas can't be built with v0.12 probably because of API changes in the new...

Seems like there was a race condition style issue on faster systems. (Like the Raspberry Pi 2) Adding an async `forEachOf` seems to fix the issue. Fixes Issue #26

Official Canvas supports using the Canvas as an Image using context.drawImage. Is there a possibility to do this with this library? I'm not specifically asking for it to be added,...

Hello, I can get the clock example running, but many other fails like: /node-openvg-canvas/examples/pathText.js:107 canvas.vgSwapBuffers(); ^ TypeError: Object [object Object] has no method 'vgSwapBuffers' at Object. (/root/node-openvg-canvas/examples/pathText.js:107:8) at Module._compile (module.js:456:26)...

Hi, First of all awesome project! I found it just in time for some digital signage work I'm doing. Thanks for your work! I'm trying to run the shadows.js on...

I'm trying to use this with a touch screen TFT (from Adafruit: https://www.adafruit.com/products/1601), which uses framebuffer. I've got everything installed following the README, but running the examples does nothing. Well,...

Hello. You plan to add support for node v0.12? Thanks.