This is a simple speedometer widget implemented using the standard HTML5 Canvas APIs.
It has been tested on Webkit (Safari/Chrome), Gecko (Firefox/Iceweasel/…) and IE starting from version 9.
You can watch a demo here
Browseable on the github wiki and available in the doc/ subdirectory of the source distribution.
Original code shared in the public domain by <anonymous> on the ’net
Me ([email protected]) did:
- Refactoring, object orientation and firefox quirks workarounds on xcanvas.js
- Theming support
- Documentation