This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Canvas/ | Thu Sep 03 08:49:13 -0700 2009 | |
| |
README.md | Thu Sep 03 08:49:13 -0700 2009 | |
| |
assets/ | Thu Sep 03 08:49:13 -0700 2009 | |
| |
demos/ | Thu Sep 03 08:49:13 -0700 2009 | |
| |
get.php | Thu Sep 03 08:52:15 -0700 2009 | |
| |
images/ | Thu Jan 01 22:49:25 -0800 2009 | |
| |
index.php | Wed Sep 02 13:35:07 -0700 2009 |
README.md
Introduction
MooTools Canvas is a byproduct of Google's Excanvas and a script by Ralph Sommerer. In retrospect, I can't tell where one ends and one begins. Moreover, there hasn't been a single line of code that I haven't personally modified for performance, file-size reduction, or programming-style maintenance.
Thanks to MooTools, the new Canvas class is: small, modular, and lightweight.
Example
var cv = new Canvas();
var ctx = cv.getContext('2d');
$(document.body).adopt(cv);
*More information on the site







