Merge pull request #2920 from Ms2ger/canvas

Implement very basic canvas rendering context logic. No visual display present.
This commit is contained in:
Josh Matthews 2014-07-25 11:53:47 -04:00
commit 440b2a995f
8 changed files with 411 additions and 8 deletions

View file

@ -19,6 +19,7 @@
#[phase(plugin, link)]
extern crate log;
extern crate azure;
extern crate debug;
extern crate cssparser;
extern crate collections;
@ -72,6 +73,7 @@ pub mod dom {
pub mod attrlist;
pub mod blob;
pub mod browsercontext;
pub mod canvasrenderingcontext2d;
pub mod characterdata;
pub mod clientrect;
pub mod clientrectlist;