Download oCanvas

Source files

To use oCanvas in your projects, just download the file from here. The production version is minified, which is great for production, but for development you might want the uncompressed source to easily find errors in your code.

Current release: 2.4.0

Production 20 kB minified & gzipped
Development 177 kB full source

For the complete source separated into modules, check out the GitHub page.

CDN hosted

oCanvas is also hosted at cdnJS. Using a CDN hosted version is a good idea, because of faster loading times and good caching.

To use the hosted version, just include this in your page:
<script src="http://cdnjs.cloudflare.com/ajax/libs/ocanvas/2.4.0/ocanvas.min.js"></script>

Note: Please do not hotlink directly to the files hosted on ocanvas.org. Either link to the CDN version, or download local copies.

Bug reporting

Errors might happen, and they can sometimes point to the oCanvas source. Most often it is because of bad input data, and by using the development version of oCanvas you can see what part of oCanvas that gets an error, and that can make it easier for you to spot your error. If you really think you've found a bug in oCanvas, please report the issue on GitHub.

Browser support

oCanvas should work in most modern browsers with canvas support. With the release of version 2.0.0, Internet Explorer 9 and above is also supported. Touch devices such as iPhone and iPad are also supported. Android devices will probably work, but are not tested.

Changelog

oCanvas 2.4.0 (released 2013-02-19)

New features

Bug fixes

oCanvas 2.3.1 (released 2013-01-13)

Bug fixes

oCanvas 2.3.0 (released 2013-01-13)

New features

Bug fixes

oCanvas 2.2.2 (released 2012-10-15)

Bug fixes

oCanvas 2.2.1 (released 2012-08-03)

Bug fixes

oCanvas 2.2.0 (released 2012-07-20)

New features

Bug fixes

Deprecated features

oCanvas 2.1.1 (released 2012-04-29)

Bug fixes

oCanvas 2.1.0 (released 2012-04-01)

New features

Bug fixes

Deprecated features

oCanvas 2.0.0 (released 2012-02-21)

New features

Bug fixes

oCanvas 1.0.0 (released 2011-03-19)