RESOLVED FIXED 16673
<canvas> lacks toDataURL()
https://bugs.webkit.org/show_bug.cgi?id=16673
Summary <canvas> lacks toDataURL()
Ilmari Heikkinen
Reported 2007-12-30 00:18:48 PST
The canvas element has no toDataURL() method, making it difficult to save the contents of a canvas. http://www.whatwg.org/specs/web-apps/current-work/multipage/section-the-canvas.html#todataurl
Attachments
Testcase for toDataURL() (335 bytes, text/html)
2007-12-30 00:19 PST, Ilmari Heikkinen
no flags
patch (306.03 KB, patch)
2008-03-07 16:45 PST, Sam Weinig
oliver: review+
Ilmari Heikkinen
Comment 1 2007-12-30 00:19:22 PST
Created attachment 18182 [details] Testcase for toDataURL()
Sam Weinig
Comment 2 2008-03-07 16:45:06 PST
Oliver Hunt
Comment 3 2008-03-07 18:15:48 PST
Comment on attachment 19600 [details] patch Woo!
Sam Weinig
Comment 4 2008-03-07 19:10:22 PST
Landed in r30888.
Note You need to log in before you can comment on or make changes to this bug.