0
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 8 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from haakonnessjoen/master More... almost 12 years ago
Added support for globalAlpha on drawImage, and added an example file More... almost 12 years ago
Update .gitignore More... almost 12 years ago
Make tests runnable on other platforms than the Pi. More... almost 12 years ago
Make vgSwapBuffers / requestAnimationFrame shim more hackable for client code. More... almost 12 years ago
Add more screenshots to the README, update/refine the license section. More... over 12 years ago
Add sample image. More... over 12 years ago
Bump version. More... over 12 years ago
Update README. More... over 12 years ago
Add support for node 0.11 / v8 3.20. More... over 12 years ago
Remove unused native bindings file. More... over 12 years ago
Bump version to 1.1.6. More... over 12 years ago
Wrap freetype library in a JS object, thus enabling execution on node 0.10.x. More... over 12 years ago
Bump version to 1.1.5. More... over 12 years ago
Eliminate usage of subarray via the new node-openvg offset variant functions. Big boost on startup time due to speed up in font loading. More... over 12 years ago
Update openvg version dependency. More... about 13 years ago
Replace deprecated (un)wrap calls. More... about 13 years ago
Don't send empty paths to the GPU. More... about 13 years ago
Bump bersion number. More... about 13 years ago
Review README. More... about 13 years ago
Add testing code. More... about 13 years ago
Add rgb as percentage color parsing. More... about 13 years ago
Precalculate RGB (float) values for named colors. More... about 13 years ago
Add hsl[a] color parsing. More... about 13 years ago
Review globalAlpha example. It wasn't working due to issue #2. Fixes #6. More... about 13 years ago
Reduce typed array usage on setting/saving/restoring line dash. More... about 13 years ago
Reduce typed array allocations on gradients. More... about 13 years ago
Update README and bump version number. More... over 13 years ago
Remove logging. More... over 13 years ago
Improve performance by only applying stroke/fill styles once per setting. More... over 13 years ago