mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
Merge pull request #2920 from Ms2ger/canvas
Implement very basic canvas rendering context logic. No visual display present.
This commit is contained in:
commit
440b2a995f
8 changed files with 411 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue