Implement HTMLCanvasElement#toDataURL

This commit is contained in:
David Zbarsky 2015-10-25 15:20:34 -07:00
parent e49c7a3acb
commit a63c98c24a
31 changed files with 49 additions and 131 deletions

View file

@ -58,6 +58,7 @@ extern crate euclid;
extern crate fnv;
extern crate html5ever;
extern crate hyper;
extern crate image;
extern crate ipc_channel;
extern crate js;
extern crate libc;