Implement very basic canvas rendering context logic. No visual display present.

This commit is contained in:
Aalhad 2013-12-05 21:10:11 -05:00 committed by Ms2ger
parent a14d3b2102
commit f8ba2c1190
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;
@ -70,6 +71,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;